cancel
Showing results for 
Search instead for 
Did you mean: 

problem ./sapinst when install IDES MILL PRODUCTS 2009

Former Member
0 Kudos

Hi all

Server HP

CPU Intel

OS : RHEL 4 Update 7 32bit

java version "1.4.2_12"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)

Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

Previously, I had installed on this server includes ECC 6.0, NetWeaver 7.0, IDES-CWM....etc. All of them is OK when start scripts ./sapinst

But when i install IDES MP 2009 in this server and i have a problem below :

When start scripts ./sapinst

*************************************************************************************************************************************************

[==============================] / extracting... done!

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

Starting GUIServer using:

SAPinst port : 21201

GUIServer port: 21211

HTTP port : 4238

GUI autostart : on

GUI mode : normal

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

: [16386] 19:29:09 ***ERROR (heapManager.cpp:244): HeapManager::create_heaps: Could not create heap manager mutex

: [16386] 19:29:09 ***ERROR (controls.cpp:248): Controls::init: Could not create heaps

: [16386] 19:29:09 ***ERROR (jvmEnv.cpp:441): VMCOs::init: Initialization of the control area failed

: [16386] 19:29:09 ***ERROR (thread.cpp:3007): VMCOs::init failed

Could not create the Java virtual machine.

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /mount/51037301_IDES_Installation_Master/IM_LINUX_I386/resourcepool.xml

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

************************************************************************************************************************************************

Thanks for your advice

Accepted Solutions (0)

Answers (10)

Answers (10)

Former Member
0 Kudos

this issue resolved

Former Member
0 Kudos

Hi Peter

Sorry reply late,

[root@sapsed IM_LINUX_I386]# ps -ef | grep sapinst

root 16819 16752 0 09:15 pts/1 00:00:00 grep sapinst

[root@sapsed IM_LINUX_I386]# echo $JAVA_HOME

/usr/java/j2sdk1.4.2_12/

[root@sapsed IM_LINUX_I386]# echo $PATH

/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin

thank for your advice

peter_dzurov
Contributor
0 Kudos

execute also (as root):

export PATH=/usr/java/j2sdk1.4.2_12/bin:/usr/java/j2sdk1.4.2_12:$PATH

and retry (in same session)...

Former Member
0 Kudos

Hi Peter

I made all these things but this error still

I have tried all the java version below, all of which have been installed and the current version of IBM

[root@sapsed /]# alternatives --config java

There are 4 programs which provide 'java'.

Selection Command

-


1 /usr/lib/jvm/jre-1.4.2-gcj/bin/java

2 /usr/java/j2sdk1.4.2_12/jre/bin/java

3 /usr/java/j2sdk1.4.2_13/jre/bin/java

+4 /opt/IBMJava2-142/jre/bin/java

help me

Edited by: myfriend280985 on Jan 16, 2010 2:20 PM

peter_dzurov
Contributor
0 Kudos

Please post output of following commands (as root):

ps -ef | grep sapinst
echo $JAVA_HOME
echo $PATH

Former Member
0 Kudos

sombody help me, i do everythings but error remain

thanks all

peter_dzurov
Contributor
0 Kudos

Hi,

what about this threads:

Former Member
0 Kudos

Hi all

Error remain ........somebody help me please

i need to fix this error immediately

thank for your advice

Former Member
0 Kudos

hi all

I did and error remain

......i don't know

thanks all

Former Member
0 Kudos

*******kill the process that is holding the port and run sapinst again. **********

How by ? Can you show me

alter i cann't run ./sapinst and then i start server again

but error remain

thanks your advice

Edited by: myfriend280985 on Jan 15, 2010 3:47 PM

Edited by: myfriend280985 on Jan 15, 2010 4:00 PM

JPReyes
Active Contributor
0 Kudos

You can use netstat to list the ports

regards

Juan

peter_dzurov
Contributor
0 Kudos

find out PID of sapinst process by:

ps -ef | grep sapinst

(Hopefully) you will find PID of that process so kill it by:

kill <PID> or kill -9 <PID>

Former Member
0 Kudos

HI Juan Reyes

alter i update java 1.4.2_13 and error remain ......i need your advice

thanks all

JPReyes
Active Contributor
0 Kudos

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

Seems like you have a previous sapinst execution still alive, kill the process that is holding the port and run sapinst again.

Regards

Juan

Former Member
0 Kudos

hi Raghu

i have restarted server and xclock -> OK

java -version

java version "1.4.2_12"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)

Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)

but error remain .....

Edited by: myfriend280985 on Jan 15, 2010 2:08 PM

JPReyes
Active Contributor
0 Kudos

Have you tried to use another java version i.e. 1.4.2_13

Regards

Juan

Former Member
0 Kudos

Hi,

Reboot the server and try again.

If the issue persists, lemme know the output of the commands "java -version" and xclock

Cheers....,

Raghu