Skip to main content



      Home
Home » Archived » BIRT » Oracle (OC4J) Deployment
Oracle (OC4J) Deployment [message #166121] Wed, 31 May 2006 14:25 Go to next message
Eclipse UserFriend
Originally posted by: bill.ames.illinois.gov

Does birt run on OC4J? If anyone out there has gotten it to work I would
love to hear of any pointers or things that would help me do this.

I have the Oracle OC4J Standalone 10.1.3 setup and running fine. I have
deployed the birt.war which can be found in the birt-runtime-2_0_1.zip,
and I have added the prototype.js and itext-1.3.jar where they are suppose
to go.

I can bring up the example .jsp page but when I click on the "view sample"
link I simply get a "page cannot be displayed" with no error at all. I am
at a loss as to what else to do. It runs on on TomCat just fine, but not
OC4J.
Re: Oracle (OC4J) Deployment [message #166475 is a reply to message #166121] Thu, 01 June 2006 09:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atul.dhoke.emea.eu.int

Hi Bill

I have faced the same problem when i tried to deploy the birt-runtime on
OAS.
To make it work all you have to do is to follow this link
http://download.eclipse.org/birt/downloads/
and download Report Engine (birt-runtime-2.1RC3a.zip )

and deploy birt.war inside it instead of your current version of
birt.war,
follow the same instruction to deploy.

But i did nt try it on standalone OC4J rather i have deployed it on
OAS Enterprise version, which worked.


regards

Atul


"Bill" <bill.ames@illinois.gov> wrote in message
news:ad0b55924257aecc987e932036f051b6$1@www.eclipse.org...
> Does birt run on OC4J? If anyone out there has gotten it to work I would
> love to hear of any pointers or things that would help me do this.
>
> I have the Oracle OC4J Standalone 10.1.3 setup and running fine. I have
> deployed the birt.war which can be found in the birt-runtime-2_0_1.zip,
> and I have added the prototype.js and itext-1.3.jar where they are suppose
> to go.
>
> I can bring up the example .jsp page but when I click on the "view sample"
> link I simply get a "page cannot be displayed" with no error at all. I am
> at a loss as to what else to do. It runs on on TomCat just fine, but not
> OC4J.
>
>
>
Re: Oracle (OC4J) Deployment [message #166788 is a reply to message #166475] Thu, 01 June 2006 15:27 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bill.ames.illinois.gov

Thanks for the advice, I went ahead and setup the Enterprise OC4J as well,
and used the version you indicated but I still get a blank page on the
example.

I did a bit more poking around though and found the following in the
application log. Does anyone have any ideas on this?

javax.servlet.ServletException: Error instantiating servlet
'ViewerServlet'. Servlet class
org.eclipse.birt.report.servlet.ViewerServlet not found in web-application
birt
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpApplication.servletClassNotFound(HttpAppli cation.java:4674)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpApplication.findServlet(HttpApplication.ja va:4639)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpApplication.findServlet(HttpApplication.ja va:4541)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpApplication.getRequestDispatcher(HttpAppli cation.java:2821)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.doProcessRequest(HttpReques tHandler.java:740)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.processRequest(HttpRequestH andler.java:451)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.serveOneRequest(HttpRequest Handler.java:218)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.run(HttpRequestHandler.java :119)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].server.http.HttpRequestHandler.run(HttpRequestHandler.java :112)
at
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run (ServerSocketReadHandler.java:260)
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
].util.ReleasableResourcePooledExecutor$MyWorker.run(Releasa bleResourcePooledExecutor.java:303)
at java.lang.Thread.run(Thread.java:534)
Re: Oracle (OC4J) Deployment [message #167006 is a reply to message #166788] Fri, 02 June 2006 08:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: atul.dhoke.emea.eu.int

Hi Bill

Did u copy itext-1.3.jar and prototype.js in the deployed application
if not please go to this URL
http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php
and find out where exactly u have to copy these two files in ur birt
installation.
Normally they are copied as
a.. Copy itext-1.3.jar to
/WebViewerExample/WEB-INF/platform/plugins/com.lowagie.itext /lib.
a.. Copy prototype.js to /WebViewerExample/webcontent/birt/ajax/lib.

still u can go and check the above link !!

regards
atul




"Bill" <bill.ames@illinois.gov> wrote in message
news:5ac2967e26d6e2817c66e5866a3c4d7d$1@www.eclipse.org...
> Thanks for the advice, I went ahead and setup the Enterprise OC4J as well,
> and used the version you indicated but I still get a blank page on the
> example.
>
> I did a bit more poking around though and found the following in the
> application log. Does anyone have any ideas on this?
>
> javax.servlet.ServletException: Error instantiating servlet
> 'ViewerServlet'. Servlet class
> org.eclipse.birt.report.servlet.ViewerServlet not found in web-application
> birt
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpApplication.servletClassNotFound(HttpAppli cation.java:46
74)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpApplication.findServlet(HttpApplication.ja va:4639)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpApplication.findServlet(HttpApplication.ja va:4541)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpApplication.getRequestDispatcher(HttpAppli cation.java:28
21)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpRequestHandler.doProcessRequest(HttpReques tHandler.java:
740)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpRequestHandler.processRequest(HttpRequestH andler.java:45
1)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpRequestHandler.serveOneRequest(HttpRequest Handler.java:2
18)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpRequestHandler.run(HttpRequestHandler.java :119)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].server.http.HttpRequestHandler.run(HttpRequestHandler.java :112)
> at
>
oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run (ServerSocketRea
dHandler.java:260)
> at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
> ].util.ReleasableResourcePooledExecutor$MyWorker.run(Releasa bleResourcePoo
ledExecutor.java:303)
> at java.lang.Thread.run(Thread.java:534)
>
Re: Oracle (OC4J) Deployment [message #167077 is a reply to message #167006] Fri, 02 June 2006 10:34 Go to previous message
Eclipse UserFriend
Originally posted by: bill.ames.illinois.gov

Yes, I had copied those files to the appropriate directory. I'm just not
sure what is going on, from the looks of the error I get, it seems OC4J
does not find the viewerserverlet.jar classes. I verified that it was
there as well. It works fine on Tomcat so I'm sure I have them in the
correct spot.

I thought this would work with a clean install of OC4J application server
and the birt.war, but it simply isn't working. I really wanted to stick
with oracle but may be forced into using the Tomcat which works.

thanks so much for trying to help me.
Previous Topic:Portal
Next Topic:Parameterized Query
Goto Forum:
  


Current Time: Mon Jul 28 04:47:53 EDT 2025

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

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

Back to the top