Skip to Main Content

Oracle Database Discussions

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!

UnsatisfiedLinkError exception loading native library: njni10 in Solaris10

916413Oct 24 2012 — edited Oct 25 2012
Hi,

Below error i m getting while doing netmgr in Solaris10 32 bit
$ xhost +
access control disabled, clients can connect from any host
$ netmgr
UnsatisfiedLinkError exception loading native library: njni10
Exception in thread "main" java.lang.UnsatisfiedLinkError: jniGetOracleHome
        at oracle.net.common.NetGetEnv.jniGetOracleHome(Native Method)
        at oracle.net.common.NetGetEnv.getOracleHome(Unknown Source)
        at oracle.net.mgr.container.NetUtils.getImageDirectory(Unknown Source)
        at oracle.net.mgr.container.NetApplication.init(Unknown Source)
        at oracle.sysman.emSDK.client.appContainer.WebApplication.launch(WebApplication.java:3446)
        at oracle.sysman.emSDK.client.appContainer.WebApplication.main(WebApplication.java:3327)
$
$
$
$ uname -ar
SunOS prod3 5.10 Generic_137138-09 i86pc i386 i86pc
$ sqlplus / as sysdba

SQL*Plus: Release 10.2.0.4.0 - Production on Wed Oct 24 18:00:28 2012

Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 22 2012
Added on Oct 24 2012
8 comments
516 views