cancel
Showing results for 
Search instead for 
Did you mean: 

install EP7.0 on RH5E linux error

Former Member
0 Kudos

[root@SGCCEP7 linuxep7.0Instor]# ls

IM_LINUX_X86_64 KU_LINUX_X86_64 NW7_EXPORT NW7_JAVA_COMP OCL_LINUX_X86_64 ORACLE_LINUX_X64 ORACLE_LINUX_X64_Patches

[root@SGCCEP7 linuxep7.0Instor]# cd IM_LINUX_X86_64/

[root@SGCCEP7 IM_LINUX_X86_64]# ls

a1n_product.catalog COMMON DB6 JAR messages.xml product.catalog sapinst startInstGui.sh

ADA CRM05 ERP05 LABEL.ASC NW04S resourcepool.xml SCM05 startInstGui.sh~

catalog.dtd DB2 INSTALL messages.dtd ORA resources.dtd SRM05 TRANS

[root@SGCCEP7 IM_LINUX_X86_64]# ./sapinst

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

Starting GuiServer using:

/usr/bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.5538.1260867924/JAR/instgui.jar:/tmp/sapinst_exe.5538.1260867924/JAR/inqmyxml.jar SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /linuxep7.0Instor/IM_LINUX_X86_64/resourcepool.xml

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

[root@SGCCEP7 IM_LINUX_X86_64]# java -version

java version "1.4.2"

gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-46)

Copyright (C) 2006 Free Software Foundation, Inc.

This is free software; see the source for copying conditions. There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

i am a beginner ,i need some help thanks

Edited by: martion leong on Dec 15, 2009 12:10 PM

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> [root@SGCCEP7 IM_LINUX_X86_64]# java -version

> java version "1.4.2"

> gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-46)

> i am a beginner ,i need some help thanks

I suggest you start reading the installation guide and preparing the system with the correct JDK. The one delivered does not work, you need to download the IBM JDK.

Markus

Answers (3)

Answers (3)

Former Member
0 Kudos

Type this like root: ifconfig lo 127.0.0.1 up

this interface must be there in the O.S.

Edited by: Navarro Adrian on Jan 14, 2010 12:56 AM

Edited by: Navarro Adrian on Jan 14, 2010 12:56 AM

Former Member
0 Kudos

wrong java_home and java version

Former Member
0 Kudos

[root@SGCCEP7 IM_LINUX_X86_64]#

[root@SGCCEP7 IM_LINUX_X86_64]# ls

a1n_product.catalog COMMON DB6 JAR messages.xml product.catalog sapinst startInstGui.sh

ADA CRM05 ERP05 LABEL.ASC NW04S resourcepool.xml SCM05 startInstGui.sh~

catalog.dtd DB2 INSTALL messages.dtd ORA resources.dtd SRM05 TRANS

[root@SGCCEP7 IM_LINUX_X86_64]# ./sapinst

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

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

Starting GuiServer using:

/usr/java/j2sdk1.4.2_12//bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp /tmp/sapinst_exe.10023.1260933862/JAR/instgui.jar:/tmp/sapinst_exe.10023.1260933862/JAR/inqmyxml.jar SDTServer config=jar:sdtserver.xml guiport=21211 sapinsthost=localhost sapinstport=21201 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /linuxep7.0Instor/IM_LINUX_X86_64/resourcepool.xml

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

i had changed JDK version but these errors still the same before ,help me:)

Former Member
0 Kudos
guiengine: No GUI server connected; waiting for a connection on host SGCCEP7, port 21201 to continue with the installation

hey did you try setting display variable befre starting the installation for root user.as here its mentioning port 21200 is busy as GUI still using that port.So you can use the other port 21201 or kill the older session to start the installation.

Hope this will help you out to start your installation.

Thanks..

Mohit

markus_doehr2
Active Contributor
0 Kudos

> i had changed JDK version but these errors still the same before ,help me:)

What's the output of

java -version

after you changed it?

Markus

Former Member
0 Kudos

[root@SGCCEP7 IM_LINUX_X86_64]# 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)

[root@SGCCEP7 IM_LINUX_X86_64]# ./sapinst

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

Starting GuiServer using:

/usr/java/j2sdk1.4.2_12//bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp

/tmp/sapinst_exe.3979.1261016248/JAR/instgui.jar:/tmp/sapinst_exe.3979.1261016248/JAR/inqmyxml.jar SDTServer

config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /linuxep7.0Instor/IM_LINUX_X86_64/resourcepool.xml

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

[root@SGCCEP7 IM_LINUX_X86_64]# ./startInstGui.sh

Java Runtime found in JAVA_HOME environment variable

Path: /usr/java/j2sdk1.4.2_12//bin/java

Start mode: gui (GUI only)

Connection parameters:

GUIServer host: localhost

GUIServer port: 21212

Starting...

<<< frog.jar: version 5.4.5 10/19/05 sap.theme: null >>>

1 step java -version

2 step run ./sapinst a long time no responses and than run ./startInstGui.sh

wait a moment display a screen

-


SAPinst Installation GUI |

Could not connect to host localhost on port 21212. java.net.UnknownHostException: SGCCEP7: SGCCEP7 |

