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

Hello Experts,

I am trying to install SAP ERP 6.0 SR3 on HP-UX Server

JAVA_PATH=/opt/java6/bin

SAPINST_JRE_HOME=/opt/java6/jre

DISPLAY=DEVSRV:0.0

JAVA_HOME=/opt/java6/bin

also check java using "which java" & "java -version" commands its also fine, but when I am entering command "./sapinst" gives following output.

  1. ./sapinst

[==============================] \ extracting... done!

Starting GuiServer using:

/opt/java6/jre/bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.5141.13 03125088/JAR/instgui.jar:/tmp/sapinst_exe.5141.1303125088/JAR/inqmyxml.jar SDTServer config=jar:sdt server.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /usr/sap/disk/BS_2005_SR3_SAP_Installation_Master/IM_HPUX_IA64/resourcepool.xml

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

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> JAVA_HOME=/opt/java6/bin

This is wrong - JAVA_HOME points to the HOME directory, not to bin:

JAVA_HOME=/opt/java6

PATH=$JAVA_HOME/bin:$PATH

Java 6 is btw not supported, use a supported Java version as mentioned in the installation guide (1.4.2).

Can you open any other X application? such as 'sam'?

Markus

Former Member
0 Kudos

Now I have Installed Java1.4.2.26 & set the paths as follows

JAVA_HOME=/opt/java1.4

PATH=$JAVA_HOME/bin:$PATH

it shows Output as

#which java

/opt/java1.4/bin/ java

#java -version

java version "1.4.2.26"

but still I am getting same error.

I am also able to run SAM command.

markus_doehr2
Active Contributor
0 Kudos

I see - so as root it's working.

If you now to "su - <sid>adm" the enviornment gets invalidated (no X-cookie, no DISPLAY).

You need to LOGON to CDE with <sid>adm.

Markus

Former Member
0 Kudos

Dear expert,

as I do not have any user other than "root" and I am running ./sapinst by "root" only

do I need to create <sid>adm user ?

I am using following Installation Guide.

SAP ERP 6.0 SR3 ABAP

on HP-UX: IBM DB2

for Linux, UNIX, and

Windows

Document version: 1.0 ‒ 03/28/2008

markus_doehr2
Active Contributor
0 Kudos

> as I do not have any user other than "root" and I am running ./sapinst by "root" only

Ok, you're right.

Neverless I'd create an installation directory and not use /tmp as storage (it may get deleted by cron jobs).

mkdir /install
chmod 777 /install
<full-path-to-sapinst>/sapinst

Open a second terminal and check using

top -s 1

whether the process starting the gui is still doing something (just taking longer to start).

Markus

Former Member
0 Kudos

thanks a lot markus

My problem is resolved by your solution thanks.

I give you 100%

Former Member
0 Kudos

Hi Rupesh Jadhav,

       I too am facing similar issue when trying to install SAP 64-bit trail version... Can you please explain me the soution. It would be of great help.

The error i am facing is :

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

Apr 11, 2012 9:16:03 PM [Info]: *************************

Apr 11, 2012 9:16:03 PM [Info]: Starting Server

Apr 11, 2012 9:16:03 PM [Info]: Reading server configuration.

Apr 11, 2012 9:16:03 PM [Info]: Reading service configuration SAPinstService.

Apr 11, 2012 9:16:03 PM [Info]: Configuring LogManager ...

Apr 11, 2012 9:16:03 PM [Info]: *************************************************

Apr 11, 2012 9:16:03 PM [Info]: Starting SL Controller listening on port 21212 ...

Apr 11, 2012 9:16:03 PM [Info]: StorageService switched off.

Apr 11, 2012 9:16:03 PM [Info]: Initializing SecurityManager ...

Apr 11, 2012 9:16:06 PM [Info]: Server certificate fingerprint is AB D3 D5 19 D3 16 52 D5 B0 48 72 BB FE 9D A0 FD

Apr 11, 2012 9:16:06 PM [Info]: Configuring HTTPManager ...

Apr 11, 2012 9:16:06 PM [Info]: WebstartService switched off.

Apr 11, 2012 9:16:06 PM [Info]: RoleService switched off.

Apr 11, 2012 9:16:06 PM [Info]: AlertService switched off.

Apr 11, 2012 9:16:06 PM [Info]: Starting NotesService ...

Apr 11, 2012 9:16:06 PM [Info]: ProcessService switched off.

Apr 11, 2012 9:16:06 PM [Info]: Starting MIDService ...

Apr 11, 2012 9:16:06 PM [Info]: Starting FileService ...

Apr 11, 2012 9:16:06 PM [Info]: LogService switched off.

Apr 11, 2012 9:16:06 PM [Info]: MailService switched off.

Apr 11, 2012 9:16:06 PM [Info]: Starting services ...

Apr 11, 2012 9:16:06 PM [Info]: Starting service "SAPinstService" ...

Apr 11, 2012 9:16:06 PM [Info]: Service "SAPinstService" started

Apr 11, 2012 9:16:06 PM [Info]: Services started.

Apr 11, 2012 9:16:06 PM [Info]: Starting HTTP server listening on port 4239 ...

..................................

###############################################
Abort execution because of
controller.userDecideToStop
##############################################

INFO       2012-04-11 21:41:07.398 [synxcpath.cpp:815]
           CSyPath::createFile() lib=syslib module=syslib
Creating file C:\Program Files\sapinst_instdir\.lastInstallationLocation.

CGuiProxy::receive(): receive error on socket 640
Apr 11, 2012 9:41:07 PM [Info]: Stopping services ...
Apr 11, 2012 9:41:07 PM [Info]: Stopping service "SAPinstService" ...
Apr 11, 2012 9:41:07 PM [Info]: Service "SAPinstService" stopped.
Apr 11, 2012 9:41:07 PM [Info]: Services stopped.
Apr 11, 2012 9:41:07 PM [Info]: Server shutdown by SAPinstService
Exit status of child: 2