SigCaptX
Debugging SigCaptX
There are a number of more general methods that can be used to debug SigCaptX, both client-side and on the network/browser.
Network/Browser
- Review browser console for errors
- Review network trace for errors
- Use PortCheck.htm to isolate & test a port
- Send console trace and .har file for review
Client-side
- Using the Task Manager, see if SigCaptX_Service.exe is running. If a session has started, see if SigCpatX_Server.exe is also running.
- Using "netstat" in the CLI, check for port conflicts.
- Enter
netstat -a -o -n
- Scroll up to see whether ports 8000, 8001+ are in use. If they are in use, use the
PID
column to cross reference the corresponding process using Task Manager. - If it's in use, disable any third-party programs or adjust its configuration to avoid conflict.
- Enter
- Enable logging in registry in order to send off logs for review.