tomcat 4

[Tomcat Error] java.lang.ClassNotFoundException

오류 심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListenerjava.lang.ClassNotFoundException 오류 상황 maven을 사용하는 project인데 maven install 후 se로 설치한 eclipse를 ee로 재 설치하고 바로 server start. 오류 원인 http://ddoriya.tistory.com/entry/javalangClassNotFoundException-orgspringframeworkwebcontextContextLoaderListener 를 보니 maven 문제인것 같다.아마 eclipse를 재설치하고 maven 관련 설정..

오류관리 2016.11.30

[TOMCAT] There are no resources that can be added or removed from the server.

오류상황 svn connection하고 server 를 켜야해서 tomcat 7 서버를 연결했다. 오류원인 connection 한 project를 gradle 한 후에 refresh를 하지 않았다.일반 프로젝트에서 웹프로젝트로 변환이 안되었다.웹 프로젝트가 하나도 없으니 서버에 add 할게 없다고 오류가 나지! 오류해결 project를 refresh 하여 웹프로젝트로 인식 시킨후 해결! 웹 프로젝트가 되면 musicblock 왼쪽 이모디콘?의 좌측상단에 보면 지구본이 생김

오류관리 2016.05.07

[TOMCAT] Unable to process Jar entry~

[오류] Unable to process Jar entry [path~~~/name1.class] from [path~~~~~~] name2.Jar name2 안에 있는 name1을 찾을 수 없다. 에러 상황 cmd gradle eclipse 했더니 jar 파일을 찾지 못했다.나 같은 경우 mybatis.jar 에서 오류 같은 반 사람들이 똑 같은 진행을했는데 모두가 mybatis.jar에서 오류가 났다 에러 원인 어떤 것 버전을 잘못 설치해서 취소?했다가 다시했었는데 그 때 문제가 생긴듯하다. gradle eclipse 도중 jar 파일이 깨지는 경우가 생긴 것! 에러 해결 gradle cleanEclipse 하고 다시 하였더니 완료됨

오류관리 2016.03.31
반응형