cancel
Showing results for 
Search instead for 
Did you mean: 

sapinst error

former_member472138
Active Contributor
0 Kudos

Hi

When I started installation after clicking sapinst, I got the below error ...... nothing moves next

Program is starting... Please wait!

guiengine: call to listen() for socket 488 failed. No such file or directory

guiengine: call to listen() for socket 492 failed. No such file or directory

guiengine: call to listen() for socket 496 failed. No such file or directory

guiengine: call to listen() for socket 504 failed. No such file or directory

guiengine: call to listen() for socket 508 failed. No such file or directory

guiengine: call to listen() for socket 512 failed. No such file or directory

ERROR 2009-05-03 21:57:13.892 [iaxxgenimp.cpp:1008]

FGE-00006 Attempt to open a communication port connection failed. SOLUTION: Check whether the port 21200 is already in use.

Unable to initialize runtime environment.

Unable to initialize guiengine

Exit status of child: 4

Regards

Pothana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

sapinst uses two default ports to connect to gui server while installation, here in your case that defualt port seems to be busy or not open.

check whether another process is already running for sapinst and that might be blocking that port, you can use, ps -ef | grep sapinst

check, telnet 'serverip' port whether the port is listerning or not.

Otherwise, you can run sapinst using some other port option

former_member472138
Active Contributor
0 Kudos

Otherwise, you can run sapinst using some other port option

Thanks.

Can you guide how to do this? I mean using other port option.

Thanks.

Answers (1)

Answers (1)

former_member472138
Active Contributor
0 Kudos

Done.