오류 26

[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

[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

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