JavaFX 19 SQLite 3 database

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.

ad5xj_1's picture
Joined: Feb 16 2023 - 6:24am
Last seen: 1 month 3 weeks ago

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.

mrajkuma - 1 month 3 weeks ago

Thank you for your patience, we have not forgotten you. We need a little more time with our team of experts to come up with a solution. We will respond back with an answer as quickly as we can.

mrajkuma - 1 month 3 weeks ago

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

pjimenez_2 - 1 month 3 weeks ago

0 Answers:

No answers yet
Feedback
randomness