오류 26

[NodeJS] throw er; // Unhandled 'error' event

오류상황 인터넷에 있는 예제 따라쳤는데 안됨 var http= require('http');http.createServer(function (req,res){res.writeHead(200,{'Content-Type':'text/plain'});res.end('Hello world');}).listen(1337,'127.0.01');console.log('server running at http://127.0.0.1:1337'); 오류원인 코드의 IP 잘못 잡아줘서!근데 127.0.0.1은 Localhost 얘기하는거니까 상관없는거 아닌가...? [ 2016년08월02 추가내용 ]127.0.0.1 == localhostbut 나는 127.0.01 오타!!

오류관리 2016.07.19

[SVN] E175002

오류상황 커밋안됨Syncronized하면 server의 파일에 remote가 뜨는 것도 아니고 그냥 빈화면merge도 안됨 override and commit 도 안됨 아무것도 안됨ㅜㅜ 오류원인 checkout 후에 다시 받으니 내가 수정하려던 파일의 이름이 변경되었다.파일이 지워진것은 아니니까 syncronized에서 remote가 안뜬 것이였던 것.. 내가 commit하려던 파일 하나만 잡고 commit 했는데 상위 폴더 전체를 잡고 commit 했으면 바로 찾을수 있었던 문제인듯!

오류관리 2016.05.20

[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

[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
반응형