aspose file tools
The moose likes BEA/Weblogic and the fly likes weblogic.jms.common.InvalidClientIDException Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "weblogic.jms.common.InvalidClientIDException" Watch "weblogic.jms.common.InvalidClientIDException" New topic
Author

weblogic.jms.common.InvalidClientIDException

Renjan Thomas
Ranch Hand

Joined: Jan 09, 2009
Posts: 49
Hi,

I have production system running on WLS 8.1 and have JMS configured to send and receive messageas and an MDB is configuerd to receive the messages.It was running fine and now suddenly i can see the following messages in the server logs:-


<Warning> <EJB> <llwer> <pr_87> <ExecuteThread: '42' for queue: 'weblogic.kernel.Default'> <<WLS Kernel>> <> <BEA-010061> <The Message-Driven EJB: SerMDB is unable to connect to the JMS destination: jms/topic/pub1. The Error was:
weblogic.jms.common.InvalidClientIDException: Client id, FACTOR, is in use
weblogic.jms.common.InvalidClientIDException: Client id, FACTOR, is in use
at weblogic.jms.frontend.FEConnection.setClientId(Lweblogic.jms.dispatcher.Request;)I(FEConnection.java:1206)
at weblogic.jms.frontend.FEConnection.invoke(Lweblogic.jms.dispatcher.Request;)I(FEConnection.java:1685)
at weblogic.jms.dispatcher.Request.wrappedFiniteStateMachine()Lweblogic.jms.dispatcher.Response;(Request.java:643)
at weblogic.jms.dispatcher.DispatcherImpl.dispatchSync(Lweblogic.jms.dispatcher.Request;)Lweblogic.jms.dispatcher.Response;(DispatcherImpl.java:179)
at weblogic.jms.client.JMSConnection.setClientID(Ljava.lang.String;)V(JMSConnection.java:513)
at weblogic.ejb20.internal.JMSConnectionPoller.createJMSConnection()

Anybody has nay views on this error???
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: weblogic.jms.common.InvalidClientIDException
 
Similar Threads
jdk1.2vs jdk1.3
Two welcome files in struts application
newbie question: please help with scja exam question
wLS 6.1 and WLS 8.1
MQ JMS with Weblogic: config problem