TV Service crashed (1 Viewer)

megahorst

Super User
  • Team MediaPortal
  • Super User
  • July 8, 2006
    879
    259
    Home Country
    Germany Germany
    Hello,
    this morning and yesterday morning my tv-service crashed.

    I have done 2 changes to the server and I'm not sure if one of them could be the reason for the crash.
    1. installes the area51 testbuild of the ps++ build with the ping monitor. @regeszter: perhaps the logs are interesting for you
    2. I have installed a digital devices tv-card a cine c/t

    What I have also seen:
    There is an error.log created when an error occurs. But it is always empty. The errors ale logged into tvservice-error.log.

    It would be nice if anybody could help me.
     

    regeszter

    Retired Team Member
  • Premium Supporter
  • October 29, 2005
    5,335
    4,954
    Home Country
    Hungary Hungary
    Can you translate this to english? Or to hungarian. :p

    Code:
    09.02.2014 07:58:26    MySQL    0    Warning    Die Beschreibung für Ereignis-ID -1073741724 in Quelle MySQL wurde nicht gefunden. Der lokale Computer hat möglicherweise nicht die notwendigen Registrierungsinformationen oder Meldungs-DLL-Dateien, um die Meldung anzuzeigen, oder Sie sind nicht berechtigt, darauf zuzugreifen. Die folgenden Informationen sind Teil des Ereignisses:'Host name 'TV-Horst.fritz.box' could not be resolved: Der angegebene Host ist unbekannt.   '
    09.02.2014 07:58:26    TV Server    0    Error    Service cannot be started. Error: DatabaseUnavailableUnclassified Gentle.Common.GentleException: The database backend (provider MySQL) could not be reached. Check the connection string: Server=TV-Horst;Database=MpTvDb;User ID=root;Password=MediaPortal;charset=utf8;Connection Timeout=30; ---> MySql.Data.MySqlClient.MySqlException: Host '169.254.123.107' is not allowed to connect to this MySQL server    at MySql.Data.MySqlClient.MySqlStream.OpenPacket()    at MySql.Data.MySqlClient.NativeDriver.Open()    at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings)    at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection()    at MySql.Data.MySqlClient.MySqlPool.GetConnection()    at MySql.Data.MySqlClient.MySqlConnection.Open()    at Gentle.Provider.MySQL.MySQLProvider.GetConnection()    --- End of inner exception stack trace ---    at Gentle.Common.Check.FailWith(Severity severity, Error error, Exception e, String msg)    at Gentle.Common.Check.Fail(Exception e, Error error, Object[] args)    at Gentle...
     

    megahorst

    Super User
  • Team MediaPortal
  • Super User
  • July 8, 2006
    879
    259
    Home Country
    Germany Germany
    It complains that the lokal database is not reachble bacause the hostname can't be resolved.
    Because of this the service can't be started.

    Than it stated that 169.254.123.107 is not allowed to connect to the database,.

    That is strange. The tv-server has the fixed IP 192.168.1.6
     

    HTPCSourcer

    Retired Team Member
  • Premium Supporter
  • May 16, 2008
    11,382
    2,369
    Home Country
    Germany Germany
    Network resolution problem: your TV server name TV-Horst.fritz.box is not known and the IP 169... is a fallback address. Nothing to do with MediaPortal but a Windows problem in your local network.

    Hence you may want to check the server name in the client settings or verify your network.[DOUBLEPOST=1391950174][/DOUBLEPOST]Changing standard fritz.box IP ranges often leads to name resolution problems. If the name is correct but can't be resolved, add the definition to the hosts file in Windows.
     
    Last edited:

    megahorst

    Super User
  • Team MediaPortal
  • Super User
  • July 8, 2006
    879
    259
    Home Country
    Germany Germany
    I have solved the problem.
    Somehow the tv-server was starting bevor the network initialisation was completely done.
    I have modified the tv-service start from "automatic" to "automatic delayed". Now the errors are gone.
     

    Users who are viewing this thread

    Top Bottom