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="megahorst" data-source="post: 938467" data-attributes="member: 22213"><p>Hello Oxan,</p><p> </p><p>At last weekend the mpextended service on my server died twice after throwing an IO exception:</p><p> </p><p>[CODE]2012-12-02 18:49:38.81126 [(34)] WARN: Failed to read section movies from MediaPortal.xml</p><p>System.IO.IOException: Der Prozess kann nicht auf die Datei "C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml" zugreifen, da sie von einem anderen Prozess verwendet wird.</p><p> bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)</p><p> bei 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> bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)</p><p> bei System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy)</p><p> bei System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)</p><p> bei System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext)</p><p> bei System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext)</p><p> bei System.Xml.Linq.XElement.Load(String uri, LoadOptions options)</p><p> bei MPExtended.Libraries.Service.Util.Mediaportal.ReadSectionFromConfigFile(String sectionName) in C:\Users\Oxan\Documents\Projects\MPExtended\Libraries\MPExtended.Libraries.Service\Util\Mediaportal.cs:Zeile 116.</p><p>2012-12-02 18:49:38.86426 [(34)] ERROR: Unhandled exception</p><p>System.InvalidOperationException: Die Sequenz enthält keine Elemente.</p><p> bei System.Linq.Enumerable.First[TSource](IEnumerable`1 source)</p><p> bei MPExtended.PlugIns.MAS.MPShares.ShareLibrary.ReadConfiguration() in C:\Users\Oxan\Documents\Projects\MPExtended\PlugIns\MPExtended.PlugIns.MAS.MPShares\ShareLibrary.cs:Zeile 63.</p><p> bei MPExtended.PlugIns.MAS.MPShares.ConfigurationChangeListener.ConfigurationChangedEventHandler.Invoke()</p><p> bei 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:Zeile 45.</p><p> bei System.IO.FileSystemWatcher.OnChanged(FileSystemEventArgs e)</p><p> bei System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32 action, String name)</p><p> bei System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer)</p><p> bei System.Threading._IOCompletionCallback.IOCompletionCallback_Context(Object state)</p><p> bei System.Threading.ExecutionContext.runTryCode(Object userData)</p><p> bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)</p><p> bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)</p><p> bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)</p><p> bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)</p><p>2012-12-02 18:49:38.88526 [(34)] FATAL: Terminating because of previous exception[/CODE]</p><p> </p><p>The full logs are in the attachment.</p></blockquote><p></p>
[QUOTE="megahorst, post: 938467, member: 22213"] Hello Oxan, At last weekend the mpextended service on my server died twice after throwing an IO exception: [CODE]2012-12-02 18:49:38.81126 [(34)] WARN: Failed to read section movies from MediaPortal.xml System.IO.IOException: Der Prozess kann nicht auf die Datei "C:\ProgramData\Team MediaPortal\MediaPortal\MediaPortal.xml" zugreifen, da sie von einem anderen Prozess verwendet wird. bei System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) bei 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) bei System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize) bei System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials, IWebProxy proxy, RequestCachePolicy cachePolicy) bei System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn) bei System.Xml.XmlReaderSettings.CreateReader(String inputUri, XmlParserContext inputContext) bei System.Xml.XmlReader.Create(String inputUri, XmlReaderSettings settings, XmlParserContext inputContext) bei System.Xml.Linq.XElement.Load(String uri, LoadOptions options) bei MPExtended.Libraries.Service.Util.Mediaportal.ReadSectionFromConfigFile(String sectionName) in C:\Users\Oxan\Documents\Projects\MPExtended\Libraries\MPExtended.Libraries.Service\Util\Mediaportal.cs:Zeile 116. 2012-12-02 18:49:38.86426 [(34)] ERROR: Unhandled exception System.InvalidOperationException: Die Sequenz enthält keine Elemente. bei System.Linq.Enumerable.First[TSource](IEnumerable`1 source) bei MPExtended.PlugIns.MAS.MPShares.ShareLibrary.ReadConfiguration() in C:\Users\Oxan\Documents\Projects\MPExtended\PlugIns\MPExtended.PlugIns.MAS.MPShares\ShareLibrary.cs:Zeile 63. bei MPExtended.PlugIns.MAS.MPShares.ConfigurationChangeListener.ConfigurationChangedEventHandler.Invoke() bei 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:Zeile 45. bei System.IO.FileSystemWatcher.OnChanged(FileSystemEventArgs e) bei System.IO.FileSystemWatcher.NotifyFileSystemEventArgs(Int32 action, String name) bei System.IO.FileSystemWatcher.CompletionStatusChanged(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* overlappedPointer) bei System.Threading._IOCompletionCallback.IOCompletionCallback_Context(Object state) bei System.Threading.ExecutionContext.runTryCode(Object userData) bei System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) bei System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) bei System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) bei System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP) 2012-12-02 18:49:38.88526 [(34)] FATAL: Terminating because of previous exception[/CODE] The full logs are in the attachment. [/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