cancel
Showing results for 
Search instead for 
Did you mean: 

Installation error

0 Kudos

Hello Friends

I tried to run sapinst but got error. Any help would be welcome...

[root@rpc7444 IM_LINUX_X86_64]# ./sapinst

[==============================] \ extracting... done!

guiengine: call to bind() for socket 21200 3 failed . Address already in use

guiengine: call to bind() for socket 21201 5 failed . Address already in use

guiengine: call to bind() for socket 21202 6 failed . Address already in use

guiengine: call to bind() for socket 21203 7 failed . Address already in use

guiengine: call to bind() for socket 21204 8 failed . Address already in use

Starting GUIServer using:

SAPinst port : 21205

GUIServer port: 21207

HTTP port : 4234

GUI autostart : on

GUI mode : normal

command : /tmp/sapinst_exe.11312.1272971345/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.11312.1272971345/JAR/instgui.jar SDTGui sapinst host=localhost port=21205 -nolock

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /u002/D51036441 (D)/IM_LINUX_X86_64/resourcepool.xml

guiengine: No GUI server connected; waiting for a connection on host rpc7444, port 21205 to continue with the installation

May 4, 2010 7:09:16 AM [Info]: *************************

May 4, 2010 7:09:16 AM [Info]: Starting Server

May 4, 2010 7:09:16 AM [Info]: Reading server configuration.

May 4, 2010 7:09:17 AM [Info]: Reading service configuration SAPinstService.

May 4, 2010 7:09:17 AM [Info]: Configuring LogManager ...

May 4, 2010 7:09:17 AM [Info]: *************************************************

May 4, 2010 7:09:17 AM [Info]: Starting SL Controller ...

May 4, 2010 7:09:17 AM [Info]: StorageService switched off.

May 4, 2010 7:09:17 AM [Info]: Initializing SecurityManager ...

May 4, 2010 7:09:17 AM [Info]: Key Store management switched off.

May 4, 2010 7:09:17 AM [Info]: Configuring HTTPManager ...

May 4, 2010 7:09:17 AM [Info]: WebstartService switched off.

May 4, 2010 7:09:17 AM [Info]: RoleService switched off.

May 4, 2010 7:09:17 AM [Info]: AlertService switched off.

May 4, 2010 7:09:17 AM [Info]: NotesService switched off.

May 4, 2010 7:09:17 AM [Info]: ProcessService switched off.

May 4, 2010 7:09:17 AM [Info]: Starting MIDService ...

May 4, 2010 7:09:17 AM [Info]: Starting FileService ...

May 4, 2010 7:09:17 AM [Info]: LogService switched off.

May 4, 2010 7:09:17 AM [Info]: MailService switched off.

May 4, 2010 7:09:17 AM [Info]: Starting services ...

May 4, 2010 7:09:17 AM [Info]: Starting service "SAPinstService" ...

May 4, 2010 7:09:17 AM [Info]: Service "SAPinstService" started

May 4, 2010 7:09:17 AM [Info]: Services started.

May 4, 2010 7:09:17 AM [Info]: Starting HTTP server listening on port 4239 ...

May 4, 2010 7:09:17 AM [Error]: java.net.BindException: Address already in use

May 4, 2010 7:09:17 AM [Error]: java.net.BindException: Address already in use

May 4, 2010 7:09:17 AM [Error]: HTTP server start failed.

May 4, 2010 7:09:17 AM [Info]: SL Controller started.

May 4, 2010 7:09:17 AM [Info]: Starting GUI ...

May 4, 2010 7:09:17 AM [Error]: java.lang.reflect.InvocationTargetException: null

May 4, 2010 7:09:17 AM [Error]: java.lang.reflect.InvocationTargetException: null

May 4, 2010 7:09:17 AM [Error]: GUI start failed.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gurprinder,

Please check to ensure that the System Variables for JRE/JAVA have the correct paths associated to them.

Thanks,

Mark

0 Kudos

Hello Mark

I have tried java from Sun and IBM website and set JAVA_HOME but no use still same error......

May 5, 2010 2:52:47 AM [Info]: Service "SAPinstService" started

May 5, 2010 2:52:47 AM [Info]: Services started.

May 5, 2010 2:52:47 AM [Info]: Starting HTTP server listening on port 4239 ...

May 5, 2010 2:52:47 AM [Info]: HTTP server started.

May 5, 2010 2:52:47 AM [Info]: SL Controller started.

May 5, 2010 2:52:47 AM [Info]: Starting GUI ...

May 5, 2010 2:52:47 AM [Error]: java.lang.reflect.InvocationTargetException: null

May 5, 2010 2:52:47 AM [Error]: java.lang.reflect.InvocationTargetException: null

May 5, 2010 2:52:47 AM [Error]: GUI start failed.

Former Member
0 Kudos

Hello Gurprinder -

I am also having same error as yours, Can you please let me know how did you solve it ?

Thanks in advance ....

Srini K

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear...

I hava s same error when I install ERP 6.0 SR3 EHP4 Ready.

That error is cleared after I changed environment DISPLAY.

Maybe you defined the environment wrongly.

For example like this.

export DISPLAY=x.x.x.x:2.0 instead export DISPLAY=x.x.x.x:0.0

Regards...

volker_deneke
Explorer
0 Kudos

Hello, check, if there's another sapinst running, which is locking the network ports, or type netstat -a | grep <portnumber> if another app ist using these ports.

best regards,

Volker

0 Kudos

Hello Volker

[root@rpc7444 gp255008]# whoami

root

[root@rpc7444 gp255008]# netstat -a | grep 21205

[root@rpc7444 gp255008]# netstat -a | grep 21205

[root@rpc7444 gp255008]# netstat -a|grep 21205

[root@rpc7444 gp255008]# netstat -a|grep 21203

[root@rpc7444 gp255008]# netstat -a|grep 21202

[root@rpc7444 gp255008]# netstat -a|grep 21201

[root@rpc7444 gp255008]# netstat -a|grep 21206

[root@rpc7444 gp255008]# netstat -a|grep 21207

[root@rpc7444 gp255008]# netstat -a|grep 4234

[root@rpc7444 gp255008]#

Ports are free

regards

Gurprinder