NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 762 763 764 765 766 … 1231 Next »
WebAdmin Error

 
  • 0 Vote(s) - 0 Average
WebAdmin Error
hansoffate
Offline

Member

Posts: 74
Threads: 20
Joined: May 2006
#1
2006-07-03, 09:24 PM
The webadmin has been working for the longest time. I just recently noticed it hasn't been working (i don't use it often). Maybe because i upgraded to .9

Well here is what is dispalyed.


Code:
Server Error in '/gbpvr' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>

Thank you
-Hans
GBPVR System:
P4 2.0 GHZ
2x 512 Ram
NVidia FX 5200
PVR 150
Hard Drives
200 gb : Programs Backup, and Live TV Buffer R
250 gb: Recorded TV
elite
Offline

Senior Member

Posts: 700
Threads: 26
Joined: Sep 2004
#2
2006-07-04, 07:06 AM
Can you logon into webadmin from the local machine (computer running gbpvr) - you'll get a more useful error message...
hansoffate
Offline

Member

Posts: 74
Threads: 20
Joined: May 2006
#3
2006-07-05, 03:51 PM
Hopefully this will help.

Code:
Unable to find the requested .Net Framework Data Provider.  It may not be installed.
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.ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.

Source Error:

Line 76:             if (File.Exists(Path.Combine(Global.Settings.GetInstallDir(), "zapdb.db3")))
Line 77:             {
Line 78:                DbProviderFactory zapFactory = DbProviderFactories.GetFactory("System.Data.SQLite");
Line 79:                zapConnection = zapFactory.CreateConnection();
Line 80:                zapConnection.ConnectionString = "Data Source=" + databaseFileName + ";Version=3;New=True";


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs    Line: 78

Stack Trace:

[ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.]
   System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) +99
   gbweb.ZapTools.OpenZapDB() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs:78
   gbweb.classes.ProgrammeDisplay..ctor() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ProgrammeDisplay.cs:19
   gbweb.guide.Page_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Guide.aspx.cs:108
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
   System.Web.UI.Control.OnPreRender(EventArgs e) +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +88
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731
GBPVR System:
P4 2.0 GHZ
2x 512 Ram
NVidia FX 5200
PVR 150
Hard Drives
200 gb : Programs Backup, and Live TV Buffer R
250 gb: Recorded TV
hansoffate
Offline

Member

Posts: 74
Threads: 20
Joined: May 2006
#4
2006-07-05, 08:57 PM
Bump
GBPVR System:
P4 2.0 GHZ
2x 512 Ram
NVidia FX 5200
PVR 150
Hard Drives
200 gb : Programs Backup, and Live TV Buffer R
250 gb: Recorded TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,823
Threads: 769
Joined: Nov 2003
#5
2006-07-05, 09:02 PM
You might be best to post a link to this thread in the web admin support thread: http://forums.nextpvr.com/showthread.php?t=2030
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2006-07-06, 02:41 AM
hansoffate Wrote:Hopefully this will help.

Code:
Unable to find the requested .Net Framework Data Provider.  It may not be installed.
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.ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.

Source Error:

Line 76:             if (File.Exists(Path.Combine(Global.Settings.GetInstallDir(), "zapdb.db3")))
Line 77:             {
Line 78:                DbProviderFactory zapFactory = DbProviderFactories.GetFactory("System.Data.SQLite");
Line 79:                zapConnection = zapFactory.CreateConnection();
Line 80:                zapConnection.ConnectionString = "Data Source=" + databaseFileName + ";Version=3;New=True";


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs    Line: 78

Stack Trace:

[ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.]
   System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) +99
   gbweb.ZapTools.OpenZapDB() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs:78
   gbweb.classes.ProgrammeDisplay..ctor() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ProgrammeDisplay.cs:19
   gbweb.guide.Page_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Guide.aspx.cs:108
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
   System.Web.UI.Control.OnPreRender(EventArgs e) +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +88
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731

