개발 관련(35)
-
[ERROR][TaskAgile] The import org.junit cannot be resolved in vscode
e ERROR 내용 junit import 불가 해결 방법 org.junit-juniter? 대신에 아래처럼 입력. 버전이 다르니 버전 삭제 junit junit test 참고 사이트 : stackoverflow.com/questions/62075442/why-does-vscode-not-recognize-the-import-org-junit -> 해결 x // in /~ 추가한내용 참고 사이트 : symbol~
2020.11.29 -
[WARNNING][TaskAgile] The compiler compliance specified is 1.8 but a JRE 14 is used
The compiler compliance specified is 1.8 but a JRE 14 is used ERROR 내용 컴파일러는 1.8을 지원하지만 JRE는 14를 사용하고있다. 해결 방법 windows - vscode 환경일 때 : pom.xml에서 내에 java.version을 14로 고친다. ... 14 ..
2020.11.29 -
[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