Running Weblogic 5.1 with SP9 on NT.
On the server, trying to lookup via JNDI on another server and got the following error. I found some WL6 docs about java weblogic.Admin needing to supply a userID and password, but don't find my scripts or properties files using this.
Wed Jul 11 15:08:20 GMT+00:00 2001:<E> <Adapter> Exception thrown by rmi server:
[3833711702145148055S158.234.25.121:7001,7001,7002,7002,7001,-1]/286]
java.lang.SecurityException: Authentication for user system denied in realm wl_realm
at weblogic.security.acl.Realm.authenticate(Realm.java:182)
at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:198)
at weblogic.security.acl.internal.Security.authenticate(Security.java:82)
at weblogic.security.acl.internal.Security.verify(Security.java:76)
at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:50)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
Error occurred during Bean retrieval : javax.naming.NamingException [Root exception is weblogic.rmi.UnexpectedException: Undeclared checked exception
- with nested exception:
[java.io.IOException: java.lang.SecurityException: Authentication for user system denied in realm wl_realm]]
When running on SP2, I get the following error.
Exception occurred during processing : java.lang.NullPointerException
Error occurred during Bean retrieval : javax.naming.CommunicationException [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
- with nested exception:
[java.lang.ClassNotFoundException: class com.myCo.ProcessorBeanEJBHomeImpl_ServiceStub previously not found]]
On the server, trying to lookup via JNDI on another server and got the following error. I found some WL6 docs about java weblogic.Admin needing to supply a userID and password, but don't find my scripts or properties files using this.
Wed Jul 11 15:08:20 GMT+00:00 2001:<E> <Adapter> Exception thrown by rmi server:
[3833711702145148055S158.234.25.121:7001,7001,7002,7002,7001,-1]/286]
java.lang.SecurityException: Authentication for user system denied in realm wl_realm
at weblogic.security.acl.Realm.authenticate(Realm.java:182)
at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:198)
at weblogic.security.acl.internal.Security.authenticate(Security.java:82)
at weblogic.security.acl.internal.Security.verify(Security.java:76)
at weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:50)
at weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
Error occurred during Bean retrieval : javax.naming.NamingException [Root exception is weblogic.rmi.UnexpectedException: Undeclared checked exception
- with nested exception:
[java.io.IOException: java.lang.SecurityException: Authentication for user system denied in realm wl_realm]]
When running on SP2, I get the following error.
Exception occurred during processing : java.lang.NullPointerException
Error occurred during Bean retrieval : javax.naming.CommunicationException [Root exception is weblogic.rmi.UnmarshalException: Unmarshalling return
- with nested exception:
[java.lang.ClassNotFoundException: class com.myCo.ProcessorBeanEJBHomeImpl_ServiceStub previously not found]]