cancel
Showing results for 
Search instead for 
Did you mean: 

java.net.ConnectException: Connection refused

frank_schmitt3
Participant
0 Kudos

Hallo,

when the adapter engine will connect to the integration enginge this exception occure:

Fehler beim Übertragen der Message zum Endpunkt http://s2a1079.enbw.net:8000/sap/xi/engine?type=entry über die Verbindung AFW. Grund: com.sap.aii.af.ra.ms.api.RecoverableException: java.net.ConnectException: Connection refused

(error by transporting the message to the end-point) over the named pipeline.

Have anyone an idea to solve the problem, because no message can transport. My szenario is polling on a data-base (ms-sql) by jdbc-adapter. The message was calling from the send-queue and the status was set to DLNG. But the the exception occure by transporting to the end-point.

Thanks in advance,

Frank

Accepted Solutions (0)

Answers (2)

Answers (2)

dharamveer_gaur2
Active Contributor
0 Kudos

Check if XIAFUSER is locked.

also check your database connection parameter, are any one parameter changed?

Former Member
0 Kudos

Hi Frank

The following thread has some discussions about similar problems to what you are facing. Hope you can pick some inputs from there,

Read thru' the complete thread

Sameer

Former Member
0 Kudos

Hi,

I had the same error and found that the url for the integration server was incorrectly defined in the SLD.

Hope it helps.