써먹는 웹개발

[Spring] System.loadLibrary 가 들어있는 프로젝트 실행시 'process finished with exit code 1' 에러 해결방법 본문

Server/Spring

[Spring] System.loadLibrary 가 들어있는 프로젝트 실행시 'process finished with exit code 1' 에러 해결방법

kmhan 2021. 8. 23. 19:54


728x90
반응형

에러메시지 : 'process finished with exit code 1'

에러 원인 : System.loadLibrary 관련해서 경로지정한 곳에 작업처리해야되는 처리(caffemodel과 prototxt 확장자) 파일이 없었다.

해결방법 : application.yml 에 지정한 실제 프로세스 경로에 처리(caffemodel과 prototxt 확장자) 파일을 추가

728x90
반응형


Comments