오류해결 15

[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

[SVN] E175011, E175002 Check Out operation failed

Check Out operation failed1 error occurred during the operation execution. For more information see the text listed below. Checkout operation for 'http://github.com/hongkyungmo/waterdog.git' failed. svn: E175011: Repository moved permanently; please relocate svn: E175002: OPTIONS request failed on '/hongkyungmo/waterdog.git' 오류원인 SVN 연결이 제대로 안된 상태에서 check out을 해서 생긴 오류.discard connection과 check ..

오류관리 2016.05.06

[jQuery] Failed to load resource : the server responded with a status

오류 Failed to load resource : the server responded with a status http://127.0.0.1:53265/jquery-1.7.2.js of 404 (Not Found) 오류 상황 canvas 예제를 사용하는데 canvas가 뜨지 않았다 오류 원인 jquery 링크 잘못걸어줘서..복붙한 source에는 로 되어있었다.하지만 나는 jquery 를 다운 받은 적이 없다는 점!!그러니 당연히 Not found가 뜨지 404가 뜬다면 리소스가 있는지 부터 확인하자! 오류 해결 요렇게 내가 하던 방식으로 CDN으로 수정하니까 해결! ※ CDN : Contents Delivery Network

오류관리 2016.04.11
반응형