Hi, trying to do a first-time install of CastleOS Core Service 1.1.1801, and it hangs with the progress bar at around 95%.
The error log indicates that Castle OS wants to use the default port 80 for its web server, but that port is in use. Is this what's causing the failure?
-Scott
<error timestamp="9/6/2014 1:27:33 PM">
<note>Unable to start the Unsecured web service service host.</note>
<data>System.Collections.ListDictionaryInternal</data>
<message>HTTP could not register URL
http://+:80/CastleOS/service2/ because TCP port 80 is being used by another application.</message>
<innerException>System.Net.HttpListenerException (0x80004005): The process cannot access the file because it is being used by another process
at System.Net.HttpListener.AddAllPrefixes()
at System.Net.HttpListener.Start()
at System.ServiceModel.Channels.SharedHttpTransportManager.OnOpen()</innerException>
<source>System.ServiceModel</source>
<stackTrace> 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.HttpChannelListener.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 s.OnStart(String[] args)</stackTrace>
<targetSite>Void OnOpen()</targetSite>
</error>