Re: Something unusual has occured to cause the driver to - Mailing list pgsql-jdbc

From Dave Weis
Subject Re: Something unusual has occured to cause the driver to
Date
Msg-id Pine.LNX.4.21.0109092014470.10041-100000@oliver.internal.sjdjweis.com
Whole thread Raw
In response to Something unusual has occured to cause the driver to fail. NullPointerException  (Larry Rogers <larry@lwrogersjr.org>)
Responses Re: Something unusual has occured to cause the driver to fail. NullPointerException
List pgsql-jdbc
Your connection url looks funny, it should probably be more like
jdbc:postgresql://localhost/testdb

dave

On Sun, 9 Sep 2001, Larry Rogers wrote:

> exception: Exception: java.lang.NullPointerException
> Stack Trace:
> java.lang.NullPointerException
>     at org.postgresql.Connection.openConnection(Connection.java:148)
>     at org.postgresql.Driver.connect(Driver.java:122)
>     at java.sql.DriverManager.getConnection(DriverManager.java:517)
>     at java.sql.DriverManager.getConnection(DriverManager.java:177)
>     at TestPostGreSQL.main(TestPostGreSQL.java:17)
> End of Stack Trace
>         final String url = "jdbc:postgresql://localhost:5432?database=testdb";


--
Dave Weis             "I believe there are more instances of the abridgement
djweis@sjdjweis.com   of the freedom of the people by gradual and silent
                      encroachments of those in power than by violent
                      and sudden usurpations."- James Madison


pgsql-jdbc by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Troubles using German Umlauts with JDBC
Next
From: Larry Rogers
Date:
Subject: Re: Something unusual has occured to cause the driver to fail. NullPointerException