View Single Post

   
  #6 (permalink)  
Old 04-15-2008, 10:59 PM
Oliver Jowett
 
Posts: n/a
Default Re: 8.0 drivers released.

Oliver Jowett wrote:
> Andreas Joseph Krogh wrote:
>
>> NullPointerException:
>> Caused by: java.lang.NullPointerException
>> at org.postgresql.Driver.getDefaultProperties(Driver. java:84)
>> at org.postgresql.Driver.connect(Driver.java:167)
>> at org.apache.catalina.realm.JDBCRealm.open(JDBCRealm .java:599)

>
> Driver.java:84 is:
>
> Enumeration urlEnum =
> getClass().getClassLoader().getResources("org/postgresql/driverconfig.properties");
>
> I guess that org.postgresql.Driver is being loaded by the bootstrap
> classloader (getClassLoader() returns null). How exactly are you getting
> the driver jar into the classpath?


I can reproduce the exception by running test code when the driver is
loaded from the bootstrap classpath
('-Xbootclasspath/a:jars/postgresql.jar')

It seems reasonable to fall back to the system classloader if the driver
was loaded from the bootstrap classloader. I will commit a change to do
this shortly.

-O

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Reply With Quote