cancel
Showing results for 
Search instead for 
Did you mean: 

Solution Manager 4.0 SR2: Error during step 1 installPolicyArchive

Former Member
0 Kudos

Hi,

I faced a really annoying problem in first step of Installation of a SAP Solution Manager 4.0 SR2 on Suse Linux Enterprise Server 10.

The Installation hangs in Phase 1 installPolicyArchive.

I think i have passed all prerequisites before starting the Installation.

Perhaps for help:

i set the Environment Variables as follows:

JDK_HOME=/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/

JRE_HOME=/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/jre

JAVA_BINDIR=/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/bin

JAVA_HOME=/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/

SAPINST_JAVA_HOME=/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/

JAVA_ROOT=/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/

As you see Java Version is java-1_4_2-sun-1.4.2.11.

The Error in sapinst.log is as follows:

ERROR 2009-03-03 15:58:44

FSL-00001 System call failed. Error 2 (No such file or directory) in execution of system call 'realpath' with parameter (/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/jre/lib/security/local_policy.jar), line (346) in file (syuxclink.cpp).

ERROR 2009-03-03 15:58:44

MUT-03025 Caught ESyException in Modulecall: ESAPinstException: error text undefined.

ERROR 2009-03-03 15:58:44

FCO-00011 The step installPolicyArchive with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_getJavaHome|ind|ind|ind|ind|1|0|NW_getJavaHome_jcePolicy|ind|ind|ind|ind|0|0|installPolicyArchive was executed with status ERROR .

Can anyone help me solve the problem?

Thanks beforehand and Best Regards,

C. Peifer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Markus,

I'm on 32 bit

Output of uname -a is

> Linux orbix83 2.6.16.21-0.8-bigsmp #1 SMP Mon Jul 3 18:25:39 UTC 2006 i686 i686 i386 GNU/Linux

markus_doehr2
Active Contributor
0 Kudos

> I'm on 32 bit

Ok - then the JDK correct.

sapinst searches for a policy file, is the given filename there?

/usr/lib/jvm/java-1_4_2-sun-1.4.2.11/jre/lib/security/local_policy.jar

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Markus,

I think I solved my problem already by myself ^^.

I changed the JDK to 1.4.2.13 and now the installation works fine.

Best regards

C.Peifer

Former Member
0 Kudos

Hi,

Yes it is, i've searched for it with

> find / -name /usr/lib/jvm/java-1_4_2-sun-1.4.2.11/jre/lib/security/local_policy.jar

and it is in the right place ...

markus_doehr2
Active Contributor
0 Kudos

> I faced a really annoying problem in first step of Installation of a SAP Solution Manager 4.0 SR2 on Suse Linux Enterprise Server 10.

Are you on 32bit or 64bit? (what is the output of "uname -a"?)

Markus