Re: BUG #1048: error connection to dbms from java app server

From: Kris Jurka <books(at)ejurka(dot)com>
To: <chrisc(at)csh(dot)rit(dot)edu>
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1048: error connection to dbms from java app server
Date: 2004-01-15 10:45:07
Message-ID: Pine.LNX.4.33.0401150538440.13549-100000@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, 10 Jan 2004, PostgreSQL Bugs List wrote:

>
> The following bug has been logged online:
>
> PostgreSQL version: 7.4
>
> Operating system: FreeBSD 5.1
>
> Description: error connection to dbms from java app server
>
>
> I get an error from Jboss app server when trying to connect to postgresql. I
> am using the jdbc driver that was built with --with-java. This same bug
> showed up when I tried to use Postgres 7.3.4.

You are not using the correct jdbc driver. The outrageously long stack
trace shows the org.postgresql.Connection class involved which does not
exist in either the 7.3 or 7.4 drivers. You may have an old version
somewhere in your classpath.

Kris Jurka

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kris Jurka 2004-01-15 11:43:07 Re: ResultSet.getFetchSize()
Previous Message Kris Jurka 2004-01-15 10:37:03 Re: jdbc1.AbstractJdbc1Statement.setBinaryStream bug and