Eclipse 서버 구동시 Time out 에러

in eclipse •  6 years ago 

Starting Tomcat v6.0 Server at localhost' has encountered a problem.
Server Tomcat v6.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.

45초 시간 제한 내에 서버 시작을 못했다는 에러

검색해보면 Servers > Timeouts 에서 시간 설정을 늘려주거나..
구동중인 서버를 우클릭해서 Clean, Clean Tomcat Work Directory
혹은 프로젝트 > Clean 등등의 해결책들이 많이 나오고
심지어 eclipse.ini 에 -Djava.net.preferIPv4Stack=true를 추가하라는 내용도 있었는데 ..

해당 내용들을 다 해봐도 문제는 해결되지 않았다.

그러다가 stack overflow에서 본 답변 하나 ..

I've found that this can happen due to invalid/corrupted/??? breakpoints in your code when you start in "Debug". It is often accompanied by slow start up times.
"Remove All Breakpoints" cleared this up for me.

다른 프로젝트에 Breakpoint가 찍혀있었고, 서버에 올린 프로젝트를 Debug mode로 실행했던게 문제였다.

로직만 구현하고 테스트해보려고 다른 프로젝트에서 작업하다가 Breakpoint를 찍었던게 .. 끙 ..

해당 Breakpoint 풀고 start하면 모든것이 잘 된다 ..

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!