WARN log messages appear on startup when deploying ArcGIS Web Adaptor 10.5 on Linux and JBoss EAP 7.0
上次发布: July 12, 2018ArcGIS GIS Server
漏洞 ID 编号
BUG-000102412
已提交
January 25, 2017
上次修改时间
August 6, 2025
适用范围
ArcGIS GIS Server
找到的版本
10.5
操作系统
Red Hat Enterprise Linux
操作系统版本
6.5 64 Bit
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The warning message can be ignored. Hazelcast-3.5.jar is not required by the web adaptor.
解决办法
Possible WorkaroundProposed Fix:Include hazelcast-3.5.jar in the JAR file at /content/arcgis.war/WEB-INF/lib/arcgis-common-10.5.0.6491.jarThe following command includes the missing jar file into the war, and removes the WARNING message:jar -xf arcgis.war WEB-INF/lib/hazelcast-3.5.jar && \mkdir ./WEB-INF/shared/ && cp WEB-INF/lib/hazelcast-3.5.jar ./WEB-INF/shared && \jar -uf arcgis.war WEB-INF/shared/hazelcast-3.5.jarNo known workaround for the "unable to migrate to a newer version" message. Web Adaptor still loads without any apparent issue.