1
我做了一個Java應用程序使用spring,hibernate和Jaxb。JDBCExceptionReporter - SQL錯誤:0,SQLState:08001
JDBCExceptionReporter - SQL Error: 0, SQLState: 08001
JDBCExceptionReporter - Could not create connection to database server. Attempted reconnect 3 times. Giving up.
JDBCExceptionReporter - SQL Error: 0, SQLState: 08001
JDBCExceptionReporter - Could not create connection to database server. Attempted reconnect 3 times. Giving up.
我已經得到了上面的錯誤,當我試圖數據庫多次通過環路連接。這是一個精細的工作多達50個請求,但得到錯誤的,當循環更多的則是50
正在使用的Java 1.7和Tomcat 7.0
使用連接池概念 – 2013-04-04 14:07:01
嘗試關閉您的連接 – 2013-04-04 14:08:12
請顯示代碼包含連接。 – tostao 2013-04-04 14:12:31