biouno / pbs-plugin

Jenkins PBS plug-in
http://biouno.org
9 stars 2 forks source link

Output/Error log issues #16

Open ghost opened 8 years ago

ghost commented 8 years ago

I received errors like "ERROR: CANNOT PRINT OUT ERROR LOG" and found this was due to two issues in Qsub.java (line numbers refer to commit 88cb83311f549bdd8684f85f46d10521866d4f3c):

try { Thread.sleep(1000); } catch (InterruptedException e) { e.printStackTrace(listener.getLogger()); } at line 210 to delay the read for a while until the transfer is likely to have finished fixed this for me.