cancel
Showing results for 
Search instead for 
Did you mean: 

SAPinst GUI problem

Former Member
0 Kudos

I am trying to install a database instance for SAP Netweaver 7.0 (2004s) SR2 with oracle 10g on HP-UX IA64 platform. I created an installation directory and from there ran the sapinst which gives the following error on the initial GUI screen:

SAPinst is not available on localhost:21200

Connection to SAPinstAdaptor could not be established, see following messages:

Coul not connect to host localhost on port 21200.

.ConnectionException: Connection Refused (errno:239)

Can anyone please guide me on this asap.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Do not log to the server as root user. Log onto the server as app user. I had same problem when I logged as a root user. I switched to an app user then the problem disappear.

Former Member
0 Kudos

I am running into same problem as Viren, i have gone through the installation guide and tried couple of free ports. interestingly the gui server connects to 21212 but not the gui to 21200. My platform too is AIX 5.300-6

Vivek

Former Member
0 Kudos

Hello,

i am also facing the same SAPinst GUI port issue while i am doing the installation of SCM 5.0 SR2

platform is AIX Unix 5.3

i am mentioning the logs

====================================================

iaextract.c:636: No RC file /tmp/sapinst_exe.864296.1216750050/sfx.rc found, using builtin default.

iaextract.c:804: self->argv[0]: /tmp/sapinst_exe.864296.1216750050/sapinst

iaextract.c:804: self->argv[1]: SAPINST_DIALOG_PORT=21211

iaextract.c:804: self->argv[2]: GUISERVER_DIALOG_PORT=21212

iaextract.c:804: self->argv[3]: SAPINST_START_GUI=true

iaextract.c:804: self->argv[4]: SAPINST_START_GUISERVER=true

iaextract.c:804: self->argv[5]: SAPINST_SKIP_ERRORSTEP=true

iauxsysex.c:281: started child /tmp/sapinst_exe.864296.1216750050/sapinst (pid 897060)

iauxsysex.c:312: child /tmp/sapinst_exe.864296.1216750050/sapinst (pid 897060) exited with signal 11

iauxsysex.c:317: child /tmp/sapinst_exe.864296.1216750050/sapinst (pid 897060) has crashed. Executable directory is /tmp/sapinst_exe.864296

.1216750050. Contact Support.

iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.864296.1216750050

iaextract.c:537: Starting cleanup

==================================================================

Starting GuiServer using:

/usr/java14_64/jre/bin/java -cp /tmp/sapinst_exe.864406.1216745888/JAR/instgui.jar:/tmp/sapinst_exe.864406.1216745888/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

iauxsysex.c:317: child /tmp/sapinst_exe.864406.1216745888/sapinst (pid 487654) has crashed. Executable directory is /tmp/sapinst_exe.864406.1216745888. Contact Support.

iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.864406.1216745888

====================================================

Please suggest a work around

Regards,

Sujoy

Former Member
0 Kudos

hi murat,

i get the proper java version on typing in the command..of course the path should be set along with java home..

My problem seems to be the occupation of the port 21200..sapinst is not able to communicate with the gui on 21200..i tried random ports but with same error..if anyone knows the solution please type in..

Former Member
0 Kudos

Hi All

Am also facing the same issue, any solution to this.

Bhupesh...

Former Member
0 Kudos

Hi,

Chk which service is using port 21200.

netstat -an|grep 21200

kill the sapinst process and then try again

ps -eaf|grep -i sapinst

kill -9 <PID>

or

close all sessions and try again

or

or start sapinst with a free port number (eg 6000 may be !)

If the above does not work ..then follow the steps in the installation guide where u can connect to the gui server by using other options.

u need to use : Startinstgui.sh - port <free port>

Please follow the inst guide for the proper procedure.

Awaiz.

Edited by: Awaiz Ahmed on Apr 24, 2008 1:29 PM

Former Member
0 Kudos

Hi

I had the same problem on an AIX system. What output do you get when you type JAVA -version or JAVA -fullversion as user root?

if you get a warning regarding the "ulimit unlimited then you should enter the command.

regards

Murat

Former Member
0 Kudos

If this port is already used by another service you must start SAPinst as follows:

./sapinst SAPINST_DIALOG_PORT=<free_port_number>

Former Member
0 Kudos

Hi,

Pl. make sure that this particular port :21200 is open and is not blocked by any anti virus or network team. Make sure about the correct right's on that folder.

Regards,

Hari.