cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

java.io.IOException: Error writing to server.

Former Member
0 Kudos

HI experts ,

I am getting the following error in message monitoring , while sending some 5 MB to 28 MB file . The scenario involved mapping , where the sender is SFTP adapter and the receiver is also SFTP .

Transmitting the message to endpoint http://<server>:80/sap/xi/engine?type=entry using connection SFTP_http://seeburger.com/xi failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: Error transmitting the message over HTTP. Reason: java.io.IOException: Error writing to server.

The parameter in RZ10
vmcj/max_vm_heap_MB is set to 150 MB .

Please help .

Accepted Solutions (1)

Accepted Solutions (1)

zameerf
Contributor
0 Kudos

Hi Abhishek,

Did you already refer this solution below? if not, give a try..

http://scn.sap.com/message/8338888#8338888

Regards,

Zameer

Former Member
0 Kudos

Hi Zameer ,

i have gone through that thread already , just one this how do we change the heap size on java machine coz  the The parameter in RZ10 vmcj/max_vm_heap_MB is set to 150 MB .

nabendu_sen
Active Contributor
0 Kudos

Hi Abhishek,

Please find the below blog to increase Java Memory. Please ask your Basis team to perform this action.

https://scn.sap.com/message/7897870

Answers (1)

Answers (1)

nabendu_sen
Active Contributor
0 Kudos

Hi Abhishek,

At the time of writing files to the Remote server may be the connection getting lost during that interval. Have you tried to Ping the server from PI?

5 MB - 28 MB should not be a issue, are getting this error each and every time for processing files more than 5 MB?

Former Member
0 Kudos

Hi Nabendu ,

The server us connected all the times , since there are other messages that are still going through .

the messages are going through , when we are reducing the file size to 3 MB the files are going through