Jump to content

Java error with iReport 3.6.1


Gaby38

Recommended Posts

I downloaded the last release of ireport and updated with it an existing report. When trying to execute it (under jasperserver), I got the java exception :

org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'printOrder' is not allowed to appear in element 'jr:list'.

I tried to fix the problem by overwriting in jasperserver the jasperreport .jar by the one in iReport delivery but in this case I got an error saying that the JVM didn't know the Verdana font.

So I went back to the previous status with i<report 3.6.0 and jasperreports 3.5.3

Has anybody got the same troubles ?

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

printOrder is a new tag introduced in version 3.6.1 from jasperreports to specify the order used to print the records of the list.

This tag is not supported in previous versions of JasperReports (ineed in JasperServer).

 

Solution: reset the property printOrder (right click the property and select reset to default). In this way the tag will be not written in the Jrxml.

Giulio

 

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