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.