Samraksh / TestSystem

Automated Test Suite
1 stars 0 forks source link

TestRig fails connecting through telnet #2

Closed WilliamAtSamraksh closed 9 years ago

WilliamAtSamraksh commented 9 years ago

When running a test, TestRig fails:

Connecting to board through telnet. A first chance exception of type 'System.Net.Sockets.SocketException' occurred in System.dll Board telnet start:System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 127.0.0.1:4444 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at TestRig.TelnetBoard.Start() in c:\Samraksh Git\TestSystem\Automated Testing Software\TestRig\TestRig\TelnetBoard.cs:line 48 MSBuildProcess killed. A first chance exception of type 'System.NullReferenceException' occurred in TestRig.exe MSBuildProcess already killed. Can't kill again: System.NullReferenceException: Object reference not set to an instance of an object. at TestRig.MSBuild.Kill() in c:\Samraksh Git\TestSystem\Automated Testing Software\TestRig\TestRig\MSBuild.cs:line 411

MichaelAtSamraksh commented 9 years ago

Is this resolvable by fixing the firewall settings? Should there be a "Check firewall connection" error message presented to the user?

AnanthAtSamraksh commented 9 years ago

This has been fixed (not related to firewall settings). Bill's JTAG driver was not installed properly. After fixing the driver issue, the TestRig was able to connect to the JTAG.