Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. SEVERE: Unexpected error in channel Slave (i-53fd0603)
  2. java.lang.OutOfMemoryError: Java heap space
  3. Apr 25, 2014 6:38:17 PM hudson.plugins.disk_usage.DiskUsageUtil calculateWorkspaceDiskUsageForPath
  4. WARNING: Disk usage fails to calculate workspace for file path /home/ubuntu/workspace/executor_0 through channel hudson.remoting.Channel@744a518e:Slave (i-53fd0603)
  5. java.util.concurrent.ExecutionException: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected reader termination
  6. at hudson.remoting.Request$1.get(Request.java:278)
  7. at hudson.remoting.Request$1.get(Request.java:210)
  8. at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
  9. at hudson.plugins.disk_usage.DiskUsageUtil.calculateWorkspaceDiskUsageForPath(DiskUsageUtil.java:294)
  10. at hudson.plugins.disk_usage.DiskUsageUtil.calculateWorkspaceDiskUsage(DiskUsageUtil.java:349)
  11. at hudson.plugins.disk_usage.WorkspaceDiskUsageCalculationThread.execute(WorkspaceDiskUsageCalculationThread.java:51)
  12. at hudson.model.AsyncAperiodicWork$1.run(AsyncAperiodicWork.java:76)
  13. at java.lang.Thread.run(Thread.java:701)
  14. Caused by: hudson.remoting.RequestAbortedException: java.io.IOException: Unexpected reader termination
  15. at hudson.remoting.Request.abort(Request.java:299)
  16. at hudson.remoting.Channel.terminate(Channel.java:801)
  17. at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:76)
  18. Caused by: java.io.IOException: Unexpected reader termination
  19. ... 1 more
  20. Caused by: java.lang.OutOfMemoryError: Java heap space
  21. Exception in thread "Channel reader thread: Slave (i-53fd0603)" java.lang.OutOfMemoryError: Java heap space
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement