From: | rcolmegna at tiscali(dot)it (rcolmegna at tiscali(dot)it) |
---|---|
To: | |
Subject: | R: Re: [Pljava-dev] crash due to huge load? |
Date: | 2005-10-29 12:09:07 |
Message-ID: | 43621BAB00003456@mail-7.mail.tiscali.sys |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pljava-dev |
As you requested I sent you other logs.
Note that errors appear only under huge load.
TIA
Roberto Colmegna
---- Messaggio originale ----
Data: Sat Oct 29 10:59:47 CEST 2005
Da: Thomas Hallgren<thomas at tada.se>
A: rcolmegna at tiscali.it
Cc: pljava-dev at gborg.postgresql.org
Ccn:
Ogg.: Re: R: Re: [Pljava-dev] crash due to huge load?
Roberto,
Some of you problems stems from the following lines:
ERROR: XX000: java.lang.NoClassDefFoundError:
org/postgresql/core/StartupPacket
ERROR: XX000: java.lang.NoClassDefFoundError:
it/robcol/distribdb/util/SQLIntrospector
You need to find the cause of these errors. You also get a warning from
PL/Java:
WARNING: 01000: 29 Oct 05 09:35:14
org.postgresql.pljava.jdbc.Invocation Closing 1 "forgotten" statement
this indicates that you have prepared statements that you don't close.
Please set the log_min_messages in your postgresql.conf to DEBUG1. That
will reveal some more info.
Regards,
Thomas Hallgren
__________________________________________________________________
TISCALI ADSL
Solo con Tiscali Adsl navighi senza limiti e telefoni senza canone
Telecom a partire da 19,95 Euro/mese.
Attivala subito, I PRIMI DUE MESI SONO GRATIS! CLICCA QUI:
http://abbonati.tiscali.it/adsl/sa/1e25flat_tc/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: postgresql-Sat.zip
Type: application/x-zip-compressed
Size: 8199 bytes
Desc: not available
URL: <http://lists.pgfoundry.org/pipermail/pljava-dev/attachments/20051029/6da76283/attachment.bin>
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Hallgren | 2005-10-29 12:27:35 | R: Re: [Pljava-dev] crash due to huge load? |
Previous Message | Thomas Hallgren | 2005-10-29 08:59:47 | R: Re: [Pljava-dev] crash due to huge load? |