Reply to thread

I seem to have the same Problem, Server and Client, for 1.18 as well as 1.19pre.

Problem started after a power fail on the client.


Disabling firewalls on client and server did not help.

Only error I can find in MediaPortal-Error.log is:


[code][2018-02-09 10:46:56,047] [Error  ] [MPMain   ] [ERROR] - Tv NotifyManager: Exception at timer_tick System.TypeInitializationException: Der Typeninitialisierer für "Gentle.Framework.ProviderFactory" hat eine Ausnahme verursacht. ---> Gentle.Common.GentleException: FATAL ERROR: No configuration store was found!

Gentle is unable to continue!


The handlers emitted the following error messages:

Unable to create GentleSectionHandler for section named "gentle" in file "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe.Config".


Unable to create FileHandler for file Gentle.config.

This usually means that the file could not be found in any of the default search locations.


The handlers threw the following exceptions:

System.Xml.XmlException: '.', hexidezimaler Wert 0x00, ist ein ungültiges Zeichen. Zeile 1, Position 1.

   bei System.Xml.XmlTextReaderImpl.Throw(Exception e)

   bei System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)

   bei System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Char[] data, Int32 length, Int32 invCharPos)

   bei System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()

   bei System.Xml.XmlTextReaderImpl.ParseDocumentContent()

   bei System.Xml.XmlTextReaderImpl.Read()

   bei System.Xml.XmlValidatingReaderImpl.Read()

   bei System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)

   bei System.Xml.XmlDocument.Load(XmlReader reader)

   bei Gentle.Common.FileHandler.LoadXml(TextReader reader)

   bei Gentle.Common.FileHandler..ctor(String file)

   bei Gentle.Common.Configurator.AddFileHandler(String configStoreName, String fileName)



   bei Gentle.Common.Configurator.InitializeHandlers()

   bei Gentle.Common.Configurator.Configure(String configStoreName, Object instance)

   bei Gentle.Framework.ProviderRegistry..ctor()

   bei Gentle.Framework.ProviderFactory..cctor()

   --- Ende der internen Ausnahmestapelüberwachung ---

   bei Gentle.Framework.ProviderFactory.GetProvider(Type type)

   bei Gentle.Framework.SqlBuilder..ctor(IGentleProvider provider, StatementType stmtType, Type type, LogicalOperator logicalOperator)

   bei TvDatabase.Recording.ListAllActive()

   bei TvPlugin.TvNotifyManager.AddActiveRecordings()

   bei TvPlugin.TvNotifyManager._timer_Tick(Object sender, EventArgs e) st :    bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo)

   bei System.Environment.get_StackTrace()

   bei TvPlugin.TvNotifyManager._timer_Tick(Object sender, EventArgs e)

   bei System.Windows.Forms.Timer.OnTick(EventArgs e)

   bei System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)

   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

   bei System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)

   bei System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)

   bei System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)

   bei System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)

   bei System.Windows.Forms.Application.Run(Form mainForm)

   bei MediaPortalApp.Main(String[] args)[/code]


Edit:

It seems I have fixed to problem.

I was looking in this thread: please specify the ip address or hostname of the master tv service

And indeed, after I exchangend the gentle.config with a backed-up version (which luckily Mediaportal seems to create every now and then), it is running flawlessly again.


Top Bottom