On Mon, 30 Jan 2006, Antonio Rodriguez Anaya wrote:
> I have followed the recommendations and I have installed in other computer
> the newest versión and I have added "?loglevel=2" to the end on my JDBC URL.
> The results are:
>
> 18:36:11.241 (1) <=BE ErrorMessage(ERROR: insufficient data left in message)
> org.postgresql.util.PSQLException: ERROR: insufficient data left in message
Fascinating. Is this reproducible? Can you send us a test case? If not
we'll probably need to see what the server thinks it is getting. Can you
get tcpdump data from this error?
tcpdump -s 1514 -w file.log
Kris Jurka