Re: [GENERAL] Mixed up protocol packets in server response?

From: Michal Politowski <mpol+pg(at)meep(dot)pl>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: [GENERAL] Mixed up protocol packets in server response?
Date: 2011-06-06 08:13:23
Message-ID: 20110606081323.GA3231@meep.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

On Sat, 4 Jun 2011 10:39:26 +1200, Oliver Jowett wrote:
> 2011/6/4 Michal Politowski <mpol+pg(at)meep(dot)pl>:
> > Hello,
> > I have a quite weird problem. I described it in a mail to pgsql-general
> > quoted below, and quite obviously the general opinion is that the source is
> > on the application side, not server side. But the data is mixed up in
> > the jdbc driver, two method calls away from the standard library socket
> > code, so there is not much space for the application to mess it up.
>
> Can you get a capture of the traffic on the actual network (e.g. via
> tcpdump/wireshark?)

Depends on what the system owners will be happy with, but I'm trying to
arrange it.

--
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Condor 2011-06-06 08:14:20 How to log query's from servers ?
Previous Message tomas 2011-06-06 05:26:44 Re: SQLite-PostgreSQL comparison

Browse pgsql-jdbc by date

  From Date Subject
Next Message Benjamin.Galaviz 2011-06-08 17:36:36 PGPoolingDataSource problem.
Previous Message Oliver Jowett 2011-06-04 02:58:38 Re: Accepting Object[] as an acceptable input to setObject with Types.ARRAY?