From: | Andres Olarte <olarte(dot)andres(at)gmail(dot)com> |
---|---|
To: | Antonio Rodriguez Anaya <arodriguez(at)dia(dot)uned(dot)es> |
Cc: | pgsql-jdbc(at)postgresql(dot)org |
Subject: | Re: ERROR: The backend has broken the connection -- AND: FATAL: |
Date: | 2006-01-24 13:49:15 |
Message-ID: | 3fccaa690601240549geaabb3bh9fcebd95f7f1e58b@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
What backend version are you using? I seems you are using a very old version
of the backend (server) and the driver is trying to comunicate in a newer
protocol. Theres a way to change the protocol, using the connection string,
but I think it will be better to update the server to the newest version.
On 1/24/06, Antonio Rodriguez Anaya <arodriguez(at)dia(dot)uned(dot)es> wrote:
>
> Hi,
>
> Sorry, I don't have time to reply the message.
>
> Thanks for the advice. I've changed the jdbc file for the newest.
> However I have errors in the same point but the message has changed.
>
> The java error is:
>
> FATAL: Socket command type unknown
>
> And the error message in postgrsql server is:
>
> FATAL: unsupported frontend protocol
> FATAL: Socket command type unknown
>
>
> I don't know why postgresql does'nt support frontend protocol, and I
> don't know how to change that protocol.
>
> Thanks in advanced,
>
> Toni.
>
> El 19/01/2006, a las 23:06, Oliver Jowett escribió:
>
> > Antonio Rodriguez Anaya wrote:
> >> The class gets connect with postgrsql by jdbc (pg73jdbc3.jar) without
> >> problems.
> >
> > This version of the driver is essentially unmaintained, I suggest you
> > upgrade to a more recent build (later driver versions should still
> > operate correctly against a 7.3 server).
> >
> > -O
> >
> > ---------------------------(end of
> > broadcast)---------------------------
> > TIP 1: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings
>
From | Date | Subject | |
---|---|---|---|
Next Message | Oliver Jowett | 2006-01-25 00:40:49 | Re: ERROR: The backend has broken the connection -- AND: FATAL: |
Previous Message | Antonio Rodriguez Anaya | 2006-01-24 11:11:16 | Re: ERROR: The backend has broken the connection -- AND: FATAL: |