Jump to content
We've recently updated our Privacy Statement, available here ×

Issues running jasper Reports in Linux


nairsunil

Recommended Posts

Getting error when we are running Jasper reports in linux.

 

We have a reportMgmt application deployed on tomcat in linux and we are accessing this from another application deployed in Jboss in linux. This works fine when both the applications are deployed in JBOSS windows. Any ideas?

 

First it complained about some issues related to permission where it was trying to create the temp file i think , and after we gave write permission to the directory that issue was solved and now getting a new error.

 

net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file:

/dnbusr1/dnbi/logs/Report_1180739398441_688453.java:4: package net.sf.jasperreports.engine does not exist

import net.sf.jasperreports.engine.*;

^

/dnbusr1/dnbi/logs/Report_1180739398441_688453.java:5: package net.sf.jasperreports.engine.fill does not exist

import net.sf.jasperreports.engine.fill.*;

^

/dnbusr1/dnbi/logs/Report_1180739398441_688453.java:18: cannot find symbol

symbol: class JREvaluator

public class Report_1180739398441_688453 extends JREvaluator

^

/dnbusr1/dnbi/logs/Report_1180739398441_688453.java:25: cannot find symbol

symbol : class JRFillParameter

location: class Report_1180739398441_688453

private JRFillParameter parameter_REPORT_RESOURCE_BUNDLE = null;

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...