Skip to content

Instantly share code, notes, and snippets.

@chaim1221
Created July 14, 2016 20:30
Show Gist options
  • Save chaim1221/84df6d0c76aa7becd6feca6ca6d307cc to your computer and use it in GitHub Desktop.
Save chaim1221/84df6d0c76aa7becd6feca6ca6d307cc to your computer and use it in GitHub Desktop.
Error: SetUp failed for test fixture IntegrationTests.DataLoader.DataLoaderIntegrationTests
Error: SetUp : RabbitMQ.Client.Exceptions.BrokerUnreachableException : None of the specified endpoints were reachable
----> RabbitMQ.Client.Exceptions.ConnectFailureException : Connection failed
----> System.ArgumentNullException : Value cannot be null.
Parameter name: host
Error: at RabbitMQ.Client.ConnectionFactory.CreateConnection()
at DataServices.BusinessTier.RabbitMQ.Client..ctor(ConnectionSettings connectionSettings) in S:\TFS2015\1\s\DataServices\BusinessTier\RabbitMQ\Client.cs:line 50
at IntegrationTests.TestHelpers.OurLittleHelpers.QueueSweeper(String dataQueueName, String errorQueueName, String fileParserQueueName, String notifyQueueName, String validationQueueName, Boolean ifEmpty, Boolean ifUnused) in S:\TFS2015\1\s\DataServices\IntegrationTests\TestHelpers\OurLittleHelpers.cs:line 173
at IntegrationTests.DataLoader.DataLoaderIntegrationTests.TestFixtureSetUp() in S:\TFS2015\1\s\DataServices\IntegrationTests\DataLoader\DataLoaderIntegrationTests.cs:line 56
--ConnectFailureException
at RabbitMQ.Client.Impl.SocketFrameHandler.Connect(TcpClient socket, AmqpTcpEndpoint endpoint, Int32 timeout)
at RabbitMQ.Client.Impl.SocketFrameHandler..ctor(AmqpTcpEndpoint endpoint, Func`2 socketFactory, Int32 timeout)
at RabbitMQ.Client.Framing.Impl.ProtocolBase.CreateFrameHandler(AmqpTcpEndpoint endpoint, Func`2 socketFactory, Int32 timeout)
at RabbitMQ.Client.ConnectionFactory.CreateFrameHandler()
at RabbitMQ.Client.Framing.Impl.AutorecoveringConnection.init()
at RabbitMQ.Client.ConnectionFactory.CreateConnection()
--ArgumentNullException
at System.Net.Sockets.Socket.BeginConnect(String host, Int32 port, AsyncCallback requestCallback, Object state)
at System.Net.Sockets.TcpClient.BeginConnect(String host, Int32 port, AsyncCallback requestCallback, Object state)
at RabbitMQ.Client.Impl.SocketFrameHandler.Connect(TcpClient socket, AmqpTcpEndpoint endpoint, Int32 timeout)
Error: SetUp failed for test fixture IntegrationTests.Etl.QueuedWebRequestProcessorTests
Error: SetUp : System.NullReferenceException : Object reference not set to an instance of an object.
Error: at IntegrationTests.Etl.QueuedWebRequestProcessorTests..ctor() in S:\TFS2015\1\s\DataServices\IntegrationTests\Etl\QueuedWebRequestProcessorTests.cs:line 89
Error: SetUp failed for test fixture IntegrationTests.Etl.StaffDocumentEtlTests
Error: SetUp : System.NullReferenceException : Object reference not set to an instance of an object.
Error: at DataServices.ScheduledTasks.Command.StaffDocumentLoader..ctor() in S:\TFS2015\1\s\DataServices\ScheduledTasks\Command\StaffDocumentLoader.cs:line 55
at IntegrationTests.Etl.StaffDocumentEtlTests.TestFixtureSetUp() in S:\TFS2015\1\s\DataServices\IntegrationTests\Etl\StaffDocumentEtlTests.cs:line 86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment