Appendix B. Exitcodes

This appendix contains a list of exitcodes of the Jamaica tools.

Table B-1. Standard exitcodes

CodeDescription
0no error
1error in Java program
all otherapplication specific exit code from System.exit()

Table B-2. Exitcodes of errors

CodeDescription
64JamaicaVM failure
65insufficient memory
66stack overflow
67clean-up resources fail
68invalid commandline arguments

Table B-3. Exitcodes of internal errors

CodeDescription
100serious error: HALT called
101internal error
102internal test error
103function/feature not implemented
104exit by signal

Standard exitcodes are exitcodes of the application program, error exitcodes indicate some error, e. g. insufficient memory. If you get an exitcode to an internal error please contact aicas GmbH support with a full description of the runtime condition or if available a example program when the error occurred.