[Pljava-dev] érreur appel de procédure pl/java

From: brunofouape at yahoo(dot)fr (bruno)
To:
Subject: [Pljava-dev] érreur appel de procédure pl/java
Date: 2012-10-17 17:21:22
Message-ID: 1350494482379-5728652.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hello to you all,

I installed pl /java on postgresql 8.4, when I write my functions,
everything works
but when I try to called this function, i have the following error:

ERREUR: Failed to create Java VM

********** Erreur **********

ERREUR: Failed to create Java VM
?tat SQL :XX000

I use the operating system Windows xp sp 3, JDK 1.7 and
pljava-i686-pc-mingw32-pg8.4-1.4.2.tar

This problem can it be that the version of the JDK??
because I intend to uninstall the 1.7 to install the 1.5

my configurations are as follows:

path=

H:\Program Files\Java\jre7\bin;
H:\Program Files\Java\jre7\bin\client;
H:\Program Files\Java\jdk1.7.0\lib;
H:\Program Files\PostgreSQL\8.4\share\pljava

postgresql.conf

dynamic_library_path = '$libdir;H:\\Program
Files\\PostgreSQL\\8.4\\share\\pljava'
pljava.classpath = 'H:\\Program
Files\\PostgreSQL\\8.4\\share\\pljava\\pljava.jar'
log_min_messages = info
custom_variable_classes = 'pljava'

Thank you for your help

--
View this message in context: http://postgresql.1045698.n5.nabble.com/erreur-appel-de-procedure-pl-java-tp5728652.html
Sent from the PL/Java mailing list archive at Nabble.com.

Browse pljava-dev by date

  From Date Subject
Next Message Hal Hildebrand 2012-10-18 01:28:49 [Pljava-dev] Savepoints and continuing from SQLExceptions [snapshot reference 0x19a1710 is not owned by resource owner TopTransaction]
Previous Message Thomas Hill 2012-10-16 19:01:32 [Pljava-dev] ERROR: java.lang.UnsupportedOperationException: Procedure calls are not yet implemented