cancel
Showing results for 
Search instead for 
Did you mean: 

Jar files for jms websphere

Former Member
0 Kudos

Hello Experts,

We are trying to establish connection between PI and webshpere ,for that we are using JMS adapter.

And in the channel we are getting the error as:

Error connecting due to missing class: com.ibm.websphere.naming.WsnInitialContextFactory. Ensure that all resources required are present in the JMS provider library: com.sap.aii.adapter.lib.sda

Can anyone please provide me the required jar files or the path from where i can download the .jar files required for this purpose.

Regards

Naveen

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy14
Active Contributor
0 Kudos

JMS drivers version dependent, based on your MQ Series version IBM provided different JAR Files, google it you may find the path.

Former Member
0 Kudos

Hi,

Thanks for your reply ,i have installed 2 jar files:

naming .jar and

javax.j2ee.connector.jar.

But still geting the error as :

Channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.ConnectorException: Error creating initial context with environment: {java.naming.provider.url=iiop://xyz, java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory, java.naming.security.principal=xyz, java.naming.security.credentials=xyz}for profile: ConnectionProfile of channel: JMSSender_MESon node: xyz having object id: xyz: javax.naming.NoInitialContextException: Cannot instantiate class: com.ibm.websphere.naming.WsnInitialContextFactory<br> at com.sap.aii.adapter.jms.core.connector.JndiConnectorImpl.createInitialContext(JndiConnectorImpl.java:65)<br> ...

Urgent help required..

Thanks

Answers (1)

Answers (1)

Former Member
0 Kudos