[Pljava-dev] Strange Exception: limit of stack depth breached

From: vorarlberger at gmail(dot)com (Vorarlberger)
To:
Subject: [Pljava-dev] Strange Exception: limit of stack depth breached
Date: 2011-10-18 09:12:59
Message-ID: CALtUeZYjdr=0f+dMJeGeRaVxgivCGKVsGAgviLXmA-4s1XRhOA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pljava-dev

Hi

Is there a way to get aroud this

DEBUG: Exception in function SPI_is_cursor_plan
INFO: 18 Okt 11 11:06:00 org.postgresql.pljava.sqlj.Loader Failed to load
class
org.postgresql.pljava.internal.ServerException: Grenze f??r Stacktiefe
??berschritten
at org.postgresql.pljava.internal.ExecutionPlan._isCursorPlan(Native
Method)
at
org.postgresql.pljava.internal.ExecutionPlan.isCursorPlan(ExecutionPlan.java:169)
at
org.postgresql.pljava.jdbc.SPIStatement.executePlan(SPIStatement.java:122)
at
org.postgresql.pljava.jdbc.SPIPreparedStatement.execute(SPIPreparedStatement.java:263)

I am running something like oracles plsql gateway, wich means I am running a
small webserver (jetty) inside (because it is 100% dump restore proof) my
postgres database. sometimes I will catch the above error.

I use pljava 1.4, postgres 9.0 and jdk 6

Thanks
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20111018/95967399/attachment.html>

Browse pljava-dev by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2011-10-25 20:51:45 [Pljava-dev] The silence is broken
Previous Message Nathan Egge 2011-10-11 16:00:23 [Pljava-dev] SecurityManager and Equinox OSGi