cancel
Showing results for 
Search instead for 
Did you mean: 

server0 getting down

Former Member
0 Kudos

Hi,

I have SAP NW As Java on one of my servers where other SAP servers are also installed. I restarted the server and after that server0 didn't come up. I checked the log of dev_server0 and gone through note Note 940893 - Analysis of errors within the startup of J2EE Engine 6.40 and checked out for JDK versions and the jstartup/vm/home = <jdk home directory>. both differed and I changed as per note, also there are 2 JDK versions installed on the machine and 1.4.2_16/23 and earlier java -version was giving result as 1.4.2_16 while the env variable was set to 1.4.2_23 and 'I changed it too to 23. And restarted the machine but still faces the problem, below I am pasting the extract of dev_server0 log.

OS : win2k3 server

*****************************************************************************

*

[Thr 7152] * LOCATION CPIC (TCP/IP) on local host with Unicode

[Thr 7152] * ERROR no conversation found with id 10901883

[Thr 7152] *

  • TIME Sat Mar 27 09:17:47 2010

[Thr 7152] * RELEASE 700

[Thr 7152] * COMPONENT CPIC (TCP/IP) with Unicode

[Thr 7152] * VERSION 3

[Thr 7152] * RC 473

[Thr 7152] * MODULE r3cpic.c

[Thr 7152] * LINE 6117

[Thr 7152] * COUNTER 1

[Thr 7152] *

[Thr 7152] *****************************************************************************

[Thr 7152]

*****************************************************************************

*

[Thr 7152] * LOCATION CPIC (TCP/IP) on local host with Unicode

[Thr 7152] * ERROR illegal parameter value ( function=SAP_CMTIMEOUT2 /

  • parameter=conversation_ID / value=10901883 )

[Thr 7152] *

  • TIME Sat Mar 27 09:17:47 2010

[Thr 7152] * RELEASE 700

[Thr 7152] * COMPONENT CPIC (TCP/IP) with Unicode

[Thr 7152] * VERSION 3

[Thr 7152] * RC 769

[Thr 7152] * MODULE r3cpic.c

[Thr 7152] * LINE 7333

[Thr 7152] * COUNTER 2

[Thr 7152] *

[Thr 7152] *****************************************************************************

[Thr 7760] Sat Mar 27 09:17:48 2010

[Thr 7760] JLaunchIExitJava: exit hook is called (rc = -11113)

[Thr 7760] **********************************************************************

      • ERROR => The Java VM terminated with a non-zero exit code.

      • Please see SAP Note 943602 , section 'J2EE Engine exit codes'

      • for additional information and trouble shooting.

**********************************************************************

[Thr 7760] JLaunchCloseProgram: good bye (exitcode = -11113)

Please guide how to correct this error

Regards,

Mridul

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

it was due to *.vmprop file, delete it and restart the sap application.

Former Member
0 Kudos

thanks guys for ur reply..the problem is solved after a restart from SAPMMC

former_member227283
Active Contributor
0 Kudos

Hi,

As you said you have the JDK version valu in ENV .

Pls also check whether JDK version has been updated in SAP.

Pls follow the below note and check whether all the places have been updated with latest version of JAVA . if not then do the neccesary changes as per the not and restart the application.

https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=718901

IF still problem exitst , then pls share bootstrap log in forum as well as std_server0.out.

Thanks

Anil

p330068
Active Contributor
0 Kudos

Hi Mridul ,

If your system enviromental varialve is properly set, then try to restart database server services in Run >> services.msc and start as automatic.

Also check host file entry and verify Java version using RUN>>javaws

then start your server

Hope it helps

Regards

Arun

Former Member
0 Kudos

Hi,

Delete the old JDK version and make sure that the java is pointing to correct version.Also it is better you copy security jar files by downloading the same and place it in /jre/lib/security floder of JDK.Also start the SAP relatd services manually from services.msc. If you still face the problem please let me know.

Regards,

Chayapathy

Former Member
0 Kudos

Hello,

Exit code "(rc = -11113)" means that a core service did not start. This usually is associated with the security service.

Refer to std_server0.out and the defaulTrace file of the server node for more information.

Regards,

Ventsi Tsachev