On ArcGIS Image Server, 'ESRI Image ServiceProvider' service hangs or fails to start on boot up. Once the service fails or hangs, it can be manually started or restarted without any issues.
上次发布: August 25, 2014No Product Found
漏洞 ID 编号
NIM040338
已提交
November 26, 2008
上次修改时间
April 2, 2025
适用范围
No Product Found
找到的版本
9.3
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
We apologize that we were unable to address this issue within the current product support cycle. If the issue continues to affect your work in a supported release, please contact Technical Support.
解决办法
Set First, Second, and Third Failure properties of the Recovery tab within the service properties to "Restart the Service"Creating a batch routine to start them with a lag will also allow the service provider to start correctly.1. Set Server Object Manager, ESRI Image Server and any service providers to manual in the Windows Services menu2. Create Bat file with the commands net start "ArcServerObjectManager" net start "ESRI Image Server" net start "ESRI Image ServiceProvider: 3983"this can be saved anywhere on local disk3. In Control Panel > Scheduled Tasks-Add Scheduled Task - Point to Bat file - When to perform is 'When computer starts'The bat file we created in testing looked like this:@echo offnet start "ESRI Image Server"net start "ESRI Image ServiceProvider: 3983"ping -n 5 127.0.0.1 > nulnet start "ArcServerObjectManager"Also possible to set dependency on server for the Image Server and Service Provider to be up and running prior to starting the server.