我得到了:
FATAL: Bounds exceeds available space : size=262144, offset=262145
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)
...
在每次构建结束时。
答案 0 :(得分:1)
最近版本中存在一个导致此问题的错误,但解决方法是添加
-Dhudson.util.ProcessTreeKiller.disable=true
到tomcat的启动命令。一种方法是将其添加到JAVA_OPTS
<tomcat-home>/bin/startup.sh