[Pljava-dev] Help Permission Denied

From: mark81 at gmail(dot)com (Mark Mitchell)
To:
Subject: [Pljava-dev] Help Permission Denied
Date: 2008-06-16 22:40:05
Message-ID: 449f4cf70806161540l2891c5e1rb34b137f7486c1b3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Whatever database user you are loading the file with must also have
READ access to both the folder and file.

If you are running as user postgres, you can always copy the jar file
to /tmp to load it.

-Mark

On Mon, Jun 16, 2008 at 6:01 PM, Kris Jurka <books at ejurka.com> wrote:
> Parisso Escamilla wrote:
>> My system is CentOS 5.1
>> Postgres 8.1-11
>> Pl/Java 1.4
>>
>> Hi, i've benn trying to install a jar file into the data base with
>> select sqlj.install_jar
>> ('file:/home/openxp/ServidorOXP/lib/sqlj.jar','openxp',true);.
>>
>> I??m getting: ERROR: java.sql.SQLException: I/O exception reading jar
>> file: /home/openxp/ServidorOXP/lib/sql.jar (Permission denied)
>>
>> I don?t know where is the problem, every folder has permission to read
>> and write, but i think the problem isn?t in that way.
>
> Not sure, it could be a se-linux problem?
>
> Kris Jurka
> _______________________________________________
> Pljava-dev mailing list
> Pljava-dev at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pljava-dev
>

In response to

Browse pljava-dev by date

  From Date Subject
Next Message James Colannino 2008-06-20 18:46:01 [Pljava-dev] Build problems with pljava-1.4.0
Previous Message Kris Jurka 2008-06-16 22:01:46 [Pljava-dev] Help Permission Denied