Re: [S1]struts with hibernate

2009-02-10 Thread Lalchandra Rampersaud
ok, thanks andy. if anyone can think of a solution please write me.. - Original Message - From: "Andy" To: Sent: Tuesday, February 10, 2009 9:30 AM Subject: RE: [S1]struts with hibernate There are several things it could be. You could be running out of connections or

RE: [S1]struts with hibernate

2009-02-10 Thread Andy
Mailing List ; Lalchandra Rampersaud > Sent: Tuesday, February 10, 2009 9:20 AM > Subject: Re: [S1]struts with hibernate > > > Down in there you have a "java.net.SocketException: Connection reset" > > > ...and repeated "The connection attempt failed.&qu

Re: [S1]struts with hibernate

2009-02-10 Thread Lalchandra Rampersaud
: Re: [S1]struts with hibernate Down in there you have a "java.net.SocketException: Connection reset" ...and repeated "The connection attempt failed." log messages right at the top there. Something's going on between you and your database server; looks like a

Re: [S1]struts with hibernate

2009-02-10 Thread Jim Kiley
Down in there you have a "java.net.SocketException: Connection reset" ...and repeated "The connection attempt failed." log messages right at the top there. Something's going on between you and your database server; looks like a network problem, or maybe somehow something monkeying with your databa

[S1]struts with hibernate

2009-02-10 Thread Lalchandra Rampersaud
hi, i am using struts 1.3 with hibernate which connects to a postgre database. from time to time i would get an error stating that the hibernate session cannot be opened. what could be the cause of the problem? here is the stack trace of the problem.. - SQL Error: 0, SQLState: 08001 - The co