How Do I Fix The Error "either call Structure.setFieldOrder() in your Structures constructor, or set jna.predictable_field_order=true"
If Fisheye/Crucible shows the simiar error as shown below, then perform the workaround solutions suggested to fix the error message:
To avoid this message, either call Structure.setFieldOrder() in your Structures constructor, or set jna.predictable_field_order=true if you are certain the VM you are using provides fields in a predictable order.
To fix the error above perform the following:-
- Shutdown your Fisheye/Crucible instance.
- Add -Djna.predictable_field_order=true to the FISHEYE_OPTS environment variable.
- Start your Fisheye instance
Last modified on Jul 31, 2018
Powered by Confluence and Scroll Viewport.