1. I am starting the ccnet.exe command line server 2. The console logging shows that a)it initiates listener on the specified port (7777 in my example) - and netstat/telnet confirms this. b)that it requests project updates from the default port 21234. 3. I downloaded and tested with your version (1.5.7256.1) - and got the same result
If I run a service on both the default port and a different port - THIS HIDES THE PROBLEM, as both are requesting data from the server listening on the default port. It would be very helpful if you tried to run ONLY the project on the non-default port, and that you check the console debug output for where it is trying to get project status from (e.g. [Cargo:DEBUG] Retrieving ProjectStatus from server: tcp://localhost:21234/CruiseManager.rem ) You could also try to run both servers on two different non-default ports and see if that works. It still seems to me to only want to connect to the default port in order to request ProjectStatus. Thank you for testing :) -Inge
