NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients Old Stuff (legacy) NextPVR Enhanced Web Admin (NEWA) v
« Previous 1 … 17 18 19 20 21 … 47 Next »
Web admin connection failure

 
  • 0 Vote(s) - 0 Average
Web admin connection failure
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#1
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:

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

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#2
2009-07-11, 08:13 PM
dennit Wrote: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:

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.

Sounds like a bad or corrupt ewa install. Follow the directions for installing located on the wiki and let me know how you make out.

While you are at it you can download the latest release from there as well and install that.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
dennit
Offline

Posting Freak

Posts: 788
Threads: 43
Joined: Aug 2007
#3
2009-07-11, 09:55 PM (This post was last modified: 2009-07-12, 07:51 PM by dennit.)
UncleJohnsBand Wrote:Sounds like a bad or corrupt ewa install. Follow the directions for installing located on the wiki and let me know how you make out.

While you are at it you can download the latest release from there as well and install that.

That fixed it. Thanks. I almost tried downloading and installing EWA from the wiki before posting, but for some reason, I was under the impression that the Enhanced Web Admin described in the wiki was a plugin or replacement for the default non enhanced web admin in config. I was under the incorrect impression that I needed the default web admin to run before I could try the enhanced version.
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2009-07-12, 02:06 AM
dennit Wrote:That fixed it. Thanks. I almost tried downloading and installing EWA from the wiki before posting, but for some reason, I was under the impression that the Enhanced Web Admin described in the wiki was a plugin or replacement for the default non enhanced web admin in config. I wa under the incorrect impression that I needed the default web admin to run before I could try the enhanced version.

EWA is the same web interface that comes with GBPVR......but they do have separate release schedules.....they periodically sync-up like the last release of gbpvr......I am sure the next release of GBPVR (whenever that will be) will catch up and have build 81 included in it.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
mrmace69
Offline

Junior Member

Posts: 6
Threads: 1
Joined: Aug 2009
#5
2009-09-12, 06:27 AM
hello,

I am having also problems with this Web Server. This server does not have any other web applications running, but when I try to connect using http://server:7647, I get the following error:

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

HTTP Error 404 - Not Found.

--------------------------------------------------------------------------------
Version Information: Cassini Web Server 1.0.3529.34129

What is wrong?
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#6
2009-09-13, 01:26 AM
I have the same Problem since upgrade to GB-PVR 1.4.7

I can't reach EWA from localhost
I can't reach EWA from another location

Internet Explorer 8 tell's on try to open it local, that this PC weren't be configured to listen on Port xxxx (the same as ever before, checked twice in the config).

I even followed the wiki guide and installed EWA 81 like the called procedures. No success.

Firewall for testing purposes disabled too... no success. Any Ideas?
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#7
2009-09-13, 01:48 AM
mrmace69 Wrote:hello,

I am having also problems with this Web Server. This server does not have any other web applications running, but when I try to connect using http://server:7647, I get the following error:

Server Error in '/gbpvr' Application.
--------------------------------------------------------------------------------

HTTP Error 404 - Not Found.

--------------------------------------------------------------------------------
Version Information: Cassini Web Server 1.0.3529.34129

What is wrong?

You need to use http://server:7647/gbpvr/ at a minimum....you are not using the whole context.

I prefer to use a full URL like http://server:7647/gbpvr/guide2.aspx (opens to the CSS based guide) ....if you use guide.aspx you will access the the table based guide
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2009-09-13, 01:49 AM
ShiningDragon Wrote:I have the same Problem since upgrade to GB-PVR 1.4.7

I can't reach EWA from localhost
I can't reach EWA from another location

Internet Explorer 8 tell's on try to open it local, that this PC weren't be configured to listen on Port xxxx (the same as ever before, checked twice in the config).

I even followed the wiki guide and installed EWA 81 like the called procedures. No success.

Firewall for testing purposes disabled too... no success. Any Ideas?

Are you using the full context as mentioned in the post above?
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
ShiningDragon
Offline

Posting Freak

Germany
Posts: 1,493
Threads: 146
Joined: Sep 2005
#9
2009-09-13, 10:09 AM
UncleJohnsBand Wrote:Are you using the full context as mentioned in the post above?
Yepp. I tried the following URLs:

http://localhost:7647/gbpvr/guide.aspx
http://127.0.0.1:7647/gbpvr/guide.aspx
http://xxxxxxxxxxxxxx.xxxxxx.xxx/gbpvr/guide.aspx

No success.

:confused:
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2009-09-13, 02:02 PM
ShiningDragon Wrote:Yepp. I tried the following URLs:

http://localhost:7647/gbpvr/guide.aspx
http://127.0.0.1:7647/gbpvr/guide.aspx
http://xxxxxxxxxxxxxx.xxxxxx.xxx/gbpvr/guide.aspx

No success.

:confused:

Ok...what exactly happens whey you try to access EWA? Screen shots are helpful as well as any messages that are displayed.
Intel Core i7 @ 4.00GHz Skylake 14nm
ASUSTeK COMPUTER INC. Z170-DELUXE
Windows 10 Pro x64
PVR Software: NPVR 5.1.1
SiliconDust HDHomeRun HDHR5-4US Connect Quatro 4 Channel Tuner
Roku Ultra
2 PCH A-100's
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,331 2019-06-20, 10:34 AM
Last Post: jksmurf
  NEWA Web Admin working OK, but have question about modern GUI playback controls tinstaafl 0 2,297 2017-03-19, 10:11 PM
Last Post: tinstaafl
  Server Error in '/' Application [streaming failure] oldman 3 3,040 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Multiple Users for Web Admin rowle1jt 5 3,856 2017-01-10, 01:00 AM
Last Post: UncleJohnsBand
  How do I set up web admin so I can access from the www? thawk 4 2,738 2011-07-11, 08:16 PM
Last Post: pcostanza
  Enhanced Web Admin (EWA) Build 83 Released UncleJohnsBand 3 11,877 2011-02-14, 03:47 AM
Last Post: skreien
  Enhanced Web Admin (EWA) Build 82 Released UncleJohnsBand 11 5,405 2010-02-23, 02:44 AM
Last Post: UncleJohnsBand
  Failure to set manual recording alevideotestservice 2 1,447 2009-12-16, 09:07 PM
Last Post: alevideotestservice
  admin(2).aspx times out medic29 2 1,944 2009-10-12, 01:53 AM
Last Post: medic29
  Cannot Access Web Admin from Internet GAHart 14 6,482 2009-09-29, 09:47 AM
Last Post: UncleJohnsBand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode