Skip to main content



      Home
Home » Archived » BIRT » unable to view BIRT report
unable to view BIRT report [message #127896] Thu, 09 February 2006 22:00 Go to next message
Eclipse UserFriend
Originally posted by: shassan.sg.pepperl-fuchs.com

Hi there

I am trying to deploy BIRT reports into my Oracle Application server.
I have transferred the BIRT runtime folder into my web application root
directory.

I am able to view the BIRT viewer (the BIRT viewer has been installed is
shown - http://<web server>:<port>/mfg/birt/
But when I click on the 'View Example' link, I am not able to view the
BIRT report example, error stated 'HTTP 500 Internal Server Error - Page
Cannot Be Displayed'. The URL on the browser shows as follows upon
clicking on the 'View Example' link: - http://<web
server>:<port> /mfg/frameset?__report=test.rptdesign&sample=my+paramete r
The test.rptdesign report does exist and is in the BIRT runtime folder.

Is there any configuration or setting that i have to do.

Appreciate any help, thank you,
Siti.
Re: unable to view BIRT report [message #128206 is a reply to message #127896] Fri, 10 February 2006 11:54 Go to previous messageGo to next message
Eclipse UserFriend
Siti,

Did you get any information out of the App Server logs?
Make sure that you have all the extra required files copied to the Birt
viewer directory
structure.

Jason Weathersby
BIRT PMC


"Siti" <shassan@sg.pepperl-fuchs.com> wrote in message
news:862f4a271bf2f76cb2250f7a0f3afffd$1@www.eclipse.org...
> Hi there
>
> I am trying to deploy BIRT reports into my Oracle Application server.
> I have transferred the BIRT runtime folder into my web application root
> directory.
> I am able to view the BIRT viewer (the BIRT viewer has been installed is
> shown - http://<web server>:<port>/mfg/birt/
> But when I click on the 'View Example' link, I am not able to view the
> BIRT report example, error stated 'HTTP 500 Internal Server Error - Page
> Cannot Be Displayed'. The URL on the browser shows as follows upon
> clicking on the 'View Example' link: - http://<web
> server>:<port> /mfg/frameset?__report=test.rptdesign&sample=my+paramete r
> The test.rptdesign report does exist and is in the BIRT runtime folder.
>
> Is there any configuration or setting that i have to do.
>
> Appreciate any help, thank you,
> Siti.
>
>
Re: unable to view BIRT report [message #128776 is a reply to message #128206] Sun, 12 February 2006 19:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: shassan.sg.pepperl-fuchs.com

Hi Jason

I got the following error in my log file. FYI, I placed my BIRT folder
in C:\oracle\10g\j2ee\home2\applications\mfg\mfg\ which is my root
directory.

Any help appreciated. Thx.
Siti.

06/02/10 16:35:01 mfg: 9.0.4.0.0 Started
06/02/13 08:00:28 mfg: Servlet error
javax.servlet.ServletException: Error instantiating servlet
'ViewerServlet' (servlet class not found, make sure it exists at
C:\oracle\10g\j2ee\home2\applications\mfg\mfg/WEB-INF/classe s/org/eclipse/birt/report/viewer/servlet/ViewerServlet.class ,
in a jar in C:\oracle\10g\j2ee\home2\applications\mfg\mfg/WEB-INF/lib/, in
an orion-web.xml specified classpath or global server classpath)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpApplication.findServlet(HttpApp lication.java:4556)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpApplication.getRequestDispatche r(HttpApplication.java:2561)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(H ttpRequestHandler.java:640)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestH andler.java:270)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestH andler.java:112)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker. run(ReleasableResourcePooledExecutor.java:186)
at java.lang.Thread.run(Thread.java:534)
Re: unable to view BIRT report [message #128787 is a reply to message #128776] Sun, 12 February 2006 20:50 Go to previous message
Eclipse UserFriend
Originally posted by: shassan.sg.pepperl-fuchs.com

Hi

i've moved the various folders in BIRT runtime folder to my root directory.
Now I faced another problem. See below.

Appreciate any help. Thx.

java.lang.IllegalArgumentException: Partial path must start with a /
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpApplication.getResourcePaths(Ht tpApplication.java:7936)
at
org.eclipse.birt.core.framework.PlatformServletContext.hasCh ildren(PlatformServletContext.java:95)
at
org.eclipse.birt.core.framework.PlatformServletContext.getFi leList(PlatformServletContext.java:69)
at
org.eclipse.birt.core.framework.server.ServerPlatform.<init >(ServerPlatform.java:55)
at org.eclipse.birt.core.framework.Platform.initialize(Platform .java:85)
at
org.eclipse.birt.report.engine.api.ReportEngine.<init>(ReportEngine.java:80)
at
org.eclipse.birt.report.services.ReportEngineService.setEngi neContext(Unknown
Source)
at org.eclipse.birt.report.viewer.servlet.ViewerServlet.doGet(U nknown
Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at
org.apache.axis.transport.http.AxisServletBase.service(AxisS ervletBase.java:327)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(Ser vletRequestDispatcher.java:765)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInt ernal(ServletRequestDispatcher.java:317)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(H ttpRequestHandler.java:790)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestH andler.java:270)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestH andler.java:112)
at com.evermind[Oracle Application Server Containers for J2EE 10g
(9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker. run(ReleasableResourcePooledExecutor.java:186)
at java.lang.Thread.run(Thread.java:534)
Previous Topic:Serious problem with ViewerServlet
Next Topic:Passing Java Objects to Web Viewer Report
Goto Forum:
  


Current Time: Thu May 08 23:07:43 EDT 2025

Powered by FUDForum. Page generated in 0.04355 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top