cancel
Showing results for 
Search instead for 
Did you mean: 

connection refused message

Former Member
0 Kudos

hello

I am trying to run a sync interface RFC2WS.

I recieve the message and in the response I recieve this message:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Call Adapter

-->

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

<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: Connection refused: connect</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

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

</SAP:Error>

in the comm. channel I recieve a familiar Q,

24.03.2008 08:18:00 Error SOAP: error occured: com.sap.aii.af.ra.ms.api.RecoverableException: Connection refused: connect: java.net.ConnectException: Connection refused: connect

24.03.2008 08:18:00 Error MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Connection refused: connect: java.net.ConnectException: Connection refused: connect

24.03.2008 08:18:00 Error Exception caught by adapter framework: Connection refused: connect

24.03.2008 08:18:00 Error Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: Connection refused: connect: java.net.ConnectException: Connection refused: connect. Setting message to status failed.

24.03.2008 08:18:00 Error The message status set to FAIL.

24.03.2008 08:18:00 Error Returning synchronous error message to calling application: com.sap.aii.af.ra.ms.api.RecoverableException: Connection refused: connect: java.net.ConnectException: Connection refused: connect.

I am trying to get to the root of the problem, and from what I know, the problem is not in the XI.

what else can I check in order to be sure that the problem is not in the XI? how can I know exactly where the problem is?

Thanks

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

The XI monitoring tools are best for troubleshooting these kind of problems.

In RWB, in Adapter Engine..you could monitor the communication Channels you have developed for RFC and SOAP connection.

Check for the log in it. From this you will get where is the problem.

Even the URL that you are using for SOAP receiver , try to copy -paste it in Internet browser and see if you can successfully ping to the Web Service.

Even in SXMB_MONI, you could analyse the whole message flow step-by step

Thanks

Swarup

Answers (0)