TV-Service stopped when resuming from Hibernate (1 Viewer)

Muldini

Retired Team Member
  • Premium Supporter
  • February 11, 2007
    206
    0
    Home Country
    Germany Germany
    When I resume my TV-Server from Hibernate status the tv-service ain't running anymore. The weird thing is, its shown as running under Control Panel -> Services.

    Its def. not tho, starting MediaPortal TV-Server Setup asks me to start the TV-Service and on a MediaPortal Client it "can't connect to TV-Server".

    I'm afraid theres nothing in the logs about this. Anyone got any idea how to solve this?

    Regards, Muldini

    /edit
    Please move this thread to Support (TVE3), i realised too late I was posting in the wrong forum.
     

    Hemulen

    Portal Member
    January 1, 2007
    15
    0
    56
    Home Country
    Sweden Sweden
    Samething happend for me too, svn and engine from saturday morning 2007-02-16. I can see som entries in Windows Application log about the TV service but I'm running a Swedish XP and the information found there is in Swedish so it need to be translated. Can you see anything about the TV service in your Application log or System log?
     

    Muldini

    Retired Team Member
  • Premium Supporter
  • February 11, 2007
    206
    0
    Home Country
    Germany Germany
    Great your telling me about that, totally forgot to check those logs.

    I actually get 4 msgs after returning from Hibternate (or StandBy):

    Information: (1st msg)
    Code:
    PowerEvent handled successfully by the service.

    Information: (2nd msg)
    Code:
    PowerEvent handled successfully by the service.

    Error: (3rd msg)
    Code:
    Failed in handling the PowerEvent. The error that occurred was: System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at TvLibrary.Interfaces.ServiceProvider.Add[T](Object service)
       at TvService.TVController..ctor()
       at TvService.Service1.OnStart(String[] args)
       at TvService.Service1.OnPowerEventHandler(PowerBroadcastStatus powerStatus)
       at TvService.Service1.OnPowerEvent(PowerBroadcastStatus powerStatus)
       at System.ServiceProcess.ServiceBase.DeferredPowerEvent(Int32 eventType, IntPtr eventData).

    Error: (4th msg)
    Code:
    Failed in handling the PowerEvent. The error that occurred was: System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at TvLibrary.Interfaces.ServiceProvider.Add[T](Object service)
       at TvService.TVController..ctor()
       at TvService.Service1.OnStart(String[] args)
       at TvService.Service1.OnPowerEventHandler(PowerBroadcastStatus powerStatus)
       at TvService.Service1.OnPowerEvent(PowerBroadcastStatus powerStatus)
       at System.ServiceProcess.ServiceBase.DeferredPowerEvent(Int32 eventType, IntPtr eventData).

    Hope this helps.

    Regards, Muldini
     

    Muldini

    Retired Team Member
  • Premium Supporter
  • February 11, 2007
    206
    0
    Home Country
    Germany Germany
    Thanks Frodo, seems fixed here.
     

    Users who are viewing this thread

    Top Bottom