cancel
Showing results for 
Search instead for 
Did you mean: 

Help for install NW04s SR2 + win2003 server 64bit

NickSYYang
Active Participant
0 Kudos

I use following S/W and H/W condition to install a NW04s SR2 (ABAP + Java) central system.

S/W: Win 2003 standard x64 edition, SP2. SQL 2005,

H/W: CPU:Intel Xeon*1, RAM: 4GB, virtual memory: 20GB.

JDK: 1.4.2.14, 64-bit version.

But, install procedure fail on 'Start java engine', error message is


ERROR 2007-06-23 19:01:43
CJS-30150  Java processes of instance PD1/DVEBMGS03 [ABAP: ACTIVE, Java: UNKNOWN] did not reach state PARTRUNNING after 20:30 minutes. Giving up.
ERROR 2007-06-23 19:01:43
FCO-00011  The step startJava with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|4|0|startJava was executed with status ERROR .

I found no process exist on 'J2EE Process Table' tab in the sapmmc, but ABAP instance running perfectly.

Therefore, I follow notes 723909 to modify server's JVM parameter through J2EE configtool.


-Xmx2048m
-Xms2048m
-XX:NewSize=320m
-XX:MaxNewSize=320m
-XX:MaxPermSize=256m
-XX:PermSize=256m

Any suggestion would very appreciate.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

i guess it might be a bootstarp issue. Give the value 545 there and for dispatcher give 512. Also add a line -Xss2m for the server nodes.

restart the cluster.

hope this helps. else also attch the concerned file from the work directory.

regards and reward with good points.

NickSYYang
Active Participant
0 Kudos

Hi, Kumar:

Thanks for your reply. The parameters you mentions already set as part of default value.

I resolved the problem by apply SQL Server 2005 SP1 to installed SQL Server, then J2EE process startup successfully. When I install MS SQL 2005 by 'SQL4SAP.VBS' at the beginning, I though SP1 also apply at the same time. But obviously I am wrong.

Answers (2)

Answers (2)

peressin_giorgio
Explorer
0 Kudos

I use Oracle DB, but I have the same problem.

The Server do not start.

I can see this error in file dev_bootstrap:

-


[Thr 2420] JLaunchIStartFunc: Thread 2420 started as Java VM thread.

[Thr 2420] *** ERROR => DlLoadLib: LoadLibrary(jvm.dll) Error 193 [dlnt.c 237]

[Thr 2420] *** ERROR => Can't load VM shared library (jvm.dll) (rc=-2) [jhvmxx.c 1576]

[Thr 2420] **********************************************************************

      • ERROR => Cannot load the Java VM shared library.

      • Please see SAP Note 943602 , section 'Java VM shared library issues'

      • for additional information and trouble shooting.

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

[Thr 2420] *** ERROR => Cannot load DLL for Java VM [jlnchxxi.c 717]

[Thr 4944] Fri Feb 08 07:52:12 2008

[Thr 4944] JLaunchCloseProgram: good bye (exitcode = -2)

-


Note 943602 or 940893 do not help me.

Any suggestion?

thanks.

Giorgio Peressin

NickSYYang
Active Participant
0 Kudos

Problem resolved.