Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CORBA problem calling stateless session bean

3 views
Skip to first unread message

Eric Kaplan

unread,
Nov 8, 2004, 7:37:53 PM11/8/04
to
We are running a bunch of ssbs under 8.1. When I make a call to the first bean, I get the following mysterious stack trace. We have put %BEA_HOME%\weblogic81\server\lib\wlclient.jar on our classpath. Is this not correct? Running on windows2000.

jdk 1.4.2_04

Regards

org.omg.CORBA.UNKNOWN: vmcid: 0x0 minor code: 0 completed: Maybe
at com.sun.corba.se.internal.core.UEInfoServiceContext.<init>(UEInfoServiceContext.java:33)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at com.sun.corba.se.internal.core.ServiceContextData.makeServiceContext(ServiceContextData.java:112)
at com.sun.corba.se.internal.core.ServiceContexts.unmarshal(ServiceContexts.java:179)
at com.sun.corba.se.internal.core.ServiceContexts.get(ServiceContexts.java:367)
at com.sun.corba.se.internal.core.ServiceContexts.get(ServiceContexts.java:353)
at com.sun.corba.se.internal.corba.ClientDelegate.invoke(ClientDelegate.java:372)
at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
at com.armanta.ejb.user._UserMaster_Stub.login(Unknown Source)
at com.armanta.security.DefaultLoginModule.validate(DefaultLoginModule.java:364)
at com.armanta.security.DefaultLoginModule.login(DefaultLoginModule.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)
at javax.security.auth.login.LoginContext.login(LoginContext.java:534)
at com.armanta.rptgen.DataServer.login(DataServer.java:1608)
at com.armanta.app.portviewer.PortGui.main(PortGui.java:1307)

Andy Piper

unread,
Nov 9, 2004, 2:57:53 PM11/9/04
to
Eric Kaplan <noad...@noaddress.given> writes:

You get this for undeclared throwables. You should check the server
log so see the real exception. You may need to add
InstrumentStackTraceEnabled to you server config to see it.

andy

0 new messages