home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Graveyard
InfoService
MP 1.2.1 w/Avalon crashing randomly when idle
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="randomman" data-source="post: 799878" data-attributes="member: 115829"><p>Hi all,</p><p></p><p>It was crashing sporadically before, but I found the cause - InfoService, and updated it and it hasn't crashed sporadically since. It is however now crashing maybe once a day and only so far when it's idle (I leave the MP PC on as it's a DL box and server). The following are the logs of the most recent, I cannot find anything that rings a bell to me in it:</p><p></p><p>[CODE]2011-10-14 09:57:53.328087 [ERROR][(15)]: MediaPortal: Unhandled exception occured</p><p>2011-10-14 09:57:53.474095 [ERROR][(15)]: Exception :System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for exception details. ---> System.InvalidOperationException: This node is read-only. It cannot be modified.</p><p> at System.Xml.XmlNode.GetEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, String oldValue, String newValue, XmlNodeChangedAction action)</p><p> at System.Xml.XmlNamedNodeMap.RemoveNodeAt(Int32 i)</p><p> at System.Xml.XmlNamedNodeMap.ReplaceNodeAt(Int32 i, XmlNode node)</p><p> at System.Xml.XmlNamedNodeMap.SetNamedItem(XmlNode node)</p><p> at System.Xml.XmlLoader.LoadDocumentType(SchemaInfo schInfo, XmlDocumentType dtNode)</p><p> at System.Xml.XmlLoader.LoadDocumentTypeNode()</p><p> at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)</p><p> at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)</p><p> at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)</p><p> at System.Xml.XmlDocument.Load(XmlReader reader)</p><p> at System.Xml.XmlDocument.LoadXml(String xml)</p><p> at WeatherConnector.Weather.UpdateWeatherData()</p><p> at InfoService.Weather.WeatherService.UpdateWeatherData(String locationId)</p><p> at InfoService.BackgroundWorkers.WeatherWorker.OnDoWork(DoWorkEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)</p><p> --- End of inner exception stack trace ---</p><p> at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()</p><p> at System.ComponentModel.RunWorkerCompletedEventArgs.get_Result()</p><p> at InfoService.Utils.WeatherUtils.wWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)</p><p> at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)</p><p> at System.Threading.ExecutionContext.runTryCode(Object userData)</p><p> at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)</p><p> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</p><p>2011-10-14 09:57:53.482096 [ERROR][(15)]: Exception :An exception occurred during the operation, making the result invalid. Check InnerException for exception details.</p><p>2011-10-14 09:57:53.493096 [ERROR][(15)]: site :Void RaiseExceptionIfNecessary()</p><p>2011-10-14 09:57:53.501097 [ERROR][(15)]: source :System</p><p>2011-10-14 09:57:53.518098 [ERROR][(15)]: stacktrace: at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()</p><p> at System.ComponentModel.RunWorkerCompletedEventArgs.get_Result()</p><p> at InfoService.Utils.WeatherUtils.wWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e)</p><p> at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg)</p><p> at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)</p><p> at System.Threading.ExecutionContext.runTryCode(Object userData)</p><p> at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)</p><p> at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack)</p><p> at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)</p><p>[/CODE]</p><p></p><p>Any help would be greatly appreciated. <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /></p><p></p><p>EDIT: I did notice InfoService mentioned in the logs but was unsure of the relation. However, XMLloader is something to do with InfoService isn't it?</p></blockquote><p></p>
[QUOTE="randomman, post: 799878, member: 115829"] Hi all, It was crashing sporadically before, but I found the cause - InfoService, and updated it and it hasn't crashed sporadically since. It is however now crashing maybe once a day and only so far when it's idle (I leave the MP PC on as it's a DL box and server). The following are the logs of the most recent, I cannot find anything that rings a bell to me in it: [CODE]2011-10-14 09:57:53.328087 [ERROR][(15)]: MediaPortal: Unhandled exception occured 2011-10-14 09:57:53.474095 [ERROR][(15)]: Exception :System.Reflection.TargetInvocationException: An exception occurred during the operation, making the result invalid. Check InnerException for exception details. ---> System.InvalidOperationException: This node is read-only. It cannot be modified. at System.Xml.XmlNode.GetEventArgs(XmlNode node, XmlNode oldParent, XmlNode newParent, String oldValue, String newValue, XmlNodeChangedAction action) at System.Xml.XmlNamedNodeMap.RemoveNodeAt(Int32 i) at System.Xml.XmlNamedNodeMap.ReplaceNodeAt(Int32 i, XmlNode node) at System.Xml.XmlNamedNodeMap.SetNamedItem(XmlNode node) at System.Xml.XmlLoader.LoadDocumentType(SchemaInfo schInfo, XmlDocumentType dtNode) at System.Xml.XmlLoader.LoadDocumentTypeNode() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.LoadXml(String xml) at WeatherConnector.Weather.UpdateWeatherData() at InfoService.Weather.WeatherService.UpdateWeatherData(String locationId) at InfoService.BackgroundWorkers.WeatherWorker.OnDoWork(DoWorkEventArgs e) at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument) --- End of inner exception stack trace --- at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at System.ComponentModel.RunWorkerCompletedEventArgs.get_Result() at InfoService.Utils.WeatherUtils.wWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) 2011-10-14 09:57:53.482096 [ERROR][(15)]: Exception :An exception occurred during the operation, making the result invalid. Check InnerException for exception details. 2011-10-14 09:57:53.493096 [ERROR][(15)]: site :Void RaiseExceptionIfNecessary() 2011-10-14 09:57:53.501097 [ERROR][(15)]: source :System 2011-10-14 09:57:53.518098 [ERROR][(15)]: stacktrace: at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary() at System.ComponentModel.RunWorkerCompletedEventArgs.get_Result() at InfoService.Utils.WeatherUtils.wWorker_RunWorkerCompleted(Object sender, RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.OnRunWorkerCompleted(RunWorkerCompletedEventArgs e) at System.ComponentModel.BackgroundWorker.AsyncOperationCompleted(Object arg) at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallbackInternal(_ThreadPoolWaitCallback tpWaitCallBack) at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state) [/CODE] Any help would be greatly appreciated. :thx: EDIT: I did notice InfoService mentioned in the logs but was unsure of the relation. However, XMLloader is something to do with InfoService isn't it? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
Graveyard
InfoService
MP 1.2.1 w/Avalon crashing randomly when idle
Contact us
RSS
Top
Bottom