티스토리 뷰
SW개발/Hibernate
hibernate / java.net.NoRouteToHostException: 호스트로 갈 루트가 없음 (Host unreachable)
개소왕 2018. 5. 10. 23:43* 환경
MySQL 5.5
Hibernate 5
* - SQL Error: 0, SQLState: 08S01
ERROR: org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
5월 10, 2018 10:26:58 오후 org.apache.catalina.core.StandardWrapperValve invoke
심각: Servlet.service() for servlet [appServlet] in context with path [/nlp] threw exception [Request processing failed; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: Unable to acquire JDBC Connection] with root cause
* 해결
- 지정된 서버가 연결할 수 없는 경우
- 또는 root-context.xml 과, hibernate.cfg.xml 의 mysql 주소가 달랐을때 발생
'SW개발 > Hibernate' 카테고리의 다른 글
javax.persistence.TransactionRequiredException: Executing an update/delete query (0) | 2018.05.21 |
---|---|
tx:annotation-driven" 요소에 대한 "tx" 접두어가 바인드되지 않았습니다. (0) | 2018.05.21 |
hibernate / SQL Error: 0, SQLState: 08001 등 (0) | 2018.05.10 |
Hibernate 2개 이상의 DB 연결 (0) | 2018.05.10 |
composite id 사용하는 개체 save 후 ID 받기 (0) | 2017.08.14 |