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 2
Submit: Bug Reports
[MP2-833] 2.2.2 server crash during import
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="HTPCSourcer" data-source="post: 1262601" data-attributes="member: 74879"><p>[USER=119106]@henso[/USER]: Still the same SQLite errors</p><p>[SPOILER="Constrint failed"][2019-07-10 08:37:48,491] [61635985] [31 ] [ERROR] - MediaLibrary: Error adding or updating media item(s) in path '{03dd2da6-4da8-4d3e-9e55-80e3165729a3}:////SPACEKATT/TV/The Simpsons/28/The Simpsons - 28x06 - There Will Be Buds.mkv'</p><p>code = Constraint (19), message = System.Data.SQLite.SQLiteException (0x800027AF): constraint failed</p><p>FOREIGN KEY constraint failed</p><p> at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt)</p><p> at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt)</p><p> at System.Data.SQLite.SQLiteDataReader.NextResult()</p><p> at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave)</p><p> at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior)</p><p> at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior)</p><p> at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery()</p><p> at MediaPortal.Backend.Services.MediaLibrary.MIA_Management.InsertOrUpdateManyToManyMIAAttributeValue(ITransaction transaction, AttributeSpecification spec, Guid mediaItemId, Object value, Int32 order)</p><p> at MediaPortal.Backend.Services.MediaLibrary.MIA_Management.InsertOrUpdateManyToManyMIAAttributeValues(ITransaction transaction, AttributeSpecification spec, Guid mediaItemId, IEnumerable values, Boolean insert)</p><p> at MediaPortal.Backend.Services.MediaLibrary.MIA_Management.AddOrUpdateMIA(ITransaction transaction, Guid mediaItemId, MediaItemAspect mia, Boolean add)</p><p> at MediaPortal.Backend.Services.MediaLibrary.MediaLibrary.AddOrUpdateMediaItem(ISQLDatabase database, ITransaction transaction, MediaItemAspect pra, Guid mediaItemId, IEnumerable`1 mediaItemAspects, Boolean wasCreated)</p><p> at MediaPortal.Backend.Services.MediaLibrary.MediaLibrary.AddOrUpdateMediaItem(ISQLDatabase database, ITransaction transaction, Guid parentDirectoryId, String systemId, ResourcePath path, Nullable`1 existingMediaItemId, Nullable`1 newMediaItemId, IEnumerable`1 mediaItemAspects, Boolean isRefresh)[/SPOILER]</p><p></p><p>[USER=48495]@morpheus_xx[/USER] , the server crash happens because of a "No configuration store was found" issue, which I have never seen before:</p><p>[SPOILER="No configuraiton store"]</p><p>= Exception Information</p><p>== Exception: System.TypeInitializationException: The type initializer for 'Gentle.Framework.ProviderFactory' threw an exception. ---> Gentle.Common.GentleException: FATAL ERROR: No configuration store was found!</p><p>Gentle is unable to continue!</p><p></p><p>The handlers emitted the following error messages:</p><p>Unable to create GentleSectionHandler for section named "gentle" in file "C:\Program Files (x86)\Team MediaPortal\MP2-Server\MP2-Server.exe.Config".</p><p></p><p>The handlers threw the following exceptions:</p><p></p><p> at Gentle.Common.Configurator.InitializeHandlers()</p><p> at Gentle.Common.Configurator.Configure(String configStoreName, Object instance)</p><p> at Gentle.Framework.ProviderRegistry..ctor()</p><p> at Gentle.Framework.ProviderFactory..cctor()</p><p> --- End of inner exception stack trace ---</p><p> at Gentle.Framework.ProviderFactory.GetProvider(Type type)</p><p> at Gentle.Framework.Broker.RetrieveList[T](Key key, IList`1 result)</p><p> at MediaPortal.Plugins.SlimTv.Service.SlimTvService.FixupServer()</p><p> at MediaPortal.Plugins.SlimTv.Service.SlimTvService.InitTvCore()</p><p> at MediaPortal.Plugins.SlimTv.Service.AbstractSlimTvService.InitAsync()</p><p> at MediaPortal.Plugins.SlimTv.Service.AbstractSlimTvService.Receive(SystemMessage message)</p><p> at MediaPortal.Common.Services.Messaging.MessageBroker.Send(String channelName, SystemMessage msg)</p><p> at MediaPortal.Common.Runtime.SystemMessaging.SendSystemStateChangeMessage(SystemState newState)</p><p> at MediaPortal.Server.ApplicationLauncher.Start()</p><p> Message: The type initializer for 'Gentle.Framework.ProviderFactory' threw an exception.</p><p> Site : Gentle.Framework.IGentleProvider GetProvider(System.Type)</p><p> Source : Gentle.Framework</p><p>== Inner Exception(s):</p><p>FATAL ERROR: No configuration store was found!</p><p>Gentle is unable to continue!</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="HTPCSourcer, post: 1262601, member: 74879"] [USER=119106]@henso[/USER]: Still the same SQLite errors [SPOILER="Constrint failed"][2019-07-10 08:37:48,491] [61635985] [31 ] [ERROR] - MediaLibrary: Error adding or updating media item(s) in path '{03dd2da6-4da8-4d3e-9e55-80e3165729a3}:////SPACEKATT/TV/The Simpsons/28/The Simpsons - 28x06 - There Will Be Buds.mkv' code = Constraint (19), message = System.Data.SQLite.SQLiteException (0x800027AF): constraint failed FOREIGN KEY constraint failed at System.Data.SQLite.SQLite3.Reset(SQLiteStatement stmt) at System.Data.SQLite.SQLite3.Step(SQLiteStatement stmt) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery() at MediaPortal.Backend.Services.MediaLibrary.MIA_Management.InsertOrUpdateManyToManyMIAAttributeValue(ITransaction transaction, AttributeSpecification spec, Guid mediaItemId, Object value, Int32 order) at MediaPortal.Backend.Services.MediaLibrary.MIA_Management.InsertOrUpdateManyToManyMIAAttributeValues(ITransaction transaction, AttributeSpecification spec, Guid mediaItemId, IEnumerable values, Boolean insert) at MediaPortal.Backend.Services.MediaLibrary.MIA_Management.AddOrUpdateMIA(ITransaction transaction, Guid mediaItemId, MediaItemAspect mia, Boolean add) at MediaPortal.Backend.Services.MediaLibrary.MediaLibrary.AddOrUpdateMediaItem(ISQLDatabase database, ITransaction transaction, MediaItemAspect pra, Guid mediaItemId, IEnumerable`1 mediaItemAspects, Boolean wasCreated) at MediaPortal.Backend.Services.MediaLibrary.MediaLibrary.AddOrUpdateMediaItem(ISQLDatabase database, ITransaction transaction, Guid parentDirectoryId, String systemId, ResourcePath path, Nullable`1 existingMediaItemId, Nullable`1 newMediaItemId, IEnumerable`1 mediaItemAspects, Boolean isRefresh)[/SPOILER] [USER=48495]@morpheus_xx[/USER] , the server crash happens because of a "No configuration store was found" issue, which I have never seen before: [SPOILER="No configuraiton store"] = Exception Information == Exception: System.TypeInitializationException: The type initializer for 'Gentle.Framework.ProviderFactory' threw an exception. ---> 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\MP2-Server\MP2-Server.exe.Config". The handlers threw the following exceptions: at Gentle.Common.Configurator.InitializeHandlers() at Gentle.Common.Configurator.Configure(String configStoreName, Object instance) at Gentle.Framework.ProviderRegistry..ctor() at Gentle.Framework.ProviderFactory..cctor() --- End of inner exception stack trace --- at Gentle.Framework.ProviderFactory.GetProvider(Type type) at Gentle.Framework.Broker.RetrieveList[T](Key key, IList`1 result) at MediaPortal.Plugins.SlimTv.Service.SlimTvService.FixupServer() at MediaPortal.Plugins.SlimTv.Service.SlimTvService.InitTvCore() at MediaPortal.Plugins.SlimTv.Service.AbstractSlimTvService.InitAsync() at MediaPortal.Plugins.SlimTv.Service.AbstractSlimTvService.Receive(SystemMessage message) at MediaPortal.Common.Services.Messaging.MessageBroker.Send(String channelName, SystemMessage msg) at MediaPortal.Common.Runtime.SystemMessaging.SendSystemStateChangeMessage(SystemState newState) at MediaPortal.Server.ApplicationLauncher.Start() Message: The type initializer for 'Gentle.Framework.ProviderFactory' threw an exception. Site : Gentle.Framework.IGentleProvider GetProvider(System.Type) Source : Gentle.Framework == Inner Exception(s): FATAL ERROR: No configuration store was found! Gentle is unable to continue! [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Submit: Bug Reports
[MP2-833] 2.2.2 server crash during import
Contact us
RSS
Top
Bottom