Author |
Message |
Topic: ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionFactor |
vmanbc
Replies: 3 Views: 6389
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 08, 2008 4:56 pm Subject: ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionFactor |
Hi Thanks for the reply. Having said that what changes if any do I need to make in my JMS code to connect to the JMSEngine implementation on SIBUS...(6.0):
Appreciate the feedback |
Topic: ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionFactor |
vmanbc
Replies: 3 Views: 6389
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 08, 2008 7:39 am Subject: ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionFactor |
Environment Details as follows: Webshpere 6.1.0.3 - OS Sun, version 5.10
Using Webshpere Default JMS provider here...NOT WMQ
Creating InitialContext as follows:
Hashtable env = new Hashtable();
... |
Topic: ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionHandle |
vmanbc
Replies: 0 Views: 2080
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 30, 2008 2:26 pm Subject: ClassCastException: com.ibm.ejs.jms.JMSQueueConnectionHandle |
Environment Details as follows: Webshpere 6.1.0.3 - OS Sun, version 5.10
Using Webshpere Default JMS provider here...NOT WMQ
Creating InitialContext as follows:
Hashtable env = new Hashtable();
... |
Topic: Sporadic errors MQJMS3000: failed to create a temporary queu |
vmanbc
Replies: 3 Views: 5851
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 11, 2008 1:43 pm Subject: Sporadic errors MQJMS3000: failed to create a temporary queu |
Thanks for response... |
Topic: Sporadic errors MQJMS3000: failed to create a temporary queu |
vmanbc
Replies: 3 Views: 5851
|
Forum: IBM MQ Java / JMS Posted: Fri Apr 11, 2008 11:53 am Subject: Sporadic errors MQJMS3000: failed to create a temporary queu |
Im seeing the following error sporadically on MQ 5.3. The connection factory is setup with transport client.
MQJMS3000: failed to create a temporary queue from SYSTEM.DEFAULT.MODEL.QUEUE (Linked ... |
Topic: java.lang.NoClassDefFound com.sun.jndi.toolkit.chars.Charact |
vmanbc
Replies: 5 Views: 14798
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 04, 2007 2:46 pm Subject: java.lang.NoClassDefFound com.sun.jndi.toolkit.chars.Charact |
Any additional suggestion on this problem?
Appreciate the feedback  |
Topic: java.lang.NoClassDefFound com.sun.jndi.toolkit.chars.Charact |
vmanbc
Replies: 5 Views: 14798
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 01, 2007 2:48 pm Subject: java.lang.NoClassDefFound com.sun.jndi.toolkit.chars.Charact |
Thanks for the replies, all the jars are currently in the classpath. Im wondering if this is a permission of JVM issue?
In response to the below questions, how do I determine these, IE what comman ... |
Topic: java.lang.NoClassDefFound com.sun.jndi.toolkit.chars.Charact |
vmanbc
Replies: 5 Views: 14798
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 01, 2007 8:05 am Subject: java.lang.NoClassDefFound com.sun.jndi.toolkit.chars.Charact |
I have a web app deployed on Webshpere running on AIX with MQ 5.3, for some reason when my application attempts to create the InitialContext, the following is thrown: Any Ideas? BTW this is only happe ... |
Topic: javax.jms.JMSException: MQJMS1016: an internal error occured |
vmanbc
Replies: 7 Views: 7975
|
Forum: IBM MQ Java / JMS Posted: Tue May 29, 2007 11:26 am Subject: javax.jms.JMSException: MQJMS1016: an internal error occured |
Thanks for the suggestion. I believe im using MQ PUBSUB, I start it using the following command strmqbrk -m QMGR. If Im running a trial version of the product, can I update it to the latest version?
... |
Topic: javax.jms.JMSException: MQJMS1016: an internal error occured |
vmanbc
Replies: 7 Views: 7975
|
Forum: IBM MQ Java / JMS Posted: Mon May 28, 2007 11:56 am Subject: javax.jms.JMSException: MQJMS1016: an internal error occured |
Thanks for the info:
The Linked exception is as follows:
java.lang.NullPointerException
at java.util.Hashtable.put(Hashtable.java:393)
at com.ibm.mq.jms.MQBrokerMessage.set(MQB ... |
Topic: javax.jms.JMSException: MQJMS1016: an internal error occured |
vmanbc
Replies: 7 Views: 7975
|
Forum: IBM MQ Java / JMS Posted: Mon May 28, 2007 9:40 am Subject: javax.jms.JMSException: MQJMS1016: an internal error occured |
OS VERSION: WINDOWS XP PROFESSION SP2
MQ version 6.0 no fix packs(trial version download)
Connection Type: Client
Java Version 1.4.2
Linked Exception: dont see any linked exception, where would th ... |
Topic: javax.jms.JMSException: MQJMS1016: an internal error occured |
vmanbc
Replies: 7 Views: 7975
|
Forum: IBM MQ Java / JMS Posted: Mon May 28, 2007 9:14 am Subject: javax.jms.JMSException: MQJMS1016: an internal error occured |
Hi,
Issue connecting creating more than one JMS TopicSubscriber: Running MQ 6.0 on Windows XP
The first topic subscriber always attaches, if I add more than one subscriber, the following Excepti ... |