Thread: Port Bug Report: inserting blob in transaction (jdbc2, java2)

Port Bug Report: inserting blob in transaction (jdbc2, java2)

From
Unprivileged user
Date:
============================================================================
                        POSTGRESQL BUG REPORT TEMPLATE
============================================================================


Your name               : Tomas Urbanec
Your email address      : urbanec@gic.sk

Category                : unknown
Severity                : serious

Summary: inserting blob in transaction  (jdbc2, java2)

System Configuration
--------------------
  Operating System   : Linux  2.2.5, glibc2.0

  PostgreSQL version : 6.5

  Compiler used      : gcc 2.7.2.3

Hardware:
---------
Pentium PRO, 128MB RAM...

Versions of other tools:
------------------------
make

--------------------------------------------------------------------------

Problem Description:
--------------------
conn.setautocommit( false );
insert image into DB . (I used  code from ImageViewer example)
..
It throws SQLException with message "Error flushing output: java.io.IOExcpetion : broken pipe

--------------------------------------------------------------------------

Test Case:
----------


--------------------------------------------------------------------------

Solution:
---------


--------------------------------------------------------------------------