I've been given the task of getting a BIRT report running in a page within our application. I'm trying to install the Birt viewer under JRun. I've managed to get the BIRT welcome screen to show, but if I click on the 'example' link, I get the following error:
404
/birt-viewer/frameset
java.io.FileNotFoundException: /birt-viewer/frameset
at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.ja va:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatc her.java:286)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineServ ice.java:543)
at jrun.servlet.http.WebService.invokeRunnable(WebService.java: 172)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(Thr eadPool.java:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
I've scoured the net and can't find anything to help. Can anybody shed some light on what I need to do to get this running under JRun?
On 7/28/2010 11:37 AM, jason.sabourin@olmgroup.com wrote:
> Hi,
>
> I am brand new to the world of BIRT.
> I've been given the task of getting a BIRT report running in a page
> within our application. I'm trying to install the Birt viewer under
> JRun. I've managed to get the BIRT welcome screen to show, but if I
> click on the 'example' link, I get the following error:
>
> 404 /birt-viewer/frameset
>
>
> java.io.FileNotFoundException: /birt-viewer/frameset
> at jrun.servlet.file.FileServlet.service(FileServlet.java:349)
> at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.ja va:42)
> at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatc
> her.java:286)
> at jrun.servlet.ServletEngineService.dispatch(ServletEngineServ
> ice.java:543)
> at jrun.servlet.http.WebService.invokeRunnable(WebService.java: 172)
> at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(Thr
> eadPool.java:428)
> at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> I've scoured the net and can't find anything to help. Can anybody shed
> some light on what I need to do to get this running under JRun?
>
> Many thanks.
>
> Jay
>
>
Thanks for your reply. I have seen that but it didn't really help.
Looking into this more, it seems that what I actually need is to use the report engine rather than the report viewer which seems to be a standalone application. So my original question has become somewhat irrelevant.
Our app is written in ColdFusion, so my next quest will be to find out how to use the report engine in ColdFusion. If anybody has any pointers for such an undertaking in the meantime they would be greatly appreciated.