기술지원 문의

sun 5.8 에서 make없이 운용시 발생 문제..
전재홍 / 2004-06-28 14:55

814번 질문대로 닶을 주신걸 가지고 sun5.8에서 start를 하면
~/log/jvm.log 파일에 다음과 같은 에러가 실시간으로 발생을 합니다.
해결책을 문의 들입니다.

Cant load JNI VFS library.  Resin will still run,
but with somewhat performance.
    java.lang.UnsatisfiedLinkError: no resin in java.library.path
  On Unix, you need to compile the JNI library with
    ./configure; make; make install
  On Windows, check for the resin.dll in resin/bin and
  check the dll load path.
가 발생합니다.
어떻게 조치를 해야 하는지 문의 드립니다. ^^

-----------------------814 질문 ------------------------------
configure 이후에
다음과 같이 make를 했을 경우에 발생을 합니다.


(cd src/c/plugin; make)
for dir in common resin resinssl; do (cd $dir; make); done
make: Fatal error in reader: Makefile, line 19: Unexpected end of line seen
Current working directory /data3/source/resin-3.0.7/src/c/plugin/resin
make: Fatal error in reader: Makefile, line 20: Unexpected end of line seen
Current working directory /data3/source/resin-3.0.7/src/c/plugin/resinssl
*** Error code 1
make: Fatal error: Command failed for target `plugins
Current working directory /data3/source/resin-3.0.7/src/c/plugin
*** Error code 1
make: Fatal error: Command failed for target `all
-------------------------------------------------------------------------


[Re]sun 5.8 에서 make없이 운용시 발생 문제..
관리자 / 2004-06-28 16:48

질문하신 
---------------------------------------------
Cant load JNI VFS library. Resin will still run,
but with somewhat performance.
java.lang.UnsatisfiedLinkError: no resin in java.library.path
On Unix, you need to compile the JNI library with
---------------------------------------------
메세지는 Resin을 컴파일하지 않고 운영하시면 나오는
Info메세지입니다. 

Resin에서 Soket을 핸들링하거나, File을 조작하거나
하는 경우에 보다 성능을 높이기 위해 Resin이 
자체적으로 제공하는 JNI라이브러리를 컴파일하여
사용하도록 합니다.
특히 Resin자체로 ssl을 이용하게되는 경우에는 반드시
컴파일을 해주어야 합니다.

다만 이것이 준비가 안되면 즉 컴파일 과정을 거치지
않으면 Resin의 자체 JNI라이브러리를 사용하지 못하게되고
JDK것이 활용되게 되며 위의 내용과 같은 메세지를
제공하는 것입니다.

일반적으로 Resin자체로 ssl서비스를 이용하는 것이 
아닌한 서비스는 가능합니다.