Open GoogleCodeExporter opened 9 years ago
What should I understand when 'expect' function throws exception of type
'Exception'.? I am really not able to debug this as in debug mode I do not need
Thread.sleep and expect function works fine. I am very unclear what is going on.
Thanks a lot. Hope to hear from you soon.
Thanks.
Jay
Original comment by pateljay...@gmail.com
on 28 Jul 2008 at 7:15
Jay, you really saved my day. I was banging my head since morning to get the my
code working. It was trying this tutorial
http://nikunjp.wordpress.com/2011/07/30/remote-ssh-using-jsch-with-expect4j/
and it was working fine in debug mode but while running it was giving following
error
expect4j.BlockingConsumer run
INFO: Stop Requested
then I used your trick of 'Thread.sleep(2 * 1000);'
thanks a lot.
Original comment by kush.di...@gmail.com
on 22 Jan 2013 at 12:05
Original issue reported on code.google.com by
pateljay...@gmail.com
on 28 Jul 2008 at 7:11