Author |
Message |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Wed Dec 07, 2005 4:24 am Subject: QueueManager object failing when running code |
the topic newtopic has already been defined but it seems to me that it is the lookup that is failing each time. i dont know why. however dynamic topics are created with ease. |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2005 4:58 am Subject: QueueManager object failing when running code |
I got the program to work. i used the IBM sample programsand modified them here n there but it works only because the topic is generated dynamically. here is the problem:
i created a topic named ne ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2005 1:07 am Subject: QueueManager object failing when running code |
Here is the stack trac, if it helps.
tSub creation exception: javax.jms.JMSException: MQJMS1016: an internal error ha
s occurred. Please contact your system administrator. Detail: {0}
Linked ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 06, 2005 12:23 am Subject: QueueManager object failing when running code |
The IBM example for publish worked after i rebooted my system and restarted my broker. however i still get an error for the subscribe example mqjmssub. the exception is thrown at the same line where m ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 05, 2005 7:49 pm Subject: QueueManager object failing when running code |
here is my code :
import com.ibm.mq.jms.*;
import com.ibm.mq.*;
import javax.jms.*;
import javax.naming.*;
import java.io.*;
import java.io.InputStreamReader;
import java.util.Propert ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 05, 2005 11:34 am Subject: QueueManager object failing when running code |
i have corrected the duplicate dll problem. i had the dll for backup reasons in the wrong directory. i have now set up a domain user named user. i successfully set the authority and started a broker f ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 05, 2005 7:59 am Subject: QueueManager object failing when running code |
i tried to execute setmqaut but i get this error:
C:\MQ\MSI\BIN>setmqaut -m QM_APPLE -n a* -t q -p user +all
WebSphere MQ was unable to display an error message 893.
AMQ0893
it says there i ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 05, 2005 5:25 am Subject: thank you |
like you suggested i forgot to set up a listener for this queue manager. i am running the server on windows2000 and the msdos commands dont work most of the time for mq. so i had to make the queue def ... |
Topic: QueueManager object failing when running code |
joojoogame
Replies: 17 Views: 26117
|
Forum: IBM MQ Java / JMS Posted: Mon Dec 05, 2005 3:27 am Subject: QueueManager object failing when running code |
i want to create a simplechat application with JMS publish/subscribe mode using IBM Websphere MQ. the queuemanager QM_APPLE is on the same machine. the code compiles but i get the exception:
javax. ... |