Re: pljava I/O Error

From: Kris Jurka <books(at)ejurka(dot)com>
To: Christian Maier <tomtailor(at)freesurf(dot)fr>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: pljava I/O Error
Date: 2008-02-10 21:07:38
Message-ID: Pine.BSO.4.64.0802101605480.12270@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Sun, 10 Feb 2008, Christian Maier wrote:

> I am not sure if this is the right group, but I did not found a better
> fitting one.

The correct list is pljava-dev(at)pgfoundry(dot)org(dot) This list is for the client
JDBC driver only.

> I have trouble on installing the example.jar (
> http://wiki.tada.se/display/pljava/Sample+Tests )
>
> postgres=# SELECT sqlj.install_jar('/usr/lib/postgresql/8.2/pljava/
> examples.jar', 'samples', true);
> ERROR: java.sql.SQLException: I/O exception reading jar file: no
> protocol: /usr/lib/postgresql/8.2/pljava/examples.jar
>

The page you reference uses the prefix 'file://' to indicate the protocol
used to retrieve the desired jar file. You're missing this in your
version.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message andreasfreyer 2008-02-10 23:50:32 Re: getXXX throws SQLException while on insert row
Previous Message Christian Maier 2008-02-10 09:23:39 pljava I/O Error