jrink
Members-
Posts
25 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by jrink
-
This seems to be an issue with the defaultdocumentmodule not having been loaded correctly into IIS even though it's showing as installed when looking at add/remove programs. %windir%\system32\inetsrv\appcmd.exe install module /name:DefaultDocumentModule /image:%windir%\system32\inetsrv\defdoc.dll seems to have helped.
-
I can't login to HAP. I was able to do the entire setup.aspx properly, but when trying to use HAP and logon this comes up. I thought maybe I'd reinstall .NET stuff, but this is on a Windows 2012 R2 server, so you can't just uninstall and reinstall .NET. (and if I try to login with an incorrect user/password, then it correctly says that it's a wrong user/password). Stuck for this on a long time... HTTP Error 500.21 - Internal Server Error Handler "StaticFile" has a bad module "DefaultDocumentModule" in its module list Most likely causes: •Managed handler is used; however, ASP.NET is not installed or is not installed completely. •There is a typographical error in the configuration for the handler module list. •During application initialization, either the application initialization feature has set skipManagedModules to true, or a rewrite rule is setting a URL that maps to a managed handler and is also setting SKIP_MANAGED_MODULES=1. Things you can try: •Install ASP.NET if you are using managed handler. •Ensure that the handler module's name is specified correctly. Module names are case-sensitive and use the format modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule". •Ensure that any application initialization rewrite rules set SKIP_MANAGED_MODULE=0 when setting a URL that maps to a managed handler (such as .aspx, for example.) •As an alternative, ensure that application initialization rewrite rules map the request to an unmanaged handler (for example, to an .htm file, which is mapped to the StaticFileHandler.) Detailed Error Information: Module IIS Web Core Notification ExecuteRequestHandler Handler StaticFile Error Code 0x8007000d Requested URL https://10.12.20.12:443/HAP Physical Path C:\inetpub\wwwroot\HAP Logon Method Forms Logon User administrator
-
HAP V9 is installed (I think either 9.0 or 9.1, not sure...) but is no longer working properly. Users are able to logon to HAP but they are not able to see anything once logged in other than Resources and Me, but neither of those links actually work. No link is showing for Mapped Drives either. None of the icons are showing for anything. This had been working in the past, though we are unsure when it stopped. Previous admin that set it up is no longer here. Wondering if this is worth troubleshooting or just better to reinstall from scratch and upgrading to 9.4. ?? (i tried to upload a screenshot but the attachment wouldn't upload to the thread for some reason)
-
Receiving "Internal Server Error" popups after 9.0 to 9.4 upgrade
jrink replied to jrink's topic in Home Access Plus+
Enabling HTTP back on the site got rid of the error, thanks. Is there an easy way for me to have HTTP binding enabled but still NOT allow it for the HAP site? I don't want users connecting over HTTP with AD logins. -
Receiving "Internal Server Error" popups after 9.0 to 9.4 upgrade
jrink replied to jrink's topic in Home Access Plus+
I lost remote access after the reboot, so I cannot make the change to add port 80 binding to the site at this time. I will update this thread once I have access to the server again. -
Receiving "Internal Server Error" popups after 9.0 to 9.4 upgrade
jrink replied to jrink's topic in Home Access Plus+
yes. only https is bound to the default website (which has HAP). i'm rebooting the server now, just in case it needed it after the 9.4 upgrade. -
Receiving "Internal Server Error" popups after 9.0 to 9.4 upgrade
jrink replied to jrink's topic in Home Access Plus+
I'm getting a lot of these errors SINCE the 9.0 to 9.4 upgrade. EventID 3, Source is System.ServiceModel 4.0.0.0 WebHost failed to process a request. Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/15343725 Exception: System.ServiceModel.ServiceActivationException: The service '/HAP/api/livetiles' 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.InvalidOperationException: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]. at System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) at System.ServiceModel.Description.ConfigLoader.ConfigureEndpointAddress(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint) at System.ServiceModel.Description.ConfigLoader.ConfigureEndpoint(StandardEndpointElement standardEndpointElement, ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, ServiceEndpoint& endpoint, Boolean omitSettingEndpointAddress) at System.ServiceModel.Description.ConfigLoader.LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, Boolean omitSettingEndpointAddress) at System.ServiceModel.Web.WebServiceHost.AddAutomaticWebHttpBindingEndpoints(ServiceHost host, IDictionary`2 implementedContracts, String multipleContractsErrorMessage, String standardEndpointKind) at System.ServiceModel.Web.WebServiceHost.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) --- End of inner exception stack trace --- at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result) at System.ServiceModel.Activation.HostedHttpRequestAsyncResult.End(IAsyncResult result) Process Name: w3wp Process ID: 2940 Also getting a few of these: Event ID 1309, Source ASP.NET 4.0.30319.0 Event code: 3005 Event message: An unhandled exception has occurred. Event time: 8/12/2013 10:41:00 AM Event time (UTC): 8/12/2013 3:41:00 PM Event ID: 9f36b7e3bdcd4020abfb1c9f250f3acd Event sequence: 39 Event occurrence: 1 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/HAP-1-130207956400228974 Trust level: Full Application Virtual Path: /HAP Application Path: C:\inetpub\wwwroot\HAP\ Machine name: HAP Process information: Process ID: 2940 Process name: w3wp.exe Account name: IIS APPPOOL\HAP Exception information: Exception type: InvalidOperationException Exception message: Could not find a base address that matches scheme http for the endpoint with binding WebHttpBinding. Registered base address schemes are [https]. at System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) at System.ServiceModel.Description.ConfigLoader.ConfigureEndpointAddress(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint) at System.ServiceModel.Description.ConfigLoader.ConfigureEndpoint(StandardEndpointElement standardEndpointElement, ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, ServiceEndpoint& endpoint, Boolean omitSettingEndpointAddress) at System.ServiceModel.Description.ConfigLoader.LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, Boolean omitSettingEndpointAddress) at System.ServiceModel.Web.WebServiceHost.AddAutomaticWebHttpBindingEndpoints(ServiceHost host, IDictionary`2 implementedContracts, String multipleContractsErrorMessage, String standardEndpointKind) at System.ServiceModel.Web.WebServiceHost.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) Request information: Request URL: https://i removed this info from the post:443/HAP/api/livetiles/me?1376322060566 Request path: /HAP/api/livetiles/me User host address: 172.16.x.x(i removed this info from the post) User: (i removed this info from the post) Is authenticated: True Authentication Type: Forms Thread account name: IIS APPPOOL\HAP Thread information: Thread ID: 12 Thread account name: IIS APPPOOL\HAP Is impersonating: False Stack trace: at System.ServiceModel.ServiceHostBase.MakeAbsoluteUri(Uri relativeOrAbsoluteUri, Binding binding, UriSchemeKeyedCollection baseAddresses) at System.ServiceModel.Description.ConfigLoader.ConfigureEndpointAddress(ServiceEndpointElement serviceEndpointElement, ServiceHostBase host, ServiceEndpoint endpoint) at System.ServiceModel.Description.ConfigLoader.ConfigureEndpoint(StandardEndpointElement standardEndpointElement, ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, ServiceEndpoint& endpoint, Boolean omitSettingEndpointAddress) at System.ServiceModel.Description.ConfigLoader.LookupEndpoint(ServiceEndpointElement serviceEndpointElement, ContextInformation context, ServiceHostBase host, ServiceDescription description, Boolean omitSettingEndpointAddress) at System.ServiceModel.Web.WebServiceHost.AddAutomaticWebHttpBindingEndpoints(ServiceHost host, IDictionary`2 implementedContracts, String multipleContractsErrorMessage, String standardEndpointKind) at System.ServiceModel.Web.WebServiceHost.OnOpening() at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(String normalizedVirtualPath) at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath) Custom event details: -
To clarify. I had IIS7 installed, and then installed NET4 (full). Doing that still didn't allow the Forms Authentication to appear, so I had to install ASP.NET from Server Manager as part of the IIS7 role. Once doing that, then Forms Authentication appeared for the HAP Site -> Authentication properties page.
-
IIRC, Forms based authentication won't show up unless ASP.NET is installed along with IIS in the Server Roles setup. Documentation doesn't mention this but, that's what I found with my last install.
-
So 9.0 seemed to work fine. I just stopped all IIS Services and upgraded to 9.4 by copying the contents of the .zip file to my HAP directory (wwwroot/HAP). Now, whenever I logon to the HAP site (both with IE10 and Mozilla 23) I get constant popups titled Message from Webpage saying "Internal Server Error". What broke?
-
I ended up just reinstalling HAP from scratch into a new Website within IIS and now its working... weird.
-
Setting up my 3rd HAP server... however, I'm running into this problem (haven't seen this on my other 2 HAP servers) when attempting to login with a user account. [h=2]Method is only supported if the user name parameter matches the user name in the current Windows Identity.[/h] 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.Configuration.Provider.ProviderException: Method is only supported if the user name parameter matches the user name in the current Windows Identity. Source Error: [TABLE=width: 100%] [TR] [TD] 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. [/TD] [/TR] [/TABLE] Stack Trace: [TABLE=width: 100%] [TR] [TD] [ProviderException: Method is only supported if the user name parameter matches the user name in the current Windows Identity.] System.Web.Security.WindowsTokenRoleProvider.GetCurrentWindowsIdentityAndCheckName(String userName) +750 System.Web.Security.WindowsTokenRoleProvider.GetCurrentTokenAndCheckName(String userName) +49 System.Web.Security.WindowsTokenRoleProvider.GetRolesForUser(String username) +99 HAP.AD.RoleProvider.GetRolesForUser(String username) +93 System.Web.Security.RolePrincipal.IsInRole(String role) +310 HAP.Web.Default.Page_Load(Object sender, EventArgs e) +702 System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25 System.Web.UI.Control.LoadRecursive() +116 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2750 [/TD] [/TR] [/TABLE] Also, I don't know if it's related, but I in order to get the setup.aspx page to work properly, I had to add the EVERYONE group with Modify access to the App_Data folder's permissions. EVEN though the IIS AppPool\HAP WAS specified with proper permissions to the App_Data folder. Maybe the two are related? Please advise.
-
Publishing HAP+ through TMG Forefront 2010
jrink replied to tomearnshaw's topic in Home Access Plus+
I have this working through TMG without issue. Didyou try creating a server publishing rule instead of a web publishing rule instead? I believe that's how mine is setup. -
I couldn't log into HAP with IE10 either from a Win7 box (HAP 9.1) but the hotfix you linked seemed to have fixed the issue.
-
I searched, nothing turned up when using keywords of dictionary, WCF , etc. v9.1 I want to try enabling "Enable Move" on my 2 mapped drives which I hope allow users to copy/past/move/drag items into those folders from their desktop, etc. (though I've no idea if that's what it's supposed to do since well, it's not really documented that I can see) Enabling that option however gives me this error mesg in IE, "An WCF error occurred", and this message in Firefox, "The given key was not present in the dictionary." I'm assuming this functino is BROKE. ? I even tried manually changing the config file for those 2 drives to TRUE for Enable Move but that doesn't work either. Please advise.
-
This is what is happening to me too. When changing the web.config to ONLY allow certain users via the allow roles option, if you try to login to HAP with an account that isnt authorized , it never displays the unauthorized.aspx page. This is with the latest 9.1 code as far as I can tell. JR
-
I forgot the trailing END-QUOTE.... adding it gets rid of that error but creates a whole new error when logging in.... *sigh*..
-
it also says this on the error 500.19 page. 39: [/color][/i] 41:
-
I'm sorry to report, but your suggestion did not work. My web.config file looks like this now: But when going to the website now, it shows.. [h=2]HTTP Error 500.19 - Internal Server Error[/h] [h=3]The requested page cannot be accessed because the related configuration data for the page is invalid.[/h] Detailed Error Information [TR="class: alt"] Module IIS Web Core Notification Unknown [TR="class: alt"] Handler Not yet determined Error Code 0x8007000d [TR="class: alt"] Config Error Configuration file is not well-formed XML Config File \\?\C:\inetpub\HAP\web.config [TR="class: alt"] Requested URL https://remote.oakcreek.k12.wi.us:443/ Physical Path [TR="class: alt"] Logon Method Not yet determined Logon User Not yet determined
-
I've been using SEARCH non-stop since installing this product, but the search function isn't all that useful considering it rarely brings up the information I need. I don't understand what you are asking me to do. To lock down HAP+ so ONLY staff/teachers have access to it, you want me to type: in the web.config file... EXACTLY that? or does "x" need to be replaced with an Active Directory group or something? If I type exactly what you said, that doesn't make any sense as to how the software will know how to block everyone except teachers/staff. And yes, I've TRIED searching for this answer. So if you can PLEASE provide a more detailed answer, or EXAMPLE, I'd greatly appreciate it. Thanks.
-
I can't seem to find anything in the Documentation (what little there is of it) that explains why during the setup, the Active Directory tab asks me to specify a STUDENTS GROUP. What is the purpose of this group? Also, How can I prevent a certain group of users having access to HAP+? I *only* want staff/teachers to have access to get their H: drive from home. I am having trouble understanding how to do this. Please advise.
-
Thanks, that helped. And for question #2 above, any response? Thanks.
-
Question 1. When I click SAVE on the setup.aspx page, I get this error. A Error has occured: Error Saving the Configuration More... The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security. at System.Diagnostics.EventLog.FindSourceRegistration(String source, String machineName, Boolean readOnly, Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source, String machineName, Boolean wantToCreate) at System.Diagnostics.EventLog.SourceExists(String source) at HAP.Web.Setup.Save_Click(Object sender, EventArgs e) Question 2. How in the world do I begin to understand all the different options available under the Homepage tab and Bookings tab and My Files tab on the setup.aspx page? Nothing I have found so far shows WHAT this stuff actually DOES or any kind of help file. The documentation on the website on mentions how to install HAP, not how to configure it... or am I not seeing something obvious?? J
-
Thanks for the tip. Another thing the documentation fails to mention is that you need IIS installed BEFORE .net4, otherwise you getting errors when trying to run the setup.aspx until you reinstall .net4 again.
-
Wow, disappointed by the lack of information regarding installing this. No where does it say anything regarding what roles and subroles are needed when installing IIS7 on a server. Do I just select the basic IIS setup or do I need options for webdav enabled, basic authentication, .asp, etc. I've seen NO mention of this in any documetation. Can someone please provide an answer? thanks JR
