7.4 LOG: invalid message length

Started by Gmane Smithover 22 years ago3 messages
#1Gmane Smith
gmane@ethicist.net

Using
Mac OS X 10.2.6
Pgsql 7.4 (postgresql-7.4beta1) from postgresql.org
devpgjdbc2.jar
and WebObjects 5.2

I get
LOG: invalid message length
when EOModeler creates my database.

When I built PostgreSQL I specified
--with-pam --without-readline

Since I don't have ant the "--with-java" failed so I left it off.

Should I go back to a more stable JDBC driver? Or should I press on?
Thanks.

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Gmane Smith (#1)
Re: 7.4 LOG: invalid message length

Gmane Smith <gmane@ethicist.net> writes:

Using
Mac OS X 10.2.6
Pgsql 7.4 (postgresql-7.4beta1) from postgresql.org
devpgjdbc2.jar
and WebObjects 5.2

I get
LOG: invalid message length

You should probably report this to pgsql-jdbc; it sounds like a flaw in
their implementation of the new FE/BE protocol. They'll want a clearer
description of how to reproduce it, though ...

regards, tom lane

#3Barry Lind
blind@xythos.com
In reply to: Gmane Smith (#1)
Re: 7.4 LOG: invalid message length

Gmane,

I just checked in a fix to the jdbc driver for this. The problem was
that the connection termination message was being passed the wrong
length, which really didn't have any other adverse side effect than this
message in the log, since the connection was no longer being used.

thanks,
--Barry

Gmane Smith wrote:

Show quoted text

Using
Mac OS X 10.2.6
Pgsql 7.4 (postgresql-7.4beta1) from postgresql.org
devpgjdbc2.jar
and WebObjects 5.2

I get
LOG: invalid message length
when EOModeler creates my database.

When I built PostgreSQL I specified
--with-pam --without-readline

Since I don't have ant the "--with-java" failed so I left it off.

Should I go back to a more stable JDBC driver? Or should I press on?
Thanks.

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly