Author | Message |
---|---|
xieguahu
Posts: 50
|
Posted 19:53 Nov 04, 2009 |
My code works just fine. Then I added some extra features. And everything is not working. So I decide to revert back, but I got the error What is the problem? And at the same time, the pgsql does not work either. Error connecting to the server: server closed the connectin unexpectedly This probably means the server terminated abnormally before or while processing the request.
And I checked my source code, it seems that eclips cannot find the lib file for thins like: org.apache org.springframework and so on
Last edited by xieguahu at
20:05 Nov 04, 2009.
|
xieguahu
Posts: 50
|
Posted 21:06 Nov 04, 2009 |
Most of the problem is solved except the database one. n: Hibernate operation: Cannot open connection; uncategorized SQLException for SQL [???]; SQL state [null]; error code [0]; Cannot create PoolableConnectionFactory (The connection attempt failed.); nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (The connection attempt failed.) So basically, I could not connect to the database. How should I solve it? |
xieguahu
Posts: 50
|
Posted 21:18 Nov 04, 2009 |
Problem solved, I need to restart my computer and everyting works fine. Except that some of code is missing during the whole process. So I need to rewrite them again. |