The selected Jrxml could not be parsed ...

I am attempting to upload an iReport file to JI and receive the message "The selected Jrxml could not be parsed" - I've tried several reports with the same message - any thoughts?

Thanks in advance
jbbaird's picture
132
Joined: Oct 9 2006 - 11:55am
Last seen: 16 years 11 months ago

7 Answers:

Can you check the JI logs and whether you find there a longer error message?

What iReport version are you using? Does it match the version of the JasperReports jar in JI?
lucianc's picture
86843
Joined: Jul 17 2006 - 1:10am
Last seen: 4 hours 35 min ago
Hi,
I've the same problem and i've found a tip :

- my jrxml have a chart in summary's band. When i've tried to import in jasperintelligence, i've got : "The selected Jrxml could not be parsed".

- if i delete the chart and i retry the import : it's ok.

miss something in jasperintelligence for using chart ?
Thanks.
mazu29's picture
226
Joined: Oct 3 2006 - 6:01pm
Last seen: 16 years 11 months ago
Do you have a more detailed error (from the JI logs, for instance)?

This might be a version mismatch, e.g. maybe iReport creates 1.2.7 JRXMLs and you have 1.2.4 JasperReports in the JI web application. Try to change iReport's compatibility property and see whether the JRXML upload still fails.

Regards,
Lucian
lucianc's picture
86843
Joined: Jul 17 2006 - 1:10am
Last seen: 4 hours 35 min ago
i've jasperintelligence-1.0.1 installed with jasperintelligence-1.0.1-windows-installer.exe and i've changed the original ireport's folder (version 1.2.4) for ireport 1.2.7.

compatibility property :
--> if i choose "last available version" : same problem.
--> if i choose "jasperreport 1.2.7" : same problem.
--> if i choose "jasperreport 1.2.6" : same problem.
--> if i choose "jasperreport 1.2.5" : it's ok.

i don't want to use compatibility property. What can i do.

Thanks.
mazu29's picture
226
Joined: Oct 3 2006 - 6:01pm
Last seen: 16 years 11 months ago
Update the JasperReports jar used in JI to 1.2.7.
lucianc's picture
86843
Joined: Jul 17 2006 - 1:10am
Last seen: 4 hours 35 min ago
compatability worked for me ... the problem is no longer.

Thanks
jbbaird's picture
132
Joined: Oct 9 2006 - 11:55am
Last seen: 16 years 11 months ago
Yes it's ok for me too.
Thanks
mazu29's picture
226
Joined: Oct 3 2006 - 6:01pm
Last seen: 16 years 11 months ago
Feedback