From: | thhal at mailblocks(dot)com (Thomas Hallgren) |
---|---|
To: | |
Subject: | [Pljava-dev] ERROR: Unable to find static method... |
Date: | 2004-12-02 10:09:30 |
Message-ID: | 41AEE9DA.3040301@mailblocks.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
Morgan Cameron wrote:
>I am trying to develop a view that calls a function that will ultimately
>make a separate connection to a XML database and return attributes back into
>the view, but for testing it simply returns dummy values. In selecting from
>the view, I find that I'm getting "method not found" errors on the first and
>second query attempts, but it succeeds on the third!
>
>PostgreSQL log file is attached.
>
>Would "preloading" the pljava library help? I used "preload_libraries =
>'/pgsql/lib/libpljava'", but the system appears to hang after the point of
>"Creating JavaVM" (no more messages appear in the log file after that point,
>even at debug level 5). Eventually I would like to preload the java
>libraries since the code will get used quite heavily.
>
>
Intriguing bug indeed. I don't think that preloading will sovle this one.
Thank you very much for an extensive and complete bug report. I'll look
in to this ASAP.
Regards,
Thomas Hallgren
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2004-12-05 19:22:21 | [Pljava-dev] Need access to a Linux box |
Previous Message | Morgan Cameron | 2004-12-02 02:32:09 | [Pljava-dev] ERROR: Unable to find static method... |