NWUI가 monitoring.get.error를 사용하여 대시보드 모니터링에 대한 최신 개수를 가져오지 못함

Summary: NWUI(NetWorker Web User Interface)는 NetWorker 데이터 존을 관리하는 데 사용됩니다. NWUI 대시보드 탭에 "대시보드에 대한 최신 개수를 가져오지 못했습니다. monitoring.get.error"가 표시되며 정책, 워크플로 및 작업에 대한 세부 정보(성공, 실패, 실행 중, 보류 중)가 표시되지 않습니다. ...

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

NWUI 콘솔에는 다음이 표시됩니다.

Failed to fetch latest counts for Dashboard
monitoring.get.error

NWUI 콘솔

Linux:  /nsr/authc/logs/nwui.log 쇼:Windows:
C:\Program Files\EMC NetWorker\nsr\authc-server\tomcat\logs\nwui.log 보여 줍니다:

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: 이 /nsr/nwui/monitoring/app/logs/monitoring-app.log 쇼:Windows:
 
C:\Program Files\EMC NetWorker\nwui\monitoring\app\logs\monitoring-app.log 보여 줍니다:

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

HTTP 헤더 크기에 대한 기본 monitoring-app.properties 설정은 8KB입니다. 기본 HTTP 헤더는 대규모 Active Directory 사용자 또는 그룹 설정이 있는 모든 헤더를 수용하기에 충분하지 않을 수 있습니다.

Resolution

NetWorker Server에서 monitoring-app.properties HTTP 헤더 크기 설정을 늘립니다.

  • 를 중지합니다. "NetWorker Management Web UI Server" 서비스:
Linux:
sudo systemctl stop nwui
Windows:
net stop nwui
  • 열기 monitoring-app.properties 텍스트 편집기의 파일:
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 
  • 에 대한 새 줄을 추가합니다. server.max-http-header-size 값이 32KB인 옵션
server.max-http-header-size=32KB
  • 변경 사항을 monitoring-app.properties 파일에 정의된 대로 사용하는 것이 중요합니다.
  • 를 시작합니다. "NetWorker Management Web UI Server" 서비스:
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.