Jump to content
JasperReports Library 7.0 is now available ×

VerifyError:subReport in Aix 5.3 with IBM jdk14


kuyuer

Recommended Posts

use jasperReport1.25 make one report with two subReport ,in windowXp with javaJDK1.4.2 work good,but in aix5.3 with IBM JDK14 error:

java.lang.VerifyError: (class: net/sf/jasperreports/engine/fill/JRFillSubreport,

method: evaluate signature: (B)V) Unable to pop operand off an empty stack

at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getSubreport(JRF

illObjectFactory.java:534)

at net.sf.jasperreports.engine.base.JRBaseSubreport.getCopy(JRBaseSubrep

ort.java:201)

at net.sf.jasperreports.engine.fill.JRFillElementGroup.<init>(JRFillElem

entGroup.java:88)

at net.sf.jasperreports.engine.fill.JRFillElementContainer.<init>(JRFill

ElementContainer.java:90)

at net.sf.jasperreports.engine.fill.JRFillBand.<init>(JRFillBand.java:77

)

at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getBand(JRFillOb

jectFactory.java:374)

Link to comment
Share on other sites

  • 2 weeks later...
  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Hi,

 

I think you should try build the JasperReports JAR from source on the IBM JDK.

Also, this seems to be related to the use of Javaflow continuations to fill subreports.

Maybe turning it off using the system property present in the /demo/samples/subreport sample provided would help avoid the problem.

 

I hope this helps.

Teodor

Link to comment
Share on other sites

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