cancel
Showing results for 
Search instead for 
Did you mean: 

JMS JNDI connection Issue in SAP PO 7.4

jayendradasari
Explorer
0 Kudos

Hello All,

We configured JMS adapter with JNDI connection for few interfaces in SAP PO 7.4. Suddenly the JMS connectivity (both sender and receiver) failed with "channel not initialized" error.

Logs from Channel monitoring:

A channel error occurred. Detailed error (if any) : com.sap.aii.adapter.jms.api.connector.Connectorexception: Error looking up connection factoryjms/SAPXAConnectionFactory, for profile: ConnectionProfile of channel: testchannelon node 169887261 having object id: 956e374b1g83dfd9a281b44981dg2f: javax.naming.NameNotFoundException: While trying to lookup ‘jms.SAPXAConnectionFactory’ didn’t find subcontext ‘jms’. Resolved’ at com.sap.aii.adapter.jms.core.connector.JndiCon

Logs from Message monitoring:

Transmitting the message to endpoint <local> using connection AFW failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.adapter.jms.core.fsm.DFA$InvalidTransitionException: No transition found from state: ERROR, on event: process_commence for DFA:

We restarted JMS connector service and PO system, but issue didnt resolve. Does any one know what is the issue and how to resolve it.

Thanks

Regards

Jay D

Accepted Solutions (0)

Answers (2)

Answers (2)

vicky20691
Active Contributor
0 Kudos

Hey Jay,

Have you created any JMS virtual provider of your own or just using using the default one.

You can see the JNDI name if you click on the name of connection factory in jms server property.

Regards,

Vikas

former_member186851
Active Contributor
0 Kudos

Hello Jay,

If all the drivers are installed then check whether correct JNDI is maintained,

We face the same issue because of wrong JNDI name

jayendradasari
Explorer
0 Kudos

Hi Raghuraman Sritharan,

Thanks for the quick reply. Interface and channel worked before. So, no change in JNDI name in channel.

Where can we check the JNDI name configured in NWA?