Обсуждение: 7.4 LOG: invalid message length

Поиск
Список
Период
Сортировка

7.4 LOG: invalid message length

От
Gmane Smith
Дата:
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.



Re: 7.4 LOG: invalid message length

От
Tom Lane
Дата:
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


Re: 7.4 LOG: invalid message length

От
Barry Lind
Дата:
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:
> 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
>