cancel
Showing results for 
Search instead for 
Did you mean: 

PI 7.0.2 support Apache ActiveMQ 5.4.2 ?

rubens_he
Explorer
0 Kudos

Hi,all,

I need to configure a JMS receiver adpter for a RFC-JMS scenario. My PI version is 7.0.2 and the target JMS server is Apache ActiveMQ 5.4.2.

Since I test the scenario I got the following error message;

*<SAP:Error SOAP:mustUnderstand="1" xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">*

*<SAP:Category>XIAdapterFramework</SAP:Category>*

*<SAP:Code area="MESSAGE">GENERAL</SAP:Code>*

*<SAP:P1 />*

*<SAP:P2 />*

*<SAP:P3 />*

*<SAP:P4 />*

*<SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: No transition found from state: ERROR, on event: process_commence for DFA: FI_TAX_RECEIVER_CC:fbb5050eb2353a138fc3218171e93394</SAP:AdditionalText>*

*<SAP:ApplicationFaultMessage namespace="" />*

*<SAP:Stack />*

*<SAP:Retry>M</SAP:Retry>*

*</SAP:Error>*

I have searched the problem but without exactly answers. Now I guess whether PI 7.0 with JDK 1.4 support Apache ActiveMQ 5.4.2 or not.

Bythe way,the basis has already deployed the driver for ActiveMQ.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

i think 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

regards,

ganesh.

rubens_he
Explorer
0 Kudos

Hi,ganesh

Thank you gor your answers.But there is also the same error!

In RWB,I got the following error message:

MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: No transition found from state: ERROR, on event: process_commence for DFA: *_**_Receiver_CC:fbb5050eb2353a138fc3218171e93394

Exception caught by adapter framework: No transition found from state: ERROR, on event: process_commence for DFA: *_**_Receiver_CC:fbb5050eb2353a138fc3218171e93394

Delivery of the message to the application using connection JMS_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: No transition found from state: ERROR, on event: process_commence for DFA: *_**_Receiver_CC:fbb5050eb2353a138fc3218171e93394. Setting message to status failed

Now I do want to konw whether the problem is about JMS driver or not ?