Jump to content

The report filling thread was interrupted


2004 IR Help

Recommended Posts

By: Luciano Vieira Rodrigues - lvrodrigues

The report filling thread was interrupted

2004-06-16 10:49

Hi,

 

I'm using JBoss 3.0.7 and a JasperReports 0.5.3 to produce a report in PDF. But, after many time, I receive de message:

 

The report filling thread was interruped.

 

 

 

 

 

 

By: bhaarathm - bhaarathm

RE: The report filling thread was interrupted

2004-09-29 10:55

Hello,

I am running into the same problem. Is there any solution for this Thread Interruption Problem.

 

I would really appreciate any help on this.

 

 

 

 

By: Tobias Gaekle - ike987

RE: The report filling thread was interrupted

2004-07-08 07:39

i'm getting the same error using JBoss 3.2.2 and JasperReports 0.5.0. most of the time it works fine though with the exact same settings! if it works, it takes a few milliseconds to generate the report, if not, the transaction times out after 5 minutes.

 

does anybody have an idea why?

 

 

 

 

By: Ryan Fruit - rfruit

RE: The report filling thread was interrupted

2005-01-10 13:30

Not sure anyone is still looking for answers to this but here goes - In my case I'm using JBoss and starting the report thread from a session bean. Since by default a session bean mthod call starts a transaction my transaction was timing out while generating a long report (5+ minutes) and in turn causing an InterruptedExdception. In my case (and perhaps others) I simply had to make sure these calls are not wrapped inside a transaction. They really shouldn't be anyway since reports are read-only.

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