해결 21

[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

[NodeJS] Unexpected token ILLEGAL

SyntaxError: Unexpected token ILLEGAL at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:387:25) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Function.Module.runMain (module.js:447:10) at startup (node.js:146:18) at node.js:404:3 검색해보니 .require() 사용할때 에러남 인줄 알았지만 진짜 그냥 syntax error 였다......

오류관리 2016.05.02

[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

[SPRING]org.xml.sax.SAXParseException

오류 org.xml.sax.SAXParseException 오류 상황 모르겠다. 예제 문제 타이핑만 했는데 오류를 찾을 수 없다. 몇명이서 붙어서 확인했는데 못 찾았다. 모르겠다....... 오류 원인 xml에서 공백등 오타 white space = 공백 진짜 상관도 없어보이는 띄어쓰기 잘못했다고 에러남.......... 나는 xml 상단에 {~~}에서 {~~ }해서 오류 난것. web에 whtie space라고 error나온다. 오류 해결 공백을 없애 주세요..

오류관리 2016.03.31
반응형