Re: pljava I/O Error

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: pljava I/O Error
Дата
Msg-id Pine.BSO.4.64.0802101605480.12270@leary.csoft.net
обсуждение исходный текст
Ответ на pljava I/O Error  (Christian Maier <tomtailor@freesurf.fr>)
Список 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@pgfoundry.org.  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


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Christian Maier
Дата:
Сообщение: pljava I/O Error
Следующее
От: andreasfreyer
Дата:
Сообщение: Re: getXXX throws SQLException while on insert row