IT/etc
nohup: ignoring input and appending output to 'nohup.out'
토희
2023. 9. 5. 12:34
728x90
jar 파일을 nohup 명령어로 실행시킬려고 하니, 갑자기 서버 구동이 안됬다
구동 후, nohup: ignoring input and appending output to 'nohup.out' 이렇게 뜨더니
8080로 실행되는거를 확인해도 내역이 없다
cat nohup.out 명령어로 오류내역을 확인할 수 있다!
나 같은 경우, Public key retrieval is not allowed 오류나 떠 있었다
해당 내역을 수정하고 다시 nohup java -jar [파일명].jar & 하니 정상 실행이 되었다!
+ Public key retrieval is not allowed 오류 해결법
https://makeaplayground.tistory.com/317
MySQL 연동 시 Public key retrieval is not allowed 오류 해결
프로젝트를 빌드하니 해당 오류가 발생하였다 Public key retrieval is not allowed [ 해결 방법 ] application.properties DB 정보에서 url에 allowPublicKeyRetrieval=true&useSSL=false 를 추가한다 spring.datasource.url = jdbc:mysql:
makeaplayground.tistory.com
728x90