From: | rakesh at rakeshv(dot)org (Rakesh Vidyadharan) |
---|---|
To: | |
Subject: | [Pljava-dev] New to pl/java, experiencing problem. |
Date: | 2005-10-28 14:23:17 |
Message-ID: | F878AE41-23E1-4B18-AC87-735869927405@rakeshv.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
On Oct 28, 2005, at 9:12 AM, dgovoni at metadapt.com wrote:
> Hi,
> I went through all the steps to install pl/java using postgres
> 8.0.3 with
> JDBC driver. the deploy returned without error. I then try some of
> the psql
> commands and keep getting these errors.
>
> test=# SELECT sqlj.set_classpath('javatest', 'samples');
> server closed the connection unexpectedly
> This probably means the server terminated abnormally
> before or while processing the request.
> The connection to the server was lost. Attempting reset: Failed.
Try looking into the log files under $PGDATA directory tree. I do
not know how you have set it up, but there probably is a log file in
there somewhere that might give you some reason for the server
crash. In my experience this is caused usually by memory errors, but
as per Thomas' response to an earlier thread, it has been fixed in
the latest snapshot of code in CVS. I have built and deployed it but
not yet tested to see if the old bug is fixed. Reading the earlier
thread that was posted today may give you some insight.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20051028/9d0d950d/attachment.html>
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2005-10-28 14:36:02 | [Pljava-dev] Re: latest pljava rebuild on PG8 failure |
Previous Message | dgovoni at metadapt.com | 2005-10-28 14:12:34 | [Pljava-dev] New to pl/java, experiencing problem. |