kuyuer Posted October 28, 2006 Share Posted October 28, 2006 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(JRFillObjectFactory.java:534) at net.sf.jasperreports.engine.base.JRBaseSubreport.getCopy(JRBaseSubreport.java:201) at net.sf.jasperreports.engine.fill.JRFillElementGroup.<init>(JRFillElementGroup.java:88) at net.sf.jasperreports.engine.fill.JRFillElementContainer.<init>(JRFillElementContainer.java:90) at net.sf.jasperreports.engine.fill.JRFillBand.<init>(JRFillBand.java:77) at net.sf.jasperreports.engine.fill.JRFillObjectFactory.getBand(JRFillObjectFactory.java:374) Link to comment Share on other sites More sharing options...
teodord Posted November 9, 2006 Share Posted November 9, 2006 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now