cancel
Showing results for 
Search instead for 
Did you mean: 

sap netweaver installation starting error

Former Member
0 Kudos

starting gui server process:

sapinstport: 21200

guiport : 21212

guistart : true

guiengine: call to bind() for socket 21200 1800 failed . No error

103 guiengine.connection.failed 21200, 881

Exit status of child: 1

regards,

Aravind

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Juan

java version - jsdk 1.4.2_17

environmental variables - i set JAVA_HOME

OS - windows 2003 server

before installation i checked at cmd mod for java & javac, it's working fine.

regards,

Aravind.

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Set environment variable SAPINST_JRE_HOME as well ...

SAPINST_JRE_HOME=$JAVA_HOME.

Then try.

Thanks

Sunny

JPReyes
Active Contributor
0 Kudos

Can you post the value you set for JAVA_HOME?

Regards

Juan

Answers (8)

Answers (8)

Former Member
0 Kudos

Hi

set JAVA_HOME = c:/j2sdk 1.4.2_17/bin

Regards

Uday

Former Member
0 Kudos

Hi,

Am installaing sap in win 2003 server, i will check for this command in win 2003 server, it will work

Former Member
0 Kudos

Dude,

check the ports,

Go to the run, typ cmd and then netstat /?.

It will tell you what commands you can use with netstat and what each of the commands do.

Netstat command can list currently used ports, Use the -an switch to show all connections and listening ports in numeric form.

C:\> netstat -an

check is there any conflicts with the ports that are listed in error Ur getting.

Regards,

Ravi

Former Member
0 Kudos

Check your firewall/disable antivirus and give a go. If it is possible restart the server (Not sure this will help but worth trying).

Former Member
0 Kudos

Hi Ravi,

how i will check the port and what i want check,

Regards

Aravind

JPReyes
Active Contributor
0 Kudos

you can check if the ports are been used by another application by calling netstat -a

Regards

Juan

Former Member
0 Kudos

Hi Juan,

JAVA_HOME

c:/j2sdk 1.4.2_17

Regards,

Aravind.

JPReyes
Active Contributor
0 Kudos

Did you set SAPINST_JRE_HOME as suggested above?

Former Member
0 Kudos

Hi,

103 guiengine.connection.failed 21200, 881

can u check those ports.

Looks like some connection failure for those ports.

Regards,

Ravi

JPReyes
Active Contributor
0 Kudos

As Uday mentioned thats a problem with java... whats java version are you using?... did you set the environmental variables?.. Are you using a Xserver? you can check if java is working properly prior the installation by calling xclock

Regards

Juan

Former Member
0 Kudos

Hi

Did you set JAVA_HOME in environement variable

Regards

Uday

Former Member
0 Kudos

Please check that you have the correct version of sapinst for the os you have.

Thanks

Rishi Abrol