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

Exception when generating a report


2005 IR Help

Recommended Posts

By: Richard - rczarn

Exception when generating a report

2003-12-12 14:09

When using JasperFillManager.fillReport() I consistently get an exception (posted below). Has anyone seen this type of exception before when using Jasper? I'm running using 1.4.1 on a Windows 2000 machine.

 

 

Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D3CE26A

Function=JVM_FindSignal+0x17C1C

Library=C:Program FilesJavaj2re1.4.1_01binclientjvm.dll

 

Current Java thread:

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

at java.lang.Throwable.<init>(Throwable.java:180)

at java.lang.Exception.<init>(Exception.java:29)

at java.lang.RuntimeException.<init>(RuntimeException.java:32)

at java.lang.NullPointerException.<init>(NullPointerException.java:36)

at dori.jasper.engine.fill.JRCalculator.evaluate(JRCalculator.java:707)

 

 

 

 

 

By: Teodor Danciu - teodord

RE: Exception when generating a report

2004-04-30 03:15

 

Hi,

 

Try to launch your JVM using the -server command line

switch instead of the default which is -client.

 

Thank you,

Teodor

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