Forum OpenACS Q&A: Response to webmail class compile

Collapse
Posted by Claudio Cerasoli on
sorry, the error in server.log is the following:
[05/Feb/2001:12:17:51][4663.1024][-main-] Notice: modload: loading '/usr/local/aolserver/bin/libnsjava.so'
[05/Feb/2001:12:17:52][4663.1024][-main-] Notice: ModuleInit: Java Module ENABLED
[05/Feb/2001:12:17:55][4663.1024][-main-] Notice: ModuleInit: JVM init succeeded!
[05/Feb/2001:12:18:59][4663.14350][-sched:100-] Notice: Running scheduled proc wm_process_queue...
Exception in thread "Thread-0" java.lang.UnsatisfiedLinkError: no nsjava in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1312)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at nsjava.NsLog.(NsLog.java:55)
at MessageParser.process_queue(MessageParser.java:506)
I think the error is in ..nsjava/NsLog.java:
	System.LoadLibrary("nsjava")
What do you think?