Skip to main content
March 8, 2007
Question

Report compilation error. Error at (203, 20: null

  • March 8, 2007
  • 2 replies
  • 1475 views
Help. I'm getting this error on a report that used to work just fine. Here's the stack trace info... Any ideas what this error means?

coldfusion.runtime.report.Report$ReportCompilationException: Report compilation error. Error at (203, 20: null
at coldfusion.runtime.report.Report.compileXml(Report.java:580)
at coldfusion.runtime.report.Report._compileReport(Report.java:181)
at coldfusion.runtime.report.Report.compileReport(Report.java:124)
at coldfusion.runtime.report.Report.runReport(Report.java:235)
at coldfusion.filter.ComponentFilter.invoke(ComponentFilter.java:96)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.xml.rpc.CFCServlet.invoke(CFCServlet.java:106)
at coldfusion.xml.rpc.CFCServlet.doGet(CFCServlet.java:157)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

This topic has been closed for replies.

2 replies

BKBK
Community Expert
Community Expert
May 3, 2007
I wonder, if it's because our test site is http and our live site is https.
Is that why it can't connect to the RDS server?

I don't think http or https matters. The key is to get your production server configured as an RDS server in Report Builder.

To do so, open Report Builder. Click on the Edit menu and then on Configure RDS Servers. Click on the "+" sign or, alternatively, select the option to Add RDS Server. Enter the connection details of your production server. You would of course have modified the settings on your production server beforehand to accept a connection from your test server.

Participating Frequently
March 8, 2007
Did you recently upgrade to CFMX 7.0.2? See http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=96ce62cd.

Ted Zimmerman
April 18, 2007
No, our upgrade was back in January. We get this error because we build the report with Report Builder on the Test Server, and it works great there. We just can't seem to get our production server set up as RDS so we can't get reports on the production server that are created with Report Builder. If we use CFDocument and mimic a report, we can easily move reports from test to prod. It's just the RDS SErver Setup for our live site. Frustrating, very frustating because I don't know what to do.
April 18, 2007
I wonder, if it's because our test site is http and our live site is https. Is that why it can't connect to the RDS server?