cancel
Showing results for 
Search instead for 
Did you mean: 

cannot start sapinst

Former Member
0 Kudos

dear all,

i am doing an netweaver installation in AIX6.1 with oracle . while starting the sapinst i am getting the following error kindly sugest on this , iam using xmanager to install

  1. export SAPINST_JRE_HOME=/usr/java14_64

  2. echo $SAPINST_JRE_HOME

/usr/java14_64

  1. ./sapinst

[==============================] - extracting... done!

Starting GUIServer using:

SAPinst port : 21200

GUIServer port: 21212

HTTP port : 4239

GUI autostart : on

GUI mode : normal

command : /tmp/sapinst_exe.5898246.1302600450/jre/bin/java -Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp

/tmp/sapinst_exe.5898246.1302600450/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml guiport=21212 httpport=4239 -nolock

-srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=21200

Apr 12, 2011 9:28:11 AM [Info]: *************************

Apr 12, 2011 9:28:11 AM [Info]: Starting Server

Apr 12, 2011 9:28:11 AM [Info]: Reading server configuration.

Apr 12, 2011 9:28:11 AM [Info]: Reading service configuration SAPinstService.

Apr 12, 2011 9:28:12 AM [Info]: Configuring LogManager ...

Apr 12, 2011 9:28:12 AM [Info]: *************************************************

Apr 12, 2011 9:28:12 AM [Info]: Starting SL Controller listening on port 21212 ...

Apr 12, 2011 9:28:12 AM [Info]: StorageService switched off.

Apr 12, 2011 9:28:12 AM [Info]: Initializing SecurityManager ...

Apr 12, 2011 9:28:13 AM [Info]: Server certificate fingerprint is 74 9E F4 E4 C6 26 6F B8 30 F4 D4 D6 DE B5 25 53

Apr 12, 2011 9:28:13 AM [Info]: Configuring HTTPManager ...

Apr 12, 2011 9:28:13 AM [Info]: WebstartService switched off.

Apr 12, 2011 9:28:13 AM [Info]: RoleService switched off.

Apr 12, 2011 9:28:13 AM [Info]: AlertService switched off.

Apr 12, 2011 9:28:13 AM [Info]: Starting NotesService ...

Apr 12, 2011 9:28:13 AM [Info]: ProcessService switched off.

Apr 12, 2011 9:28:13 AM [Info]: MIDService switched off.

Apr 12, 2011 9:28:13 AM [Info]: Starting FileService ...

Apr 12, 2011 9:28:13 AM [Info]: LogService switched off.

Apr 12, 2011 9:28:13 AM [Info]: MailService switched off.

Apr 12, 2011 9:28:13 AM [Info]: Starting services ...

Apr 12, 2011 9:28:13 AM [Info]: Starting service "SAPinstService" ...

Apr 12, 2011 9:28:14 AM [Info]: Service "SAPinstService" started

Apr 12, 2011 9:28:14 AM [Info]: Services started.

Apr 12, 2011 9:28:14 AM [Info]: Starting HTTP server listening on port 4239 ...

Apr 12, 2011 9:28:14 AM [Info]: HTTP server started.

Apr 12, 2011 9:28:14 AM [Error]: The server port 21212 is not free.

load resource pool /dump/Inst._Master_NW_7.0_SR3__BS2005_SR3/IM_AIX_PPC64/resourcepool.xml

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

The process that should run the SAPinst GUI could not be started. Please make sure that a JDK is installed on this host and that SAPINST_JRE_HOME points to

the root directory of your Java installation. As an alternative you may start the GUI on another host (for details please consult the installation guide).

Java has been started with the following command line:

-Xmx256M -Dsap.env.var.javahome=SAPINST_JRE_HOME -cp /tmp/sapinst_exe.5898246.1302600450/JAR/instgui.jar SDTServer rootdir=//.sdtgui config=jar:sdtserver.xml

guiport=21212 httpport=4239 -nolock -srvarg=/SAPinstService/host=127.0.0.1 -srvarg=/SAPinstService/port=21200

the java version is as follows

  1. java -version

java version "1.4.2"

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

Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142ifx-20100215 (SR13 FP4) (JIT enabled: jitc))

thanks and Regards

Revantha Vishnu

Accepted Solutions (0)

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

>

> Apr 12, 2011 9:28:14 AM [Info]: HTTP server started.

> Apr 12, 2011 9:28:14 AM [Error]: The server port 21212 is not free.

> load resource pool /dump/Inst._Master_NW_7.0_SR3__BS2005_SR3/IM_AIX_PPC64/resourcepool.xml

Error is shown above, port number 21212 is not free. Either change port to some other port or make sure that this port is free and then try again.

Thanks

Sunny

Former Member
0 Kudos

hi suny,

Thanks for your reply u are right the port was used by another process .

i killed the process and started the sapinst and was working

thanks and Regards

revantha vishnu