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

JavaFX 19 SQLite 3 database


ad5xj_1

Recommended Posts

I am getting an error from JavaFX 19 runtime:

Could not find the report org.xml.sax.SAXParseException; lineNumber: 77; columnNumber: 67; cvc-complex-type.2.4.a: Invalid content was found starting with element '{"http://jasperreports.sourceforge.net/jasperreports":property}'.

that line in the .jrxml file is:

            <property name="com.jaspersoft.studio.unit.height" value="px"/>
 

It should be noted that this report was generated and saved with JasperSoft Studio 6.20.0 and the preview is fine there.

This is a Maven project with the dependency listed as:

        <dependency>
            <groupId>jasperreports</groupId>
            <artifactId>jasperreports</artifactId>
            <version>3.5.3</version>
        </dependency>
 

The report engine also give errors on the uuid: values. 

I am missing something somewhere but I cannot find what. 

Any help would be appreciated.

Link to comment
Share on other sites

  • 1 month later...
  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic


Thank you for posting to the Jaspersoft Community. Our team of experts has read your question and we are working to get you an answer as quickly as we can. If you have a Jaspersoft Professional Subscription plan, please visit https://support.tibco.com/s/ for direct access to our technical support teams offering guaranteed response times.

Link to comment
Share on other sites

Hello,

What was the full error received when trying to run this report on the server? You mentioned it runs and previews fine in Studio. Do you not see any errors there? Also, SQLite 3 is not a supported database.

 

Regards,

 

Paul Jimenez
Senior Support Engineer
TIBCO Jaspersoft

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