Hello!
I have Oracle HTTP Server (10g) with SSL. I need to make a certificate request.A year ago I was doing it without any problems.
But now:
:/> orapki wallet add -wallet /etc/ORACLE/WALLETS/oracle -dn "Email=xxx@xxx.com,CN=xxx,OU=xxx,O=xxx,L=xxx,ST=xx,C=xx" -keysize 1024
Enter wallet password:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/oracle/oradata/product/10.1.3.1/OracleAS_1/lib/libowm2.so: /usr/oracle/oradata/product/10.1.3.1/OracleAS_1/lib/libowm2.so: cannot open shared object file: No such file or directory (Possible cause: architecture word width mismatch)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1753)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1678)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at oracle.security.wallet.NZNative.<clinit>(NZNative)
at oracle.security.wallet.NZWallet.getPersonasWithTypeOld(NZWallet)
at oracle.security.pki.textui.OracleWalletTextUI.add(OracleWalletTextUI)
at oracle.security.pki.textui.OracleWalletTextUI.command(OracleWalletTextUI)
at oracle.security.pki.textui.OraclePKITextUI.main(OraclePKITextUI)
# cat /etc/*release*
LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-x86_64:core-3.0-x86_64"
cat: /etc/lsb-release.d: Is a directory
SUSE LINUX Enterprise Server 9 (x86_64)
VERSION = 9
PATCHLEVEL = 3
ORACLE_HONE = /usr/oracle/oradata/product/10.1.3.1/OracleAS_1
:/> echo $LD_LIBRARY_PATH
/usr/oracle/oradata/product/10.1.3.1/OracleAS_1/lib:/usr/oracle/oradata/product/10.1.3.1/OracleAS_1/opmn/lib:
:/> java -version
java version "1.5.0_22"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_22-b03, mixed mode)
Previously, these problems were not. I do not know what has changed.
Could you tell me what the cause of this problem?