
javax_naming_NameNotFoundException_Name is not bound in this Context_ Unable to find javax_naming_NameNotFoundException_Name is not bound in this Context_ Unable to find 경고문이 나올 때 해결방법 증상 DAO와 JDCP를 연동하려고 할 때 javax_naming_NameNotFoundException_Name is not bound in this Context_ Unable to find 이라는 경고문이 뜨며 에러가 났다. 원인 이름이 맞지 않아 찾을 수 없다는 뜻. Tomcat의 Context.xml에는Oracle로 등록을 했는데 DAO의 context객체에는 Oracl..

[java.io.FileNotFoundException] Could not open ServletContext [/WEB-INF/action-servlet.xml] [java.io.FileNotFoundException] Could not open ServletContext resource경고문이 나올 때 해결방법 증상 Spring SimpleUrlController 이용해서 jsp 요청하다가 증상이 나타남. HTTP Status 500 - Internal Server Error 에러를 뿜으면서 에러가 났다. 원인 컨테이너에서 action-servlet.xml 을 찾지 못해서 에러가 났다. 해결 web.xml에서 경로를 지정해주면 된다. action org.springframework.web.Dispat..

Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use 경고문이 나올 때 해결방법 증상 서버를 껐다 켰는데 Several ports (8005, 8080, 8009) required by Tomcat v7.0 Server at localhost are already in use 라는 경고문이 뜨면서 톰캣이 작동되지 않았다. 원인 에러로그의 뜻은 서버 포트를 이미 사용 중 이라는 뜻으로, 서버를 비정상적으로 종료하여 서버가..