개발 관련/ERROR(17)
-
[ERROR][TaskAgile] ..\target\surefire-reports for the individual test results.
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.331 s
2020.11.29 -
[ERROR][MessageApp] gyp ERR! find Python
gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python checking if "python2" can be used ERROR 내용 파이썬을 찾지 못한다 해결 방법 파이썬을 설치하지 않아서 그런가? 싶어서 ..
2020.11.29 -
[ERROR][MessageApp] MySQLSyntaxErrorException
메세지 전달 오류 { "timestamp": "2020-10-19T06:40:44.437+0000", "status": 404, "error": "Not Found", "message": "No message available", "path": "/messages" } terminal : 2020-10-19 15:50:34.835 DEBUG 24320 --- [nio-8080-exec-] app.messages.AuditingFilter : Request[uri=/messages, method=POST] completed in 2ms ERROR 내용 postman에서 send했을 때 메세지가 안받아짐(404 에러... 에러메세지 내용 : 메세지가 이용불가다.) 해결 방법 해결 : message가 "No ..
2020.11.29 -
[ERROR][TaskAgile] .jdbc4.MySQLSyntaxErrorException: Table 'db.table' doesn't exist
2020-11-26 23:23:00.422 WARN 19116 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : SQL Error: 1146, SQLState: 42S02 2020-11-26 23:23:00.423 ERROR 19116 --- [nio-8080-exec-3] o.h.engine.jdbc.spi.SqlExceptionHelper : Table 'task_agile.user' doesn't exist 2020-11-26 23:23:00.426 ERROR 19116 --- [nio-8080-exec-3] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [d..
2020.11.27 -
[ERROR][TaskAgile] The type 클래스명 is already defined
The type 클래스명 is already defined ERROR 내용 클래스명이 이미 정의되어있다.( 해당 패키지 내에 같은 이름의 클래스가 두개 이상이다.) 해결 방법 해당 패키지 내에 같은 이름의 클래스가 있는지 확인 후 필요없는 것을 삭제 참고 사이트 : m.blog.naver.com/PostView.nhn?blogId=ssebbak&logNo=150035415296&proxyReferer=https:%2F%2Fwww.google.com%2F
2020.11.26