By: Chuck Deal - cdeal
JDK 1.2.2 and web app
2003-01-22 13:43
Is anyone running a webserver that uses jdk 1.2.2 and has successfully integrated JasperReports into it (via JSP)? How about reports that contain subreports?
I am having a problem where I am getting an
java.lang.IllegalMonitorStateException: current thread not owner
The last time i got this error was when I compiled a jar with JDK 1.4.1 and deployed it my webserver which is still using JDK 1.2.2.
Any thoughts?
By: Teodor Danciu - teodord
RE: JDK 1.2.2 and web app
2003-01-26 23:30
Hi,
If you are running JDK 1.2.2, please recompile the jar files
using this JDK version.
The supplied jar files are compiled using JDK 1.4.1 and it's true
that subreports do not work due to this strange error.
Recompiling the source files using the appropriate JDK version
seems to solve the issue.
Thank you,
Teodor
JDK 1.2.2 and web app
2003-01-22 13:43
Is anyone running a webserver that uses jdk 1.2.2 and has successfully integrated JasperReports into it (via JSP)? How about reports that contain subreports?
I am having a problem where I am getting an
java.lang.IllegalMonitorStateException: current thread not owner
The last time i got this error was when I compiled a jar with JDK 1.4.1 and deployed it my webserver which is still using JDK 1.2.2.
Any thoughts?
By: Teodor Danciu - teodord
RE: JDK 1.2.2 and web app
2003-01-26 23:30
Hi,
If you are running JDK 1.2.2, please recompile the jar files
using this JDK version.
The supplied jar files are compiled using JDK 1.4.1 and it's true
that subreports do not work due to this strange error.
Recompiling the source files using the appropriate JDK version
seems to solve the issue.
Thank you,
Teodor
0 Answers:
No answers yet