Jump to content

Recommended Posts

Posted

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.

Posted

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

Posted (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 by PRicho

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 account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...