View Single Post
  #1 (permalink)  
Old 04-01-2004
shantanu_k06 shantanu_k06 is offline
Registered User
 
Name: Shantanu Kumar
Organization: Hewlett Packard
Project: Prototypes for Distributed Apps
 
Join Date: Sep 2003
Posts: 24
IceJ-Freeze test fails

Hi,

I am using Sun JDK 1.4.2-04 on a Pentium-III running Fedora Core 1. I have compiled the BDB-4.2.52 source with Java enabled, and later Ice-1.3.0 too.

The IceJ test for Freeze fails with the following output:

*** running tests in ./test/Freeze/dbmap
starting client... ok
Exception in thread "main" java.lang.UnsatisfiedLinkError: no db_java-4.2 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1491)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at com.sleepycat.db.db_javaJNI.<clinit>(db_javaJNI.ja va:36)
at com.sleepycat.db.DbEnv.<init>(DbEnv.java:1081)
at Freeze.SharedDbEnv.<init>(SharedDbEnv.java:231)
at Freeze.SharedDbEnv.get(SharedDbEnv.java:31)
at Freeze.ConnectionI.<init>(ConnectionI.java:113)
at Freeze.Util.createConnection(Util.java:38)
at Client.run(Client.java:206)
at Client.main(Client.java:501)


Can anyone please help me with this? The CLASSPATH is in order with "db.jar" and "Ice.jar" specified in its scope.


Regards,
Shantanu
Reply With Quote