Advertisement
Guest User

Untitled

a guest
Jan 11th, 2014
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.20 KB | None | 0 0
  1. 2014-01-11 12:53:56.4390, Info, Main, Media Browser Server started
  2. 2014-01-11 12:53:56.4551, Info, Main, Command line: /Users/ianmclaughlin/Downloads/mb3_mono_mac/MediaBrowser.Server.Mono.exe
  3. 2014-01-11 12:53:56.4555, Info, Main, Server: Ians-iMac-3.local
  4. 2014-01-11 12:53:56.4555, Info, Main, Operating system: Unix 13.0.0.0
  5. 2014-01-11 12:53:56.7631, Info, App, Application Configuration:
  6. {"WeatherUnit":"Fahrenheit","EnableHttpLevelLogging":true,"HttpServerPortNumber":8096,"LegacyWebSocketPortNumber":8945,"EnableInternetProviders":true,"SeasonZeroDisplayName":"Specials","MetadataRefreshDays":30,"SaveLocalMeta":false,"RefreshItemImages":false,"PreferredMetadataLanguage":"en","MetadataCountryCode":"US","DownloadMovieImages":{"Art":true,"Logo":true,"Primary":true,"Backdrops":true,"Disc":true,"Thumb":true,"Banner":true},"DownloadSeriesImages":{"Art":true,"Logo":true,"Primary":true,"Backdrops":true,"Disc":true,"Thumb":true,"Banner":true},"DownloadSeasonImages":{"Art":true,"Logo":true,"Primary":true,"Backdrops":false,"Disc":true,"Thumb":true,"Banner":true},"DownloadMusicArtistImages":{"Art":true,"Logo":true,"Primary":true,"Backdrops":true,"Disc":true,"Thumb":true,"Banner":true},"DownloadMusicAlbumImages":{"Art":true,"Logo":true,"Primary":true,"Backdrops":true,"Disc":true,"Thumb":true,"Banner":true},"SortReplaceCharacters":[".","+","%"],"SortRemoveCharacters":[",","&","-","{","}","'"],"SortRemoveWords":["the","a","an"],"ShowLogWindow":false,"RecentItemDays":10,"MinResumePct":5,"MaxResumePct":90,"MinResumeDurationSeconds":300,"FileWatcherDelay":8,"EnableDashboardResponseCaching":true,"ManualLoginClients":[],"EnableTvDbUpdates":false,"EnableTmdbUpdates":false,"EnableVideoImageExtraction":true,"ImageSavingConvention":"Legacy","EnablePeoplePrefixSubFolders":false,"MediaEncodingQuality":"HighSpeed","EnableMovieChapterImageExtraction":true,"EnableEpisodeChapterImageExtraction":false,"EnableOtherVideoChapterImageExtraction":false,"MovieOptions":{"MaxBackdrops":3,"MinBackdropWidth":1280},"TvOptions":{"MaxBackdrops":3,"MinBackdropWidth":1280},"MusicOptions":{"MaxBackdrops":1,"MinBackdropWidth":1280},"GameOptions":{"MaxBackdrops":3,"MinBackdropWidth":1280},"BookOptions":{"MaxBackdrops":1,"MinBackdropWidth":1280},"EnableDebugEncodingLogging":false,"EnableDebugLevelLogging":false,"EnableAutoUpdate":true,"SystemUpdateLevel":"Release","LogFileRetentionDays":3,"RunAtStartup":false,"IsStartupWizardCompleted":false}
  7. 2014-01-11 12:53:56.7788, Info, App, Loading MediaBrowser.Api, Version=3.0.5124.142, Culture=neutral, PublicKeyToken=null
  8. 2014-01-11 12:53:56.7788, Info, App, Loading MediaBrowser.WebDashboard, Version=3.0.5124.141, Culture=neutral, PublicKeyToken=null
  9. 2014-01-11 12:53:56.7788, Info, App, Loading MediaBrowser.Model, Version=3.0.5123.32819, Culture=neutral, PublicKeyToken=null
  10. 2014-01-11 12:53:56.7788, Info, App, Loading MediaBrowser.Common, Version=3.0.5124.138, Culture=neutral, PublicKeyToken=null
  11. 2014-01-11 12:53:56.7794, Info, App, Loading MediaBrowser.Controller, Version=3.0.5124.139, Culture=neutral, PublicKeyToken=null
  12. 2014-01-11 12:53:56.7794, Info, App, Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  13. 2014-01-11 12:53:56.7794, Info, App, Loading MediaBrowser.Common.Implementations, Version=3.0.5124.139, Culture=neutral, PublicKeyToken=null
  14. 2014-01-11 12:53:56.7794, Info, App, Loading MediaBrowser.Server.Implementations, Version=3.0.5124.140, Culture=neutral, PublicKeyToken=null
  15. 2014-01-11 12:53:56.7794, Info, App, Loading MediaBrowser.Server.Mono, Version=3.0.5124.142, Culture=neutral, PublicKeyToken=null
  16. 2014-01-11 12:53:56.7957, Info, App, Version 3.0.5124.142 initializing
  17. 2014-01-11 12:53:56.8476, Info, SqliteUserRepository, Opening /Users/ianmclaughlin/Downloads/mb3_mono_mac/ProgramData-Server/data/users.db
  18. 2014-01-11 12:53:56.8724, Error, Main, UnhandledException
  19. One or more errors occured
  20. System.AggregateException
  21. at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
  22. at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0
  23. at MediaBrowser.Server.Mono.MainClass.RunApplication (MediaBrowser.Server.Implementations.ServerApplicationPaths appPaths, ILogManager logManager) [0x00000] in <filename unknown>:0
  24. at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
  25. InnerException: System.DllNotFoundException
  26. ./lib64/libsqlite3.so.0.8.6
  27. at (wrapper managed-to-native) System.Data.SQLite.UnsafeNativeMethods:sqlite3_config_none (System.Data.SQLite.SQLiteConfigOpsEnum)
  28. at System.Data.SQLite.SQLite3.StaticIsInitialized () [0x00000] in <filename unknown>:0
  29. at System.Data.SQLite.SQLiteLog.Initialize () [0x00000] in <filename unknown>:0
  30. at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString, Boolean parseViaFramework) [0x00000] in <filename unknown>:0
  31. at System.Data.SQLite.SQLiteConnection..ctor (System.String connectionString) [0x00000] in <filename unknown>:0
  32. at (wrapper remoting-invoke-with-check) System.Data.SQLite.SQLiteConnection:.ctor (string)
  33. at MediaBrowser.Server.Implementations.Persistence.SqliteExtensions+<ConnectToDb>c__async0.MoveNext () [0x00000] in <filename unknown>:0
  34. --- End of stack trace from previous location where exception was thrown ---
  35. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  36. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[System.Data.IDbConnection].GetResult () [0x00000] in <filename unknown>:0
  37. at MediaBrowser.Server.Implementations.Persistence.SqliteUserRepository+<Initialize>c__async0.MoveNext () [0x00000] in <filename unknown>:0
  38. --- End of stack trace from previous location where exception was thrown ---
  39. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  40. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
  41. at MediaBrowser.ServerApplication.ApplicationHost+<GetUserRepository>c__async3.MoveNext () [0x00000] in <filename unknown>:0
  42. --- End of stack trace from previous location where exception was thrown ---
  43. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  44. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1+ConfiguredTaskAwaiter[MediaBrowser.Controller.Persistence.IUserRepository].GetResult () [0x00000] in <filename unknown>:0
  45. at MediaBrowser.ServerApplication.ApplicationHost+<RegisterResources>c__async1.MoveNext () [0x00000] in <filename unknown>:0
  46. --- End of stack trace from previous location where exception was thrown ---
  47. at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x00000] in <filename unknown>:0
  48. at System.Runtime.CompilerServices.ConfiguredTaskAwaitable+ConfiguredTaskAwaiter.GetResult () [0x00000] in <filename unknown>:0
  49. at MediaBrowser.Common.Implementations.BaseApplicationHost`1+<Init>c__async0[MediaBrowser.Server.Implementations.ServerApplicationPaths].MoveNext () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement