NWUI 오류: 모니터링 서비스에서 상태를 기준으로 작업 수를 가져오는 중 오류가 발생했습니다. tempDir를 생성할 수 없습니다. java.io.tmpdir가 /tmp로 설정됨
Summary: NWUI 오류는 모니터링 서비스의 상태에 따라 작업 수를 가져오는 중입니다. tempDir를 생성할 수 없습니다. java.io.tmpdir가 /tmp로 설정됨
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
NetWorker 웹 사용자 인터페이스(NWUI 서버는 Linux 시스템에 설치되어 있습니다.
NWUI 오류는 모니터링 서비스의 상태에 따라 작업 수를 가져오는 중입니다. tempDir를 생성할 수 없습니다. java.io.tmpdir가 /tmp Permission of /tmp
is correct(1777)
Message in the monitoring-app.log
caused by: org.springframework.boot.web.server.WebServerException
: tempDir를 생성할 수 없습니다. java.io.tmpdir는 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.createTempDir(AbstractConfigurableWebServerFactory)에서 /tmp
로 설정됩니다. java:195) ~[spring-boot-2.5.13.jar!/:2.5.13]
Caused by: java.nio.file.FileSystemException: /tmp/tomcat-docbase.9095.70100222492869394908: 링크가 너무 많음
NWUI 오류는 모니터링 서비스의 상태에 따라 작업 수를 가져오는 중입니다. tempDir를 생성할 수 없습니다. java.io.tmpdir가 /tmp Permission of /tmp
is correct(1777)
Message in the monitoring-app.log
caused by: org.springframework.boot.web.server.WebServerException
: tempDir를 생성할 수 없습니다. java.io.tmpdir는 org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.createTempDir(AbstractConfigurableWebServerFactory)에서 /tmp
로 설정됩니다. java:195) ~[spring-boot-2.5.13.jar!/:2.5.13]
Caused by: java.nio.file.FileSystemException: /tmp/tomcat-docbase.9095.70100222492869394908: 링크가 너무 많음
Cause
/tmp에서 tomcat으로 시작하는 파일이 너무 많아 NWUI가 제대로 작동하지 않습니다.
Resolution
/tmp/tomcat*에서 파일을 삭제합니다.
rm -rf /tmp/tomcat*
NWUI 서비스를 다시 시작합니다.
systemctl restart nwui
Affected Products
NetWorkerArticle Properties
Article Number: 000216066
Article Type: Solution
Last Modified: 10 Aug 2023
Version: 1
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.