반응형

Server Tomcat v7.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.

 

이 문제는 아래와 같이, 서버의 Timeouts을 늘려서 서버가 작동되면 다행이겠지만, 이 해결 방법으로 해결이 되지 않는다면 다른 원인을 찾아야 한다.


해결방법

간혹가다가, 서버를 키기 전에 디버깅 모드에서 BreakPoint에 체크가 되어 있으면 서버 구동 진행이 안되는 경우가 있다. 아래와 같이, 문구에서 계속 진행이 된다고만 나온다.

preparing launch delegate establishing debug connection

 

그래서, 서버가 왜 계속 안켜지지? 생각한다면 브레이크 포인트가 걸려 있는지 확인해야 한다. 즉, 아래와 같이 BreakPoints에 체크가 해제가 되어 있는지 확인을 해야 한다.

 


반응형

'Problem Solving > 문제해결' 카테고리의 다른 글

[문제해결] no mapping found for http request with uri [/a/b/c/d/e/f/test.rest] in dispatcherservlet with name 'test' 해결 방법  (0) 2022.05.25
Cannot create JDBC driver of class '' for connect URL 'null'nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connecti..  (0) 2022.05.10
Removing obsolete files from server...Could not clean server of obsolete files: Cannot invoke "org.eclipse.core.runtime.IPath.toFile()" because "contextPath" is nullCannot invoke "org.eclipse.core.runtime.IPath.toFile()" because "contextPath" is null ..  (0) 2022.04.25
nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null) to be returned by selectOne(), but found: 2 문제 해결 방법  (0) 2022.04.11
download sources and javadoc 무한반복 해결 방법  (0) 2022.04.03
https://로 보냈는데 http://로 받는 경우에 URL 처리하는 방법  (2) 2022.03.29
org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: JDBC-12003:Unable to open a session. 문제 원인 및 해결 방법  (0) 2022.03.28
Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary. 문제 해결 방법  (0) 2022.03.24
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기