linux 5 clone to linux 6 libjava.so error

来源:互联网 发布:淘宝鸿星尔克优惠券 编辑:程序博客网 时间:2024/06/06 12:31


run conc 'active user' ,get error:

error occurred during initialization of vm

unable to load native library: /opt/oracle/mcs/itb/apps/tech_st/10.1.2/jdk/jre/lib/i386/libjava.so: symbol verifyformat ,version sunwprivate_1.1 not defined in file libverify.so with link time reference



solution:

first:  add patch  and relink


4. Then use Note 761566.1 - Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64

 ***  ALTHOUGH INSTANCE IS 12.1.3  -- SAME STEPS APPLY.. Specific Steps below must be carried out:

Update AS 10g (10.1.2 and 10.1.3) Oracle Homes (Oracle Linux 6, RHEL 6, Oracle Linux 7 and RHEL 7 only)

After installation, users must update the stub libraries in the 10.1.2 and 10.1.3 Oracle Homes usingPatch 12415211.  In following the instructions below, please note that Opatch should not be used to install this patch.

Users must specifically copy the files in the patch to the specified directories as follows for the 10.1.2 Oracle Home:

$ cd <12.1_INSTALL_DIR>/apps/tech_st/10.1.2/lib
$ cp -p -R stubs stubsORIG
$ cd stubs
$ cp <PATCH_INSTALL_DIR>/12415211/files/lib/stubs/libgcc_s-2.3.2-stub.so .
$ ln -s libgcc_s-2.3.2-stub.so libgcc_s.so.1
$ ln -s libgcc_s.so.1 libgcc_s.so
After this is done and sourcing the APPS<CONTEXT_NAME>.env file, users should relink all 10.1.2 executables by running the $ORACLE_HOME/appsutil/clone/adlnktools.sh script and ensuring that there are now no errors in the make log file output from the script.

The instructions for the 10.1.3 Oracle Home are:

$ cd <12.1_INSTALL_DIR>/apps/tech_st/10.1.3/lib
$ cp -p -R stubs stubsORIG
$ cd stubs
$ cp <PATCH_INSTALL_DIR>/12415211/files/lib/stubs/libgcc_s-2.3.2-stub.so .
$ ln -s libgcc_s-2.3.2-stub.so libgcc_s.so.1
$ ln -s libgcc_s.so.1 libgcc_s.so



second:  adadmin---->relink

Revenue Recognition Error With Libjava.So Status 127 (Doc ID 352669.1)

adrelink for ALL products was not run on cloned instance

Run adrelink for ALL products on cloned instance.


third:  make

cd $ORACLE_HOME/reports/lib32

make -f ins_reports.mk  install











0 0