开发者

Jenkins throwing IndexOutOfBoundsException at end of build on Mac?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