[redhat-ccm-list] pg72jdbc2.jar (was: Re: catalina.out)

Vadim Nasardinov vadimn at redhat.com
Thu Feb 26 21:27:43 UTC 2004


On Thursday 26 February 2004 15:46, Dhanya Unnikrishnan wrote:
> Initialization failed with error org/postgresql/jdbc1/Statement.getConnection.
> java.lang.AbstractMethodError: org/postgresql/jdbc1/Statement.getConnection

http://java.sun.com/j2se/1.3/docs/api/java/lang/AbstractMethodError.html

    Thrown when an application tries to call an abstract
    method. Normally, this error is caught by the compiler; this error
    can only occur at run time if the definition of some class has
    incompatibly changed since the currently executing method was last
    compiled.

In plain English, the above usually means you are using the wrong
version of a library that has changed incompatibly between releases.

It looks like you have pg73jdbc1.jar (or pg72jdbc1.jar) somewhere
on your classpath.  You need pg72jdbc2.jar.  See
http://jdbc.postgresql.org/download.html





More information about the Redhat-ccm-list mailing list