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

java.lang.SecurityException: Authentication for user xxx denied in realm wl_realm

0 views
Skip to first unread message

kiran

unread,
May 16, 2003, 6:48:02 PM5/16/03
to

we're doing a lookup of local ejb's with guest as the credentials where as the
local ejb(our weblogic server is 6.1 SP4 ) does the look up to remote ejb's (hosted
on another weblogic server 6.1 SP3 ) using "xxx" as the credentail.

Sometimes the local EJB look up is being done using the security principal "xxx"
(remote EJB principal ) and the look up is failing with the following Exception.


<May 16, 2003 3:56:09 PM GMT-05:00> <Warning> <Dispatcher> <RuntimeException thrown
by rmi server: 'weblogic.r
mi.cluster.ReplicaAwareServerRef@9 - jvmid: '733160212592880937S:169.173.53.74:[7501,7501,7777,7777,7501,7777,
-1]:pbgDomain:portalServer', oid: '9', implementation: 'weblogic.jndi.internal.RootNamingNode@2e3da8''
java.lang.SecurityException: Authentication for user xxx denied in realm wl_realm
at weblogic.security.acl.Realm.authenticate(Realm.java:195)
at weblogic.security.acl.Realm.getAuthenticatedName(Realm.java:233)
at weblogic.security.acl.internal.Security.authenticate(Security.java:135)
at weblogic.security.acl.internal.Security.verify(Security.java:90)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:242)
at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:167)
at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:263)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:230)
at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
at $Proxy69.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:342)
at javax.naming.InitialContext.lookup(InitialContext.java:345)
at com.citi.pbg.client.projectone.util.ProjectOneServiceLocator.getHome(Unknown
Source)
at com.citi.pbg.client.projectone.util.ProjectOneSummaryServiceLocator.getRelationshipAtaGlance(Unknow
n Source)
at com.citi.pbg.client.projectone.bean.summary.dao.AtAGlanceDAO.getAcctsTotalVO(Unknown
Source)

Please help if anybody has any ideas.
Kiran

0 new messages