Skip to Main Content

Analytics Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OBIEE 11.1.1.6.3 Windows WLS install: UnsatisfiedLinkError jni_winx64

User619253-OracleAug 2 2012 — edited Aug 6 2012
For OBIEE 11.1.1.6.3, do we need to install wls first as a separate step before running the setup.exe from the extracted Zip files? I followed the instructions in the release notes:

https://stbeehive.oracle.com/teamcollab/wiki/BI+Applications+Infrastructure:BIAPPSSHIPHOME+upgrade+to+11.1.1.6.3+for+BIAPPS+dev+team

When I ran the wls1-36_generic.jar and got the following error:

Exception in thread "winRegistry" java.lang.UnsatisfiedLinkError: Expecting an absolute path of the library: jni_winx64
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.bea.plateng.common.jni.JNIUtil.loadLibrary(JNIUtil.java:255)
at com.bea.plateng.common.jni.Win32Registry.<clinit>(Win32Registry.java:20)
at com.bea.plateng.common.jni.WinRegistryHelper.getRegistry(WinRegistryHelper.java:35)
at com.bea.plateng.wizard.installer.silent.tasks.WinRegistryTask.execute(WinRegistryTask.java:262)
at com.bea.plateng.wizard.installer.silent.tasks.WinRegistryTask.run(WinRegistryTask.java:251)
at java.lang.Thread.run(Unknown Source)

I searched thru the forums. The most common reason was people were running zip instead of jar and the version of java.
I have sun 64 bit 1.6.0_32 java and am running the jar file. Also I do not have any spaces in the java or the wls installer jar.
The command I use to run is java –jar c:\OBIEEInstall\wls1036_generic.jar.
I do have java home set and path set to point to java. What else do I need to resolve this issue?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 3 2012
Added on Aug 2 2012
4 comments
1,283 views