MassTransit / Sample-Booking

A booking sample showing end-to-end distributed transactions
17 stars 15 forks source link

Views are empty #1

Open patagoniahiker opened 8 years ago

patagoniahiker commented 8 years ago

Hi is the application supposed to be blank, also the build throws exceptions.

Exception thrown: 'System.Net.Sockets.SocketException' in System.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.dll Exception thrown: 'RabbitMQ.Client.Exceptions.ConnectFailureException' in RabbitMQ.Client.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.dll Exception thrown: 'System.Net.Sockets.SocketException' in System.dll Exception thrown: 'RabbitMQ.Client.Exceptions.ConnectFailureException' in RabbitMQ.Client.dll Exception thrown: 'RabbitMQ.Client.Exceptions.BrokerUnreachableException' in RabbitMQ.Client.dll Exception thrown: 'MassTransit.RabbitMqTransport.RabbitMqConnectionException' in MassTransit.RabbitMqTransport.dll Exception thrown: 'MassTransit.RabbitMqTransport.RabbitMqConnectionException' in mscorlib.dll MassTransit.RabbitMqTransport.RabbitMqReceiveTransport Error: 0 : RabbitMQ connection failed: Connect failed: guest@localhost:5672/

phatboyg commented 8 years ago

Do you have RabbitMQ installed and configured? This is a startup error where it cannot connect to RabbitMQ.

patagoniahiker commented 8 years ago

First, thanks for this sample, it shows me how to structure an app. :+1:

I have Ribbit :) , I also checked the port configuration. Must be something else... let me check..

Views - While I was digging through, I found views in areas and one help view

  1. Which views correspond to me the state of a saga
  2. Which views are the booking views, state of a ticket? etc