Jump to content
JasperReports Library 7.0 is now available ×

Probem : current thread not owner


Recommended Posts

By: Aurelia Ducreau - aurelia

Probem : current thread not owner

2003-08-29 03:30

Hi,

 

Before editing a report, my java servlet don't know how much nested level there is. So that I use a recursive method to edit a report, its subreports, and the subreports of a subreports, etc...

But I have the fallowing error when I try to view such a report...

 

java.lang.IllegalMonitorStateException: current thread not owner

at dori.jasper.engine.fill.JRFillSubreport.run(Compiled Code)

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

 

Then, I can view the master report (level 0), its subreport (level 1), but not the subreport of this subreport (level 2 and more ...)

 

What happens ? Is that a synchronization problem ?

 

TIA

 

Aurelia

 

 

 

 

 

By: Aurelia Ducreau - aurelia

RE: Probem : current thread not owner

2003-08-29 07:10

This happens after this error occurs :

 

A nonfatal internal JIT (3.00.078(x)) error 'chgTarg: Conditional' has occurred

in : 'dori/jasper/engine/fill/JRFillSubreport.prepare (IZ)Z': Interpreting method.

Please report this error in detail to http://java.sun.com/cgi-bin/bugreport.cgi

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