开发者

Jenkins throwing IndexOutOfBoundsException at end of build on Mac?

开发者 https://www.devze.com 2023-03-09 03:25 出处:网络
I am getting: FATAL: Bounds exceeds available space : size=262144, offset=2开发者_如何学编程62145

I am getting:

FATAL: Bounds exceeds available space : size=262144, offset=2开发者_如何学编程62145
java.lang.IndexOutOfBoundsException: Bounds exceeds available space : size=262144, offset=262145
at com.sun.jna.Memory.boundsCheck(Memory.java:168)
at com.sun.jna.Memory.getByte(Memory.java:394)
    ...

at the end of every build.


There's a bug in recent builds that causes this, but the work around is to add

-Dhudson.util.ProcessTreeKiller.disable=true

to the start-up command of the tomcat. One way is to add it to JAVA_OPTS in <tomcat-home>/bin/startup.sh

0

精彩评论

暂无评论...
验证码 换一张
取 消