Problems with jdbc & pgsql 6.5

From: timbert(at)subnet-89(dot)el-equip(dot)com
To: pgsql-sql(at)postgresql(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Problems with jdbc & pgsql 6.5
Date: 1999-07-05 12:54:05
Message-ID: Pine.LNX.4.10.9907050849540.1009-100000@subnet-89.el-equip.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces pgsql-sql

I configured postgresql with the --with-jdbc option, installed it
correctly, and maked and set up the jdbc-postgresql .jar file properly.

The problem I'm having is that when I run the threadsafe jdbc example is
screws up giving me the following error message

Thread 3 has created a blob of oid 18849
Thread 1 running...
Thread 2 running...
Thread 3 running...
Waiting for threads to run
Thread 3:
FastPath call returned {1} FastPath call returned {1}
at postgresql.fastpath.Fastpath.fastpath(Compiled Code)
at postgresql.fastpath.Fastpath.fastpath(Compiled Code)
at postgresql.largeobject.LargeObject.write(Compiled Code)
at postgresql.largeobject.LargeObject.write(Compiled Code)
at example.threadsafe$thread3.run(Compiled Code)

My question is have I configured postgresql wrong and what should I do to
correct this.. I'm running with blackdown.org's java 1.2 pre-release v2.

Timbert

Browse pgsql-interfaces by date

  From Date Subject
Next Message Florian Baumert 1999-07-05 22:13:50
Previous Message srihari mule 1999-07-05 09:54:48 ODBC Connectivity....

Browse pgsql-sql by date

  From Date Subject
Next Message Eid, Bilal 1999-07-05 23:57:36 Large Objects
Previous Message Herouth Maoz 1999-07-04 11:59:07 Re: [SQL] Tricky SQL (?)