cancel
Showing results for 
Search instead for 
Did you mean: 

Error during "start java engine" phase in java-add phase during install

Former Member
0 Kudos

Hello,

I am installing Java-add into an ABAP layer (Netweaver 2004s/ upgrade of Solution Manger 4.0). During the central instance Java-add in phase, the install crashes during "start Java engine" phase. The output of dev_jcontrol file is attached below.

All help will be useful.

Many Thanks,

Regards,

Nisch

From dev_jcontrol :

-


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

JStartupIReadSection: read node properties [sdm]

-> node name : SDM

-> node type : sdm

-> node execute : yes

-> java path : /usr/java14_64

-> java parameters :

-> java vm version : J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20061222 (JIT enabled)

-> java vm vendor : IBM J9 VM (IBM Corporation)

-> java vm type : server

-> java vm cpu : ppc64

-> heap size : 256M

-> root path : /usr/sap/SM4/DVEBMGS25/SDM/program

-> class path : /usr/sap/SM4/DVEBMGS25/SDM/program/bin/SDM.jar

-> OS libs path : /usr/sap/SM4/DVEBMGS25/j2ee/os_libs

-> main class : SDMInternal

-> framework class : com.sap.bc.proj.jstartup.JStartupFramework

-> registr. class : com.sap.bc.proj.jstartup.JStartupNatives

-> framework path : /usr/sap/SM4/SYS/exe/run/jstartup.jar:/usr/sap/SM4/SYS/exe/run/jvmx.jar

-> shutdown class : com.sap.sdm.jstartup.shutdown.InternalShutDown

-> parameters : server sdmhome=/usr/sap/SM4/DVEBMGS25/SDM/program

-> debuggable : yes

-> debug mode : no

-> debug port : 60000

-> shutdown timeout : 120000

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

[Thr 01] Thu May 3 16:07:47 2007

[Thr 01] *** ERROR => MsIAttachEx: NiBufConnect to /36 failed (rc=NIEHOST_UNKNOWN) [msxxi_mt.c 652]

[Thr 01] *** WARNING => Can't attach to message server (/36) [rc = -100]-> reconnect [jcntrms_mt.c 368

]

[Thr 01] Thu May 3 16:07:52 2007

[Thr 01] *** ERROR => MsIAttachEx: NiBufConnect to /36 failed (rc=NIEHOST_UNKNOWN) [msxxi_mt.c 652]

[Thr 01] *** ERROR => Can't attach to message server (/36) [rc = -100]-> terminate [jcntrms_mt.c 374]

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

[Thr 01] *** ERROR => MsIModState: not_attached [msxxi_mt.c 3838]

[Thr 01] *** ERROR => Can't modify message server state (state = 7, rc = -3) [jcntrms_mt.c 826]

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

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

First of all if it's a Unix system IBM java is ok.

Your problem lies in the fact that the message server should be up and running.

You need to ensure this first.

regards and do reward with points.

Former Member
0 Kudos

Hi Mantosh,

I had to get the messge server running, found it complained for the http port used by the message server, but could not see it being used either in services file or on the system (netstat -a).

Assigned another port to ms/http_port and started the instance without errors and the installation continued.

Regards,

Nisch

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I could see that you have IBM JVM, remove it and please try to install a Sun JVM and try the installation process.

regards

Vivek Nidhi