hi,
 
i am running example of jms. have created a JMS server and a JMSConnectionFactory.
The code i was executing was working perfectly the last time i ran the connection from the JMS connection factory, but today when i am running i get this exception,
 
weblogic.jms.common.InvalidClientIDException: clientID is used
        at weblogic.rmi.internal.AbstractOutboundRequest.sendReceive(AbstractOutboundReque
st.java:90)
        at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:24
7)
        at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:22
5)
        at weblogic.jms.frontend.FEConnectionFactory_WLStub.createConnection(FEConnectionF
actory_WLStub.java:82)
        at weblogic.jms.client.JMSConnectionFactory.createConnection(JMSConnectionFactory.
java:72)
        at weblogic.jms.client.JMSConnectionFactory.createTopicConnection(JMSConnectionFac
tory.java:58)
        at ejb.jms.bible.BibleTopicSender.main(BibleTopicSender.java:23)
java.lang.NullPointerException
        at ejb.jms.bible.BibleTopicSender.main(BibleTopicSender.java:56)
 
I even restarted my server a couple of times, thinking that the id must be used by some other program, but to no avail. I can create another connection factory, but that is not the solution. I am using weblogic 6.0 and in the servers console i am getting the message that the connection in started.

Regards,
Vikramjit Singh,
GTL Ltd.
Ph. 7612929-1059

Reply via email to