Fixing Structure.setFieldOrder Error in Fisheye
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Summary
Fisheye/Crucible shows a similar error as shown below
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.
Solution
To fix the error, perform the following:
Shutdown your Fisheye/Crucible instance.
Add
-Djna.predictable_field_order=true
to the FISHEYE_OPTS environment variable.Start your Fisheye instance
Was this helpful?