Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Got an invalid subject with remote ejb with adf datacontrol / adf security

biemondJan 15 2009 — edited Jan 15 2009
Hi,

I created a 11g web application where I use an remote ejb datacontro, The ejb's are deployed on a different wls server then the wls where my adf webapp runs on
Both wls uses the same ldap server as security provider

And I created a foreign jndi provider between these two weblogic server. So the webapp can lookup jndi

without ADF security it works fine , the anomynous user is used to lookup the ejb.
With ADF security is uses my login account to lookup the ejb on the remote wls server then I got this error

how can I fix this , must the wls servers be on the same domain


java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[biemond, ict, user, administrator, users]
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
at weblogic.jndi.internal.ServerNamingNode_1030_WLStub.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:392)
Truncated. see log file for complete stacktrace
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 12 2009
Added on Jan 15 2009
1 comment
399 views