This was a known issue and was fixed in build 39.....build 40 is the current release level....[url=http://forums.gbpvr.com/showpost.php?p=117645&postcount=1090][/url]

Build 38 ships with GBPVR 97.9....so you will need to upgrade.....
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
hansoffate
Offline

Member

Posts: 74
Threads: 20
Joined: May 2006
#7
2006-07-06, 09:08 PM
I upgraded to build 40 (i renamed the old one to web38 and just extrated build 40. Then I restarted my computer.)

Anyways, I get this error (it seems like the same one.) How can i fix it

Code:
Server Error in '/gbpvr' Application.
Unable to find the requested .Net Framework Data Provider.  It may not be installed.
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.ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.

Source Error:

Line 76:             if (File.Exists(Path.Combine(Global.Settings.GetInstallDir(), "zapdb.db3")))
Line 77:             {
Line 78:                DbProviderFactory zapFactory = DbProviderFactories.GetFactory("System.Data.SQLite");
Line 79:                zapConnection = zapFactory.CreateConnection();
Line 80:                zapConnection.ConnectionString = "Data Source=" + databaseFileName + ";Version=3;New=True";


Source File: c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs    Line: 78

Stack Trace:

[ArgumentException: Unable to find the requested .Net Framework Data Provider.  It may not be installed.]
   System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName) +99
   gbweb.ZapTools.OpenZapDB() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ZapTools.cs:78
   gbweb.classes.ProgrammeDisplay..ctor() in c:\Program Files\devnz\gbpvr\web\App_Code\classes\ProgrammeDisplay.cs:19
   gbweb.guide.Page_PreRender(Object sender, EventArgs e) in c:\Program Files\devnz\gbpvr\web\Guide.aspx.cs:108
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +13
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +45
   System.Web.UI.Control.OnPreRender(EventArgs e) +80
   System.Web.UI.Control.PreRenderRecursiveInternal() +88
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5731


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
GBPVR System:
P4 2.0 GHZ
2x 512 Ram
NVidia FX 5200
PVR 150
Hard Drives
200 gb : Programs Backup, and Live TV Buffer R
250 gb: Recorded TV
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#8
2006-07-07, 03:06 AM (This post was last modified: 2006-07-07, 03:17 AM by UncleJohnsBand.)
What files are in your gbpvr\web\bin directory......

Did you install ZapTools?
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
hansoffate
Offline

Member

Posts: 74
Threads: 20
Joined: May 2006
#9
2006-07-07, 05:48 AM
AjaxPro.2.dll
DriverWrapper.dll
GBPVRBackendCommon.dll
GBPVRPublic.dll
GBPVRRecordingService.exe
ICSharpCode.SharpZipLib.dll
NativeUtilities.dll
RatRat.dll
System.Data.SQLite.dll

I have installed ZapTools.

Should i take it out?
GBPVR System:
P4 2.0 GHZ
2x 512 Ram
NVidia FX 5200
PVR 150
Hard Drives
200 gb : Programs Backup, and Live TV Buffer R
250 gb: Recorded TV
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#10
2006-07-08, 05:09 AM
hansoffate Wrote:AjaxPro.2.dll
DriverWrapper.dll
GBPVRBackendCommon.dll
GBPVRPublic.dll
GBPVRRecordingService.exe
ICSharpCode.SharpZipLib.dll
NativeUtilities.dll
RatRat.dll
System.Data.SQLite.dll

I have installed ZapTools.

Should i take it out?

I do not have the above two DLL's in my web\bin directory....try removing them and see what happens.

Also....when you updated to the build 40 version of EWA did the GBPVR installer kick off at any time after? If so, it would have downgraded you back to build 38.

The new release of GBPVR that came out today includes build 40 with the install so you may want to just upgrade to GBPVR 97.13.....I would still get rid of those two DLL's as well.

Let me know what happens.
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
  VMR9 Error message cristovao 7 6,000 2012-01-31, 07:35 AM
Last Post: SLR_65
  "Failed to submit the Tune Request to the Network Provider" Error? jksmurf 4 2,603 2010-12-17, 02:09 PM
Last Post: jksmurf
  Sudden Error Message when accessing gbpvr web interface classpro 0 1,608 2010-11-11, 11:59 PM
Last Post: classpro
  Can't cure the Error: 1904 problem rkircher 1 1,940 2010-11-10, 07:22 AM
Last Post: stustunz
  Unexpected error removing recording from conversion queue pvrproblems 1 1,641 2010-09-03, 03:51 AM
Last Post: sub
  Registry Error while installing PuffY 4 3,279 2010-08-16, 08:20 AM
Last Post: martint123
  EPG update error aibo 38 10,969 2010-07-23, 02:35 AM
Last Post: User
  Error 88760868 bezza 5 3,125 2010-07-18, 04:55 PM
Last Post: sub
  Windows 7 x64 installation problem - error 1603 in Event log psycik 0 1,901 2010-07-17, 04:31 AM
Last Post: psycik
  error: failure playing back file yonu 4 2,175 2010-07-12, 12:52 AM
Last Post: yonu

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

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

Linear Mode
Threaded Mode