2009-07-11, 03:06 PM
I can't get the web admin running. I've tried:
http://localhost:7647/gbpvr
http://192.168.1.xxx:7647/gbpvr
http://<name in hosts file>:7647/gbpvr
The port is correct.
I have no trouble accessing another web server (uTorrent on this machine)
I get this response in the browser from the local machine:
I get a security error when accessing from another machine.
As you can see, I have GBPVR installed in a non-standard directory, but it seems to be looking in the right spot.
I never see a request to enter the user/password.
Any suggestions?
Thanks in advance.
http://localhost:7647/gbpvr
http://192.168.1.xxx:7647/gbpvr
http://<name in hosts file>:7647/gbpvr
The port is correct.
I have no trouble accessing another web server (uTorrent on this machine)
I get this response in the browser from the local machine:
Code:
Server Error in '/gbpvr' 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 67: foreach (XmlNode pluginNode in categories)
Line 68: {
Line 69: bool display_plugin = Convert.ToBoolean(pluginNode.SelectSingleNode("//plugin_display").InnerText);
Line 70: if (display_plugin)
Line 71: {
Source File: c:\Graf\GBPVR\web\EWAMasterPage.master.cs Line: 69
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
gbweb.EWAMasterPage.Page_Load(Object sender, EventArgs e) in c:\Graf\GBPVR\web\EWAMasterPage.master.cs:69
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
System.Web.UI.Control.OnLoad(EventArgs e) +73
System.Web.UI.Control.LoadRecursive() +52
System.Web.UI.Control.LoadRecursive() +141
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2184
Version Information: Microsoft .NET Framework Version:2.0.50727.3074; ASP.NET Version:2.0.50727.3074
I get a security error when accessing from another machine.
As you can see, I have GBPVR installed in a non-standard directory, but it seems to be looking in the right spot.
I never see a request to enter the user/password.
Any suggestions?
Thanks in advance.