0

I'm using JasperServer 4.5.0 and Jaspersoft Studio 1.1.2.

I made ​​a report and uploaded it to the server host without problems.

But when I view it, it throws this exception message:

com.jaspersoft.jasperserver.api.JSExceptionWrapper: java.net.MalformedURLException

Trace:

com.jaspersoft.jasperserver.api.JSExceptionWrapper: net.sf.jasperreports.engine.JRException: java.net.MalformedURLException at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:251) at net.sf.jasperreports.engine.xml.JRXmlLoader.loadXML(JRXmlLoader.java:230) at net.sf.jasperreports.engine.xml.JRXmlLoader.load(JRXmlLoader.java:218) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.compileReport(EngineServiceImpl.java:905) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.compileReport(EngineServiceImpl.java:1362)

Do you know why I get this exception?

ℛɑƒæĿᴿᴹᴿ
  • 4,983
  • 4
  • 38
  • 58
josemm1790
  • 831
  • 2
  • 11
  • 19

2 Answers2

0

not what the problem was but change to iReport and I did upload the report directly to me and JasperServer and works. thanks

josemm1790
  • 831
  • 2
  • 11
  • 19
0

The only thing you have to do that,

  • Copy your Project Packages to another New Project.
  • Add All Libraries
  • Make The .jrxml File again.

It will work.....

Nilupul Heshan
  • 580
  • 1
  • 5
  • 18