Re: hanging on port 4000

2021-01-13 Thread Zahid Rahman
> Caught an exception, leaving main loop due to Socket closed I do get this message only when I run in verbose mode ( verbose="true"). I got this message after I completed the steps described in the previous email. The message is misleading. There is no exception. The program completed. Z.

Re: hanging on port 4000

2021-01-13 Thread Zahid Rahman
It's sorted. I get this message because I was running in debug mode and I had a break point in main (). So I had to go to eclipse main menu Run - > debug configuration -> Under remote java application -> select configuration file created earlier -> debug button. I was then prompted by ecli