I am trying to integrating activemq 4.0.1 with weblogic 9.2 like instructions given in the page of weblogic integration page in activemq site.i am getting everything as mentioned in that page after deploying the activemq war file i am getting this out put which i think is ok...
INFO BrokerService - ActiveMQ 4.0.1 JMS Message Broker (MyBrok er) is starting INFO BrokerService - For help or more information please see: http://incubator.apache.org/activemq/ INFO JDBCPersistenceAdapter - Database driver recognized: [apache_derby _embedded_jdbc_driver] INFO JournalPersistenceAdapter - Journal Recovery Started from: Active Jou rnal: using 5 x 20.0 Megs at: C:\bea92\user_projects\domains\test_domain\activem q\journal INFO JournalPersistenceAdapter - Journal Recovered: 0 message(s) in transa ctions recovered. INFO TransportServerThreadSupport - Listening for connections at: tcp://0.0.0 .0:61616 INFO TransportConnector - Connector MyBrokerTCP Started INFO BrokerService - ActiveMQ JMS Message Broker (MyBroker, ID :srv-3549-1163071834484-1:0) started But when i try to connect with jconsole using this url service:jmx:rmi:///jndi/iiop://192.168.29.200:7001/weblogic.management.mbeanservers.runtime I am getting error as access denied for anonimous user.i tried with enabling and disabling security option and also set the Anonymous Admin Lookup Enabled flag to true but the result is same. i am using weblogic 9.2.....this is the full error report ####<Nov 9, 2006 12:26:07 PM IST> <Warning> <Application Poller> <srv> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1163055367046> <BEA-149417> <Another process is using this file 'C:\bea92\user_projects\domains\test_domain\autodeploy\ActiveMq.war'. The server will attempt to deploy the application once it is unlocked by the other process.> ####<Nov 9, 2006 12:35:19 PM IST> <Warning> <RMI> <srv> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1163055920000> <BEA-080003> <RuntimeException thrown by rmi server: weblogic.corba.cos.naming.RootNamingContextImpl.resolve([Lorg.omg.CosNaming.NameComponent;) org.omg.CORBA.NO_PERMISSION: User <anonymous> does not have permission on weblogic.management.mbeanservers to perform lookup operation. vmcid: 0x0 minor code: 0 completed: No. org.omg.CORBA.NO_PERMISSION: User <anonymous> does not have permission on weblogic.management.mbeanservers to perform lookup operation. vmcid: 0x0 minor code: 0 completed: No at weblogic.corba.cos.naming.NamingContextImpl.throwNamingException(NamingContextImpl.java:509) at weblogic.corba.cos.naming.NamingContextImpl.resolve(NamingContextImpl.java:169) at weblogic.corba.cos.naming._NamingContextAnyImplBase._invoke(_NamingContextAnyImplBase.java:306) at weblogic.corba.idl.CorbaServerRef.invoke(CorbaServerRef.java:244) at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:407) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147) at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:403) at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:56) at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:934) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) javax.naming.NoPermissionException: User <anonymous> does not have permission on weblogic.management.mbeanservers to perform lookup operation. at weblogic.jndi.internal.ServerNamingNode.checkPermission(ServerNamingNode.java:415) at weblogic.jndi.internal.ServerNamingNode.checkLookup(ServerNamingNode.java:394) at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.java:169) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:206) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214) at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:214) at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:269) at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:362) at javax.naming.InitialContext.lookup(InitialContext.java:351) at weblogic.corba.cos.naming.NamingContextImpl.resolveObject(NamingContextImpl.java:454) at weblogic.corba.cos.naming.NamingContextImpl.resolve(NamingContextImpl.java:167) at weblogic.corba.cos.naming._NamingContextAnyImplBase._invoke(_NamingContextAnyImplBase.java:306) at weblogic.corba.idl.CorbaServerRef.invoke(CorbaServerRef.java:244) at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224) at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:407) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147) at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:403) at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:56) at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:934) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:181) can anybody help me -- View this message in context: http://www.nabble.com/Weblogic-integration-problem-tf2601210.html#a7256665 Sent from the ActiveMQ - User mailing list archive at Nabble.com.