[PATCHES] IPv6 patch doesn't work fine

From: Manuel Gil Pérez <manuel(at)dif(dot)um(dot)es>
To: pgsql-patches(at)postgresql(dot)org
Subject: [PATCHES] IPv6 patch doesn't work fine
Date: 2003-06-26 10:36:53
Message-ID: 5.2.0.9.0.20030626122821.00bd4c08@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc pgsql-patches

Hi all.

I have a Java application that it connects to the PostgreSQL database with
IPv6 patch installed.

I obtain the following error:

Something unusual has occured to cause the driver to fail.
Please report this exception: java.lang.NullPointerException
at org.postgresql.Driver.connect(Driver.java:125)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at piscis.pki.ca.database.DBManager.connect(DBManager.java:78)

In my class DBManager I have the following connection method:

class.ForName("org.postgresql.Driver");
Connection connect = DriverManager.getConnection(<dir. IPv6>,<user
name>,<password>);

Which is my error?? Need I a special postgresql.jar??

Regards...

----------
Manuel Gil Pérez - Proyecto m-PISCIS
DIIC - Dpto. Ingeniería de la Información y las Comunicaciones
Facultad de Informática - Universidad de Murcia (Spain)

ANTS Research Group - http://ants.dif.um.es

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2003-06-26 12:02:01 Re: [PATCHES] IPv6 patch doesn't work fine
Previous Message The Hermit Hacker 2003-06-25 23:02:59 Re: JDBC project / CVS moving to GBorg ...

Browse pgsql-patches by date

  From Date Subject
Next Message Kris Jurka 2003-06-26 12:02:01 Re: [PATCHES] IPv6 patch doesn't work fine
Previous Message Joe Conway 2003-06-26 05:13:16 Re: [HACKERS] allowed user/db variables