| From: | Guillaume Cottenceau <gc(at)mnc(dot)ch> |
|---|---|
| To: | "Trygve Hardersen" <trygve(dot)hardersen(at)no(dot)scala(dot)com> |
| Cc: | <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: Strange JDBC problem |
| Date: | 2006-09-01 14:39:49 |
| Message-ID: | 87hczrbqh6.fsf@meuh.mnc.lan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
"Trygve Hardersen" <trygve.hardersen 'at' no.scala.com> writes:
> 01-09-2006 07:50:02,071 ERROR JDBCExceptionReporter: An I/O error
> occured while sending to the backend.
Might be a shot in the dark but.. This error also happened on me
because of some unsynchronized code concurrently accessing a
single prepared statement (setting values, performing the query,
retrieving the data). I am not sure how synchronizing is handled
when using hibernate (we don't). Maybe a different web client
trigger slightly different code paths or timings leading to the
problem.
--
Guillaume Cottenceau
Create your personal SMS or WAP Service - visit http://mobilefriends.ch/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Lewis | 2006-09-01 14:54:06 | Re: Strange JDBC problem |
| Previous Message | Trygve Hardersen | 2006-09-01 13:40:06 | Strange JDBC problem |