cancel
Showing results for 
Search instead for 
Did you mean: 

SAP NetWeaver 7.0 Java Trial Version installation error

Former Member
0 Kudos

Hi, guys!

I tried to install 90 days Java Netweaver Evaluation version

While installing it gave me an error on phase #29 of 39 - Start Java Engine


ERROR 2008-03-21 11:16:06.578
FCO-00011  The step startJava with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|5|0|startJava was executed with status ERROR .
ERROR 2008-03-21 11:16:06.546
CJS-30105  Instance J2E/JC00 reached state STOPPING after having state PARTRUNNING. Giving up.

What could be the reason?

I have WinXP Pro SP2, Java 1.4.2_17-b06

TIA

Vadim

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Now I have another error but at the same step:

ERROR 2008-04-02 16:58:27.406
CJS-30152  Java process server0 of instance J2E/JC00 [Java: (dispatcher: RUNNING, server0: STARTING)] did not reach state STARTING_APPS after 20:00 minutes. Giving up.
ERROR 2008-04-02 16:58:27.421
FCO-00011  The step startJava with step key |NW_Workplace|ind|ind|ind|ind|0|0|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|5|0|startJava was executed with status ERROR .

Former Member
0 Kudos

Am not sure if it works on XP.

Former Member
0 Kudos

It must work as stated in software prerequsites section

Former Member
0 Kudos

Oh yes, the prerequistes says so.

Which version of JDK is installed in your system ?

Try this

Stop the installation

set -Xms (Max Heap Size) - from 1024m to 256m.

set -Xms Size from 1024m to 256m

to change max heap size and others parameters goto config tool, choose cluster data->your_instance->server and will see java parameters at the right pane

Restart the installation

Edited by: Shaji Jacob on Mar 24, 2008 8:48 PM

Former Member
0 Kudos

Hi, Shaji

I have Java j2sdk1.4.2_17 version

I try to install this trial version on notebook with 2Gb memory

In config tool I have:

-Xmx512m
-Xms50m

How should these be changed?

I noted that when I run config tool i have following:

WARNING Environment variable JAVA_HOME not set, try to launch java from current PATH
PerfTimes : loadNativeLayer: loading jperflib failed. no jperflib in java.librar.path

Is it ok?

Former Member
0 Kudos

Hi, Shaji

JDK 1.4.2.12 too JDK 1.4.2_17 version is fine. Since this is a trial version, you don't need to change the Xms size . leave it as

-Xmx512m

-Xms50m

JAVA_HOME should be set it in My Computer (Right Click) -> Properties -> Advanced - Environment Variables -> Under System Variables ->New

Variable name = JAVA_HOME

Variable Value = (path of java installation e.g C:\Program Files\Java\jre1.4.2.12)

Regards

Shaji

Former Member
0 Kudos

This didn't help, I still get error

ERROR 2008-03-21 11:16:06.546
CJS-30105  Instance J2E/JC00 reached state STOPPING after having state PARTRUNNING. Giving up.