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

Error deploying locaMDB listening to remote queue

10 views
Skip to first unread message

skv

unread,
Sep 3, 2003, 3:27:33 PM9/3/03
to

I am trying to deploy a MDB on WL6.1 listening to a queue in WL81.
I am getting the error below..

I went through the previous posts in this newsgroups. As per some inputs I read,
I have the <provider-url> in weblogic-jar.xml ponit to the WL81 server.


<Error> <J2EE> <Error deploying application localmdb:
Unable to deploy EJB: localmdb from localmdb.jar:
java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[guest
]

Start server side stack trace:
java.lang.SecurityException: [Security:090398]Invalid Subject: principals=[guest
]
at weblogic.security.service.SecurityServiceManager.seal(SecurityService
Manager.java:682)
at weblogic.rjvm.MsgAbbrevInputStream.getSubject(MsgAbbrevInputStream.ja
va:181)
at weblogic.rmi.internal.BasicServerRef.acceptRequest(BasicServerRef.jav
a:814)
at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:299
)
at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:920)
at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:841)
at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerSer
ver.java:222)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:794)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:570)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:105)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
32)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
End server side stack trace

at weblogic.rmi.internal.BasicOutboundRequest.sendReceive(BasicOutboundR
equest.java:85)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
ef.java:263)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteR
ef.java:230)
at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
at $Proxy44.lookup(Unknown Source)
at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:342)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at weblogic.ejb20.internal.JMSConnectionPoller.getDestination(JMSConnect
ionPoller.java:223)
at weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection(JMSCo
nnectionPoller.java:524)
at weblogic.ejb20.internal.JMSConnectionPoller.connectToJMS(JMSConnectio
nPoller.java:442)
at weblogic.ejb20.internal.JMSConnectionPoller.startJMSConnectionPolling
(JMSConnectionPoller.java:310)
at weblogic.ejb20.deployer.MessageDrivenBeanInfoImpl.deploy(MessageDrive
nBeanInfoImpl.java:510)
at weblogic.ejb20.deployer.Deployer.deployDescriptor(Deployer.java:1304)

at weblogic.ejb20.deployer.Deployer.deploy(Deployer.java:1010)
at weblogic.j2ee.EJBComponent.deploy(EJBComponent.java:33)
at weblogic.j2ee.Application.addComponent(Application.java:176)
at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(Depl
oymentTarget.java:364)
at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(Dep
loymentTarget.java:286)
at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeploy
ments(DeploymentTarget.java:239)
at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(
DeploymentTarget.java:199)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
eanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
ionMBeanImpl.java:374)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy27.updateDeployments(Unknown Source)
at weblogic.management.configuration.ServerMBean_CachingStub.updateDeplo
yments(ServerMBean_CachingStub.java:3015)
at weblogic.management.mbeans.custom.ApplicationManager.startConfigManag
er(ApplicationManager.java:376)
at weblogic.management.mbeans.custom.ApplicationManager.start(Applicatio
nManager.java:164)
at java.lang.reflect.Method.invoke(Native Method)
at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMB
eanImpl.java:636)
at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl
java:621)
at weblogic.management.internal.ConfigurationMBeanImpl.invoke(Configurat
ionMBeanImpl.java:374)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
57)
at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
25)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
at $Proxy35.start(Unknown Source)
at weblogic.management.configuration.ApplicationManagerMBean_CachingStub
start(ApplicationManagerMBean_CachingStub.java:480)
at weblogic.management.Admin.startApplicationManager(Admin.java:1309)
at weblogic.management.Admin.finish(Admin.java:649)
at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:545)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:214)
at weblogic.Server.main(Server.java:35)
>

Tom Barnes

unread,
Sep 3, 2003, 5:03:18 PM9/3/03
to skv
Hi,

I think there may be additional security
configuration that is needed to get 6.1 and 8.1
domains to "trust" one another. I suggest reading the
bridge FAQ, which has a question related to
6.1 security, to see if that helps:

http://e-docs.bea.com/wls/docs70/faq/msgbridge.html#500493

If this doesn't help, post your stack trace to the "security" newsgroup
which should be able to interpret the stack trace. And then
to the "ejb" newsgroup, which should be able to aid you
in configuring the MDB with the proper credentials
(if such configuration is needed).

Tom

skv

unread,
Sep 4, 2003, 12:51:24 PM9/4/03
to

Thank you .
I'll try the options you recommended.
0 new messages