I ran into a situation when the MDB is deployed, it encountered the following 
exception:

20:56:33,698 INFO  [EjbModule] Deploying AlarmMDB
20:56:33,768 WARN  [OILServerILService] Client request resulted in a server exception:
javax.jms.JMSSecurityException: The login id has an assigned client id. That client id 
is
already connected to the server!
        at 
org.jboss.mq.sm.AbstractStateManager.checkUser(AbstractStateManager.java:213)
        at 
org.jboss.mq.server.JMSDestinationManager.checkUser(JMSDestinationManager.java:
748)
        at 
org.jboss.mq.server.JMSServerInterceptorSupport.checkUser(JMSServerInterceptorS
upport.java:274)
        at 
org.jboss.mq.server.TracingInterceptor.checkUser(TracingInterceptor.java:741)
        at org.jboss.mq.server.JMSServerInvoker.checkUser(JMSServerInvoker.java:274)
        at 
org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:321)
        at java.lang.Thread.run(Thread.java:534)

Is it complaining the parameter used in createTopicConnection("user", "password") from 
within MDB is conflicting with other user/password used somewhere else?  I do have 
other MBean subscribes to the same topic but with different user/password.  

Wonder how this is happened.
Thanks for your help.

Alan



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828795#3828795

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828795


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to