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 … 23 24 25 26 27 … 47 Next »
Server Error in '/gbpvr' Application

 
  • 0 Vote(s) - 0 Average
Server Error in '/gbpvr' Application
caribbeanchild
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Mar 2008
#1
2008-12-09, 06:54 AM
Hi,

Had a major cleanup and re-install of Windows XP with SP3.

Have installed GBPVR 10307 from scratch. Now no matter what I do I can't get the EWA to work. Can't access from local machine or across the LAN.

I've been trying for two days and have had it. Have read everything I can but I still must be missing something.

Have done a manual install of EWA latest vesrion to see if that solved it and it doesn't. I don't have and never had GBweb.dll in my GBPVR/bin folder...so that's not the problem.

I keep getting this error page....using Firefox 3.0.4

*******************************************************
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 56: foreach (XmlNode pluginNode in categories)
Line 57: {
Line 58: bool display_plugin = Convert.ToBoolean(pluginNode.SelectSingleNode("//plugin_display").InnerText);
Line 59: if (display_plugin)
Line 60: {


Source File: d:\Apps\Multimedia\GBPVR\web\EWAMasterPage.master.cs Line: 58

Stack Trace:

[NullReferenceException: Object reference not set to an instance of an object.]
gbweb.EWAMasterPage.Page_Load(Object sender, EventArgs e) in d:\Apps\Multimedia\GBPVR\web\EWAMasterPage.master.cs:58
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +43
System.Web.UI.Control.OnLoad(EventArgs e) +80
System.Web.UI.Control.LoadRecursive() +49
System.Web.UI.Control.LoadRecursive() +132
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3750


Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
********************************************************

Any help would be appreciated!
fuzzweed
Offline

Posting Freak

Posts: 1,210
Threads: 200
Joined: May 2006
#2
2008-12-09, 07:30 AM
maybe an addressing error with your browser? You'll get this error if you enter http://servername:7647 instead of http://servername:7647/gbpvr (or http://servername:7647/gbpvr/login.aspx or http:///guide.aspx)
[SIZE="1"]Server: Win7 N | AMD Phenom II X4 3.2GHz | 4Gig RAM | Gigabyte GA-MA770-DS3 Mobo | 5TB+ HDDs | 2x BlackGold Twin HD DVB-T| ATI HD 5450 | Cambridge Audio DAC Magic
Client 1: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | SPDIF pass through
Client 2: OpenElec / XBMC | Dell GX280 P4 3.4GHz |2Gig RAM | ATI HD 5450 | C-MEDIA USB DAC
Android: Samsung Galaxy S2 GT-I9100 4.4.2 Cyanogenmod 11[/SIZE]
caribbeanchild
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Mar 2008
#3
2008-12-09, 07:14 PM (This post was last modified: 2008-12-09, 07:19 PM by caribbeanchild.)
Thanks for the reply but it's not the addressing in the browser.

I cannot access it from two other machines that have existing shortcuts to the EWA. These shortcuts have not changed. I'm using the IP of the machine in the shortcuts. The IP is static.

Accessing the machine with file sharing using another copy of GBPVR on another machine works fine. Everything works but the EWA!!!
caribbeanchild
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Mar 2008
#4
2008-12-09, 10:39 PM
caribbeanchild Wrote:Thanks for the reply but it's not the addressing in the browser.

I cannot access it from two other machines that have existing shortcuts to the EWA. These shortcuts have not changed. I'm using the IP of the machine in the shortcuts. The IP is static.

Accessing the machine with file sharing using another copy of GBPVR on another machine works fine. Everything works but the EWA!!!

I can access GBPVR at home using the EWA from my office.....but don't get past the login screen. After the login screen I get the same error as above.

Cannot figure this out!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#5
2008-12-10, 02:33 AM
From the errors posted it would appear that your EWA install structure may not be correct.

Download Build 78 (this is what is shipping with current version of GBPVR).
  • Stop the Recording Service
  • Delete all contents and directories in the gbpvr\web folder (except for the bin directory…removing this will cause GBPVR to reinstall the default Web Admin)
  • Delete only the taglib-sharp.dll, System.Web.Extensions.Design.dll, System.Web.Extensions.dll, eWorld.UI.dll, Rss.dll, Rss.pdb and Rss.Net.dll files from the gbpvr\web\bin directory
  • If a gbweb.dll file exists in the gbpvr\web\bin directory it should be deleted
  • Extract the zip into your gbpvr folder using the option to use directory names. This will load all the files into your gbpvr\web directory and subdirectories.
  • Restart the Recording Service
  • Hit Refresh in your Web Browser (important to reload cached files that might have changed)
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
caribbeanchild
Offline

Junior Member

Posts: 21
Threads: 4
Joined: Mar 2008
#6
2008-12-10, 03:48 AM
Thanks so much for that. It worked fine.

I don't know what I did wrong the first hundred times but that worked a treat.

Happiness!
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#7
2008-12-10, 10:48 AM
caribbeanchild Wrote:Thanks so much for that. It worked fine.

I don't know what I did wrong the first hundred times but that worked a treat.

Happiness!

No problem....glad to hear you are up and running. Big Grin
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)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Error with Web Admin? jksmurf 0 2,328 2019-06-20, 10:34 AM
Last Post: jksmurf
  gbpvr.com still somewhere in the NEWA code? jksmurf 0 2,059 2019-02-26, 01:29 AM
Last Post: jksmurf
  Server Error in '/' Application smajor 19 16,844 2017-10-27, 12:57 PM
Last Post: mvallevand
  Error when trying to stream from NEWA on PC jksmurf 2 2,793 2017-02-27, 05:12 AM
Last Post: jksmurf
  Server Error in '/' Application [streaming failure] oldman 3 3,038 2017-02-04, 12:48 AM
Last Post: UncleJohnsBand
  Server Error when settign a manual recording in NEWA martinu 2 2,333 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Internal Server Error SilverTiger 5 3,193 2016-07-24, 04:03 PM
Last Post: UncleJohnsBand
  "Record selected" returns error web page ... softfoot 5 3,741 2016-03-26, 01:37 PM
Last Post: UncleJohnsBand
  Server Error in "/" Application ? Lone_Stranger 1 2,405 2016-02-19, 02:10 AM
Last Post: UncleJohnsBand
  Server Error in '/' Application mdenecke 1 2,909 2016-01-13, 03:33 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