Link to home
Start Free TrialLog in
Avatar of hemasai
hemasai

asked on

Reports servlet not running.


HI,

I am using in-process reports server through OC4J_BI_FORMS in oracle 9iAS. I have noticed the reports servlet is not running when I try to access through http://<hostname>:<port_no>/reports/rwservlet/help

I get an error
500 Internal Server Error
java.lang.NoClassDefFoundError      at oracle.ias.repository.IASSchema$Enc.d(IASSchema.java:1279)      at oracle.ias.repository.IASSchema.init(IASSchema.java:146)      at oracle.ias.repository.IASSchema.<init>(IASSchema.java:106)      at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:64)      at oracle.reports.utility.OIDConnection.init(OIDConnection.java:57)      at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:397)      at oracle.reports.rwclient.RWClient.init(RWClient.java:191)      at com.evermind[Oracle9iAS (9.0.2.2) Containers for J2EE].server.http.HttpApplication.loadServlet(HttpApplication.java:2025)      at com.evermind[Oracle9iAS (9.0.2.2) Containers for J2EE].server.http.HttpApplication.findServlet(HttpApplication.java:4394)      at com.evermind[Oracle9iAS (9.0.2.2) Containers for J2EE].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2569)      at com.evermind[Oracle9iAS (9.0.2.2) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:621)      at com.evermind[Oracle9iAS (9.0.2.2) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:152)      at com.evermind[Oracle9iAS (9.0.2.2) Containers for J2EE].server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)      at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:802)      at java.lang.Thread.run(Thread.java:484)


Can you please help me in this so that I can get the rwservlet get up and running, please?

Regards
HemaSai.
Avatar of bochgoch
bochgoch
Flag of United Kingdom of Great Britain and Northern Ireland image

First thing to do is reboot the server.

Next goto http://<hostname>:1810 and login using the ias_admin account.

Ensure that your HTTP server & Reports are started.

Report back if necessary after having carried out those steps.
bg
Avatar of hemasai
hemasai

ASKER

Hi,

My OS is Solaris 9. I have infra and mtier on seperate solaris machines.

I have stopped all the 9iAS services on both the tiers, rebooted the Solaris server machines and then started 9iAS services(first infra and then mtier). Still tye problem persists. Reports servlet is still down and gives the same error.

What could be the reason for this? Please help.

Thanks and Regards,
Ramana.
ASKER CERTIFIED SOLUTION
Avatar of bochgoch
bochgoch
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial