cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Installation error

Former Member
0 Kudos

Hi,

I'm trying to install IDES ECC 6 on CentOS 5.2. My environment is 32 bit. However, I'm getting an error as follow:

FRY-00001 Cannot load library iaejs701.so: /tmp/sapinst_exe.XXXX.XXXXXXXXXX/iaejs701.so: Cannot restore segment port reloc: permission denied.

Working directory changed to /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS.

Appreciate if someone could help me on this.

Thank you.

Rgds,

Hapizorr Rozi Alias

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member214873
Participant
0 Kudos

hi hapizorr,

this sudheeer koppala

please check the selinux settings options are in disabled/enforced/permissive

make it as a disabled .

and tell me what u mentioned selinux security settings at start of linux installation.

regards

sudheer

Former Member
0 Kudos

U can install ECC on CentOS 5.2 , I did it sometime ago .

Pls set parmeter in ur console windows;

SAPINST_JRE_HOME = <your JVM_home> and LIBPATH

for exampel

export LIBPATH=/sapmnt/<SID>/exe:/oracle/<SID>/102_32/lib

hannes_kuehnemund
Active Contributor
0 Kudos

U can install ECC on CentOS 5.2 , I did it sometime ago.

Please be aware of the fact, that there are no aligned support channels or support agreements between SAP and CentOS. Therefore, SAP cannot give any advise to use CentOS.

Thanks,

Hannes

Former Member
0 Kudos

Please be aware of the fact, that there are no aligned support channels or support agreements between SAP and CentOS. Therefore, SAP cannot give any advise to use CentOS.

-


yeah, U r right. SAP only support Redhat SuSE and Redflag Linux , But I said u can install SAP on CentOS , because the CentOS is recompiled by RHEL(Red Hat Enterprise Linux)source code .

So u should install SAP on CentOS like on RHEL.

markus_doehr2
Active Contributor
0 Kudos

> yeah, U r right. SAP only support Redhat SuSE and Redflag Linux , But I said u can install SAP on CentOS , because the CentOS is recompiled by RHEL(Red Hat Enterprise Linux)source code .

> So u should install SAP on CentOS like on RHEL.

You should - yes. But you never know.

I would double check that the Sun JDK is used and not the redhat delivered gcj which does definitely not work.

You may also check that SELinux is deactivated before you start the installation.

Markus

Former Member
0 Kudos

Thanks, Frank.

FYI, I'm using MaxDB. I've also set JAVA_HOME=/opt/j2sdk1.4.2_17/bin. But, I did not set SAPINST_JRE_HOME before this.

Rgds,

Hapizorr Rozi Alias

markus_doehr2
Active Contributor
0 Kudos

FYI, I'm using MaxDB. I've also set JAVA_HOME=/opt/j2sdk1.4.2_17/bin. But, I did not set SAPINST_JRE_HOME before this.

This is wrong. JAVA_HOME should point to /opt/j2sdk1.4.2_17. That´s why the system doesn´t find "java" and picks up the one in the PATH which is the gjc...

Markus

markus_doehr2
Active Contributor
0 Kudos

Ok.

CentOS is not an official supported distribution, you have the chance of using RedHat AS 5.2?

Markus

markus_doehr2
Active Contributor
0 Kudos

What java version do you use? Redhat/CentOS comes with gjc which does not work.

What's the output of

java -version

Markus

Former Member
0 Kudos

Sun JDK 1.4.2_17

Rgds,

Hapizorr

markus_doehr2
Active Contributor
0 Kudos

What is the output

java -version

of the user you're installing (root)?

Markus

Former Member
0 Kudos

The output shows j2sdk 1.4.2_17. I have export JAVA_HOME and also export PATH.

Rgds,

Hapizorr