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.
Which operating system are you using?
--
Markus
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.
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
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
Add a comment