PRicho Posted March 6, 2014 Posted March 6, 2014 Hi, created a dev-hap site to test the updating to 9.7 and once you log in the page just refreshes constantly, Checking for updates is displayed at the top of the page? Server is 2012 on IIS8 - Default HAP site running happily on the same box - They are sharing the same App Pool.
nickbro Posted March 6, 2014 Posted March 6, 2014 try to navigate to /setup.aspx and resave the config
PRicho Posted March 6, 2014 Author Posted March 6, 2014 Ahh, on the setup.aspx page its showing a X on the Services activated??
nickbro Posted March 6, 2014 Posted March 6, 2014 Browse to /api/setup and if it says anything but endpoint not found you have an issue
PRicho Posted March 7, 2014 Author Posted March 7, 2014 indeed it does, Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]. [invalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https].] System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) +17425957 System.ServiceModel.Description.ConfigLoader.ConfigureEndpointAddress(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint) +116 System.ServiceModel.Description.ConfigLoader.ConfigureEndpoint(StandardEndpointElement standardEndpointElement, ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, ServiceEndpoint& endpoint, Boolean omitSettingEndpointAddress) +957 System.ServiceModel.Description.ConfigLoader.LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, Boolean omitSettingEndpointAddress) +8363851 System.ServiceModel.Web.WebServiceHost.AddAutomaticWebHttpBindingEndpoints(ServiceHost host, IDictionary`2 implementedContracts, String multipleContractsErrorMessage, String noContractErrorMessage, String standardEndpointKind) +1347 System.ServiceModel.Web.WebServiceHost.OnOpening() +431 System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) +570 System.ServiceModel.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity) +126 System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity) +901 [serviceActivationException: The service '/DEV-HAP/api/setup' cannot be activated due to an exception during compilation. The exception message is: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]..] System.Runtime.AsyncResult.End(IAsyncResult result) +650220 System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result
PRicho Posted March 7, 2014 Author Posted March 7, 2014 (edited) https is the only binding on the site. resolved - Added http binding to the site - accessed the setup page and saved the config, no longer refreshing Edited March 7, 2014 by PRicho
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now