The following error message is incorrect:
GemStone: Error Nonfatal
a InternalError occurred (error 2083), Primitive number -1 does not exist in the virtual machine.
Error Category: [GemStone] Number: 2083 Arg Count: 1
Arg 1: -1
The negative number (-1 or -2) is *not* the number of the primitive being called but an internal status indicator:
-1 = primitive does not exist
-2 = primitive should not be used
The correct message is:
Non-existent primitive called: status = -1. This usually indicates a mismatch between the smalltalk image and virtual machine.
One frequent cause of this error would be restoring a backup made on one version of GemStone into a system configured for a different version of GemStone.
Last updated: 9/17/15