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 … 38 39 40 41 42 … 47 Next »
recording service crashing

 
  • 0 Vote(s) - 0 Average
recording service crashing
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#1
2007-02-19, 06:03 PM
Hi,

I posted earlier today in the support forum http://forums.nextpvr.com/showthread.php...post177558
that my recording service was crashing (logs attached there). Stupidly I did not see the fault myself:

18-2-2007 15:30:36.786 ERROR [2] FATAL UNHANDLED EXCEPTION:: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
at Tortuga.Rss.Finalize()

TortugaDN.dll is part of the EWA. Can this be the reason for the crashes. I have in the mean time deleted and reisnstalled the EWA (version 57) and did not have any more crashes for the last few hours (definitely too short to conclude).
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#2
2007-02-19, 06:16 PM
I also see it crash when I try to access GBPVR via the web interface. The following was logged in the event viewer:
Code:
Event Type:    Error
Event Source:    GB-PVR Recording Service
Event Category:    None
Event ID:    0
Date:        2/19/2007
Time:        9:59:52 AM
User:        N/A
Computer:    
Description:
Service cannot be started. System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.TcpListener.Start(Int32 backlog)
   at System.Net.Sockets.TcpListener.Start()
   at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
   at GBPVR.RecordingService.x116139cea0d00aa9.OnStart(String[] args)
   at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Jeff
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#3
2007-02-19, 08:01 PM
It indeed logs to the the eventvwr too:

Event Type: Error
Event Source: Service Control Manager
Event Category: None
Event ID: 7034
Date: 18-2-2007
Time: 15:30:37
User: N/A
Computer: SERVER
Description:
The GB-PVR Recording Service service terminated unexpectedly. It has done this 2 time(s).

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#4
2007-02-20, 11:00 AM
What version of EWA? Latest Build or what is currently shipping with GBPVR?

When you say "try to access" what page are you trying to access?

What is shown in the EWA logs? Acess via the stats tab or via drilling down into the subdirectory that contains a log file under this tree:

Code:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3
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
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#5
2007-02-20, 02:40 PM
I use the latesd build (57) from the wiki.
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#6
2007-02-21, 02:29 AM
Jeff Wrote:I also see it crash when I try to access GBPVR via the web interface. The following was logged in the event viewer:
Code:
Event Type:    Error
Event Source:    GB-PVR Recording Service
Event Category:    None
Event ID:    0
Date:        2/19/2007
Time:        9:59:52 AM
User:        N/A
Computer:    
Description:
Service cannot be started. System.Net.Sockets.SocketException: Only one usage of each socket address (protocol/network address/port) is normally permitted
   at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at System.Net.Sockets.TcpListener.Start(Int32 backlog)
   at System.Net.Sockets.TcpListener.Start()
   at System.Runtime.Remoting.Channels.ExclusiveTcpListener.Start(Boolean exclusiveAddressUse)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.StartListening(Object data)
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel.SetupChannel()
   at System.Runtime.Remoting.Channels.Tcp.TcpServerChannel..ctor(Int32 port)
   at GBPVR.RecordingService.x116139cea0d00aa9.OnStart(String[] args)
   at System.ServiceProcess.ServiceBase.ServiceQueuedMainCallback(Object state)

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Jeff

I get this if I hot swap EWA....meaning the gbpvrrecordingservice is not stopped prior to adding new files....especially DLL's or code files in the application class folders.

This began occuring when we went to .Net 2.0.

Can you please confirm that you get this even when you stop the recording service first and then add the update.
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
#7
2007-02-21, 02:32 AM
UncleJohnsBand Wrote:What version of EWA? Latest Build or what is currently shipping with GBPVR?

When you say "try to access" what page are you trying to access?

What is shown in the EWA logs? Acess via the stats tab or via drilling down into the subdirectory that contains a log file under this tree:

Code:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\gbpvr\4d107d39\801bf7b5\assembly\dl3

Koenie Wrote:I use the latesd build (57) from the wiki.

First....are you stopping the recording service prior to adding the update files?

Also....can you post your web logs (see my post above for location) when this error occurs.
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
Koenie
Offline

Senior Member

Posts: 356
Threads: 31
Joined: Aug 2005
#8
2007-02-23, 10:52 PM
I am stopping the recording service prior to updating the EWA. I delete teh files as described in the wiki. This means that there are a few files from the rss generator that are not deleted but overwritten.

I moved the EWA to the microsoft IIS webserver in the mean time (with Apache I could nto get the rss feeds to work) not to hurt the WAF. Next week I am home a few days and can try to recreate the problem and send the log to you.
Regards Koen,

GBPVR 1.4.7
AMD 780G with X2 BE2350, 2gb ram, LCD-TV, Win XP
PVR500, PVR150 & PVC150 MCE MediaMVP D3A, 2 networked clients
UncleJohnsBand
Offline

Posting Freak

U.S.A.
Posts: 5,643
Threads: 258
Joined: Feb 2005
#9
2007-02-24, 02:24 AM
Koenie Wrote:I am stopping the recording service prior to updating the EWA. I delete teh files as described in the wiki. This means that there are a few files from the rss generator that are not deleted but overwritten.

I moved the EWA to the microsoft IIS webserver in the mean time (with Apache I could nto get the rss feeds to work) not to hurt the WAF. Next week I am home a few days and can try to recreate the problem and send the log to you.

One thing I learned that you can not do is use the batch RSS generator GenRss.exe from within the web\bin directory. I just put a sticky post out on how to configure the batch generator.

Where you running the batch GenRss.exe or were you using the on-demand aspx page with the filter= query string parameter?
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
  NEWA scheduled recording update ability broken in 4.2.2 snagglewest 0 2,010 2018-07-11, 12:12 AM
Last Post: snagglewest
  Server Error when settign a manual recording in NEWA martinu 2 2,326 2017-01-23, 01:30 AM
Last Post: UncleJohnsBand
  Cancel Recording in Newa Not Working odin 1 2,504 2016-05-24, 07:24 PM
Last Post: UncleJohnsBand
  Trouble with manual recording - DateTime fullStartDate = DateTime.Parse(StartDateBox. milanwb 8 4,438 2015-09-01, 12:26 AM
Last Post: UncleJohnsBand
  Duplicate recording Scheduled in NEWA? jksmurf 17 6,110 2015-01-10, 02:49 AM
Last Post: UncleJohnsBand
  Bug: NEWA 2.11 - Manual recording returns server error '/' haste18 3 1,834 2014-02-08, 01:12 AM
Last Post: UncleJohnsBand
  Bug in manual recording ? giorgioclimb 1 1,334 2014-01-12, 05:33 AM
Last Post: UncleJohnsBand
  Deleting an active recording crashes rec service (and newa) softfoot 10 3,966 2013-11-28, 06:22 PM
Last Post: johnsonx42
  Server Error in '/' Application. --> Add manual recording Svekke 5 2,603 2013-11-15, 03:02 AM
Last Post: UncleJohnsBand
  Unable to set a recording using NEWA with 3.1.1 srhutch 9 2,882 2013-10-18, 02:21 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