cancel
Showing results for 
Search instead for 
Did you mean: 

Error Start j2ee (Solution Manager)

Former Member
0 Kudos

Hi, start instance solution manager but not start j2ee, only run instance abap.

the operation system is windows 32 bits, 8 GB RAM.

Show error in the file log dev_jcontrol:

[Thr 5192] JControlExecuteBootstrap: execute bootstrap process [bootstrap]

[Thr 8048] JControlDPMessageProxy: Thread 8048 started as handler thread for R/3 dispatcher messages.

[Thr 5192] [Node: bootstrap] java home is set by profile parameter

#Java Home: C:\j2sdk1.4.2_12

[Thr 5192] *** ERROR => JStartupIGetJDKInfo: Cannot find Java compiler [C:\j2sdk1.4.2_12\bin\javac.exe]. [jstartxxi.c 991]

[Thr 5192] *** ERROR => can't get JDK information (rc = -1) [jstartxxi.c 1257]

[Thr 5192] **********************************************************************

      • ERROR => JDK Detection failed.

      • Please see SAP Note 943602 , section 'JDK detection issues'

      • for additional information and trouble shooting.

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

[Thr 5192] *** ERROR => node [bootstrap] not found [jstartxx.c 1593]

[Thr 5192] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -18)

[Thr 5192] JControlCloseProgram: started (exitcode = -18)

[Thr 5192] JControlCloseProgram: good bye... (exitcode = -18)

Best Regards,

EDRS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Eli,

Error log clearly says the problem with JDK path. Please set environment variable JAVA_HOME=C:\j2sdk1.4.2_12\bin\ with sidadm user.

Is it newly built system or have done any recent configuration on existing system?

Thanks,

Siva Kumar

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello,

It appears from the trace that your JAVA_HOME is set correctly (note: JAVA_HOME must not include the "bin" directory) but that the executable javac.exe (the Java compiler) is missing in %JAVA_HOME%\bin. Check whether javac.exe exists and if not, reinstall the 1.4.2_12 Java SDK (the SDK, not the JRE!).

Regards,

Mark

Former Member
0 Kudos

Hi,

Is the JAVA_HOME set ?

Did you ugrade the JDK from any previous version, if so rename instance.properties.vmprop to instance.properties.vmprop.old (eg) and try to restart the

Regards,

Arjun

Edited by: Arjun Venkateswarlu. on Jan 13, 2012 9:41 AM