Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Error related with java.lang.RuntimeException: Error executing step process job or InterruptException #77

CaoFangyuan ·

Hi,

In quickbuild setting, sometimes we will see these below two types of errors, Do you know what caused this error and how to fix this?
error1.PNG

error2.PNG
  • replies 3
  • views 700
  • stars 0
robinshen ADMIN ·

The first error means that either network connection to server is broken for some reason, or server is overloaded. The latter means either the job is timed out or killed manually.

CaoFangyuan ·

Hi@robinshen ,

  1. For first one, is there any solution to solve this problem as the frequency of this happened pretty high, almost 5 build will happen one time.
  2. For the second one, we didn't set any timeout check as we use the default value, but we do will have some copy operations in our build, Do you think it's related with this copy operation?
robinshen ADMIN ·

For the first issue, when it happens, please login to the machine running the failed step and run below to see if connection to QB server is fine:

telnet nsg-qb-mti.intel.com 8810

For the second issue, the copy operation should not cause this. Please check the audit log to see if it is cancelled manually or by some other task