Trouble shooting semccd socket connection » History » Version 4
Anchi Cheng, 02/02/2016 03:36 PM
1 | 2 | Anchi Cheng | h3. Refused socket connection for SERIALEMCCD_PORT |
---|---|---|---|
2 | 1 | Anchi Cheng | |
3 | 2 | Anchi Cheng | If an error of "No connection could be made because the target machine actively refused it" comes up in the above test, it could be one of the two reasons: |
4 | |||
5 | # blocked by firewall |
||
6 | # blocked by a still active broken attempt |
||
7 | |||
8 | h4. Blocked by Firewall |
||
9 | |||
10 | 4 | Anchi Cheng | You should add this port to [[Socket ports used by Leginon]] to be added to firewall exception port list if leaving the firewall on. |
11 | 2 | Anchi Cheng | |
12 | h4. Blocked by a still active broken attempt |
||
13 | 1 | Anchi Cheng | |
14 | You can check active tcp port with Windows command |
||
15 | 3 | Anchi Cheng | |
16 | 1 | Anchi Cheng | <pre> |
17 | netstat |
||
18 | </pre> |
||
19 | |||
20 | * In some case, you will find SERIALEMCCD or similar listed in Windows Task Manager Processing list. If so, and that process remains after Digital Micrograph is closed, you can terminate it from Task Manager. |
||
21 | * CurrPorts is a program that can be used to check and close socket tcp connection with gui. |