cancel
Showing results for 
Search instead for 
Did you mean: 

returned error: java.net.SocketException:Unexpected end of file

Former Member
0 Kudos

Hi all,

I am facing a typical issue in my portal server.

If i try to access this URl http :// <hostname><FQDN>:50000/ I am not able to view anything in my screen except this symbols (

And also the host entry is also there in my server.

In the dispatcher default trace i found this messages.

returned error: java.net.SocketException:Unexpected end of file from server

#

#1.5#005056937C930056000006AE000004A400045699D8C66212#1221118674718#com.sap.engine.core.manipulator.TCPRunnableConnection##com.sap.engine.core.manipulator.TCPRunnableConnection.closeConnection()#######OrderedChannel for p4 service##0#0#Warning#1#/System/Network#Java###Exception occurred while closing connection.

[EXCEPTION]

#1#java.net.SocketException: Socket already closed.

at iaik.security.ssl.SSLTransport.a(Unknown Source)

at iaik.security.ssl.SSLOutputStream.flush(Unknown Source)

at com.sap.engine.core.manipulator.TCPRunnableConnection.closeConnection(TCPRunnableConnection.java:193)

at com.sap.engine.core.manipulator.TCPRunnableConnection$CloseThread.run(TCPRunnableConnection.java:1046)

at com.sap.engine.core.manipulator.TCPRunnableConnection.run(TCPRunnableConnection.java:546)

at com.sap.engine.frame.core.thread.Task.run(Task.java:64)

at com.sap.engine.core.thread.impl6.SingleThread.execute(SingleThread.java:78)

at com.sap.engine.core.thread.impl6.SingleThread.run(SingleThread.java:148)

It would be really helpful if someone suggest me with the valuable points.

I referred this note as well 1148886 , but it not match with my issue so i left it out,

My current package level is SP 19 , 6.40

Regards

Vijay kumar G

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The issue is solved.

Its a port problem, I verified the dev_ms log. It helped me alot

Regadrs

Vijay