cancel
Showing results for 
Search instead for 
Did you mean: 

Java stack not starting: Can't attach to message server, connection refused

Former Member
0 Kudos

Hello,

We have a dual stack system NW7.0, the aBAP stack runs ok, but the Java stack will not start

it goes through synchronizing binarie to connecting to message server and then dies and then again tries to reconnect

Here is the extract from the dev_jcontrol.

[Thr 1520] Fri Jul 03 11:56:29 2009

[Thr 1520] ***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused) [nixxi.cpp 2823]

[Thr 1520] *** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 2 / sock 416

(SI_ECONN_REFUSE/10061; I4; ST; 172.20.50.93:3901) [nixxi.cpp 2823]

I am unable to telnet the localhost on port 3901, and i should be able to , right?

So how do i correct this one, there is no windows firewall running there?

Accepted Solutions (0)

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Check from lsof -i tcp:<port no> or from netstat for window also command whether this port si used by any other application..

if yes then check why or kill that process..

Hope it works

Thanks

Sunny

Former Member
0 Kudos

i i have found the problem

the SCS appeared to be running from the console, but the service was buggy, failed upon restart, it was some problems with the sapcpe - in SCS folder the sapstartsrv was different

now there is a telnet to 3901 and the J2ee started ok,

Former Member
0 Kudos

"it was some problems with the sapcpe - in SCS folder the sapstartsrv was different"

Could you specify ?