목록AWS/AWS 에러 (3)
seong
error: deployment failed: error: status: 400. code: invalidparametervalue, message: no application named 'miniproject-rest' found. 찾지 못한 이유 - deploy셋팅할때 프로젝트 셋팅에 처음에 다른 팀원의 IAM 키를 셋팅했었다... 근데 배포를 내 AWS에서 하려고 하니 당연히 찾지 못한다. 해결 방법 - 나의 AWS IAM 키를 다시 프로젝트에 셋팅하고 배포 해주니 잘 돌아간다.
테스트실행시 아무것도 실행이 되지않았다. 나의 에러는 알고보니 헬스체킹하는 메서드를 두개를 생성해두었다. 한개 삭제 해주니 잘된다. 번외로 테스트 할때 Junit으로 h2 환경을사용해 테스트 할때 utf-8 설정이 자동으로 되지 않기 때문에 Given데이터를 생성할 때 utf-8을 넣어주어야한다.
CI/CD 공부중 테스트 배포 하면서 yml 추가하고 push 하는데 아래처럼 에러가 발생했다. 해결방법 1. 아래로 이동 https://github.com/settings/tokens GitHub: Let’s build from here GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 2. workflow 체크 해주고 저장해주면 해결된다.