Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Class Not Found Error WIth Custom Visualization #27

#1

Jaspersoft Studio 6.4.0,
Java-Runtime-Version: 1.8.0_191
JasperReports-Version: 6.4.1

Is there any support for custom visualizations? Or am I just doing something wrong (quite new to Jasper Reports and JRI) I have loaded a report with a Radial Progress Visualization, and one without. The one without loads fine through the apex test app and through the JRI Test report page. The one with the Custom Visualization has the following error:

java.lang.RuntimeException: Class not found when loading object from file: /home/jasper_reports/reports/compliance.jasper.
de.oc.utils.Utils.throwRuntimeException(Unknown Source)
de.oc.integration.jasper.webapp.ReportWrapper.service(Unknown Source)
javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

I do not have any special classes called out in the code, viewing the source, the only classes that I can see are the basic Java classes java.lang.string, integer, float.

Would I have to install phantomJS, or is it already in the libraries, if i have to install it, where do i install it and what would i need to put in the configuration file? Thanks.

  • replies 1
  • views 1.2K
  • likes 0
#2

Can you provide the files for a simple test case? Please use a query on user_objects, e.g.

select count(*) cnt, object_type 
  from user_objects
 group by object_type

Thank you.
I am still on vacation so I might have a look next week.