[Pljava-dev] java.lang.SecurityException

From: thhal at mailblocks(dot)com (Thomas Hallgren)
To:
Subject: [Pljava-dev] java.lang.SecurityException
Date: 2005-03-28 16:50:24
Message-ID: 424835D0.8020309@mailblocks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Joves Luo wrote:

> Someone please help me, this is driving me crazy.
>
You try to load the PGtoXML.jar using the system classloader instead of
installing it in the database with sqlj.install_jar, or in other words,
you add the PGtoXML.jar to the PL/Java classpath. This in turn, causes
an illegal file access. PL/Java installs "java" as a trusted language.
Trusted languages have no access to the file system. Try installing
removing PGtoXML.jar from the classpath and instead install it into the
database using install_jar.

Regards,
Thomas Hallgren

In response to

Browse pljava-dev by date

  From Date Subject
Next Message Joves Luo 2005-03-28 17:02:32 [Pljava-dev] java.lang.SecurityException
Previous Message Joves Luo 2005-03-28 16:42:28 [Pljava-dev] java.lang.SecurityException