ForumSAP GUI unter Linux zum Laufen bringen
Anonymous User – Freitag, 12. März 2004 10:56 Uhr

Java und das SAP GUI Paket sind so weit installiert.
Die Umgebungsvariablen sind so weit auch gesetzt.
Jetzt bekomme ich beim Start der guilogon aber folgende Fehlermeldung:
“java_vm process: could not find java VM symbols”

Damit kann ich so nicht viel anfangen. Hat da jemand einen Tipp ?

Ich arbeite mit SuSe Linux 9.0 Professionals

Danke
Stefan

4 Antworten
Xunil – Freitag, 12. März 2004 11:46 Uhr

Ich will ja nicht destruktiv sein, schlage mich aber seit 6 Monaten mit SAP bzw. dem SAP GUI herum: 0 Effekt. Ich habe das Teil z.T. debuggt und ge’strace’t und detailierteste Fehlermeldungen an SAP geschickt. Ein, zwei triviale Gegenfragen und dann Funkstille. Abgesehen davon ist dieses Teil absolut lausig programmiert, allein die Linkerei gegen Bibliotheken-Versionsnummern “aus der spaeten Steinzeit” spricht Baende. SAP hat, entgegen aller vollmundigen Lippenbekenntnisse, einen Linux-Support, der faktisch nicht existiert. Web-Anwendungen werden nur gegen MS-IE getestet; anders lautende Behauptungen, lassen sich mit einem einfachen Mozilla-Aufruf entsprechender Applikationen meist ad absurdum fuehren.
Mir ist gelungen, den SAP GUI auf einem Testsytem zum Laufen zu bringen, allerdings auf einer alten HeulSuSE, die in dieser Form hier keinen Einsatz findet. Die Rede ist vom SAP GUI per GUL610R0.RPM fuer SuSE Linux.
An offene Quellen von SAP ist nicht zu denken, so bleibt ein Herumwerkeln an Symptomen. Nach meinem Ueberblick verursacht SAP Software vor allem Kosten die in keinem Verhaeltnis zum Nutzen stehen. Oeffentliche Behoerden sind da sehr freizuegig, im Mittelstand findet man SAP eher selten (aus Gutem Grund s.o.).

Norbert Rachner – Dienstag, 30. März 2004 13:38 Uhr

Hallo Stefan,
habe heute vormittag problemlos den SAPGUI auf SuSE 8.2 installiert:

Java muss installiert sein !!!
Bei mir !
# java -version
java version “1.4.1”
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01)
Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode)

Für den SAPGUI guckst Du hier:
ftp://ftp.sap.com/pub/sapgui/java/620r8/

Dort gibt es u.a. den SAPGUI für Linux Release 6.30 rev 4

Auszug aus der Readme

Install the Java Runtime Environment 1.3 (if you haven’t already done so). Please refer to the Chapter
“3 System Requirements” to check if your system environment is prepared for the installation.

On Unix platforms call command ‘java -jar PlatinGUI–.jar’ for installing SAPGUI.

For details please refer to the manual (chapter “3. System Requirements” and “4. Installation”).

The separate graphics packages (PlatinGX–.*) are obsolete.
All graphics applications are now included in PlatinGUI–.jar.

[PlatinGUI-Linux-630r4.jar]
SAPGUI for the Java Environment 6.30 rev 4
for Linux on Intel 32bit
(java archive)
)

[PlatinManual-HTML-630r4.tar.Z]
HTML Documentation 6.30 rev 4
for all platforms
(compressed tar file)

[PlatinManual-HTML-630r4.zip]
HTML Documentation 6.30 rev 4
for all platforms
(zip file)

Wichtig ist sicherlich die Startprozedur:

guistart conn=/H/SAPSYSTEM_IP-ADresse/S/3235

Die 3235 steht für das Kommunikations-Port des SAP-Server
Bei mir in der /etc/services unter AIX
sapdp25 3225/tcp # SAP System Dispatcher Port

Viel Erfolg
Norbert

Norbert Rachner – Dienstag, 30. März 2004 13:39 Uhr

Hallo Stefan,
habe heute vormittag problemlos den SAPGUI auf SuSE 8.2 installiert:

Java muss installiert sein !!!
Bei mir !
# java -version
java version “1.4.1”
Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.4.1-01)
Java HotSpot(TM) Client VM (build Blackdown-1.4.1-01, mixed mode)

Für den SAPGUI guckst Du hier:
ftp://ftp.sap.com/pub/sapgui/java/620r8/

Dort gibt es u.a. den SAPGUI für Linux Release 6.30 rev 4

Auszug aus der Readme

Install the Java Runtime Environment 1.3 (if you haven’t already done so). Please refer to the Chapter
“3 System Requirements” to check if your system environment is prepared for the installation.

On Unix platforms call command ‘java -jar PlatinGUI–.jar’ for installing SAPGUI.

For details please refer to the manual (chapter “3. System Requirements” and “4. Installation”).

The separate graphics packages (PlatinGX–.*) are obsolete.
All graphics applications are now included in PlatinGUI–.jar.

[PlatinGUI-Linux-630r4.jar]
SAPGUI for the Java Environment 6.30 rev 4
for Linux on Intel 32bit
(java archive)
)

[PlatinManual-HTML-630r4.tar.Z]
HTML Documentation 6.30 rev 4
for all platforms
(compressed tar file)

[PlatinManual-HTML-630r4.zip]
HTML Documentation 6.30 rev 4
for all platforms
(zip file)

Wichtig ist sicherlich die Startprozedur:

guistart conn=/H/SAPSYSTEM_IP-Adresse/S/3225

Die 3235 steht für das Kommunikations-Port des SAP-Server
Bei mir in der /etc/services unter AIX
sapdp25 3225/tcp # SAP System Dispatcher Port

Viel Erfolg
Norbert

Gast – Sonntag, 12. September 2004 20:55 Uhr

Hallo,

ich habe auch ein Problem mit der Installation der Java-GUI.

Ich habe die JVM installiert. Dann habe ich die CD mit dem PlatinGUI…jar
gemountet und mit java -jar PlatinGUI-Linux…jar entpackt.
Dabei habe ich viele Meldungen aus java bekommen, aber das GUI wurde nicht
installiert. Was habe ich falsch gemacht?
Vor allem könnte eines sein: Daß ich die Java-Gui falsch gestartet habe, da
ich nicht verstanden habe, wie ich den Kommunikations-Port des SAP-Servers in /etc/services herausfinden kann z. B. 3235

guistart conn=/H/192.168.1.2./S/3235

Vielen Dank für eine Antwort.
Thomas Markl