Folks
I have taken an existing servlet web application that is running on
Apache-Jserv and set it up on an app server.
It uses CORBA to connect to naming service. The servers are written in
C++ and the clients are servlets.
On running the app on an app server the following errors show up.
java.lang.NullPointerException
at
CorbaConnection.getObjectUsingNamingService(CorbaConnection.java:159)
at ADPCorbaConnect.getCorbaObject(ADPCorbaConnect.java:297)
at
ADPCorbaConnect.connectToCorbaServer(ADPCorbaConnect.java:313)
at ADPCorbaConnect.loadCorbaServers(ADPCorbaConnect.java:118)
at Login.init(Login.java:40)
at
weblogic.servlet.internal.ServletStubImpl.createServlet(ServletStubImpl.java:687)
at
weblogic.servlet.internal.ServletStubImpl.createInstances(ServletStubImpl.java:625)
at
weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:573)
at
weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:295)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:204)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:11
27)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
Can anyone help??
TIA
Rajesh
--
Si minor plus est ergo nihil sunt omnia
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".