Jump to content
We've recently updated our Privacy Statement, available here ×

Webapp InvalidClassException Error


Recommended Posts

By: Ryan - louier79

Webapp InvalidClassException Error

2003-08-13 12:37

Hello,

 

This is the error message:

JasperReports encountered this error :

java.io.InvalidClassException: dori.jasper.engine.JasperReport; Local class not compatible: stream classdesc serialVersionUID=500 local class serialVersionUID=406

at java.lang.Throwable.fillInStackTrace(Native Method)

at java.lang.Throwable.fillInStackTrace(Compiled Code)

at java.lang.Throwable.(Compiled Code)

at java.lang.Exception.(Compiled Code)

at java.io.IOException.(Compiled Code)

at java.io.ObjectStreamException.(ObjectStreamException.java:29)

at java.io.InvalidClassException.(InvalidClassException.java:47)

at java.io.ObjectStreamClass.validateLocalClass(ObjectStreamClass.java:438)

at java.io.ObjectStreamClass.setClass(ObjectStreamClass.java:482)

at java.io.ObjectInputStream.inputClassDescriptor(ObjectInputStream.java:785)

at java.io.ObjectInputStream.readObject(ObjectInputStream.java:353)

at java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)

at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:978)

at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)

at java.io.ObjectInputStream.readObject(ObjectInputStream.java:232)

at dori.jasper.engine.util.JRLoader.loadObject(JRLoader.java:126)

at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:288)

at dori.jasper.engine.JasperRunManager.runReportToPdf(JasperRunManager.java:281)

at _jsp._webapp._jsp._pdf__jsp._jspService(_pdf__jsp.java:44)

at com.caucho.jsp.JavaPage.service(Compiled Code)

at com.caucho.jsp.Page.subservice(Compiled Code)

at com.caucho.server.http.FilterChainPage.doFilter(Compiled Code)

at com.caucho.server.http.Invocation.service(Compiled Code)

at com.caucho.server.http.CacheInvocation.service(Compiled Code)

at com.caucho.server.http.RunnerRequest.handleRequest(Compiled Code)

at com.caucho.server.http.RunnerRequest.handleConnection(Compiled Code)

at com.caucho.server.TcpConnection.run(Compiled Code)

at java.lang.Thread.run(Compiled Code)

 

NESTED BY :

dori.jasper.engine.JRException: Error loading object from file : /export/home/lewis/public_html/crash/jsp/webapp/reports/WebappReport.jasper

at java.lang.Throwable.fillInStackTrace(Native Method)

at java.lang.Throwable.fillInStackTrace(Compiled Code)

at java.lang.Throwable.(Compiled Code)

at java.lang.Exception.(Compiled Code)

at dori.jasper.engine.JRException.(JRException.java:115)

at dori.jasper.engine.util.JRLoader.loadObject(JRLoader.java:132)

at dori.jasper.engine.JasperFillManager.fillReport(JasperFillManager.java:288)

at dori.jasper.engine.JasperRunManager.runReportToPdf(JasperRunManager.java:281)

at _jsp._webapp._jsp._pdf__jsp._jspService(_pdf__jsp.java:44)

at com.caucho.jsp.JavaPage.service(Compiled Code)

at com.caucho.jsp.Page.subservice(Compiled Code)

at com.caucho.server.http.FilterChainPage.doFilter(Compiled Code)

at com.caucho.server.http.Invocation.service(Compiled Code)

at com.caucho.server.http.CacheInvocation.service(Compiled Code)

at com.caucho.server.http.RunnerRequest.handleRequest(Compiled Code)

at com.caucho.server.http.RunnerRequest.handleConnection(Compiled Code)

at com.caucho.server.TcpConnection.run(Compiled Code)

at java.lang.Thread.run(Compiled Code)

 

 

Does anyone know the cause of this error?

 

Thank you for your assistance!

 

 

 

 

By: Gregory A. Swarthout - gswarthout

RE: Webapp InvalidClassException Error

2003-08-13 12:57

You are using different versions of JasperReports to compile the report design and to generate the report.

 

 

 

 

By: Ryan - louier79

RE: Webapp InvalidClassException Error

2003-08-14 14:30

You were right.

 

But, now I am getting a blank page with the url https://...../jsp/pdf.jsp

 

Any idea why it is a blank page with no errors?

 

Thank you again!

 

 

 

 

By: Ryan - louier79

RE: Webapp InvalidClassException Error

2003-08-15 15:01

Nevermind, it was a local PC browser problem. The problem is with IE 6.0.2 SP1 on my PC. It works fine on other PC with the same version.

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...