Hello, I'm installing all of the M2 StockTrader implementations on a Windows 7 virtual pc, and I can't seem to get the OrderProcessor Service to start. It thinks that some other application has already reserved https://localhost:8005/tradeorderprocessor/ [1]. This isn't the case, and netstat shows that nothing is listening on port 8005.
All of the other services start-up just fine. Firewall exceptions are in place for TCP ports 7000, 8000, 8005, 9000, 9001 (both inbound/outbound), and I have already run AuthorizeWcfServices.bat. Any thoughts/suggestions? - Nick [1] Error message below: System.ServiceModel.AddressAlreadyInUseException: HTTP could not register URL https://+:8005/trade orderprocessor/. Another application has already registered this URL with HTTP.SYS. ---> System.Ne t.HttpListenerException: Failed to listen on prefix 'https://+:8005/tradeorderprocessor/' because it conflicts with an existing registration on the machine. at System.Net.HttpListener.AddAll() at System.Net.HttpListener.Start() at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen() --- End of inner exception stack trace --- at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen() at System.ServiceModel.Channels.TransportManager.Open(TransportChannelListener channelListener) at System.ServiceModel.Channels.TransportManagerContainer.Open(SelectTransportManagersCallback selectTransportManagerCallback) at System.ServiceModel.Channels.TransportChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.HttpChannelListener.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Security.SecurityListenerSettingsLifetimeManager.Open(TimeSpan timeout) at System.ServiceModel.Channels.SecurityChannelListener`1.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Dispatcher.ChannelDispatcher.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.Channels.CommunicationObject.Open() at Trade.OrderProcessorConsoleHost.OrderProcessor_ConsoleHost.MyHost.startUp() in C:\StockTrade rDemo\order_processor\OrderProcessorConsoleServiceHost\Program.cs:line 81 at Trade.OrderProcessorConsoleHost.OrderProcessor_ConsoleHost.Main(String[] args) in C:\StockTr aderDemo\order_processor\OrderProcessorConsoleServiceHost\Program.cs:line 106 Press Enter to quit.
