I can find some old references to this problem, but nothing seems to
apply. In my case, I have:
$ file /usr/local/resin/current/libexec/libresin_os.so
/usr/local/resin/current/libexec/libresin_os.so: ELF 32-bit LSB shared
object, Intel 80386, version 1 (SYSV), not stripped
Starting resin 3.2.1 with -verbose shows (among other things):
DYLD_LIBRARY_PATH:
/usr/local/resin/current/libexec
RESIN_HOME: /usr/local/resin/current
LD_LIBRARY_PATH:
/usr/local/resin/current/libexec
/usr/local/java/versions/jdk1.6.0_12/jre/lib/i386/
client
/usr/local/java/versions/jdk1.6.0_12/jre/lib/i386
/usr/local/java/versions/jdk1.6.0_12/jre/../lib/i386
Logging output shows:
[03/13 16:11:12.967] FINE (com.caucho.util.CauchoSystem)
java.lang.UnsatisfiedLinkError: no resin in java.library.path
[03/13 16:11:12.967] at
java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
[03/13 16:11:12.967] at java.lang.Runtime.loadLibrary0(Runtime.java:
823)
[03/13 16:11:12.967] at java.lang.System.loadLibrary(System.java:
1030)
[03/13 16:11:12.967] at
com.caucho.server.util.CauchoSystem.<clinit>(CauchoSystem.java:489)
[03/13 16:11:12.967] at
com.caucho.log.TimestampFilter.write(TimestampFilter.java:202)
[03/13 16:11:12.967] at
com.caucho.vfs.WriteStream.flush(WriteStream.java:358)
[03/13 16:11:12.967] at
com.caucho.log.StreamHandler.publish(StreamHandler.java:97)
[03/13 16:11:12.967] at
com.caucho.log.SubHandler.publish(SubHandler.java:60)
[03/13 16:11:12.967] at
com.caucho.log.EnvironmentLogger.log(EnvironmentLogger.java:329)
[03/13 16:11:12.967] at java.util.logging.Logger.doLog(Logger.java:
480)
.
.
.
[03/13 16:11:13.019] INFO (com.caucho.config.core.ResinLog)
java.library.path: /usr/local/java/versions/jdk1.6.0_12/jre/lib/i386/
client:/usr/local/java/versions/jdk1.6.0_12/jre/lib/i386:/usr/local/
java/versions/jdk1.6.0_12/jre/../lib/i386:/usr/local/resin/current/
libexec:/usr/jdk/packages/lib/i386:/lib:/usr/lib
So, it seems to have the proper directories on the path, and there's a
libresin_os, but no libresin. I followed the quick-start instructios
in the 3.2.1 docs.
Any suggestions?
TIA,
--
Rick
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest