Re: Exception in thread "main" java.lang.OutOfMemoryError:

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Jim Davis <j(dot)a(dot)davis(at)larc(dot)nasa(dot)gov>
Cc: Roland Walter <rwa(at)mosaic-ag(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Exception in thread "main" java.lang.OutOfMemoryError:
Date: 2006-08-25 18:00:57
Message-ID: F199BE4A-9B2E-47C7-B1E4-E4DC3091CE96@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Jim,

What happens when you try to do this in psql. It's possible that
there are notify messages filling up memory.

Dave
On 25-Aug-06, at 8:10 AM, Jim Davis wrote:

> Jim Davis wrote:
>
> I changed the executeUpdate to just an execute, saved, re-ran java
> application and received the same
> Exception in thread "main" java.lang.OutOfMemoryError: Java heap
> space error.
>
>
>
>
> Roland Walter wrote:
>
>> Jim Davis schrieb:
>>
>>> I am not a java programmer, so it is possible I am doing
>>> something wrong:
>>>
>>> I saw this problem initially on my test system using sequoia jdbc
>>> driver with my postgresql 8.1.4 database servers trying
>>> to create an index on a 27 million row table. After many
>>> suggestions and tests, It was suggested I try using the postgresql
>>> jdbc driver to perform the create index to try and isolate where
>>> the out of memory condition is occurring. So I edited a
>>> java application I was testing with and pointed it to the
>>> postgresql jdbc driver. I used version postgresql-.
>>> 2dev-503.jdbc3.jar
>>> the first time and postgresql-9.2dev-503.jdbc3.jar the second
>>> time with the same results: Exception in thread "main"
>>> java.lang.OutOfMemoryError: Java heap space
>>>
>> I have no idea, why this happens. I would not expect that. But i
>> saw in your code example that you use executeUpdate for a defining
>> sql statement. I would use just the execute method. A cursor
>> should not be needed.
>>
>> Regards,
>> Roland.
>>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Andy Shellam 2006-08-25 21:01:30 Re: CMS - portal server Question
Previous Message Roland Walter 2006-08-25 14:15:00 Re: Exception in thread "main" java.lang.OutOfMemoryError: