Everything works fine except generation of reports. Each report displays "error creating report" with the following in the log:
- Requested action: Reports
- Mon Mar 26 20:18:02 CEST 2007
JasperReportUtils-> Checking report: /Library/Tomcat5/webapps/centric/WEB-INF/reports/employees.xml
ParameterList-> siteid=-1
ParameterList-> siteid_where=
ParameterList-> path=null
ParameterList-> TRUE=null
ParameterList-> language=null
ParameterList-> country=null
ParameterList-> CENTRIC_DICTIONARY=null
ParameterList-> SCRIPT_DB_CONNECTION=null
ControllerServlet-> Action Took: 247 ms
> Looking up resource: GenerateReportOK
Resource-> GenerateReportOK
GlobalItemsHook-> Calls: 0
GlobalItemsHook-> Activities: 0
GlobalItemsHook-> Tickets: 0
ReportRunnerJob-> Checking for new reports...
GlobalItemsHook-> Action Plans: 0
GlobalItemsHook-> Tickets: 1
GlobalItemsHook-> Tickets (Unassigned): 0
ControllerServlet-> Resource: /reports/reports_queue_added.jsp
JasperReportUtils-> Checking report: employees.xml
java.lang.NullPointerException
at org.aspcfs.modules.reports.base.ParameterList.setParameters(Unknown Source)
at org.aspcfs.modules.reports.base.QueueCriteriaList.getParameters(Unknown Source)
at org.aspcfs.apps.reportRunner.task.ProcessJasperReports.processReport(Unknown Source)
at org.aspcfs.apps.reportRunner.task.ProcessJasperReports.<init>(Unknown Source)
at org.aspcfs.modules.reports.jobs.ReportRunnerJob.execute(Unknown Source)
at org.quartz.core.JobRunShell.run(JobRunShell.java:195)
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:520)