cancel
Showing results for 
Search instead for 
Did you mean: 

guiengine: No GUI server connected; waiting for a connection on host

Former Member
0 Kudos

Hi,

I am installing SAP ERP 6.0 with EHP4 in Solaris 10 and Oracle. When I start the sapinst I am getting the following issue:

indlf002# ./sapinst
[==============================] / extracting...  done!

Starting GUIServer using:
  SAPinst port  : 21200
  GUIServer port: 21212
  HTTP port     : 4239
  GUI autostart : on
  GUI mode      : normal
  command       : /install/sapinst_exe.1069.1340791611/jre/bin/java -Xmx256M -Ds                                             tall/sapinst_exe.1069.1340791611/JAR/instgui.jar SDTGui sapinst host=localhost p

init: retrieving account information for group sapinst...
init: retrieving account information done.
Jun 27, 2012 3:37:11 PM [Info]: *************************
Jun 27, 2012 3:37:11 PM [Info]: Starting Server
Jun 27, 2012 3:37:11 PM [Info]: Reading server configuration.
Jun 27, 2012 3:37:12 PM [Info]: Reading service configuration SAPinstService.
Jun 27, 2012 3:37:12 PM [Info]: Configuring LogManager ...
Jun 27, 2012 3:37:12 PM [Info]: ************************************************
Jun 27, 2012 3:37:12 PM [Info]: Starting SL Controller ...
Jun 27, 2012 3:37:12 PM [Info]: StorageService switched off.
Jun 27, 2012 3:37:12 PM [Info]: Initializing SecurityManager ...
Jun 27, 2012 3:37:12 PM [Info]: Key Store management switched off.
load resource pool /SAPCD/ehp/51037622/IM_SOLARIS_SPARC/resourcepool.xml
Jun 27, 2012 3:37:14 PM [Info]: Configuring HTTPManager ...
Jun 27, 2012 3:37:14 PM [Info]: WebstartService switched off.
Jun 27, 2012 3:37:14 PM [Info]: RoleService switched off.
Jun 27, 2012 3:37:14 PM [Info]: AlertService switched off.
Jun 27, 2012 3:37:14 PM [Info]: NotesService switched off.
Jun 27, 2012 3:37:14 PM [Info]: ProcessService switched off.
Jun 27, 2012 3:37:14 PM [Info]: Starting MIDService ...
Jun 27, 2012 3:37:14 PM [Info]: Starting FileService ...
Jun 27, 2012 3:37:14 PM [Info]: LogService switched off.
Jun 27, 2012 3:37:14 PM [Info]: MailService switched off.
Jun 27, 2012 3:37:14 PM [Info]: Starting services ...
Jun 27, 2012 3:37:14 PM [Info]: Starting service "SAPinstService" ...
Jun 27, 2012 3:37:16 PM [Info]: Service "SAPinstService" started
Jun 27, 2012 3:37:16 PM [Info]: Services started.
Jun 27, 2012 3:37:16 PM [Info]: Starting HTTP server listening on port 4239 ...
Jun 27, 2012 3:37:16 PM [Info]: HTTP server started.
Jun 27, 2012 3:37:16 PM [Info]: SL Controller started.
Jun 27, 2012 3:37:16 PM [Info]: Starting GUI ...
Jun 27, 2012 3:37:16 PM [Error]: java.lang.reflect.InvocationTargetException: null
Jun 27, 2012 3:37:16 PM [Error]: java.lang.reflect.InvocationTargetException: null
Jun 27, 2012 3:37:16 PM [Error]: GUI start failed.

guiengine: No GUI server connected; waiting for a connection on host indlf002, port 21200 to continue with the installation

Environment Variables set:

indlf002# env

HOME=/

HZ=

LC_COLLATE=en_US.ISO8859-1

LC_CTYPE=en_US.ISO8859-1

LC_MESSAGES=C

LC_MONETARY=en_US.ISO8859-1

LC_NUMERIC=en_US.ISO8859-1

LOGNAME=root

MAIL=/var/mail/root

PATH=/usr/jdk/instances/jdk1.5.0/bin/sparcv9:/usr/sbin:/usr/bin:/usr/jdk/instances/jdk1.5.0/bin

SHELL=/sbin/sh

TERM=xterm

TZ=Asia/Calcutta

PWD=/SAPCD/ehp/51037622/IM_SOLARIS_SPARC

USER=root

TEMP=/install

JAVA_HOME=/usr/jdk/instances/jdk1.5.0/bin

SAPINST_JRE_HOME=/usr/jdk/instances/jdk1.5.0/jre/bin

DISPLAY=172.31.4.94:1.0

Please help me to fix this issue.

Regards

Karthik Ravoori

Accepted Solutions (0)

Answers (7)

Answers (7)

rashinuet
Member
0 Kudos

issue resolved... hostname entry FQDN was incorrect in /etc/hosts file.

Former Member
0 Kudos

Hi Karthik,

Please ensure the following,

1) before invoking sapinst check if ./xclock is working

2) check if the version of your java is compatible, can you provide us the output of

java -version

Regards,

Manish

Former Member
0 Kudos

Try with DISPLAY=172.31.4.94:0.0 instead of :1.0 and as recommended by ashish try to bring the xclock before you start the sapinst.

Regards

Amit Padmawar

Former Member
0 Kudos

Hi karthik,

Please set JAVA_HOME to /usr/jdk/instances/jdk.1.5.0 instead of /usr/jdk/instances/jdk1.5.0/bin

and then restart SAPINST.

Secondly are you sure JAVA 1.5 is gonna work.

Regards.

Ruchit.

former_member189725
Active Contributor
0 Kudos

If you have set the DISPLAY and xclock works fine , then an alternate way to start the SAPINST is as follows:

./sapinst SAPINST_DIALOG_PORT=50777 GUISERVER_DIALOG_PORT=60777

The ports above can be different depending on which are free.

Also ensure no other sapinst process is running on the host with the same port numbers.

Regards

Ratnajit

Former Member
0 Kudos

Check you DISPLAY environment variable is set correctly. Try to start xclock

Regards

Roman

ashish_vikas
Active Contributor
0 Kudos

please consider using parameter SAPINST_USE_HOSTNAME with SAPINST. and also check if any other SAPINST process is running on this server already.

http://help.sap.com/saphelp_nwpi71/helpdata/en/45/61997b34542a4de10000000a11466f/content.htm

you may also check if ports are blocked..You can run 'netstat -a -n' to get a current list.

Regards

Ashish

Former Member
0 Kudos

Hi,

I have done all these but still getting the same error.

Regards

Karthik Ravoori

ashish_vikas
Active Contributor
0 Kudos

please verify this :

JAVA_HOME=/usr/jdk/instances/jdk1.5.0/bin

SAPINST_JRE_HOME=/usr/jdk/instances/jdk1.5.0/jre/bin

Which JAVA you are using.. and is jdk1.5 supported ?? I think you should work with jdk 1.4 instead. If you have both Java installed, use 1.4 in env variable.

Regards

Ashish

Message was edited by: ashish vikas