cancel
Showing results for 
Search instead for 
Did you mean: 

Java Status info Unavailable RC=100

ajjunit84
Active Participant
0 Kudos

Hi All

Facing issue with java start up in a dual stack system.

In MMC its shows Java status info unavailable. When restarting only Java stack , i am getting this kind of error

==========

[Thr 6132] Fri Jul 17 07:06:48 2009

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

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

(SI_ECONN_REFUSE/10061; I4; ST; 192.168.82.87:3900) [nixxi.cpp ; 2823]

[Thr 6132] *** ERROR => MsIAttachEx: NiBufConnect to XXXsap01/3900 failed (rc=NIECONN_REFUSED) [msxxi.c ; 652]

[Thr 6132] *** ERROR => Can't attach to message server (XXXsap01/3900) [rc = -100]-> terminate [jcntrms.c ; 374]

[Thr 6132] JControlCloseProgram: started (exitcode = -100)

[Thr 6132] *** ERROR => MsIModState: not_attached [msxxi.c ; 3838]

[Thr 6132] *** ERROR => Can't modify message server state (state = 7, rc = -3) [jcntrms.c ; 841]

[Thr 6132] JControlCloseProgram: good bye... (exitcode = -100)

============

ABle to connect to Config tool and ABAP stack is also running fine.JVM memory settings seems fine.

Pls let me know your ideas. OS Windows 2003 DB Oracle 10g 2

Regards

Ajay

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

Have you restarted the completed server or only JAVA Engine

Regards

uday

ajjunit84
Active Participant
0 Kudos

Hi ,

Restarted the entire cluster , but no help.

Regards

Ajay

Former Member
0 Kudos

Hello Ajay,

If the problem is JAVA stack only. Please check the default trace file for any errors or create a new default trace file, so you only have log while starting.

At first glance error looks like some port is occupied which JAVA wants to use, do the following

1. Shutdown SAP cleanly both ABAP+JAVA Stack with Oracle database and listenner port service.

2. If it is possible I would recommend to bounce whole operating system. So everything is strated cleanly.

After doing see if JAVA system comes up, if not try to analyze the default trace file. If you do not find anything useful post the file here. Also check latest files 'stdout', 'std_bootstrap', 'sapstart',' dev_server' in '/usr/sap/<SID>/JC<00>/work'

Thank You,

Praveen

ajjunit84
Active Participant
0 Kudos

Hi ,

I have rebooteed the server as well. Checked the sapmsSID entry in services file .

But still the same error.

Actually its not updating any default trace files.Only error message is shown in dev_jcontrol.

Regards

Ajay

Edited by: Ajay Sandal on Jul 21, 2009 5:28 PM

Edited by: Ajay Sandal on Jul 21, 2009 5:28 PM

Former Member
0 Kudos

Hi

If possbile can you restart the server

Regards

Uday

ajjunit84
Active Participant
0 Kudos

Restart didn't helped .

Still the same .

[Thr 6004] Fri Jul 17 08:36:27 2009

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

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

(SI_ECONN_REFUSE/10061; I4; ST; 192.168.82.87:3900) [nixxi.cpp 2823]

[Thr 6004] *** ERROR => MsIAttachEx: NiBufConnect to XXXsap01/3900 failed (rc=NIECONN_REFUSED) [msxxi.c 652]

[Thr 6004] *** ERROR => Can't attach to message server (XXXsap01/3900) [rc = -100]-> terminate [jcntrms.c 374]

[Thr 6004] JControlCloseProgram: started (exitcode = -100)

[Thr 6004] *** ERROR => MsIModState: not_attached [msxxi.c 3838]

[Thr 6004] *** ERROR => Can't modify message server state (state = 7, rc = -3) [jcntrms.c 841]

[Thr 6004] JControlCloseProgram: good bye... (exitcode = -100)

Regards

Ajay

JPReyes
Active Contributor
0 Kudos

Check that required services are started at services.msc

Also check SAP Note 1165633

Regards

Juan

ajjunit84
Active Participant
0 Kudos

Thanks Juan.

Issue was with the service.Rebooted the system and now java is up .

Regards

Ajay

Former Member
0 Kudos
***LOG Q0I=> NiPConnect2: connect (10061: WSAECONNREFUSED: Connection refused)

check your network connectivity, firewall rules, disable antivirus (if any) and then try again

Former Member
0 Kudos

HI

Please check the content dev_ms

Regards

Uday

ajjunit84
Active Participant
0 Kudos

Hi Uday

Below is the content of DEV_MS ,although it is not updated recently .

=======

[Thr 4336] ***LOG Q01=> MsSInit, MSStart (Msg Server 1 4348) [msxxserv.c 1837]

[Thr 4336] load acl file =
XXXsap01.XXXcorp.com\sapmnt\ISM\SYS\global\ms_acl_info.DAT

[Thr 4336] MsGetOwnIpAddr: my host addresses are :

[Thr 4336] 1 : [192.168.82.87] XXXsap01.XXXcorp.com (HOSTNAME)

[Thr 4336] 2 : [127.0.0.1] XXXsap01.XXXcorp.com (LOCALHOST)

[Thr 4336] MsHttpInit: full qualified hostname = XXXsap01.XXXcorp.com

[Thr 4336] HTTP logging is switch off

[Thr 4336] set HTTP state to LISTEN

[Thr 4336] MsHttpOwnDomain: own domain[1] = XXXcorp.com

[Thr 4336] ms/icf_info_server : deleted

[Thr 4336] *** I listen to port sapmsISM (3601) ***

[Thr 4336] *** I listen to internal port 3901 (3901) ***

[Thr 4336] *** HTTP port 8101 state LISTEN ***

[Thr 4336] CUSTOMER KEY: >A1XX561XXX<

=======

sapmsSID entry is already present in Services files.

Regards

Ajay