Jump to content

Recommended Posts

Posted (edited)

Great program, been using it for over a year, just moving to v8 and having a couple issues. (build 8.0.827.1800)

 

I started from scratch with files, complete with re-doing the setup. Having a couple problems:

  • When I'm at the Sign In screen, it refreshes every second. I have to tell the browser to stop, and 3/4 of the time I get a white page - but occasionally it will stop on the content and I can log in
  • When I log in, it lets me log in as a user, but tells me "invalid username and password"
  • When logged in and trying to get to a network drive, it tells me "The network path was not found" repeatedly, and showing no content for the drive

 

I can provide logs, etc. Just tell me where I need to look!

Edited by joe_wakeman
Posted
+1 with the refreshing thing. I haven't been able to get past this and get to a point where I can log in so can't comment on the other issues in the above post.
Posted

Hi Nick,

 

Just to check that I've done it right....

 

On codeplex it said: To upgrade from a previous version, delete everything but your AppData folder, extract all but the AppData folder and run your HAP+ install

 

I took this to mean that after deleting and extracting everything from the zip except the AppData folder, i just navigate to the web address as normal. Or does 'run your HAP+ install' mean something else?

Posted

Well this is very odd, none of these errors came up in the alpha testing.

 

Can you try renaming your hapconfig.xml to hapconfig_old.xml and letting HAP recreate the config file.

 

How did you upgrade your install? By deleting all files except the App_Data folder and extracting the ZIP?

Posted

Can you provide me with a link to your HAP+ logon page, I'll have a look see what I can see, explaining how to diag a constant redirect isn't easy. It sounds like some resource isn't accessible, since hitting ESC can render the page.

 

If you are able, use Firebug in under the NET tab to see what is causing it.

 

Make sure you go to the setup.aspx page when you've got it working to reset the web.config settings.

Posted
The modernizer issue can be ignored. It's odd it's trying to interface with the live tiles interface on the logon screen, which it should not be doing
Posted

Ok, I've updated the release to v8.0828.1800.

 

The files you need are:

 

~/bin/hap.web.dll

~/bin/hap.web.configuration.dll

~/scripts/hap.web.js

~/default.aspx

~/login.aspx

Posted

Nick, performed the update, and that takes care of my refresh issues.

I get logged in, and see tiles for my drives. When I click on any of them I get "The network path was not found". Checking the server event log, the message is below.

 

Log Name: Home Access Plus+

Source: Home Access Plus+

Date: 8/27/2012 2:34:08 PM

Event ID: 0

Task Category: None

Level: Error

Keywords: Classic

User: N/A

Computer: WC-IFOLDER.webster-city.k12.ia.us

Description:

An error occurred in Home Access Plus+

 

Page: mscorlib

 

The network path was not found.

 

 

System.IO.IOException: The network path was not found.

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

Event Xml:

0

2

0

0x80000000000000

1553

Home Access Plus+

WC-IFOLDER.webster-city.k12.ia.us

An error occurred in Home Access Plus+

 

Page: mscorlib

 

The network path was not found.

 

 

System.IO.IOException: The network path was not found.

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

Posted
Thanks Nick, that fixed the refresh issue. Everything else seems to work fine. I have used my orginial v7.10 hapconfig.xml file which seems to have worked fine. :-)
Posted
Cool, good to hear. I think it was something to do with the URL formatting, I replaced it with a javascript variable which limits what is loaded at runtime in the client on the login and default pages
Posted
Nick, performed the update, and that takes care of my refresh issues.

I get logged in, and see tiles for my drives. When I click on any of them I get "The network path was not found". Checking the server event log, the message is below.

 

Log Name: Home Access Plus+

Source: Home Access Plus+

Date: 8/27/2012 2:34:08 PM

Event ID: 0

Task Category: None

Level: Error

Keywords: Classic

User: N/A

Computer: WC-IFOLDER.webster-city.k12.ia.us

Description:

An error occurred in Home Access Plus+

 

Page: mscorlib

 

The network path was not found.

 

 

System.IO.IOException: The network path was not found.

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

Event Xml:

0

2

0

0x80000000000000

1553

Home Access Plus+

WC-IFOLDER.webster-city.k12.ia.us

An error occurred in Home Access Plus+

 

Page: mscorlib

 

The network path was not found.

 

 

System.IO.IOException: The network path was not found.

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

 

at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)

at System.IO.FileSystemEnumerableIterator`1.CommonInit()

at System.IO.FileSystemEnumerableIterator`1..ctor(String path, String originalUserPath, String searchPattern, SearchOption searchOption, SearchResultHandler`1 resultHandler)

at System.IO.DirectoryInfo.InternalGetDirectories(String searchPattern, SearchOption searchOption)

at HAP.MyFiles.API.List(String Drive, String Path)

at SyncInvokeList(Object , Object[] , Object[] )

at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)

at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)

at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean isOperationContextSet)

 

That's an odd one, it doesn't seem to like the network path. Check your drive mappings directly in the hapconfig.xml file.

Posted (edited)

One query you might be able to clear up for me is why the arrow next to the log-in button doesn't render when using IE9 - it works fine on my ipad, and also fine using chrome on the same laptop. Have attached screenshot. Cheers Nick.

 

no logo.jpg

Edited by Zebadee
Posted
Looks like the font file is missing, or not loading. It should say something in IE's developer console about not being able to load a font file, which may require an iis exception to transmit the file
Posted (edited)

Try:

 

If you're using IIS, you'll need to register a MIME type for the .eot extension.

 

 

  1. In IIS Manager, in the IIS section, open the MIME Types configuration
  2. Under "Actions", click "Add..."
  3. Enter .otf in the extension box, and font/otf in the MIME type box.
  4. Click OK
  5. Enter .woff in the extension box, and font/x-woff in the MIME type box.
  6. Click OK

You'll need to do this for each non-standard extension you use (.ttf is already registered, .woff is not), but that should do it!

 

Seems IE9 uses woff files first, which where as IE8 uses otf and ttf

Edited by nickbro
Posted
That's an odd one, it doesn't seem to like the network path. Check your drive mappings directly in the hapconfig.xml file.

 

They look okay. Identical to when I had it working on the previous version of HAP.

Posted

 

     
     
     

 

Added these 3 mime type to the HAP directory within IIS but no arrow displays in IE9 - also done IISReset and cleared browser cache just in case...?

Posted
Right, I've found out that if i click on a link to our HAP site (from our website, or from the previous page on this thread for example), the login page displays with the arrow, but if i click the link from my IE favourites, or type it in manually then the arror doesn't show. Any ideas Nick?

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