cancel
Showing results for 
Search instead for 
Did you mean: 

java.io.IOException: Error writing to server after installing SP17

Former Member
0 Kudos

After installing SP17 in production, we are seeing message in AE failing with com.sap.aii.af.ra.ms.api.RecoverableException: java.io.IOException: Error writing to server.

The messages don't make it to IS and are stuck in AE.

We've checked pipeline url / sm59 entry for INTEGRATION_DIRECTORY_HMI using user - XIISUSER, we did a full cache refresh.

They all appear to be set correctly.

We'll take any ideas and suggestions.

Thank you.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

reposting...we don't see an entry in Adapter Engine cache. We tried whole lot of different things and we are not ok. SAP just had us match case with AdapterType in classBrowser/SLD and adaptertype in SAI_AE_DETAILS_GET code. It does now work. Anyone with similar issue after getting on SP17?

Same error when we try to repost messages.

former_member206604
Active Contributor
0 Kudos

Hi,

<i>>>>we don't see an entry in Adapter Engine cache</i>

You will see an entry in the AE cache only after the first message is passed.

If you execute SAI_AE_DETAILS_GET with appropriate prameters you will get an entry in AE cache.

Are u sure your both ABAP and Java stack are in the same SP.

Thanks,

Prakash

Former Member
0 Kudos

Yes...we have been working all night on this. The FM did create an entry but it does no look like its recognising.

This is what we see in the Adapter messaging tool.

2006-09-18 13:28:24 Error Returning synchronous error notification to calling application: Received HTTP response code 401 : Unauthorized.

2006-09-18 13:28:24 Error Transmitting the message using connection http://host:8176/sap/xi/engine?type=entry failed, due to: Received HTTP response code 401 : Unauthorized.

2006-09-18 13:28:24 Error The message status set to FAIL.

2006-09-18 13:28:24 Error Returning to application. Exception: Received HTTP response code 401 : Unauthorized

Any help?