ArcGIS Server diagnostic tool (script) on Solaris fails on Tomcat check due to the ps command.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM012313
Submitted
October 13, 2007
Last Modified
April 2, 2025
Applies to
No Product Found
Version found
9.2
Status
Duplicate
The issue is a duplicate of an existing issue. See the issue's Additional Information section for details. Customers associated with the duplicate issue are automatically attached to the open issue.
Additional Information
This is the same issue as NIM008303.
Workaround
To get over it:- browse to /usr/ucb directory and run the following command:# ps –auxww | grep javaThat will grep for the running Tomcat (java) process which indicated that the process is actually running.