Postgres JDBC Driver : java.lang.OutOfMemoryError

From: adiddi(at)hss(dot)hns(dot)com
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Postgres JDBC Driver : java.lang.OutOfMemoryError
Date: 2000-12-08 10:50:10
Message-ID: 652569AF.003AF9B8.00@sandesh.hss.hns.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi ,

Will appreciate any help in resolving the following exception:

PostGreSQL : 7.0.2

Exception occurred during event dispatching:
java.lang.OutOfMemoryError:
at org.postgresql.PG_Stream.ReceiveString(PG_Stream.java:250)
at org.postgresql.Connection.ReceiveFields(Connection.java:447)
at org.postgresql.Connection.ExecSQL(Connection.java:419)
at org.postgresql.jdbc1.Statement.execute(Statement.java:269)
at org.postgresql.jdbc1.Statement.executeQuery(Statement.java:53)
.....

Thanks
Anil

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-12-08 11:41:42 RE: Postgres JDBC Driver : java.lang.OutOfMemoryError
Previous Message Peter Mount 2000-12-08 08:23:27 RE: JDBC Drop/Create problem?