cancel
Showing results for 
Search instead for 
Did you mean: 

IAIK: java.io.EOFException: Connection closed by remote host

Former Member
0 Kudos

Hi Experts,

I'm having a performance issue during login and I found in Trace log the logs below.

Can you please tell me what things I should look at or where maybe my issue?

com.sap.engine.core.manipulator.TCPRunnableConnection
com.sap.engine.core.manipulator.TCPRunnableConnection.init()
OrderedChannel for http service

Warning: System/Network
Java: Cannot get input and output streams from socket. ConnectionsManipulator is not initialized. 

[EXCEPTION]
 {0}#1#java.io.EOFException: Connection closed by remote host.
	at iaik.security.ssl.Utils.a(Unknown Source)
	at iaik.security.ssl.o.c(Unknown Source)
	at iaik.security.ssl.r.f(Unknown Source)
	at iaik.security.ssl.f.c(Unknown Source)
	at iaik.security.ssl.f.a(Unknown Source)
	at iaik.security.ssl.r.d(Unknown Source)
	at iaik.security.ssl.SSLTransport.startHandshake(Unknown Source)
	at iaik.security.ssl.SSLSocket.startHandshake(Unknown Source)
	at com.sap.engine.services.ssl.factory.SSLSocket.startHandshake(SSLSocket.java:162)
	at com.sap.engine.services.ssl.factory.SSLSocket.getInputStream(SSLSocket.java:280)
	at com.sap.engine.core.manipulator.TCPRunnableConnection.init(TCPRunnableConnection.java:351)
	at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:554)
	at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
	at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:80)
	at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:150)

Thank you very much,

Jemaru

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Jemaru,

Don't you have some more information. This is the error in the Java stack what does the R3/Abap stack returns on this message?

Kind regards,

JK

Former Member
0 Kudos

Hi JK,

I've check on other errors but there are no more any other errors.

As I see it there is no errors but only it is slow.

Thanks,

Jemaru

Former Member
0 Kudos

Hi,

I'm stuck on the exact same issue so it seems. Were you able to solve it?