dbTalk Databases Forums  

[BUGS] BUG #2249: unsupported frontend protocol

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #2249: unsupported frontend protocol in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Satheesh
 
Posts: n/a

Default [BUGS] BUG #2249: unsupported frontend protocol - 02-09-2006 , 08:47 AM







The following bug has been logged online:

Bug reference: 2249
Logged by: Satheesh
Email address: satheeshravikumar (AT) gmail (DOT) com
PostgreSQL version: 7.3.2
Operating system: Red hat Linux 9
Description: unsupported frontend protocol
Details:

hi,

iam having database server postgres version 7.3.2 and jboss 4.x as
webserver, while executing the application iam getting an error message of
"FATAL:Unsupported Front end Protocol". This makes my application to execute
slowly. plz help me. Tahnks in Advance


satheesh

---------------------------(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

Reply With Quote
  #2  
Old   
Tom Lane
 
Posts: n/a

Default Re: [BUGS] BUG #2249: unsupported frontend protocol - 02-09-2006 , 09:26 AM






"Satheesh" <satheeshravikumar (AT) gmail (DOT) com> writes:
Quote:
iam having database server postgres version 7.3.2 and jboss 4.x as
webserver, while executing the application iam getting an error message of
"FATAL:Unsupported Front end Protocol". This makes my application to execute
slowly. plz help me. Tahnks in Advance
You probably need 7.4 or later Postgres.

regards, tom lane

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


Reply With Quote
  #3  
Old   
Kris Jurka
 
Posts: n/a

Default Re: [BUGS] BUG #2249: unsupported frontend protocol - 02-09-2006 , 09:46 AM





On Thu, 9 Feb 2006, Satheesh wrote:

Quote:
The following bug has been logged online:

Bug reference: 2249
PostgreSQL version: 7.3.2
Description: unsupported frontend protocol
Details:

iam having database server postgres version 7.3.2 and jboss 4.x as
webserver, while executing the application iam getting an error message
of "FATAL:Unsupported Front end Protocol". This makes my application to
execute slowly. plz help me. Tahnks in Advance

When using a new JDBC driver with an old server version it first tries to
connect with the v3 protocol and then falls back to the v2 protocol if
that fails. To tell the driver you want a v2 protocol from the start add
?protocolVersion=2 to your URL.

Kris Jurka


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.