MiddleWare/JEUS

[JEUS] java.net.UnknownHostException: jeus: 이름 혹은 서비스를 알 수 없습니다

minminit 2025. 3. 25. 15:49

ISSUE

 

java.net.UnknownHostException: jeus: 이름 혹은 서비스를 알 수 없습니다


CAUSE 

 

/etc/hosts 권한 문제 > /etc/hosts 파일 권한 확인

cat /etc/hosts

cd /etc/hosts

ls -al | grep hosts

Resolution

root Login

other 계정 read 권한 부여

chmod 644 /etc/hosts