dgsmith Posted December 11, 2013 Posted December 11, 2013 Fresh install of 9.0 worked fine. Uploaded to 9.7 (replacing only the files included in the 9.7 zip), to be greeted with internal server error popup on the landing screen and an error page when going to MyFiles: Server Error in '/hap' Application. -------------------------------------------------------------------------------- Object reference not set to an instance of an object. 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.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 76: <% if (!string.IsNullOrEmpty(config.MyFiles.LiveAppId)) { %> Line 77: Line 78: <% } %> Line 79: Line 80: Source File: d:\RMNetwork\RMManage\Web Components\hap\MyFiles\Default.aspx Line: 78 Line 78 is highlighted red. Have deleted the config file and rerun the setup creating a new config but this hasn't resolved it.
nickbro Posted December 11, 2013 Posted December 11, 2013 Looks like you're missing the updated App_LocalResources folder from the v9.7 update, double check that's been updated, it looks like a localized string or help file is missing
dgsmith Posted December 11, 2013 Author Posted December 11, 2013 I could have sworn i'd updated all the files! I hadn't updated the strings.xml file, so doing this resolves the issue with this error page though retains the popup of "Internal Server Error" and thus the MyFiles area is still inaccessible. Have checked the other files again and it was just this one that had been overlooked. Unfortunately with the popup, it doesn't give any clarity what the error is or where it's coming from. Is there a HAP-specific error log anywhere?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now