agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feed[Pljava-dev] Re: problems with pl/java
3+ messages / 0 participants
[nested] [flat]
* [Pljava-dev] Re: problems with pl/java
@ 2004-11-16 17:21
0 siblings, 0 replies; 3+ messages in thread
From: @ 2004-11-16 17:21 UTC (permalink / raw)
Ewald Geschwinde wrote:
>I have some strange problems with pl/java
>
>I wanted to test it. I made the steps explained in the docs.
>
>But when I restart the database (8.0b4)
>
>
PL/Java cannot run with 8.0.0b3 or 8.0.0b4 since there's a bug in the
way PostgreSQL reads its configuration variables. A fix for this bug is
included in PostgreSQL 8.0.0beta5 that's said to be released this week.
Once it's out, I'll release a new version of PL/Java.
For now, you have two options. a) Compile the CVS HEAD of both PL/Java
and PostgreSQL or b) revert to PostgreSQL 8.0.0beta2.
Regards,
Thomas Hallgren
^ permalink raw reply [nested|flat] 3+ messages in thread
* [Pljava-dev] Re: problems with pl/java
@ 2004-11-29 10:57
2004-11-29 12:20 ` [Pljava-dev] Re: problems with pl/java
0 siblings, 1 reply; 3+ messages in thread
From: @ 2004-11-29 10:57 UTC (permalink / raw)
Hi,
I tested PLJava with Postgresql 8.0.0beta5 and I get only folowing
exception.
Caused by: org.postgresql.util.PSQLException: An I/O error occured while
sending to the backend
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:142)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:346)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:294)
at
org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:249)
at org.jsphere.jdbc.model.ModelHome.commit(ModelHome.java:534)
... 31 more
Caused by: java.io.EOFException
at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:244)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:853)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:139)
... 35 more
In 1 of 10 attempts I noticed, that trigger is fired sucessfully. Tested
with CVS version day by day since 22th November 2004. Older version of
PLJava (with small correction for Postgresql beta3 and beta4) is working.
Regards
Petr Michalek
^ permalink raw reply [nested|flat] 3+ messages in thread
* [Pljava-dev] Re: problems with pl/java
2004-11-29 10:57 [Pljava-dev] Re: problems with pl/java
@ 2004-11-29 12:20 `
0 siblings, 0 replies; 3+ messages in thread
From: @ 2004-11-29 12:20 UTC (permalink / raw)
Petr,
> Caused by: org.postgresql.util.PSQLException: An I/O error occured while
> sending to the backend
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:142)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:346)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags(AbstractJdbc2Statement.java:294)
>
> at
> org.postgresql.jdbc2.AbstractJdbc2Statement.executeUpdate(AbstractJdbc2Statement.java:249)
>
> at org.jsphere.jdbc.model.ModelHome.commit(ModelHome.java:534)
> ... 31 more
> Caused by: java.io.EOFException
> at org.postgresql.core.PGStream.ReceiveChar(PGStream.java:244)
> at
> org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:853)
>
> at
> org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:139)
>
> ... 35 more
>
I'm happy to help and your testing is very valuable. However the
exception you list here is the one thrown by the client and that doesn't
tell me much. I need to know what happened in the server. Do you have a
server log around somewhere or perhaps the stderr from the postmaster
process?
Regards,
Thomas Hallgren
^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2004-11-29 12:20 UTC | newest]
Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2004-11-16 17:21 [Pljava-dev] Re: problems with pl/java
2004-11-29 10:57 [Pljava-dev] Re: problems with pl/java
2004-11-29 12:20 `
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox