• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[guiengine: No GUI server connected;] bei SAP Installation

Hallo alle zusammen :)

Also gleich mal im Voraus, ich bin absoluter Neuling in Linux also lacht micht bitte nicht aus wenn ich Schwachsinn schreibe :p
So jetzt zu meinem Problem, und zwar führe ich gerape eine SAP Installation (Netweaver) mit

Linux itolinorxxx 3.0.58-0.6.6-default #1 SMP Tue Feb 19 11:07:00 UTC 2013 (1576ecd) x86_64 x86_64 x86_64 GNU/Linux

aus und jedes mal wenn ich die Installation auf Linux ausführen will, sagt er das die guiengine nicht gestartet werden weil er anscheinend den GUI Server nicht erreicht...

Ich poste mal die Meldungen hier:

Code:
[==============================] \ extracting...  done!
*** ERROR => CTrcOpen: fopen dev_sap_kernel

---------------------------------------------------
trc file: "dev_sap_kernel", trc level: 1, release: "720"
---------------------------------------------------

Starting GUIServer using:
  SAPinst port  : 21200
  GUIServer port: 21212
  HTTP port     : 4239
  GUI autostart : on
  GUI mode      : normal
  command       : /tmp/sapinst_exe.13708.1372145315/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.13708.1372145315/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=21200

MessageLib: ERROR: unable to open URL 'file:///tmp/messages.xml'
The startup file specified by SAPINST_CONTROL_URL "/tmp/install/" doesn't exist. Check the value and start again.

guiengine: No GUI server connected; waiting for a connection on host itolinorc04, port 21200 to continue with the installation
Jun 25, 2013 9:28:38 AM [Info]: *************************
Jun 25, 2013 9:28:38 AM [Info]: Starting Server
Jun 25, 2013 9:28:38 AM [Info]: Reading server configuration.
Jun 25, 2013 9:28:38 AM [Info]: Reading service configuration SAPinstService.
Jun 25, 2013 9:28:38 AM [Info]: Configuring LogManager ...
Jun 25, 2013 9:28:38 AM [Info]: *************************************************
Jun 25, 2013 9:28:38 AM [Info]: Starting SL Controller listening on port 21212 ... 
Jun 25, 2013 9:28:38 AM [Info]: StorageService switched off.
Jun 25, 2013 9:28:38 AM [Info]: Initializing SecurityManager ...
Jun 25, 2013 9:28:39 AM [Info]: Server certificate fingerprint is C7 91 66 20 94 A9 C3 EE 18 78 9F FD 5C 55 C6 28 
Jun 25, 2013 9:28:39 AM [Info]: Configuring HTTPManager ...
Jun 25, 2013 9:28:39 AM [Info]: WebstartService switched off.
Jun 25, 2013 9:28:39 AM [Info]: RoleService switched off.
Jun 25, 2013 9:28:39 AM [Info]: AlertService switched off.
Jun 25, 2013 9:28:39 AM [Info]: Starting NotesService ...
Jun 25, 2013 9:28:39 AM [Info]: ProcessService switched off.
Jun 25, 2013 9:28:39 AM [Info]: MIDService switched off.
Jun 25, 2013 9:28:39 AM [Info]: Starting FileService ...
Jun 25, 2013 9:28:39 AM [Info]: LogService switched off.
Jun 25, 2013 9:28:39 AM [Info]: MailService switched off.
Jun 25, 2013 9:28:39 AM [Info]: Starting services ...
Jun 25, 2013 9:28:39 AM [Info]: Starting service "SAPinstService" ... 
Jun 25, 2013 9:28:39 AM [Info]: Service "SAPinstService" started
Jun 25, 2013 9:28:39 AM [Info]: Services started.
Jun 25, 2013 9:28:39 AM [Info]: Starting HTTP server listening on port 4239 ... 
Jun 25, 2013 9:28:39 AM [Info]: HTTP server started.
Jun 25, 2013 9:28:39 AM [Info]: SL Controller started.
Jun 25, 2013 9:28:39 AM [Info]: Starting GUI ... 
Jun 25, 2013 9:28:39 AM [Info]: /tmp/sapinst_exe.13708.1372145315/jre/bin/java -XX:+HeapDumpOnOutOfMemoryError -Xmx256M -cp /tmp/sapinst_exe.13708.1372145315/JAR/instgui.jar SDTGui host=localhost port=21212 service=SAPinstService -noauth 
Jun 25, 2013 9:28:39 AM [Info]: GUI started.
Jun 25, 2013 9:28:39 AM [Info]: >> Invocation target exception: Can't connect to X11 window server using 'itolinorc04:10.0' as the value of the DISPLAY variable.
Jun 25, 2013 9:28:39 AM [Info]: >> Closed input stream
Jun 25, 2013 9:28:39 AM [Error]: GUI terminated with return code 4
Jun 25, 2013 9:28:40 AM [Info]: >> Closed input stream


Ich sitze schon seit 8 Stunden darüber nur um diesen Problem zu beheben, aber langsam gehen mir die Ideen aus, da ich google auch schon komplett durchforstet hab.

Evtl. habt ihr da ja eine Lösung die mir da weiterhelfen könnte :)

Mfg Chris !!! :D
 
Hallo Chris,

Ich habe keine Ahnung, wollte mich aber schnell orientieren um was es sich hier handeln könnte.

Invocation target exception: Can't connect to X11 window server using 'itolinorc04:10.0' as the value of the DISPLAY variable
Machst Du das als root?

und (vielleicht):

Code:
DISPLAY=:0.0
export DISPLAY
Funktioniert:
Code:
xclock
?

Ist das hier nützlich?

Note 1697164 - SAPinst 720-2 - SDT GUI Server >>> http://www.stechno.net/sap-notes.html?view=sapnote&id=1697164

langsam gehen mir die Ideen aus
Was hast Du denn schon versucht?

Gruss,
Roland
 
Oben