cancel
Showing results for 
Search instead for 
Did you mean: 

Visual administrator getting hanged

Former Member
0 Kudos

HI all,

I have given the login credentials for visual administrator but it hangs at 99%.I tried to follow the note 957355 but still the problem persists.Can anybody help me plz.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

check your account is not locked by trying to login in nwa, trace files, emergency user is not activated

Former Member
0 Kudos

I have followed the instructions in the thread that have been mentioned but still the problem persists.

Former Member
0 Kudos

Can anybody please help on how to solve this visual administrator getting hanged at 99%.

Former Member
0 Kudos

This is the error log we are getting ,

com.sap.engine.services.rmi_p4.P4RuntimeException: Unexpected exception.Nested exception is:

java.net.SocketException: socket closed

java.net.SocketException: socket closed

at java.net.SocketInputStream.socketRead0(Native Method)

at java.net.SocketInputStream.read(SocketInputStream.java:129)

at com.sap.engine.services.rmi_p4.Connection.run(Connection.java:391)

at java.lang.Thread.run(Thread.java:534)

Former Member
0 Kudos

Hi

Try to create a new connection or log-on with drifferent transport layer

Regards

Ravi

Former Member
0 Kudos

Hello Ambarish

It seems that the P4 port is busy or locked in some unnecessary socket lock

Check whether the p4 port of your applicaiton free or not, 5xx04 where xx is the instance number ie. xx in JCxx, with the help of your network team, may be you can do porttest IP port or netstat

let us know

thanks

Bhudev

Former Member
0 Kudos

Hi,

This is a windows OS how to check whether the port is free or not.

Former Member
0 Kudos

i am still not able to figure it out as to how to check ports in windows are free not .

Former Member
0 Kudos

Hello Ambarish

in windows, at command prompt

telnet <ip-addrss> <portnumber>

if any response comes, then port is open. but beware the session may hang and you may have to kill it forcibly.

thanks

Bhudev

Former Member
0 Kudos

for above telnet check, server must have telnet demon running otherwise

if you type netstat -a you can see which port are establish and on which windows listening

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I am requesting you to check the work arounds first in SDN, before posting the error messages.

please have a look on the below links.

-Srini