From: chantanand at gmail.com (Anantha) Date: Thu, 9 Dec 2010 21:32:12 -0800 (PST) Subject: [Pljava-dev] Java VM stalls during In-Reply-To: <1291783942566-3296921.post@n5.nabble.com> References: <1291615093757-3293612.post@n5.nabble.com> <1291783942566-3296921.post@n5.nabble.com> Message-ID: <1291959132968-3299847.post@n5.nabble.com> I have tested with pljava-1.4.1 release too, but still same issue (please see the log below). -------------- >>> DEBUG: 00000: Added JVM option string "-Xrs" >>> LOCATION: JVMOptList_add, >>> /usr/local/src/PLJava/org.postgresql.pljava/src/C/pljava/Backend.c:436 >>> STATEMENT: select >>> sqlj.install_jar('file:///data1/home/bakumar/Work/Java/classes/Haribol.jar','test_jar',false) ; >>> DEBUG: 00000: Creating JavaVM >>> LOCATION: initializeJavaVM, >>> /usr/local/src/PLJava/org.postgresql.pljava/src/C/pljava/Backend.c:675 >>> STATEMENT: select >>> sqlj.install_jar('file:///data1/home/bakumar/Work/Java/classes/Haribol.jar','test_jar',false) -------------- When i check the code with log, "initializeJavaVM" function makes the call to JNI_createVM which calls "JNI_CreateJavaVM" function and looks like control waits there in loop indefinitely. As "JNI_CreateJavaVM" function is in "libjvm.so", could it be JDK issue? I have followed build procedures stated by FreeBSD ports makefile, compiled and installed JDK-1.5 (64bit version). Would there be any issue in FreeBSD JDK source? We badly need your help on this issue. Thanks in advance! -- View this message in context: http://postgresql.1045698.n5.nabble.com/Java-VM-stalls-during-install-jar-tp3290754p3299847.html Sent from the PL/Java mailing list archive at Nabble.com.