Jump to content
Changes to the Jaspersoft community edition download ×

Deploying jasperreport app -ClassNotFoundException


hatro

Recommended Posts

Hi,

I'm running into trouble when I try to deploy my jasperreport java standalone application.

Inside Eclipse my project runs just fine, and jasperreports are generated like I want them. But when I deploy my application to an .jar file and try to run this I get errors.

 

1. When my app tries to compile jrxml file I got this message:

 

Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: org/apach

e/commons/collections/ArrayStack

at org.apache.commons.digester.Digester.<init>(Digester.java:138)

at net.sf.jasperreports.engine.xml.JRXmlDigester.<init>(JRXmlDigester.ja

va:62)

at net.sf.jasperreports.engine.xml.JRXmlDigesterFactory.createDigester(J

RXmlDigesterFactory.java:957)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:203

)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:168

)

at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:152

)

at net.sf.jasperreports.engine.JasperCompileManager.compileReportToFile(

JasperCompileManager.java:108)

 

2. When I have pre-compiled my jrxml files into jasper files I get this error message:

 

net.sf.jasperreports.engine.JRException: Class not found when loading object fro

m file : reportstemplateMissionOrder.jasper

at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:96

)

at org.redcross.sar.output.DiskoReport.fill(DiskoReport.java:182)

at org.redcross.sar.output.DiskoReport.printAssignments(DiskoReport.java

:143)

at org.redcross.sar.wp.tactics.ListDialog.sendToPrint(ListDialog.java:10

5)

at org.redcross.sar.wp.tactics.ListDialog.access$1(ListDialog.java:93)

at org.redcross.sar.wp.tactics.ListDialog$2.actionPerformed(ListDialog.j

ava:211)

at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)

at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)

at javax.swing.DefaultButtonModel.setPressed(Unknown Source)

at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour

ce)

at java.awt.Component.processMouseEvent(Unknown Source)

at javax.swing.JComponent.processMouseEvent(Unknown Source)

at java.awt.Component.processEvent(Unknown Source)

at java.awt.Container.processEvent(Unknown Source)

at java.awt.Component.dispatchEventImpl(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)

at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)

at java.awt.Container.dispatchEventImpl(Unknown Source)

at java.awt.Window.dispatchEventImpl(Unknown Source)

at java.awt.Component.dispatchEvent(Unknown Source)

at java.awt.EventQueue.dispatchEvent(Unknown Source)

at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)

at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.pumpEvents(Unknown Source)

at java.awt.EventDispatchThread.run(Unknown Source)

Caused by: java.lang.ClassNotFoundException: org.apache.commons.collections.Sequ

encedHashMap

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)

at java.lang.Class.forName0(Native Method)

at java.lang.Class.forName(Unknown Source)

at java.io.ObjectInputStream.resolveClass(Unknown Source)

at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)

at java.io.ObjectInputStream.readClassDesc(Unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)

at java.io.ObjectInputStream.readObject0(Unknown Source)

at java.io.ObjectInputStream.defaultReadFields(Unknown Source)

at java.io.ObjectInputStream.readSerialData(Unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)

at java.io.ObjectInputStream.readObject0(Unknown Source)

at java.io.ObjectInputStream.defaultReadFields(Unknown Source)

at java.io.ObjectInputStream.readSerialData(Unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)

at java.io.ObjectInputStream.readObject0(Unknown Source)

at java.io.ObjectInputStream.readArray(Unknown Source)

at java.io.ObjectInputStream.readObject0(Unknown Source)

at java.io.ObjectInputStream.defaultReadFields(Unknown Source)

at java.io.ObjectInputStream.readSerialData(Unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)

at java.io.ObjectInputStream.readObject0(Unknown Source)

at java.io.ObjectInputStream.defaultReadFields(Unknown Source)

at java.io.ObjectInputStream.readSerialData(Unknown Source)

at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)

at java.io.ObjectInputStream.readObject0(Unknown Source)

at java.io.ObjectInputStream.readObject(Unknown Source)

at net.sf.jasperreports.engine.util.JRLoader.loadObject(JRLoader.java:88

)

... 30 more

 

The 4 required commons libs is in my manifest.mf and in my deployed lib catalog. But what have I missed?

This problem needs new eyes looking into it, and any help would be appreciated.

 

Regards,

Hans

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

This is the jasper relevant libraries I include in my manifest file and my lib catalog:

 

../lib/commons-beanutils-1.7.jar

../lib/commons-collections-2.1.jar

../lib/commons-digester-1.7.jar

../lib/commons-logging-api-1.0.2.jar

../lib/jasperreports-1.3.4.jar

 

Do I miss any?

 

regards,

Hans

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...