Sign in or 

|
Higher |
Birt Report Engine on OAS 10.1.2
Apr 2 2009, 8:50 PM EDT
Hello, does anyone have any experience deploying Birt Report Engine on Oracle Application Server 10gR2 (10.1.2.2.0) ?I successfully deployed the war file but when it runs always displays the following error: Servlet error: Error instantiating servlet 'ViewerServlet' (servlet class not found, make sure it exists at /u01/app/oracle/oas10g/bi/j2ee/test/applications/birt/birt/WEB-INF/classes/org/eclipse/birt/report/servlet/ViewerServlet.class, in a jar in /u01/app/oracle/oas10g/bi/j2ee/test/applications/birt/birt/WEB-INF/lib/, in an orion-web.xml specified classpath or global server classpath) Any idea? Thank you! 1 out of 1 found this valuable. Do you? |
|
redro |
1. RE: Birt Report Engine on OAS 10.1.2
Jul 1 2009, 4:14 AM EDT
Hi,I am looking for deploy Birt war in Oracle Application could you please give me related steps on how to deploy BIRT war in Oracle Applications. As per some BIRT forum posts for this issue there is a patch in Oracle applications. Thanks, Redro. Do you find this valuable? |
|
Higher |
2. RE: Birt Report Engine on OAS 10.1.2
Jul 1 2009, 10:58 AM EDT
Hello,I finally deployed Birt but in Oracle Application Server 10gR3 with patchset (OAS 10.1.3.3). I think the problem is with the class loader. I also successfully deployed Birt on OAS 10.1.3.4. Hope this help. Do you find this valuable? |
|
redro |
3. RE: Birt Report Engine on OAS 10.1.2
Jul 6 2009, 5:07 AM EDT
Hi Could you please give me the steps to deploy BIRT in Oracle APPS .. Please i am eagerly waiting for your response Do you find this valuable? |
|
Higher |
4. RE: Birt Report Engine on OAS 10.1.2
Jul 8 2009, 10:42 AM EDT
This is the documentation I read:http://www.eclipse.org/birt/phoenix/deploy/viewerSetup.php But to deploy on OAS 10.1.3.4, I just deploy de war as you deploy any application. I must highlight that I deployed the Birt Viewer. Hope that helps. Do you find this valuable? |
|
redro |
5. RE: Birt Report Engine on OAS 10.1.2
Jul 28 2009, 8:47 AM EDT
HiThanks for your reply, with this document i have tried but unable to register a report in apps. Please suggest me how you done it. Coming to your error ,, Did you add the following code in Web.xml <servlet> <servlet-name>ViewerServlet</servlet-name> <servlet-class>org.eclipse.birt.report.viewer.servlet.ViewerServlet</servlet-class> </servlet> Thanks, Redro. Do you find this valuable? |
|
Higher |
6. RE: Birt Report Engine on OAS 10.1.2
Jul 28 2009, 11:13 AM EDT
Hello,As I told you, I just deploy the BiRT Viewer as any application from the Enterprise Manager. I did not edited any file by hand. Here is a link with some tutorials: http://www.eclipse.org/webtools/community/tutorials/OracleServerAdapter/OracleServerAdapter.html Sorry I can't do more. Regards. Do you find this valuable? |