NWUI non è riuscito a recuperare i conteggi più recenti per il monitoraggio del dashboard con monitoring.get.error
Summary: NetWorker Web User Interface (NWUI) consente di gestire la datazone di NetWorker. La scheda Dashboard NWUI mostra l'errore "Failed to fetch latest counts for Dashboard. monitoring.get.error" e non visualizza i dettagli (Success, Failed, Running, Pending) di policy, flussi di lavoro e azioni. ...
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
La console NWUI mostra:
Failed to fetch latest counts for Dashboard
monitoring.get.error

Linux: La colonna /nsr/authc/logs/nwui.log mostra:
Windows: La colonna C:\Program Files\EMC NetWorker\nsr\authc-server\tomcat\logs\nwui.log Mostra:
HH:MM:SS [https-jsse-nio-9090-exec-7] ERROR c.e.n.c.n.i.MonitoringApi - Error in fetching count of activities based on status from Monitoring Service. java.net.ConnectException: Connection refused: connect
HH:MM:SS [https-jsse-nio-9090-exec-3] ERROR c.e.n.c.n.i.MonitoringApi - Error in fetching count of activities based on status from Monitoring Service.
Linux: La colonna /nsr/nwui/monitoring/app/logs/monitoring-app.log mostra:
Windows: La colonna C:\Program Files\EMC NetWorker\nwui\monitoring\app\logs\monitoring-app.log Mostra:
YYYY-MM-DD HH:MM:SS [StartupInfoLogger] [main] INFO com.dell.emc.nw.monitoring.NwMonitoringApplication - Started NwMonitoringApplication in 22.145 seconds (JVM running for 25.477)
YYYY-MM-DD HH:MM:SS [DirectJDKLog] [https-jsse-nio-9095-exec-6] INFO org.apache.coyote.http11.Http11Processor - Error parsing HTTP request header
Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Request header is too large
at org.apache.coyote.http11.Http11InputBuffer.parseHeaders(Http11InputBuffer.java:614) ~[tomcat-embed-core-9.0.48.jar!/:?]
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:292) [tomcat-embed-core-9.0.48.jar!/:?]
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) [tomcat-embed-core-9.0.48.jar!/:?]
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) [tomcat-embed-core-9.0.48.jar!/:?]
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1723) [tomcat-embed-core-9.0.48.jar!/:?]
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) [tomcat-embed-core-9.0.48.jar!/:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_321]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_321]
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) [tomcat-embed-core-9.0.48.jar!/:?]
at java.lang.Thread.run(Thread.java:750) [?:1.8.0_321]Cause
L'impostazione predefinita monitoring-app.properties per la dimensione dell'intestazione HTTP è 8 KB. L'intestazione HTTP predefinita potrebbe non essere sufficiente per contenere tutte le intestazioni con un utente o un gruppo di impostazioni Active Directory di grandi dimensioni.
Resolution
Aumentare l'impostazione delle dimensioni dell'intestazione HTTP monitoring-app.properties sul server NetWorker.
- Arrestare il
"NetWorker Management Web UI Server"servizio:
Linux:
sudo systemctl stop nwui
Windows:
net stop nwui
- Aprire il file
monitoring-app.propertiesfile in un editor di testo:
Linux:
sudo vi /nsr/nwui/monitoring/app/conf/monitoring-app.properties
Windows:
notepad C:\Program Files\EMC NetWorker\nwui\monitoring\app\conf\monitoring-app.properties
- Aggiungere una nuova riga per
server.max-http-header-sizeopzione con valore di 32 KB
server.max-http-header-size=32KB
- Salvare le modifiche apportate a
monitoring-app.propertiesdi NetWorker. - Avviare il
"NetWorker Management Web UI Server"servizio:
Linux:
sudo systemctl start nwui
Windows:
net start nwui
Article Properties
Article Number: 000201656
Article Type: Solution
Last Modified: 18 Nov 2025
Version: 2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.