cancel
Showing results for 
Search instead for 
Did you mean: 

SAPINST terminated with error "Exit status of child: 3"

Former Member
0 Kudos

The SAPINST terminated after run with the error message as

below:

SAPinst is getting started.

Please be patient ...

starting gui server process:

sapinstport: 21200

guiport : 21212

guistart : true

command : "C:\Program Files\Java\j2re1.4.2_09/bin\javaw.exe" -

cp "C:/DOCUME1/ADMINI1.LAE/LOCALS~1/Temp/sapinst_exe.3256.1197655087

\jar\instgui.jar;C:/DOCUME1/ADMINI1.LAE/LOCALS~1/Temp/sapinst_exe.3256.1197655087\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true

SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost

sapinstport=21200 guistart=true

load resource pool E:\SAPCD\Master\IM_WINDOWS_I386\resourcepool.xml

guiengine: no GUI connected; waiting for a connection on host sapprd2,

port 21200 to continue with the installation

guiengine: login in process.

This application has requested the Runtime to terminate it in an

unusual way.

Please contact the application's support team for more information.

Exit status of child: 3

First time I use JAVA SDK version 1.4.2_12 after that I try version

1.4.2_9 and 1.4.2_15 but all of them got the same error.

So please kindly help for this. We have planed to upload data to the

PRD System on next week.

Many thanks,

Amnat O.

Accepted Solutions (0)

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi ,

Are you able to run the java at command level ,

Type : javac in the command prompt , if you are able to execute java ,then the path given in the env variable is right otherwise you have to set proper env vaiable:

Try this: in the user variables give:

Varible : JAVA_HOME

Vaule: give the java path up to jre only

In the Sytem Variables

Variable: Edit the path variable:

Value: give the java path up to bin

Former Member
0 Kudos

The problem was solved by remove entry "/3GB" from boot.ini file.

Many thanks for all.

Former Member
0 Kudos

Hi Amnat,

Please tag this as "answered". This is for the future forum users.

Please do not forget to reward those who have contributed.

Thanks! 😃 Wish you all the best in your career.

Regards,

Jeff

Former Member
0 Kudos

MS Windows 2003 Server Enterprise Edition 32 bit with SP2 and MS Clustering

Former Member
0 Kudos

Already set JAVA_HOME parameter but still got the same error.

Former Member
0 Kudos

Already added entry in the host file but still got same error.

Former Member
0 Kudos

The problem still occur with the error message as below:

SAPinst is getting started.

Please be patient ...

starting gui server process:

sapinstport: 21200

guiport : 21212

guistart : true

command : "C:\Program Files\Java\j2re1.4.2_15/bin\javaw.exe" -cp "C:/Temp/sapinst_exe.3536.1198011240\jar\instgui.jar;C:/Temp/sapinst_exe.3536.1198011240\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

load resource pool E:\SAPCD\Master\IM_WINDOWS_I386\resourcepool.xml

guiengine: no GUI connected; waiting for a connection on host sapprd2, port 21200 to continue with the installation

guiengine: login in process.

This application has requested the Runtime to terminate it in an unusual way.

Please contact the application's support team for more information.

Exit status of child: 3

Former Member
0 Kudos

Hi Amnat,

Please edit hosts file from location

C:\WINDOWS\system32\drivers\etc

Add

<Ip address> <hostname>

example.

10.234.188.54 xyz123

Also add Java_Home to System Variables

Right click My computer > Properties > Advance > Environment Variables > New >

Variable Name: JAVA_HOME

Variable Value: <Specify Java Directory>

Ex. C:\j2sdk1.4.2_16-x64

Regards,

Jeff

Edited by: Joseph Francis Quinto on Dec 19, 2007 7:46 AM

markus_doehr2
Active Contributor
0 Kudos

Are you on 32bit or 64bit Windows?

Markus

Former Member
0 Kudos

Hello,

The problem is ost likely with the spaces in the path to your temp directory.

Can you please create a new temp directory, something like C:\temp and change the path to it?

Sapinst often has problems evaluating C:\Documents and Settings

After this restart sapinst and it should proceed,

Regards,

David

Please reward points if helpful.

markus_doehr2
Active Contributor
0 Kudos

Which operating system are you using?

--

Markus