When using GeoEvent extension, the ZooKeeper logs continue to grow when registered ArcGIS for Server connections contain a large number of services.
上次发布: April 21, 2017ArcGIS for Server
漏洞 ID 编号
BUG-000097658
已提交
July 11, 2016
上次修改时间
April 2, 2025
适用范围
ArcGIS for Server
找到的版本
10.4.1
修正版本
10.5
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
The default data size limit can be increased through the following workflow:
1. Export the current GeoEvent Configuration, Site > Configuration Store > Export Configuration.
2. Stop the ArcGIS GeoEvent Windows Service.
3. Open the ArcGIS GeoEvent configuration file located in,'C:\Program Files\ArcGIS\Server\GeoEvent\etc\ArcGISGeoEvent.cfg' in a Text editor.
4. Replace the following line:
wrapper.java.additional.16=-Djute.maxbuffer=0xA00000
WITH
wrapper.java.additional.16=-Djute.maxBuffer=0xA00000
5. Navigate to C:\ProgramData\Esri\GeoEvent.
6. Delete the ‘zookeeper’ folder.
7. Start the ArcGIS GeoEvent Windows Service.
8. Import the GeoEvent Configuration.