Home > Archive > PostgreSQL Bugs > November 2005 > BUG #2063: Unsupported frontend protocol









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author BUG #2063: Unsupported frontend protocol
neeraj chaudhari

2005-11-22, 9:23 am


The following bug has been logged online:

Bug reference: 2063
Logged by: neeraj chaudhari
Email address: neerajchaudhari@yaho
o.co.in
PostgreSQL version: 8.0.4
Operating system: Red Hat linux 9.0
Description: Unsupported frontend protocol
Details:

Hi,
i have recently installed postgresql 8.0.4 on my red hat linux 9.0 box, i
have configured, make & installed successfully. The application server which
i use is jboss-3.2.6. Now whenever i start my database server (postgresql
8.0.4) and then my application server, i receive the following messages on
my database server:-


[ethuser@ethrl-edu32 pgsql]$ ./setenv
[ethuser@ethrl-edu32 pgsql]$ postmaster -D /usr/pgsql/data/
LOG: database system was shut down at 2005-11-22 11:39:34 IST
LOG: checkpoint record is at 0/D9CF8C
LOG: redo record is at 0/D9CF8C; undo record is at 0/0; shutdown TRUE
LOG: next transaction id: 30928; next oid: 19697
LOG: database system is ready
FATAL: unsupported frontend protocol
FATAL: unsupported frontend protocol
FATAL: unsupported frontend protocol
FATAL: unsupported frontend protocol
FATAL: unsupported frontend protocol

Then to i am able to connect to the database & access & modify the
records.

regards,
Neeraj

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Qingqing Zhou

2005-11-22, 8:24 pm


""neeraj chaudhari"" < neerajchaudhari@yaho
o.co.in> wrote

>
> FATAL: unsupported frontend protocol
> FATAL: unsupported frontend protocol
> FATAL: unsupported frontend protocol
>
> Then to i am able to connect to the database & access & modify the
> records.
>


It looks like your client guesses out the right frontend protocol version
after several tries, then stick to this version and continue.

But the strange thing is that you are using 8.0.4, why the fatal message is
not with this format:
"FATAL: unsupported frontend protocol %u.%u: server supports %u.0 to
%u.%u"

Regards,
Qingqing


Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com