 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
mp
Joined: 11 Feb 2008 Posts: 2 Country: United States |
|
Process finished with exit code 3 |
|
Greetings, In my 24x7 Job Log, I have one listed message as "Process finished with exit code 3." Another job had "Process finished with exit code 9." Another job had "Process finished with exit code 11." Another job had "Process finished with exit code 1." What was the cause, and what do these mean? I'd like to fix so that I don't have any exit code errors. Thank you!
|
|
Mon Feb 11, 2008 8:00 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7949
|
|
|
|
This is actually not an error. This is only a warning.
Typically scheduled processes should complete with exit code zero. Non-zero codes are usually used to indicate some error conditions. However, in same rare cases, custom processes may return non-zero codes even when they complete successfully to indicate some other business condition, for example, number of processed files or something else.
Check documentation of the scheduled processes to find out what exit codes like 3 and 9 could mean in different situations.
|
|
Mon Feb 11, 2008 8:08 pm |
|
 |
mp
Joined: 11 Feb 2008 Posts: 2 Country: United States |
|
|
|
Thank you for your reply. I'm glad this was not errors. Check documentation? Which documentation are you referring to? :) Thank you.
|
|
Mon Feb 11, 2008 8:36 pm |
|
 |
barefootguru
Joined: 10 Aug 2007 Posts: 195
|
|
|
|
The documentation for whatever process you're calling from 24x7...
24x7 runs the process you've specified and reports back on the return code from that process.
e.g. if you're calling the Unix 'ls' shell command, 0=OK, 1=minor errors, 2=serious trouble (see the man page for ls).
|
|
Mon Feb 11, 2008 11:00 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|