250x250
Notice
Recent Posts
Recent Comments
Link
목록error (3)
Chanho_Park

Docker를 저번에 설치하다가 끄고 다시 실행하였더니 error during connect: This error may indicate that the docker daemon is not running. The system cannot find the file specified. 이러한 오류가 떴습니다. [해결방법] 1.세팅 변경 docker Desktop에서 세팅 변경 해줍니다. Expose daemon on tcp://localhost:2375 without TLS의 설정을 체크 해줍니다. 이렇게 하고 다시 powershell에서 docker를 작동 및 실행해보면 작동하는 걸 볼 수 있습니다. or Docker pc버전을 켜서 시작을 눌러주면 된다.
배포/Docker
2023. 1. 9. 14:56

There is no getter for property names '변수' in 'class java.langString' 변수 하나를 넘겨서 Mybatis 작성 시 변수 하나는 인식을 못하므로 Mybatis xml 에서 value 로 써주면 인식가능해짐.
Spring/Error
2022. 11. 10. 14:05

Tomcat 의 Root 를 못 지운다는 것이다. 그럼 그냥 Root를 ORG로 바꿔버리자. 폴더명을 바꾸려면 관리자 권한이 필요 sudo su Tomcat이 위치한 경로로 이동 cd /var/lib/tomcat9/webapps/ root 가 있는 지 확인(폴더에 있는 파일/폴더들을 다 보여줌) dir 폴더명 ROOT -> ORG mv ROOT ORG 재시작 sudo service tomcat9 restart
배포/Error
2022. 11. 5. 15:49