Host: localhost

Port: 21212

Log on

-


dot 'log on' button wait a long time can not login ,what happen ? please help me thanks

Former Member
0 Kudos

[root@SGCCEP7 IM_LINUX_X86_64]# 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)

[root@SGCCEP7 IM_LINUX_X86_64]# ./sapinst

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

Starting GuiServer using:

/usr/java/j2sdk1.4.2_12//bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp

/tmp/sapinst_exe.3979.1261016248/JAR/instgui.jar:/tmp/sapinst_exe.3979.1261016248/JAR/inqmyxml.jar SDTServer

config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /linuxep7.0Instor/IM_LINUX_X86_64/resourcepool.xml

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

[root@SGCCEP7 IM_LINUX_X86_64]# ./startInstGui.sh

Java Runtime found in JAVA_HOME environment variable

Path: /usr/java/j2sdk1.4.2_12//bin/java

Start mode: gui (GUI only)

Connection parameters:

GUIServer host: localhost

GUIServer port: 21212

Starting...

<<< frog.jar: version 5.4.5 10/19/05 sap.theme: null >>>

1 step java -version

2 step run ./sapinst a long time no responses and than run ./startInstGui.sh

wait a moment display a screen

-


SAPinst Installation GUI |

Could not connect to host localhost on port 21212. java.net.UnknownHostException: SGCCEP7: SGCCEP7 |

Host: localhost

Port: 21212

Log on

-


dot 'log on' button wait a long time can not login ,what happen ? please help me thanks

Former Member
0 Kudos

[root@SGCCEP7 IM_LINUX_X86_64]# 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)

[root@SGCCEP7 IM_LINUX_X86_64]# ./sapinst

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

Starting GuiServer using:

/usr/java/j2sdk1.4.2_12//bin/java -Xmx256M -Djava.security.egd=file:/dev/urandom -cp

/tmp/sapinst_exe.3979.1261016248/JAR/instgui.jar:/tmp/sapinst_exe.3979.1261016248/JAR/inqmyxml.jar SDTServer

config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true

init: retrieving account information for group sapinst...

init: retrieving account information done.

load resource pool /linuxep7.0Instor/IM_LINUX_X86_64/resourcepool.xml

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

[root@SGCCEP7 IM_LINUX_X86_64]# ./startInstGui.sh

Java Runtime found in JAVA_HOME environment variable

Path: /usr/java/j2sdk1.4.2_12//bin/java

Start mode: gui (GUI only)

Connection parameters:

GUIServer host: localhost

GUIServer port: 21212

Starting...

<<< frog.jar: version 5.4.5 10/19/05 sap.theme: null >>>

1 step java -version

2 step run ./sapinst a long time no responses and than run ./startInstGui.sh

wait a moment display a screen

-


SAPinst Installation GUI |

Could not connect to host localhost on port 21212. java.net.UnknownHostException: SGCCEP7: SGCCEP7 |

Host: localhost

Port: 21212

Log on

-


dot 'log on' button wait a long time can not login ,what happen ? please help me thanks

markus_doehr2
Active Contributor
0 Kudos

> [root@SGCCEP7 IM_LINUX_X86_64]# 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)

You are using the wrong Java version, this is a 32bit Sun version, for Linux x86_64 you need the IBM JDK (as I already posted).

Read

Note 1172419 - Linux: Supported Java versions on the x86_64 platform

Markus

Former Member
0 Kudos

thanks guys

where can i download this JDK version ,Could u give me a link thanks

markus_doehr2
Active Contributor
0 Kudos

> where can i download this JDK version ,Could u give me a link

I suggest you just read that note - the link is in it

Markus

Former Member
0 Kudos

Hi Martion,

Even i have come across the same issue with IBM JDK 13 version but i downloaded the JDK 10 from below link it resolved that issue.

https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=lxdk&S_PKG=amd64142sr10&cp=UTF-8&S_...

Good Luck

Regards,

Laxman

markus_doehr2
Active Contributor
0 Kudos

> Even i have come across the same issue with IBM JDK 13 version but i downloaded the JDK 10 from below link it resolved that issue.

That issue is certainly not JDK related. I installed a lot of systems using patch 13 and it worked.

I more likely think he got the software from "somewhere" and he has no OSS access and hence can't read the note (just an assumption).

Markus

Former Member
0 Kudos

Hi Markus,

I have gone thru installation guides and notes , that's why i tried to install with IBM JDK 13 ( from IBM website) but i stuck with that issue. so i just tried JDK 10 for work around and it was through.

even i have seen SAP installations with JDK 13 but in my case somehow it didn't work so tried with JDK 10.

Regards,

Laxman

Former Member
0 Kudos

Hi guys thanks for your help

this problem solved already:) reason: wrong the java_home and the version

/usr/share/IBMJava2-amd64-142

Former Member
0 Kudos

FYI:

Red Hat now ships the version of the JDK that SAP requires directly with RHEL4 and RHEL5 for x86_64.

The JDK1.4.2_J9 packages are in the rhn channels but are not included in the iso images: which is intended to prevent the masses from using that specific JDK.