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

From: thomas at tada(dot)se (Thomas Hallgren)
To:
Subject: [Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode
Date: 2006-10-31 16:32:25
Message-ID: 45477A99.1000605@tada.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Scott Petersen wrote:
> Supportive helpers,
>
> I am running Postgresql 8.1.3 on a Linux machine and attempting to
> execute some Java code that needs to access libawt.so in headless mode.
> After looking at the page
> http://wiki.tada.se/wiki/display/pljava/Module+Configuration I do not
> seem to find a way to do this. In reviewing the page
> http://forum.java.sun.com/thread.jspa?threadID=760969&start=105 it
> instructs me to start java with "-Djava.awt.headless=true". I need some
> direction on how to accomplish this task.
>
Did you try adding:

pljava.vmoptions = '-Djava.awt.headless=true'

to the postgresql.conf file?

Regards,
Thomas Hallgren

In response to

Responses

Browse pljava-dev by date

  From Date Subject
Next Message Scott Petersen 2006-10-31 16:58:42 [Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode
Previous Message Scott Petersen 2006-10-31 16:27:12 [Pljava-dev] org.postgresql.pljava.internal.ServerException running linux headless mode