Hello

i'm trying to create an XSL format file in zuckerreports. initially i had problem with uploading the file. tuned out that there was no sun java version installed. so i installed the latest version and was able to upload the jrxml file. but now when i try to run the report i get this error

cmdline: /usr/java/jre1.6.0_13/bin/java -Djava.awt.headless=true -classpath
"modules/ZuckerReports/resources/
:modules/ZuckerReports/resources/Untitled_report_2.jasper_files/
:modules/ZuckerReports/jasper/batik-script.jar
:modules/ZuckerReports/jasper/batik-anim.jar
:modules/ZuckerReports/jasper/batik-parser.jar
:modules/ZuckerReports/jasper/batik-css.jar
:modules/ZuckerReports/jasper/hsqldb-1.7.1.jar
:modules/ZuckerReports/jasper/batik-svg-dom.jar
:modules/ZuckerReports/jasper/batik-gvt.jar
:modules/ZuckerReports/jasper/png-encoder-1.5.jar
:modules/ZuckerReports/jasper/commons-logging-api-1.0.2.jar
:modules/ZuckerReports/jasper/xalan.jar
:modules/ZuckerReports/jasper/jxl-2.6.jar
:modules/ZuckerReports/jasper/commons-digester-1.7.jar
:modules/ZuckerReports/jasper/zuckerreports-1.0.jar
:modules/ZuckerReports/jasper/commons-javaflow-20060411.jar
:modules/ZuckerReports/jasper/mondrian-2.3.2.8944.jar
:modules/ZuckerReports/jasper/bsh-2.0b4.jar
:modules/ZuckerReports/jasper/itext-1.3.1.jar
:modules/ZuckerReports/jasper/batik-util.jar
:modules/ZuckerReports/jasper/commons-logging-1.0.2.jar
:modules/ZuckerReports/jasper/antlr-2.7.5.jar
:modules/ZuckerReports/jasper/batik-awt-util.jar
:modules/ZuckerReports/jasper/jakarta-bcel-20050813.jar
:modules/ZuckerReports/jasper/ant-1.5.1.jar
:modules/ZuckerReports/jasper/jasperreports-3.0.0.jar
:modules/ZuckerReports/jasper/commons-collections-2.1.jar
:modules/ZuckerReports/jasper/xercesImpl.jar
:modules/ZuckerReports/jasper/mysql-connector-java-3.1.13-bin.jar
:modules/ZuckerReports/jasper/jcommon-1.0.0.jar
:modules/ZuckerReports/jasper/iReport.jar
:modules/ZuckerReports/jasper/commons-beanutils-1.7.jar
:modules/ZuckerReports/jasper/batik-dom.jar
:modules/ZuckerReports/jasper/batik-ext.jar
:modules/ZuckerReports/jasper/batik-bridge.jar
:modules/ZuckerReports/jasper/saaj-api-1.3.jar
:modules/ZuckerReports/jasper/jpa.jar
:modules/ZuckerReports/jasper/poi-3.0.1-FINAL-20070705.jar
:modules/ZuckerReports/jasper/jdt-compiler-3.1.1.jar
:modules/ZuckerReports/jasper/xml-apis.jar
:modules/ZuckerReports/jasper/jfreechart-1.0.0.jar
:modules/ZuckerReports/jasper/batik-xml.jar
:modules/ZuckerReports/jasper/servlet.jar
:modules/ZuckerReports/jasper/xml-apis-ext.jar
:modules/ZuckerReports/jasper/jaxen-1.1.1.jar
:modules/ZuckerReports/jasper/groovy-all-1.5.5.jar
:modules/ZuckerReports/jasper/hibernate3.jar
:modules/ZuckerReports/jasper/batik-svggen.jar"
at.go_mobile.zuckerreports.JasperBatchMain modules/ZuckerReports/temp/d9c797e2-5b4b-2587-4687-4a206667c0e0/cmd.properties 2>&1
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/poi/hssf/usermodel/HSSFCellStyle
at at.go_mobile.zuckerreports.JasperBatchMain.getJREx porter(JasperBatchMain.java:227)
at at.go_mobile.zuckerreports.JasperBatchMain.main(Ja sperBatchMain.java:80)
Caused by: java.lang.ClassNotFoundException: org.apache.poi.hssf.usermodel.HSSFCellStyle
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 2 more
as you can see i also have poi jar file in jasper folder. i have searched on google but no luck so far. everyone talks about missing poi file but its there in the folder.

i also have ireports.jar in the folder as well as compatible jasperreports version [3.0.0.jar]. this is the same version i'm using locally and was able to compile and create the XSL file. but online it throws above listed error/exception.

can anyone here help me out to fix this problem? i really can use some help to sort out this issue.

thanks in advance for all the help and guidance.

regards

DervaisH