Re: FATAL: Socket command type A unknown

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: "pgsql-general(at)postgresql(dot)org(dot)pgsql-jdbc"(at)postgresql(dot)org
Subject: Re: FATAL: Socket command type A unknown
Date: 2003-08-27 16:47:41
Message-ID: biinb5$rel$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

Natrually right after I sent this post I found the problem. The String was
'uAKcXMobT3^(at)AAAAAAAAA
... which is the old problem with jdbc and embedded 0 charachters. In
what version of the driver was that fixed?

Joseph Shraibman wrote:
> I'm having a wierd problem with pg 7.3.3
>
> PostgreSQL 7.3.3 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.2
> 20020903 (Red Hat Linux 8.0 3.2-7)
>
> I have a bunch of inserts being done by JDBC. One of them if causing a
> problem.
>
> LOG: query: INSERT INTO mailtextlog (mlid,tlog,cdate)
> VALUES(99999933,'Sent via localhost','2003-08-27 11:07:53.701');
> LOG: query: INSERT INTO mailtextlog (mlid,tlog,cdate)
> VALUES(99999934,'While talking to mx1.lix.aon.at [195.3.86.141]: uAKcXMobT3
> ERROR: parser: unterminated quoted string at or near "'While talking to
> mx1.lix.aon.at [195.3.86.141]: uAKcXMobT3" at character 59
> FATAL: Socket command type A unknown
>
>
> Obviously the pg log is not showing the end of the instert I'm sending
> via jdbc. I'm not sure what the string is supposed to be because it is
> dynamically generated, but it should have been something like the line
> above it.
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2003-08-27 16:49:30 Re: Books for PostgreSQL?
Previous Message Joseph Shraibman 2003-08-27 16:41:22 FATAL: Socket command type A unknown

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-08-27 19:36:24 Re: Help - lo_close: invalid large obj descriptor
Previous Message Joseph Shraibman 2003-08-27 16:41:22 FATAL: Socket command type A unknown