Posted: Fri May 15, 2009 6:28 am Post subject: SiebelJMSException errorSubtype=RUNNING_SECURE_ACTION
Novice
Joined: 13 May 2009 Posts: 13
Hi ,
I conmfigured JMS for sending messages from Siebel to MQ
When I was persorming the test for JMS configuration .. get the below error message
Checking JMS server ...
Found queue; testing point-to-point (send and receive)...
Create connetion
Sending a message to SEND...
ERROR: Exception during send/receive: SiebelJMSException errorSubtype=RUNNING_SECURE_ACTION (wrapped exception = javax.jms.InvalidDestinationException: MQJMS2008: failed to open MQ queue QM_JMS)
Usual rant on JMS
The JMSException is useless as it is a generic exception.
However it contains the LinkedException which contains the provider's exception and in case of MQ the reason code.
Be aware that the LinkedException may be null.
Change your code to provide the LinkedException should it not be null.
If this is the startup log of your appserver dig deeper. The linked exception is probably a few lines further in the stack trace...
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum