cancel
Showing results for 
Search instead for 
Did you mean: 

No transition found from state: ERROR, on event: process_commence for DFA:

Former Member
0 Kudos

I am trying to process a message from SAP PI to Websphere JMS, however i am getting the following errors in my audit log...

the log looks as follows:

MP: processing local module localejbs/SAP XI JMS Adapter/ConvertMessageToBinary

MP: processing local module localejbs/SAP XI JMS Adapter/SendBinarytoXIJMSService

MP: exception caught with cause com.sap.aii.adapter.jms.core.fsm.DFA$InvalidTransitionException: No transition found from state: ERROR, on event: process_commence for DFA:

Adapter Framework caught exception: No transition found from state: ERROR, on event: process_commence for DFA:

Delivering the message to the application using connection JMS_http://sap.com/xi/XI/System 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:

this was previously working... any ideas how to rectify this?

in SXMB_MONI it shows successful - it has been delivered - just not processed.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I hope you might have tried by making the channel inactivate and activate by this time.

Just make sure there are no messages into System Error state in RWB, secondly also confirm with MQ if they have any temporary issues.

I would suggest first try to cancel/resend old message stuck message in RWB if any and then try to resend your message (if it has gone into system error otherwise it will go automatically).

Answers (1)

Answers (1)

Former Member
0 Kudos

someone had locked down the system so i had to use a user/pass to connect and process.

added and now working!