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
'MiddleWare > JEUS' 카테고리의 다른 글
[JEUS] JeusServer.log에 Log4j 로그가 분리되지 않고 병합되어 쌓이는 경우 (0) | 2025.05.02 |
---|---|
[JEUS] DataInputStream.readFully 에러 해결 방법 (0) | 2024.12.23 |
[JEUS] JEUS Session 우선 순위 (session timeout) (0) | 2024.12.23 |
[JEUS] Context Path 설정하지 않을 경우 호출 경로 확인 (0) | 2024.07.10 |
[JEUS] JEUS / JAVA 버전 충돌 LOG 및 문제 해결 (0) | 2024.04.03 |