Application running on one weblogic server (weblogic-8.1sp6) when trying to invoke ejb from JNDI tree of another weblogic server running in another server (/weblogic-10.3.3). User is system
We are getting below exception.
<> <BEA-010051> <EJB Exception occurred during invocation from home: ejb.HuaweiPlatform_w5jjgs_HomeImpl@f67a696 threw exception: java.lang.SecurityException: [Security:090398]Invalid Subject: system
java.lang.SecurityException: [Security:090398]Invalid Subject: system
at weblogic.security.service.SecurityServiceManager.seal(SecurityServiceManager.java:698)
at weblogic.security.service.RoleManager.getRoles(RoleManager.java:279)
at weblogic.security.service.AuthorizationManager.isAccessAllowed(AuthorizationManager.java:696)
at weblogic.ejb20.internal.SecurityHelper.isAccessAllowed(SecurityHelper.java:483)
at weblogic.ejb20.internal.SecurityHelper.isAccessAllowed(SecurityHelper.java:468)
at weblogic.ejb20.internal.MethodDescriptor.checkAccess(MethodDescriptor.java:510)
at weblogic.ejb20.internal.MethodDescriptor.checkMethodPermissionsRemote(MethodDescriptor.java:464)
at weblogic.ejb20.internal.StatelessEJBObject.remove(StatelessEJBObject.java:91)
at dk.tdc.util.notification.handler.globalfilehandler.globalFileHandler_fa6pzk_EOImpl.remove(globalFileHandler_fa6pzk_EOImpl.java:523)
at dk.tdc.util.notification.handler.globalfilehandler.globalFileHandler_fa6pzk_EOImpl_WLSkel.invoke(Unknown Source)
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:290)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:248)
at dk.tdc.util.notification.handler.globalfilehandler.globalFileHandler_fa6pzk_EOImpl_814_WLStub.remove(Unknown Source)
at dk.tdc.util.notification.handler.NamedEjbHandler.close(NamedEjbHandler.java:69)
at dk.tdc.util.notification.handler.NamedEjbHandler.handleException(NamedEjbHandler.java:174)
at dk.tdc.util.notification.handler.NamedEjbHandler.publish(NamedEjbHandler.java:137)
at java.util.logging.Logger.log(Unknown Source)
at dk.tdc.util.notification.LoggerEx.log(LoggerEx.java:173)
at dk.tdc.util.notification.NotifierBase.notify(NotifierBase.java:394)
at dk.tdc.util.notification.NotifierBase.info(NotifierBase.java:620)
at dk.tdc.util.notification.Notifier.debug(Notifier.java:116)
at ejb.HuaweiPlatform.getHuaweiBean(HuaweiPlatform.java:118)
at ejb.HuaweiPlatform.performAction(HuaweiPlatform.java:45)
at ejb.HuaweiPlatform_w5jjgs_EOImpl.performAction(HuaweiPlatform_w5jjgs_EOImpl.java:100)
at ejb.HuaweiPlatform_w5jjgs_EOImpl_CBV.performAction(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.bea.wlw.runtime.core.control.EJBControlImpl$PrivilegedActionEJBInvoke.run(EJBControlImpl.jcs:912)