Place orders quickly and easily
View orders and track your shipping status
Create and access a list of your products
Manage your Dell EMC sites, products, and product-level contacts using Company Administration.
Sign In
Create an Account
Premier Sign In
Partner Program Sign In
NWUI error: Error is fetching count of activities based on status from Monitoring Service: Unable to create tempDir. java.io.tmpdir is set to /tmp
NWUI Error is fetching count of activities based on status from Monitoring Service: Unable to create tempDir. java.io.tmpdir is set to /tmp
Summary:
NWUI Error is fetching count of activities based on status from Monitoring Service: Unable to create tempDir. java.io.tmpdir is set to /tmp
This article may have been automatically translated. If you have any feedback regarding its quality, please let us know using the form at the bottom of this page.
Article Content
Symptoms
The NetWorker Web User Interface (NWUI server is installed on a Linux system.
NWUI Error is fetching count of activities based on status from the Monitoring Service: Unable to create tempDir. java.io.tmpdir is set to /tmp
Permission of /tmp is correct ( 1777)
Message in the monitoring-app.log
Caused by: org.springframework.boot.web.server.WebServerException: Unable to create tempDir. java.io.tmpdir is set to /tmp
at org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.createTempDir(AbstractConfigurableWebServerFactory.java:195) ~[spring-boot-2.5.13.jar!/:2.5.13]
Caused by: java.nio.file.FileSystemException: /tmp/tomcat-docbase.9095.7010022492869394908: Too many links
Cause
Excessive number of files in /tmp that starts with tomcat prevents NWUI from working properly.
Resolution
Delete the files in /tmp/tomcat*.
rm -rf /tmp/tomcat*
Restart the NWUI service.
systemctl restart nwui