Hi All,

        I am trying to install resin-pro-3.1-snap.tar.gz to my linux machine. 
After 
untar  I tried the following to install resin.

./configure --with-java-home=/usr/java/jdk1.5.0_06 --enable-jni 
--prefix=/usr/local/resin-snap 
make ;make install

and then switched to /usr/local/resin-snap ($RESIN_HOME) and started resin 
using
sh bin/httpd start

But it is showing exceptions
java.lang.UnsatisfiedLinkError: no resin in java.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
        at java.lang.Runtime.loadLibrary0(Runtime.java:822)
        at java.lang.System.loadLibrary(System.java:992)
        at com.caucho.vfs.JniFilePathImpl.<clinit>(JniFilePathImpl.java:569)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:164)
        at com.caucho.vfs.JniFilePath.create(JniFilePath.java:41)
        at com.caucho.vfs.Vfs.initJNI(Vfs.java:322)
        at 
com.caucho.loader.EnvironmentClassLoader.initializeEnvironment(EnvironmentClassLoader.java:604)
        at 
com.caucho.loader.EnvironmentClassLoader.init(EnvironmentClassLoader.java:165)
        at 
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1093)
        at 
com.caucho.loader.DynamicClassLoader.loadClass(DynamicClassLoader.java:1052)
        at java.beans.Introspector.instantiate(Introspector.java:1453)


What I am missing . What I have to do to make it run

Thanking you
- Dixon


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to