Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading a shared object

Status
Not open for further replies.

ddrillich

Technical User
Jun 11, 2003
546
US
Good Day,

We are trying to load a shared object into tomcat.

We did -

[autonomy@sbkj2ksrchtxtf06 logs]$ echo $LD_LIBRARY_PATH
/opt/autonomy/test/IDOLServer7311/appserver/shared/lib

The error message is -

java.lang.UnsatisfiedLinkError: /opt/autonomy/test/IDOLServer7311/appserver/shared/lib/libedkjni.so: /opt/autonomy/test/IDOLServer7311/appserver/shared/lib/libedkjni.so: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)


Any thoughts?


Regards,
Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top