[Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode

From: schabi at logix-tt(dot)com (Markus Schaber)
To:
Subject: [Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode
Date: 2006-11-01 07:38:14
Message-ID: 45484EE6.2060107@logix-tt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi, Scott,

Scott Petersen wrote:
> At the present time I am receiving the following error:
> org.postgresql.pljava.internal.ServerException: 31 Oct 06 08:48:29
> org.apache.commons.digester.Digester Begin event threw error
> java.lang.UnsatisfiedLinkError:
> /usr/java/jre1.5.0_09/lib/i386/libawt.so: libmlib_image.so: cannot open
> shared object file: No such file or directory
> at java.lang.ClassLoader$NativeLibrary.load(Native Method)

This looks to me like a shared library loader problem. Can you test
whether your system actually has a libmlib_image.so installed somewhere?

Maybe you have to add the containing directory to /etc/ld-so.conf, or
LD_LIBRARY_PATH, or symlink it to a directory that's configured for the
dynamic loader.

HTH,
Markus

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Markus Schaber 2006-11-04 11:50:15 [Pljava-dev] Bug#390661: pljava on Debian AMD64: undefined symbol: JNI_CreateJavaVM during installation
Previous Message Scott Petersen 2006-10-31 19:59:29 [Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode