This appendix contains a list of exitcodes of the Jamaica tools.
Table B-1. Standard exitcodes
Code | Description |
---|---|
0 | no error |
1 | error in Java program |
all other | application specific exit code from System.exit() |
Table B-2. Exitcodes of errors
Code | Description |
---|---|
64 | JamaicaVM failure |
65 | insufficient memory |
66 | stack overflow |
67 | clean-up resources fail |
68 | invalid commandline arguments |
Table B-3. Exitcodes of internal errors
Code | Description |
---|---|
100 | serious error: HALT called |
101 | internal error |
102 | internal test error |
103 | function/feature not implemented |
104 | exit 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.