From: schabi at logix-tt.com (Markus Schaber) Date: Wed, 01 Nov 2006 08:38:14 +0100 Subject: [Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode In-Reply-To: <45477960.5070604@softhome.net> References: <45477960.5070604@softhome.net> Message-ID: <45484EE6.2060107@logix-tt.com> 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