lipinggm / tlb

Automatically exported from code.google.com/p/tlb
0 stars 0 forks source link

If there is an error in Java process startup, Tlb.rb waits infinitely for the Java process to start #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When we do a rake :bal in the cucumber sample project without setting the 
required environment variables, the rake process just hangs at 
"wait_for_server_to_startup". The reason is we loop and wait for the TLB server 
to come up. 

Now, Tlb.rb needs to timeout if the Java process does not come up. The reason 
why the Java process did not come up could be anything - no env variables to 
seg faulting.

Original issue reported on code.google.com by itspa...@gmail.com on 10 May 2011 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by singh.janmejay on 13 May 2011 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by singh.janmejay on 13 May 2011 at 4:12

GoogleCodeExporter commented 9 years ago
fixed in bd2bba42ed67cd4734ee017246357b8fac726eff (tlb.rb)

Original comment by singh.janmejay on 27 May 2011 at 11:48