[Pljava-dev] Java VM stalls during

From: chantanand at gmail(dot)com (Anantha)
To:
Subject: [Pljava-dev] Java VM stalls during
Date: 2010-12-10 05:32:12
Message-ID: 1291959132968-3299847.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev


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.

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2010-12-11 10:50:11 [Pljava-dev] Blog: Debugging PL/Java Applications with Solaris Studio dbx
Previous Message Johann 'Myrkraverk' Oskarsson 2010-12-09 13:01:54 [Pljava-dev] Release 1.4.1: Bugfixes, no Java 6 support.