Every time I try to start up svn+ssh repository it gives me the following error
You must call Structure.setFieldOrder() in the base constructor for class org.tmatesoft.svn.core.internal.util.jna.SVNGnomeKeyring$GnomeKeyringContext to ensure that JNA can accurately determine your Structure's memory layout. 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.
at com.sun.jna.Structure.getFields(Structure.java:826)
at com.sun.jna.Structure.deriveLayout(Structure.java:905)
at com.sun.jna.Structure.calculateSize(Structure.java:867)
at com.sun.jna.Structure.allocateMemory(Structure.java:343)
at com.sun.jna.Structure.ensureAllocated(Structure.java:324)
I was able to get around this by swapping out $FISHEYE_HOME/lib/jna-3.4.2.jar with jna-3.4.0.jar retrieved from http://mvnrepository.com/artifact/net.java.dev.jna/jna
Works perfectly! Thank you very much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.