cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter problem

Former Member
0 Kudos

Hi,

I am getting this error in JMS adapter when I am trying to send messages from XI to Weblogic server. Can somebody help on this?

Receiver channel. Details: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory

Thanks

Kalyan

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Check in Visual administrator if your JMS driver has been successfully installed or not. Problem instantiating the ContextFactory are related to the class loaders either not able to find the related classes or in few cases the mismatch of the java runtime versions too(IBM websphere).

Regards,

Amol

Former Member
0 Kudos

Kalyana

Go through the SAP Notes: 802754. It shows exactly the same issue and how to resolve the issue.

---Satish

Former Member
0 Kudos

Kalyana

The error states it cannot instantiate the class WLInitialContextFactory which creates initial contexts for accessing the WebLogic naming service. So go through the below url for more info. on this and configure accordingly.

http://edocs.bea.com/wls/docs70/javadocs/weblogic/jndi/WLInitialContextFactory.html

Also just try to configure accroding to:

http://help.sap.com/saphelp_nw2004s/helpdata/en/10/b1b4c8575a6e47954ad63438d303e4/content.htm

Configure the JMS settings according to:

http://help.sap.com/saphelp_nw2004s/helpdata/en/c1/739c4186c2a409e10000000a155106/content.htm

---Satish