Posted: Wed Apr 20, 2011 1:48 am Post subject: credentials passed to method did not match
Novice
Joined: 16 Feb 2011 Posts: 16
I'm getting the following error message that seems to be coming from Websphere:
Caused by: javax.resource.ResourceException: CWSJR1117E: An internal error has occurred. The credentials passed to the method JmsJcaManagedConnection.getConnection did not match those passed to the constructor.
at com.ibm.ws.sib.api.jmsra.impl.JmsJcaManagedConnection.getConnection(JmsJcaManagedConnection.java:353)
at com.ibm.ejs.j2c.MCWrapper.getConnection(MCWrapper.java:2020)
at com.ibm.ejs.j2c.ConnectionManager.allocateConnection(ConnectionManager.java:622)
at com.ibm.ws.sib.api.jmsra.impl.JmsJcaConnectionFactoryImpl.createConnection(JmsJcaConnectionFactoryImpl.java:256)
at com.ibm.ws.sib.api.jms.impl.JmsManagedConnectionFactoryImpl.createConnection(JmsManagedConnectionFactoryImpl.java:208)
... 21 more
any suggestions what could be causing this error and where it's coming from?
sounds like your code fetched a QCF/TCF from the JNDI that had a JAAS alias for it, and then explicitly passed in a security ID when it constructed the QC/TC.
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