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
WebService and Mobile Access
Popular Plugins
MPExtended
[Updated 14 Jul!] MPExtended Service 0.5.4
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="ay129" data-source="post: 938553" data-attributes="member: 115972"><p>hi oxan,</p><p> </p><p> </p><p>like megahorst my mpextended service seems to die randomly quite often. i can see some exceptions in the server logs but have no idea what the issue is. ccould you have a look?</p><p> </p><p>[CODE]</p><p>2012-12-03 12:48:35.79257 [(39)] WARN: Failed to read section music from MediaPortal.xml</p><p>System.IO.FileNotFoundException: Could not find file 'C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml'.</p><p>File name: 'C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml'</p><p> at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)</p><p> at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)</p><p> at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)</p><p> at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)</p><p> at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)</p><p> at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)</p><p> at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)</p><p> at System.Xml.Linq.XElement.Load(String uri, LoadOptions options)</p><p> at MPExtended.Libraries.Service.Util.Mediaportal.ReadSectionFromConfigFile(String sectionName) in C:\Users\Oxan\Documents\Projects\MPExtended\Libraries\MPExtended.Libraries.Service\Util\Mediaportal.cs:line 116</p><p>2012-12-03 12:48:35.81057 [(39)] ERROR: Unhandled exception</p><p>System.InvalidOperationException: Sequence contains no elements</p><p> at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)</p><p> at MPExtended.PlugIns.MAS.MPShares.ShareLibrary.ReadConfiguration() in C:\Users\Oxan\Documents\Projects\MPExtended\PlugIns\MPExtended.PlugIns.MAS.MPShares\ShareLibrary.cs:line 63</p><p> at MPExtended.PlugIns.MAS.MPShares.ConfigurationChangeListener.ConfigurationChangedEventHandler.Invoke()</p><p> at MPExtended.PlugIns.MAS.MPShares.ConfigurationChangeListener.<Enable>b__0(Object sender, FileSystemEventArgs e) in C:\Users\Oxan\Documents\Projects\MPExtended\PlugIns\MPExtended.PlugIns.MAS.MPShares\ConfigurationChangeListener.cs:line 45</p><p> at System.IO.FileSystemWatcher.OnChanged(FileSystemEventArgs e)</p><p> at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32 action, String name)</p><p> at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer)</p><p> at System.Threading._IOCompletionCallback.IOCompletionCallback_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, Boolean ignoreSyncCtx)</p><p> at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)</p><p>2012-12-03 12:48:35.81657 [(39)] FATAL: Terminating because of previous exception[/CODE]</p><p> </p><p> </p><p>full logs attached as well. would appreciate any ideas</p></blockquote><p></p>
[QUOTE="ay129, post: 938553, member: 115972"] hi oxan, like megahorst my mpextended service seems to die randomly quite often. i can see some exceptions in the server logs but have no idea what the issue is. ccould you have a look? [CODE] 2012-12-03 12:48:35.79257 [(39)] WARN: Failed to read section music from MediaPortal.xml System.IO.FileNotFoundException: Could not find file 'C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml'. File name: 'C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml' at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy) at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) at System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext) at System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext) at System.Xml.Linq.XElement.Load(String uri, LoadOptions options) at MPExtended.Libraries.Service.Util.Mediaportal.ReadSectionFromConfigFile(String sectionName) in C:\Users\Oxan\Documents\Projects\MPExtended\Libraries\MPExtended.Libraries.Service\Util\Mediaportal.cs:line 116 2012-12-03 12:48:35.81057 [(39)] ERROR: Unhandled exception System.InvalidOperationException: Sequence contains no elements at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at MPExtended.PlugIns.MAS.MPShares.ShareLibrary.ReadConfiguration() in C:\Users\Oxan\Documents\Projects\MPExtended\PlugIns\MPExtended.PlugIns.MAS.MPShares\ShareLibrary.cs:line 63 at MPExtended.PlugIns.MAS.MPShares.ConfigurationChangeListener.ConfigurationChangedEventHandler.Invoke() at MPExtended.PlugIns.MAS.MPShares.ConfigurationChangeListener.<Enable>b__0(Object sender, FileSystemEventArgs e) in C:\Users\Oxan\Documents\Projects\MPExtended\PlugIns\MPExtended.PlugIns.MAS.MPShares\ConfigurationChangeListener.cs:line 45 at System.IO.FileSystemWatcher.OnChanged(FileSystemEventArgs e) at System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32 action, String name) at System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer) at System.Threading._IOCompletionCallback.IOCompletionCallback_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, Boolean ignoreSyncCtx) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) 2012-12-03 12:48:35.81657 [(39)] FATAL: Terminating because of previous exception[/CODE] full logs attached as well. would appreciate any ideas [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Popular Plugins
MPExtended
[Updated 14 Jul!] MPExtended Service 0.5.4
Contact us
RSS
Top
Bottom