ArcGIS Server Java on Linux becomes corrupted after installation and is unable to start map services. Server_diag_tool returns "INVALID_RESPONSE" from all queries.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM050509
已提交
November 2, 2009
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3.1
编程语言
Java
修正版本
10.1
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
* Clear out temp directories below:root@server# rm –rf <arcgis install path>/servercore/tmp/mw/*root@server# rm –rf <arcgis install path>/servercore/tmp/arcgis/** Stop ArcGIS Server, Kill Remaining Processes:root@server# <arcgis install path>/scripts/stopserverroot@server# ps –ef f ww | grep <arcgis user>root@server# kill -9 <any PIDs displayed from the above query>* Start ArcGIS Serverroot@server# <arcgis install path>/scripts/startserver* Verify user can still log into Server Manager. If not:root@server# <arcgis install path>/scripts/ServerConfig-----------------------------Prevention Workaround1. Shutdown ArcGIS Server first with a few minutes lead time before shutting down the system. This may be possible for some systems and not for others depending on the IT processes and infrastructure. 2. Specify a larger -t value to the shutdown command to give the ArcGIS Server process more time to finish shutting down before the OS starts killing processes. This one may be less intrusive for some IT staffs especially if they have automated scripts that shut down the machine.