}
catch(Throwable t){}
if(log!=null)log.error("controller",
"stop thread ("+pc.getId()+") because run into a timeout "+getPath(pc)+"."+strLocks);
pc.getThread().stop(new RequestTimeoutException(pc,"request ("+getPath(pc)+":"+pc.getId()+") has run into a timeout ("+(pc.getRequestTimeout()/1000)+" seconds) and has been stopped."+strLocks));
}