[Pljava-dev] error pljava1.3

Ewald Geschwinde eg at cybertec.at
Sun Oct 15 10:13:27 UTC 2006


'm using pljava with an 8.0.8 and I have done all to get it working


shared objects are ok with ldd for pljava.so

my entries in postgresql.conf are:

dynamic_library_path ='$libdir:/home/eg/pljava/'

custom_variable_classes = 'pljava'
pljava.classpath='/home/eg/pljava/pljava.jar'


I have pljava.so and pljava.jar in this directory

I have compiled it fomr source no compile errors and the output from

ldd pljava.so is:
eg at dhcppc13:~/pljava$ ldd pljava.so
        linux-gate.so.1 =>  (0xffffe000)
        libjvm.so => /opt/java/jre/lib/i386/client/libjvm.so (0xb7796000)
        libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7663000)
        libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7641000)
        libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb763e000)
        libpthread.so.0 => /lib/tls/i686/cmov/libpthread.so.0 (0xb762c000)
        /lib/ld-linux.so.2 (0x80000000)


then I do createdb test
psql -d test < install.sql
works without problems


but If I want to use the examples.jar the following happens:
test=# SELECT sqlj.install_jar('/home/eg/pljava/examples.jar', 
'samples',  true);
ERROR:  java.sql.SQLException: I/O exception reading jar file: no 
protocol: /home/eg/pljava/examples.jar



Did I miss something ?

Regards EWald Geschwinde



More information about the Pljava-dev mailing list