[SQL ERROR] 1205 Lock wait timeout exceeded; try restarting transaction 오류 SQL 오류 (1205) : Lock wait timeout exceeded; try restarting transaction 오류 상황 insert 후 update 하는 transaction 중 발생query 종료도 되지 않고 database 종료도 되지 않는 현상 발생 오류 원인 다른 transaction이 실행중이여서 lock 잡힌것 오류 해결 다른 transaction 종료후 다시 실행하니 됨 오류관리 2016.11.30
[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
[SQL ERROR] SQLErrorCodesFactory 126 오류 [SQLErrorCodesFactory] [126] [INFO] SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL, Oracle, PostgreSQL, Sybase, Hana] 오류 상황 오류 원인 query column 명 오타였음 오류 해결 오류관리 2016.11.29
[NPM] PEER DEPENDENCY? RC5? 아마 첫?오류 상황 Couldn't read dependencies 프록시문제? 해결방법제시1 / 해결방법제시2 peerdependency 추가안되서 생긴 문제? 해결방법제시3 script에 start안써서 생긴 문제? 해결방법제시4 해결방법제시1~4 모두 실패. 해결방법제시5try deleting the node_modules directory and all npm temporary files and directories, and then run npm install again. 해결방법제시5도 실패 안되................... 누가좀알려주세요..................... 버전충돌이라는 이야기도 있고 프록시 문제라는 이야기도 있고 소스상의 문제라는 이야기도 있고아직 원인규명 못함. .. 오류관리 2016.08.17
[환경변수 설정] the environment variable java_home does not point to a valid jvm installation 오류 the environment variable java_home does not point to a valid jvm installation 오류 상황 WebStorm 2016.2을 사용하다 기간이 만료되어서 삭제하고 WebStorm 2016.2.1 로 다시 설치했다. 오류 원인 환경 변수 설정 잘못됨 오류 해결 java_home에 \bin 을 없앰. 잘되던 것인데 다시 설치하니까 안됬다 왜 그러지?android studio 설치할 때 이 오류가 많이 난다고 한다. 오류관리 2016.08.17
[Browser] WebSocket is already in CLOSING or CLOSED state. 오류 WebSocket is already in CLOSING or CLOSED state. 오류 상황 프로젝트 주석 달고있었는데 갑자기.. 오류 원인 버그 오류 해결 화면 refresh ㅎ 오류관리 2016.08.16
TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. 오류 TS2355: A function whose declared type is neither 'void' nor 'any' must return a value. 오류 상황 에러난 부분들 아무것도 건드린적 없는데 값자기.. 오류 원인 아래 사이트를 참고해 보면return 값의 type이 명확하지 않아서 ts가 js로 변환되면서 생기는 오류인 듯하다. 오류 해결 http://codeinreview.com/184/not-all-code-paths-return-a-value-in-typescript/ 오류관리 2016.08.04
[Git] LF will be replaced by CRLF in ~. The file will have its original line endings in your working directory. 오류 [Git] LF will be replaced by CRLF in ~. The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF in src/assets/i18n/cn.json.The file will have its original line endings in your working directory.warning: LF will be replaced by CRLF in src/assets/i18n/en.json.The file will have its original line endings in your working directory.warning: LF w.. 오류관리 2016.08.02
[NPM] install Couldn't read dependencies 오류 상황 npm install 명령어에서 오류! npm ERR! install Couldn't read dependenciesnpm ERR! Windows_NT 10.0.10240npm ERR! argv "C:\\~~\\~~\\node.exe" "C:\\~~\\~~\\node_modules\\npm\\bin\\npm-cli.js" "install"npm ERR! node v4.4.7npm ERR! npm v2.15.8npm ERR! path C:\~~\~~\package.jsonnpm ERR! code ENOPACKAGEJSONnpm ERR! errno -4058npm ERR! syscall open npm ERR! package.json ENOENT: no such file or directory, .. 오류관리 2016.07.21
[NodeJS] npm WARN Building the local index for the first time, please be patient 오류 npm WARN Building the local index for the first time, please be patient 오류 상황 npm search bootstrap 명령어를 쳤더니 발생 오류 원인 너무 많은 결과 때문에 그런듯 하다 오류 해결 가만히 놔두면 주르르르르륵하고 많은 결과가뜸정지하고 싶다면 ctrl + c 오류관리 2016.07.21