cancel
Showing results for 
Search instead for 
Did you mean: 

Error while installing IDES 6.0

Former Member
0 Kudos

Hi Sir,

I m trying to install IDES 6.0 on windows 2k3 server.but there is one error occuring.please guide me in this.Below i m providing erroro details...

SAPinst is getting started.

Please be patient ...

starting gui server process:

sapinstport: 21200

guiport : 21212

guistart : true

command : "C:\j2sdk1.4.2_13\bin\javaw.exe" -cp "C:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.2876.1280301150\jar\instgui.jar;C:/DOCUME1/ADMINI1/LOCALS1/Temp/sapinst_exe.2876.1280301150\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

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

103 guiengine.connection.failed 21200, 881

Exit status of child: 1

Thanks in advance...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

solved...

Former Member
0 Kudos

Hi Vinay,

Please let others also know how did you solve this error?

Thanks,

Sachin

Former Member
0 Kudos

Hi,

Open System Properties, Go to advancend --> Environment Variables.

Click on "New" in system variables and enter the values as below:

SAPINST_JRE_HOME = c:\j2dk1.4._14\jre

JAVA_HOME = c:\j2dk1.4._14

and edit PATH variable to add JAVA path at the end "c:\j2dk1.4._14\bin" (after semicolon)

Also make sure that you have added host entry for your system in

C:\Windows\system32\drivers\etc\hosts

as

<IP_address> <Hostname>

Then log off and log on again and retry the installation.

It will work.

Regards,

Vinayak

Former Member
0 Kudos

Hi

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

103 guiengine.connection.failed 21200, 881

Exit status of child: 1

Check the port 21200 is free. i.e no other application is using this port as SAPinst uses it by default.

Thanks,

Sachin

Former Member
0 Kudos

thanks for reply.

can u plz tell me how to check ports r free???

Former Member
0 Kudos

Hi,

You can check using windows command netstat -n

You will find results like below

Active Connections

Proto Local Address Foreign Address State

TCP 127.0.0.1:1094 127.0.0.1:1095 ESTABLISHED

TCP 127.0.0.1:1095 127.0.0.1:1094 ESTABLISHED

TCP 127.0.0.1:1101 127.0.0.1:1102 ESTABLISHED

TCP 127.0.0.1:1102 127.0.0.1:1101 ESTABLISHED

TCP 127.0.0.1:1119 127.0.0.1:1120 ESTABLISHED

TCP 127.0.0.1:1120 127.0.0.1:1119 ESTABLISHED

TCP 127.0.0.1:1121 127.0.0.1:1122 ESTABLISHED

TCP 127.0.0.1:1122 127.0.0.1:1121 ESTABLISHED

Check here if 21200 is bind to any IP or not.

Thanks,

Sachin

Former Member
0 Kudos

Hi,

Thanks . but that port have state ESTABLISHED..

Former Member
0 Kudos

Hi,

Check in Task Manager if SAPins is running & if it is then kill that process & try. Or else restart the Server & start SAPinst again.

It should work.

Thanks,

Sachin