cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ERP6 INSTALL the sapgui do not popup

Former Member
0 Kudos

hi, guys

i am installing ERP6 IN SUSE11.2. before ./sapinst

rpm -ivh j2sdk-1_4_2_19-linux-i586.rpm

then execute ./sapinst, sapgui do not popup!!!!!


the error information :

Starting GUIServer using:
  SAPinst port         : pipe:5:8
  GUIServer port       : 21212
  GUI autostart        : on
  GUI mode             : normal
  command       : /tmp/sapinst_exe.20600.1392479296/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.20600.1392479296/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

load resource pool /sapinst/resourcepool.xml
Feb 15, 2014 10:48:21 AM [Info]: *************************
Feb 15, 2014 10:48:21 AM [Info]: Starting Server
Feb 15, 2014 10:48:21 AM [Error]: java.net.UnknownHostException: linux-0sa1: linux-0sa1
Feb 15, 2014 10:48:21 AM [Error]: java.net.UnknownHostException: linux-0sa1: linux-0sa1
Feb 15, 2014 10:48:21 AM [Error]: Error during configuration - see preceding messages.
Feb 15, 2014 10:48:21 AM [Fatal]: Error during controller startup.
Feb 15, 2014 10:48:21 AM [Fatal]: SL Controller exiting.

guiengine: No GUI server connected; waiting for a connection on host linux-0sa1, port 21212 to continue with the installation
The process that should run the SAPinst GUI could not be started. Please make sure that a JDK is installed on this host and that SAPINST_JRE_HOME points to the root directory of your Java installation. As an alternative you may start the GUI on another host (for details please consult the installation guide).

Java has been started with the following command line:
-Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.20600.1392479296/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

Accepted Solutions (1)

Accepted Solutions (1)

former_member182034
Active Contributor
0 Kudos

hi Beny,

mostly, this error occured due to missing the IP address and hostname in etc/hosts file.Please check and if the IP and hostname of system does not exist in hosts file then add the entry and restart the sapinst.

Please follow the more instructions from below thread. it might be resolve the issue.

SAP EHP5 ERP6.0 Installation error.

Regards,

Answers (1)

Answers (1)

Former Member
0 Kudos

the latest error information

Starting GUIServer using:
  SAPinst port         : pipe:5:8
  GUIServer port       : 21212
  GUI autostart        : on
  GUI mode             : normal
  command       : /tmp/sapinst_exe.20600.1392479296/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.20600.1392479296/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

load resource pool /sapinst/resourcepool.xml

guiengine: No GUI server connected; waiting for a connection on host linux-0sa1, port 21212 to continue with the installation
The process that should run the SAPinst GUI could not be started. Please make sure that a JDK is installed on this host and that SAPINST_JRE_HOME points to the root directory of your Java installation. As an alternative you may start the GUI on another host (for details please consult the installation guide).

Java has been started with the following command line:
-Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.20600.1392479296/JAR/instgui.jar SDTServer rootdir=/root/.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=pipe:5:8

Sriram2009
Active Contributor