I've created a new jasper report(using TIBCO Jaspersoft Studio Community Edition 6.5.1) for "Invoice Print" that will be used in idempiere
I've created a Report & Processes screen with the below
classname : org.compiere.report.ReportStarter
jasperReport :attachment:MainReport.jasper
and attached the MainReport.jasper
I am running the idempiere application in the Debug mode and visited the Invoice (Customer) Window and clicked on the "Print" icon
the popup shows up and within few seconds an error is thrown. The error is listed as below for your ready reference.
NOTE :- Even though I'm planning to make use of the images related settings for displaying the client Logo and other images, currently I want to test the report without any images and hence in my experiment I've not used any image or any image properties while generating the jasper report.
Could you please suggest me how to resolve this issue at the earliest
14:48:39.135-----------> Msg.getMsg: NOT found: ProcessError [176]
14:48:39.136===========> ProcessUtil.startJavaProcess: org.compiere.report.ReportStarter [176]
org.adempiere.exceptions.AdempiereException: Byte data not found at: /home/ubuntu/Downloads/0.png.
at org.adempiere.report.jasper.ReportStarter.startProcess0(ReportStarter.java:811)
at org.adempiere.report.jasper.ReportStarter.startProcess(ReportStarter.java:352)
at org.adempiere.util.ProcessUtil.startJavaProcess(ProcessUtil.java:172)
at org.adempiere.util.ProcessUtil.startJavaProcess(ProcessUtil.java:139)
at org.adempiere.util.ProcessUtil.startJavaProcess(ProcessUtil.java:128)
at org.compiere.process.ServerProcessCtl.startProcess(ServerProcessCtl.java:408)
at org.compiere.process.ServerProcessCtl.run(ServerProcessCtl.java:239)
at org.compiere.process.ServerProcessCtl.process(ServerProcessCtl.java:100)
at org.compiere.print.ServerReportCtl.runJasperProcess(ServerReportCtl.java:157)
at org.compiere.print.ServerReportCtl.runJasperProcess(ServerReportCtl.java:120)
at org.compiere.print.ReportCtl.startDocumentPrint(ReportCtl.java:398)
at org.compiere.print.ReportCtl.startDocumentPrint(ReportCtl.java:364)
at org.compiere.print.ReportCtl.start(ReportCtl.java:151)
at org.compiere.print.ReportCtl.start(ReportCtl.java:111)
at org.compiere.apps.AbstractProcessCtl.run(AbstractProcessCtl.java:289)