OS ver: HP-UX 11.23
NW ver: 7.0 SR2
I am trying to kick off the installation process for WebAS ABAP 7.0 SR2 on the HP-UX server.
In the first terminal session, I have
While inside tmp/sapinst_instdir: # /usr/sap/sapcds/Bussuite2005installmaster/IM_HPUX_IA64/sapinst [==============================] - extracting... done! Starting GuiServer using: /opt/java1.4/jre/bin/java -cp /tmp/sapinst_exe.18344.1208269292/JAR/instgui.jar:/tmp/sapinst_exe.18344.1208269292/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true load resource pool /usr/sap/sapcds/Bussuite2005installmaster/IM_HPUX_IA64/resourcepool.xml guiengine: no GUI connected; waiting for a connection on host R3ereprd, port 21200 to continue with the installation
While inside the installation master directory, when I try to execute script startInstGui.sh in another terminal session, it says:
Start mode: gui (GUI only) Connection parameters: GUIServer host: localhost GUIServer port: 21212 Starting... Exception in thread "main" java.lang.NoClassDefFoundError: SDTGui
Can anyone please suggest what could possibly be wrong?
Thanks and regards