Posted By:
Anonymous
Posted On:
Monday, August 26, 2002 04:05 AM
Hi , we are trying to call ejb's deployed on an IBM webserver from a client on th NAS server but we are facing following error message when this line of code is executed i.e. " Object ref = (Object) ctx.lookup("com/aig/dbg/publishing/service/Publishing"); " template: ViewFormsServlet, java.lang.UnsatisfiedLinkError: doPrivileged Exception Stack Trace: java.lang.UnsatisfiedLinkError: doPrivileged at org.omg.CORBA.ORB.getSystemProperty(Compiled Code) at at com.ibm.ws.naming.util.Helpers.getOrb(Compiled Code) at com.ibm.ejs.ns.jndi.CNInitialContextFactory.getInitialContext(Compile d Code) at javax.naming.spi.NamingManager.getIn
More>>
Hi , we are trying to call ejb's deployed on an IBM webserver from a client on th NAS server but we are facing following error message when this line of code is executed
i.e. "
Object ref = (Object) ctx.lookup("com/aig/dbg/publishing/service/Publishing");
"
template: ViewFormsServlet, java.lang.UnsatisfiedLinkError: doPrivileged
Exception Stack Trace:
java.lang.UnsatisfiedLinkError: doPrivileged
at org.omg.CORBA.ORB.getSystemProperty(Compiled Code)
at
at com.ibm.ws.naming.util.Helpers.getOrb(Compiled Code)
at com.ibm.ejs.ns.jndi.CNInitialContextFactory.getInitialContext(Compile
d Code)
at javax.naming.spi.NamingManager.getInitialContext(Compiled Code)
at javax.naming.InitialContext.getDefaultInitCtx(Compiled Code)
at javax.naming.InitialContext.
(Compiled Code)
at com.aig.dbg.publishing.service.PublishClient.getPublish(Compiled Code
)
at aismart.src.formmaker.FormsIDSClient.getDocURL(Compiled Code)
at aismart.src.servlet.ViewFormsServlet.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(Compile
d Code)
at com.netscape.server.servlet.servletrunner.ServletRunner.callServlet(C
ompiled Code)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.
callUri(Compiled Code)
at com.netscape.server.servlet.platformhttp.PlatformHttpServletResponse.
callUriRestrictOutput(Compiled Code)
at com.netscape.server.servlet.platformhttp.PlatformRequestDispatcher.fo
rward(Compiled Code)
at aismart.src.servlet.FormMainDisplay.service(Compiled Code)
at javax.servlet.http.HttpServlet.service(Compiled Code)
at com.netscape.server.servlet.servletrunner.ServletInfo.service(Compile
d Code)
at com.netscape.server.servlet.servletrunner.ServletRunner.execute(Compi
led Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled Code)
at com.kivasoft.applogic.AppLogic.execute(Compiled
Help neeed ASAP !! thanks in advance
<<Less