From: | Richard Huxton <dev(at)archonet(dot)com> |
---|---|
To: | shiguoying <shiguoying(at)yeah(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: my problem for i/o error when i use postgre |
Date: | 2008-03-10 10:46:27 |
Message-ID: | 47D51183.6050007@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
shiguoying wrote:
> Hello everybody work for postgre: I have a problem for i/o error when
> i using java programming.it happend when I disconnect database.but
> ,i'm not sure its database'bug or my programming'bug.I follow a text
> in attachment. I hope your help! thanks ! eagle shi from china
The error is:
description The server encountered an internal error () that prevented
it from fulfilling this request.
exception
javax.servlet.ServletException: Hibernate operation: could not execute
query; uncategorized SQLException for SQL [select tproductty0_.typeid as
typeid9_, tproductty0_.parentid as parentid9_, tproductty0_.isleaf as
isleaf9_, tproductty0_.typename as typename9_, tproductty0_.comments as
comments9_, tproductty0_.menuorder as menuorder9_ from
public.t_product_type tproductty0_ where tproductty0_.parentid=? order
by tproductty0_.menuorder desc]; SQL state [08006]; error code [0]; An
I/O error occured while sending to the backend.; nested exception is
org.postgresql.util.PSQLException: An I/O error occured while sending to
the backend.
It looks like there was a crash on the backend. What do your PostgreSQL
server logs show?
--
Richard Huxton
Archonet Ltd
From | Date | Subject | |
---|---|---|---|
Next Message | Craig Ringer | 2008-03-10 11:33:36 | Re: Service account not showing |
Previous Message | Richard Huxton | 2008-03-10 10:44:07 | Re: Service account not showing |