Posted: Wed Jul 11, 2007 9:02 pm Post subject: facing problems with websphere 6 and MQ integration
Newbie
Joined: 18 Jun 2007 Posts: 6
Hi,
I have an app which is deployed on websphere 6 and works fine using the Websphere Default messaging, but I need to use Websphere MQ. Here are the things I have done:
MQ ver = 5.3
Websphere ver 6.0
--------- In MQ ---------
a. Created a Q manager (Toystore)
b. Created necessary queues
--------- end In MQ ---------
--------- MQ config ---------
In JMSAdmin.config :
INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDER_URL=file:/C:/JNDI-Directory
--------- end MQ config ---------
------- In WAS 6 ------------
Global Security disabled
a. Created Listener ports under Application Server -> Messaging -> Message Listener Service
b. Create Queue connection factories and Queue destinations under the Resources -> JMS Providers -> Websphere MQ
c. Deployed my application and this time instead of using "Activation Spec" (required for Websphere Default messaging) used the Listener port details
------- end In WAS 6 ------------
The Problem is that the Listener ports start but then suddenly stops, Here are some of the errors from the SystemOut.log file of websphere 6
[7/11/07 16:41:42:298 IST] 0000002b MDBListenerIm W WMSG0019E: Unable to start MDB Listener WebServicesJMSRouter, JMSDestination OrderJMSQueue : java.security.PrivilegedActionException: com.ibm.websphere.security.auth.WSLoginFailedException: com.ibm.websphere.security.auth.callback.WSCredTokenCallbackImpl not supported by CallbackHandler to gather authentication information from the user......
7/11/07 16:42:42:063 IST] 00000011 WSPrincipalMa W SECJ4030E: Unrecognizable Callback index = 2 com.ibm.websphere.security.auth.callback.WSCredTokenCallbackImpl
[7/11/07 16:42:42:079 IST] 00000011 WSLoginModule E SECJ4014E: Login Module com.ibm.ws.security.common.auth.module.WSClientLoginModuleImpl detected unsupported com.ibm.websphere.security.auth.callback.WSCredTokenCallbackImpl callback in CallbackHandler javax.security.auth.callback.UnsupportedCallbackException: Unrecognized Callback
at com.ibm.ws.security.auth.j2c.WSPrincipalMappingCallbackHandler.handle(WSPrincipalMappingCallbackHandler.java:132)
P.S. If somebody has any other sample app which works in conjunction with Websphere and MQ and sends some messages to MQ, please let me know.
I'm just trying to evaluate MQ and see if it fits our needs
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