Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
915 | minor | always | 02-03-06 04:50 | 04-10-06 15:08 | |
|
|||||
Reporter: | teemupo | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.0.17 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.19 | ||
|
|||||
Summary: | 0000915: Socket JNI library is not available | ||||
Description: |
We have compiled Resin pro 3.0.17 with the following parameters: ./configure --prefix=/usr/local/resin-pro-3.0.17 --enable-jni --disable-ssl --enable-linux-smp --with-java-home=/usr/local/j2sdk1.4.2_08 The installation goes through without errors and it seems to find JNI without problems. Part of configuration output: ... checking for JNI in /usr/local/j2sdk1.4.2_08/include/linux ... found ... Part of make output: ... make[2]: Entering directory `/home/teemupo/resin-pro-3.0.17/modules/c/src/resin_os' gcc -g -O2 -DPOLL -DB64 -m64 -fPIC -DRESIN_HOME=\"/home/teemupo/resin-pro-3.0.17\" -I/usr/local/j2sdk1.4.2_08/include -I/usr/local/j2sdk1.4.2_08/include/linux -I../common -DCPU=\"x86_64\" -DOS= -c -o jni_os.o jni_os.c gcc -g -O2 -DPOLL -DB64 -m64 -fPIC -DRESIN_HOME=\"/home/teemupo/resin-pro-3.0.17\" -I/usr/local/j2sdk1.4.2_08/include -I/usr/local/j2sdk1.4.2_08/include/linux -I../common -DCPU=\"x86_64\" -DOS= -c -o jni_jvmti.o jni_jvmti.c gcc -g -O2 -DPOLL -DB64 -m64 -fPIC -DRESIN_HOME=\"/home/teemupo/resin-pro-3.0.17\" -I/usr/local/j2sdk1.4.2_08/include -I/usr/local/j2sdk1.4.2_08/include/linux -I../common -DCPU=\"x86_64\" -DOS= -c -o jni_jvmdi.o jni_jvmdi.c /usr/bin/ld -shared -fPIC -o libresin_os.so jni_os.o jni_jvmti.o jni_jvmdi.o -lpthread ... But we still get the following complain into stdout.log when starting the server: Resin-3.0.17 (built Thu, 22 Dec 2005 12:11:34 PST) Copyright(c) 1998-2004 Caucho Technology. All rights reserved. Starting Resin on Fri, 03 Feb 2006 12:36:09 +0100 (CET) [12:36:10.969] Proxy Cache disk-size=1024M memory-size=8M [12:36:11.066] Server[fr2] starting [12:36:11.090] Socket JNI library is not available. [12:36:11.090] Resin will still run but performance will be slower. [12:36:11.090] To compile the Socket JNI library on Unix, use ./configure; make; make install. Here are some details about the environment: $ uname -a Linux deih30208038-25 2.6.9-22.0.1.ELsmp 0000001 SMP Tue Oct 18 18:39:02 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux $ cat /etc/redhat-release Red Hat Enterprise Linux ES release 4 (Nahant Update 2) |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|