Home Access Plus+ Thread, [v7.5] HAP+ Setup Install Problem in Projects:; Hi,
I have followed the instructions for the installation, however I get to teh Setup.aspx page and then my error ...
-
18th October 2011, 08:47 PM #1
- Rep Power
- 8
[v7.5] HAP+ Setup Install Problem
Hi,
I have followed the instructions for the installation, however I get to teh Setup.aspx page and then my error occurs. I can see all the text, however there seems to be a script that isn't loading and I cannot view images.
Any ideas on the problem
Craig
-
-
IDG Tech News
-
18th October 2011, 09:08 PM #2 What version of IIS are you using?
-
-
19th October 2011, 04:02 AM #3
- Rep Power
- 8
-
-
19th October 2011, 08:27 AM #4 Have you reset the permissions on the folder via explorer?
-
-
20th October 2011, 11:37 AM #5
- Rep Power
- 8
Yes I have reset them following the Video on the HAP website. This is error from IE
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; WOW64; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729; .NET CLR 3.0.30729)
Timestamp: Thu, 20 Oct 2011 10:34:45 UTC
Message: Object expected
Line: 1716
Char: 7
Code: 0
URI: http://app02.kla.local/hap/setup.aspx
Message: Object expected
Line: 1699
Char: 8
Code: 0
URI: http://app02.kla.local/hap/setup.aspx
I find this odd, because if I open the file, it only goes to 1659, so I assume there are some includes that increase the line numbering.
-
-
20th October 2011, 02:41 PM #6
- Rep Power
- 0
exactly the same error here too. Server 2008R2 using IIS7. Follow the video to the letter with no problems until I run setup.aspx. Feeling very stupid at the moment as it seems to work for everyone else.
-
-
20th October 2011, 02:43 PM #7 what does /api/setup give you?
-
-
20th October 2011, 02:57 PM #8
- Rep Power
- 0
We just get a site of text starting with the following...
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Setup.aspx.cs" Inherits="HAP.Web.Setup" %>
Im hoping its something very simple I can kick myself for.
Thanks
-
-
20th October 2011, 03:09 PM #9
-
-
20th October 2011, 03:57 PM #10
- Rep Power
- 8
Hi,
I have just managed to fix this,
I opened the web.conf file and removed
<mimeMap fileExtension=".svg" mimeType="http://www.edugeek.net/images/svg+xml" />
I hope that helps
EDIT: I still have an issue, I cannot click test on the AD settings, as I have no button present. Also the AD browser does not work, just a blue box at the top.
Last edited by teklogic; 20th October 2011 at 04:04 PM.
-
-
20th October 2011, 04:07 PM #11 The button was removed in v7.1 as it was only in there for v7.0 testing (forgot to remove it in final). If you get just a blue bar then it is unable to connect to the api to download the JSON to process your Active Directory Structure.
In the browser can you go to https://hap.school.name/hap/api/setup and tell me if you get an error
-
-
20th October 2011, 04:11 PM #12
- Rep Power
- 8
When I have entered the Domain UPN and Username, when I tab through it displays an 'Internal Server Error'
The /api/setup now just tells me 'Endpoint not found. Please see the service help page for constructing valid requests to the service.'
-
-
20th October 2011, 04:17 PM #13
- Rep Power
- 0
hmm... I have no api/setup (nor a api folder). Going to go find an earlier release and see what I can do.
-
-
20th October 2011, 04:19 PM #14 Ok, if it's saying that WCF is working correctly.
Do you have access to Firebug in Firefox? If yes:
1. Load Firebug
2. Click on Console Tab
3. Reload the Setup.aspx page
4. Enter your Domain Name, Username, and Password
5. Click on the + sign next to https://hap.school.name/hap/api/setup/GetADTree
6. Go to the Response Tab, or XML Tab (Even Better) and paste the contents here
If IE9:
1. Reload the Setup.aspx
2. Press F12
3. On the Network Tab, click Start Capturing
4. Enter your Domain Name, Username, and Password
5. Click on the Students Box
6. Go back to the F12 Window
7. Stop Capturing
8. Double Click on https://hap.school.name/hap/api/setup/GetADTree
9. Copy the Response Body and Paste contents here
-
-
20th October 2011, 04:34 PM #15
- Rep Power
- 8
With Firebug, entered the domain, user and password and tabbed out. there wasnt a + sign and this is the xml error,
<Fault xmlns="http://schemas.microsoft.com/ws/2005/05/envelope/none">
<Code>
<Value>Receiver</Value>
<Subcode>
<Value xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</Value>
</Subcode>
</Code>
<Reason>
<Text xml:lang="en-GB">An operations error occurred. </Text>
</Reason>
<Detail>
<ExceptionDetail xmlns="http://schemas.datacontract.org/2004/07/System.ServiceModel" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<HelpLink i:nil="true"></HelpLink>
<InnerException i:nil="true"></InnerException>
<Message>An operations error occurred. </Message>
<StackTrace> at System.DirectoryServices.DirectoryEntry.Bind(Boole an throwIfFail) at System.DirectoryServices.DirectoryEntry.Bind() at System.DirectoryServices.DirectoryEntry.get_Name() at HAP.Web.API.setup.FillNode(DirectoryEntry root) at SyncInvokeGetADTree(Object , Object[] , Object[] ) at System.ServiceModel.Dispatcher.SyncMethodInvoker.I nvoke(Object instance, Object[] inputs, Object[]& outputs) at System.ServiceModel.Dispatcher.DispatchOperationRu ntime.InvokeBegin(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRu ntime.ProcessMessage5(MessageRpc& rpc) at System.ServiceModel.Dispatcher.ImmutableDispatchRu ntime.ProcessMessage31(MessageRpc& rpc) at System.ServiceModel.Dispatcher.MessageRpc.Process( Boolean isOperationContextSet)</StackTrace>
<Type>System.DirectoryServices.DirectoryServicesCO MException</Type>
</ExceptionDetail>
</Detail>
</Fault>
-
SHARE: 
Similar Threads
-
By enjay in forum Home Access Plus+
Replies: 24
Last Post: 14th October 2011, 07:22 PM
-
By 2097 in forum Home Access Plus+
Replies: 71
Last Post: 30th September 2011, 12:32 PM
-
By nickbro in forum Home Access Plus+
Replies: 12
Last Post: 29th August 2011, 04:22 PM
-
By EvLPhenom in forum Virtual Learning Platforms
Replies: 15
Last Post: 1st December 2006, 07:04 PM
-
By adamyoung in forum Educational Software
Replies: 5
Last Post: 21st April 2006, 08:33 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules