Jump to content

Recommended Posts

Posted

Newbie to this so forgive me - more a apache man then an IIS!

Read through the documentation but not sure if i am missing something required for 7.8, all i get is

 

hap1.png and also I cannot get the IIS7 Intergrated pipeline working?

 

And I have the same issue as this thread

 

But can't seem to get the AD part working, have done the dot net recommendations (i think!) for the various other threads

 

hap2.png

Posted

Have you tried reinstalling .net 4/running the repair option/running the restore defaults option.

 

In IIS you need to make sure the HAP+ apppool is running in integrated pipeline mode, which the red x next to integrated pipeline is saying

Posted

Its setup as Intergrated and IIS is set to use the HAP application pool, and yes reinstalled dot net 4 - although from teh same installer. Will try another one in the morning - how do you restore defaults from it? i only get repair/remove options?

hap2.png

Posted
You have the HAP App Pool, but you don't have the HAP Application assigned to use it. Check the HAP Basic Properties

 

Ah wrong screen shot! Even with it assigned it doesn't seem to respond

hap3.png

Posted
Have reinstalled .net 4 from the web, I've also created a new application pool and tried to remove the app from IIS and recreate but i still get an error as in the first screenshots.
Posted

Windows Server 2008 SP2 - IIS 7.5

 

I'm having the same problem right now Glennda has described. I've followed the installation video to the letter.

 

This looks to be very cool and I can't wait to see it in action.

Posted (edited)
Got mine working kind of working; I can get the services activated check box and browse AD organizational units, but still don't have a green check on the pipeline. To get services working I enabled SSL on the site using a self signed cert. Edited by Duke5A
Posted


how do you do that?

 

  • Select the server in the IIS mmc in the treeview on the left
  • Open the server certificates under feature view
  • Add a self signed cert
  • Select the site in the treeview at the left, right click -> Edit Bindings
  • Add HTTPs
  • Then open SSL settings for the site in the features view
  • Add a check to the Require SSL box and apply settings

 

I know the list is quick and dirty, but I was just going out the door when I saw your reply. This got AD working and the Services Activated check mark to appear, but the pipeline still isn't working. I hope this helps...

  • Thanks 2
Posted

Ok i've got it running - apart from the intergrated pipes at which i'm stumped.

 

I can't login as just get this - is it to do with Intergrated pipes?

 

SecurityException: The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security.]

System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate) +828

System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate) +460

System.Diagnostics.EventLog.SourceExists(String source) +22

HAP.Web.Logging.EventViewer.Log(String source, String message, EventLogEntryType type) +37

HAP.Web.Login.login_Click(Object sender, EventArgs e) +266

System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11265679

System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11265198

System.Web.UI.Page.ProcessRequest() +119

System.Web.UI.Page.ProcessRequest(HttpContext context) +167

ASP.login_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\hap\55cd546f\70e6ba5a\App_Web_2bsvkvtc.2.cs:0

System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +597

System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +266

Posted
Can you run the HAP+ Event Viewer Log Setup Program on codeplex

 

One of the techs started again and got it working! me just being impatient and skipping steps i think!

 

Cheers

Posted
@Duke5A, you shouldn't need to do the Require SSL CheckBox.

 

Browse to /hap/api/setup, post the error message if one is presented

 

Hi Nick, thanks for the help so far. Some fair warning though, I'm a complete n00b when it comes to IIS.

 

I don't get an error message upon trying to login; the page will only display invalid login. I still don't have an integrated pipeline checkmark either. So I decided to go back from the top in following the installation video and realized that Forms Authentication isn't listed under Authentication in the IIS manager. Any ideas?

Posted
I figured it out. Stupid me never installed the ASP.Net role service. I've got it working and browsing home directories. I have to say this really cool. If you were this side of the pond I'd buy you a beer! Thanks again.
  • 1 month later...
Posted

Hi,

 

I am trying to install HAP+ 7.9. I have a red cross for services activated, i have enabled ssl as instructed and have also reinstall .net 4 both without success.

 

if i go to /intranet/api/setup i get two different errors showing up at different times.

 

 

Server Error in '/Intranet' Application.

 

Configuration Error

 

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

 

Parser Error Message: An endpoint reference cycle was detected in your configuration. The following reference cycle must be removed: webHttpEndpoint/, webHttpEndpoint/.

 

Source Error:

 

 

Line 236:

Line 237:

Line 238:

Line 239:

Line 240:

 

Source File: C:\inetpub\wwwroot\Intranet\web.config Line: 238

 

and

Server Error in '/Intranet' Application.

 

Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https].

 

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

 

Exception Details: System.InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https].

 

Source Error:

 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

 

Stack Trace:

 

 

[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) +12298460

System.ServiceModel.Description.ConfigLoader.ConfigureEndpointAddress(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint) +54

System.ServiceModel.Description.ConfigLoader.ConfigureEndpoint(StandardEndpointElement standardEndpointElement, ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, ServiceEndpoint& endpoint, Boolean omitSettingEndpointAddress) +487

System.ServiceModel.Description.ConfigLoader.LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, Boolean omitSettingEndpointAddress) +616

System.ServiceModel.Web.WebServiceHost.AddAutomaticWebHttpBindingEndpoints(ServiceHost host, IDictionary`2 implementedContracts, String multipleContractsErrorMessage, String standardEndpointKind) +681

System.ServiceModel.Web.WebServiceHost.OnOpening() +244

System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) +274

System.ServiceModel.Channels.CommunicationObject.Open() +36

System.ServiceModel.HostingManager.ActivateService(String normalizedVirtualPath) +184

System.ServiceModel.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) +615

 

[serviceActivationException: The service '/Intranet/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) +687598

System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) +190

System.ServiceModel.Activation.AspNetRouteServiceHttpHandler.EndProcessRequest(IAsyncResult result) +6

System.Web.CallHandlerExecutionStep.OnAsyncHandlerCompletion(IAsyncResult ar) +96

 

Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1

 

 

 

Anyone got any ideas on how i can fix this?

  • 3 weeks later...
Posted

 

 

  • Select the server in the IIS mmc in the treeview on the left
  • Open the server certificates under feature view
  • Add a self signed cert
  • Select the site in the treeview at the left, right click -> Edit Bindings
  • Add HTTPs
  • Then open SSL settings for the site in the features view
  • Add a check to the Require SSL box and apply settings

 

I know the list is quick and dirty, but I was just going out the door when I saw your reply. This got AD working and the Services Activated check mark to appear, but the pipeline still isn't working. I hope this helps...

 

This worked for me too. Now i havent installed HAP on a dc and its struggling to find the user for the admin settings.

Posted

I have tried your suggestion at running

 

icacls C:\inetpub\wwwroot\Hap /grant "IIS AppPool\HAP":(RX)

 

and taken off the require ssl. I am still getting the red x at services activated. I have followed the video about home access plus version 7 like for like but to no avail

 

Tim

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...