-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
1.3
updated all plugins on 2.298 builds run successfully
updated to 2.299 builds fail with this error (our jobs have post-build actions ArtifactDeployer v 1.2 to copy file to a new directory and Publish to IBM UrbanCode Deploy v 1.16.1107398) :
[ArtifactDeployer] - Starting deployment from the post-action ...
FATAL: Structure.getFieldOrder() on class org.jruby.ext.posix.WindowsFileStat does not provide enough names [0] ([]) to match declared fields [15] ([spare1, spare2, st_atime, st_blksize, st_blocks, st_ctime, st_dev, st_gid, st_ino, st_mode, st_mtime, st_nlink, st_rdev, st_size, st_uid])
java.lang.Error: Structure.getFieldOrder() on class org.jruby.ext.posix.WindowsFileStat does not provide enough names [0] ([]) to match declared fields [15] ([spare1, spare2, st_atime, st_blksize, st_blocks, st_ctime, st_dev, st_gid, st_ino, st_mode, st_mtime, st_nlink, st_rdev, st_size, st_uid])
at com.sun.jna.Structure.getFields(Structure.java:1110)
at com.sun.jna.Structure.deriveLayout(Structure.java:1265)