Process Exit Codes

Use the process exit codes to diagnose start-up errors.

If the server terminates normally, it returns an exit code of 0 (zero) to the operating system.

Process Exit Codes

Code

Description

1

A command line syntax error occurred.

2

The server class constructor failed.

3

The Open Server srv_run function failed.

4

The srv_start event handler failed.

5

Out of memory.