Advertisement
Guest User

Untitled

a guest
Dec 30th, 2013
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.82 KB | None | 0 0
  1. 2013-12-30 16:47:38.9627, Info, Main, Media Browser Server started
  2. 2013-12-30 16:47:38.9769, Info, Main, Command line: /home/plumblum/lekstuga/mediabrowser/release0.2/MediaBrowser.Server.Mono.exe
  3. 2013-12-30 16:47:38.9769, Info, Main, Server: stig
  4. 2013-12-30 16:47:38.9769, Info, Main, Operating system: Unix 3.5.0.44
  5. 2013-12-30 16:47:39.3243, Info, App, Loading GameBrowser, Version=2.9.5110.13936, Culture=neutral, PublicKeyToken=null
  6. 2013-12-30 16:47:39.3243, Info, App, Loading MediaBrowser.Plugins.ADEProvider, Version=1.0.5103.34896, Culture=neutral, PublicKeyToken=null
  7. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Api, Version=3.0.5111.27062, Culture=neutral, PublicKeyToken=null
  8. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.WebDashboard, Version=3.0.5111.27062, Culture=neutral, PublicKeyToken=null
  9. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Model, Version=3.0.5111.27058, Culture=neutral, PublicKeyToken=null
  10. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Common, Version=3.0.5111.27059, Culture=neutral, PublicKeyToken=null
  11. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Controller, Version=3.0.5111.27060, Culture=neutral, PublicKeyToken=null
  12. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Providers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null
  13. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Common.Implementations, Version=3.0.5111.27059, Culture=neutral, PublicKeyToken=null
  14. 2013-12-30 16:47:39.3248, Info, App, Loading MediaBrowser.Server.Implementations, Version=3.0.5111.27061, Culture=neutral, PublicKeyToken=null
  15. 2013-12-30 16:47:39.3259, Info, App, Loading MediaBrowser.Server.Mono, Version=3.0.5111.27063, Culture=neutral, PublicKeyToken=null
  16. 2013-12-30 16:47:39.3442, Info, App, Version 3.0.5111.27063 initializing
  17. 2013-12-30 16:47:39.4160, Info, SqliteUserRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/users.db
  18. 2013-12-30 16:47:39.5125, Info, SqliteItemRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/chapters.db
  19. 2013-12-30 16:47:39.5178, Info, SqliteItemRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/mediainfo.db
  20. 2013-12-30 16:47:39.5228, Info, SqliteItemRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/providerinfo.db
  21. 2013-12-30 16:47:39.6812, Info, SqliteNotificationsRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/notifications.db
  22. 2013-12-30 16:47:39.6930, Info, SqliteUserDataRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/userdata_v2.db
  23. 2013-12-30 16:47:39.6991, Info, SqliteItemRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/library.db
  24. 2013-12-30 16:47:39.7072, Info, SqliteDisplayPreferencesRepository, Opening /home/plumblum/lekstuga/mediabrowser/release0.2/ProgramData-Server/data/displaypreferences.db
  25. 2013-12-30 16:47:40.0077, Info, HttpServer, Calling ServiceStack AppHost.Init
  26. 2013-12-30 16:47:40.1627, Error, ServiceController, System.ArgumentException: Type ServiceStack.Api.Swagger.SwaggerResourcesService is not a Web Service that inherits IService
  27. at ServiceStack.Host.ServiceController.RegisterService (System.Type serviceType) [0x00000] in <filename unknown>:0
  28. 2013-12-30 16:47:40.1673, Error, ServiceController, System.ArgumentException: Type ServiceStack.Api.Swagger.SwaggerApiService is not a Web Service that inherits IService
  29. at ServiceStack.Host.ServiceController.RegisterService (System.Type serviceType) [0x00000] in <filename unknown>:0
  30. 2013-12-30 16:47:40.1967, Info, ServiceStackHost, Initializing Application took 630.551ms
  31. 2013-12-30 16:47:40.2082, Info, App, Loading Http Server
  32. 2013-12-30 16:47:40.2129, Info, HttpServer, Adding HttpListener Prefixes
  33. 2013-12-30 16:47:40.2129, Info, HttpServer, Starting HttpListner
  34. 2013-12-30 16:47:40.2440, Info, App, Starting Alchemy web socket server on port 8945
  35. 2013-12-30 16:47:40.2487, Info, App, Alchemy Web Socket Server started
  36. 2013-12-30 16:47:41.9220, Info, App, Core startup complete
  37. 2013-12-30 16:47:42.0279, Error, Main, UnhandledException
  38. One or more errors occured
  39. System.AggregateException
  40. at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks, Int32 millisecondsTimeout, CancellationToken cancellationToken) [0x00000] in <filename unknown>:0
  41. at System.Threading.Tasks.Task.WaitAll (System.Threading.Tasks.Task[] tasks) [0x00000] in <filename unknown>:0
  42. at MediaBrowser.Server.Mono.MainClass.RunApplication (MediaBrowser.Server.Implementations.ServerApplicationPaths appPaths, ILogManager logManager) [0x00000] in <filename unknown>:0
  43. at MediaBrowser.Server.Mono.MainClass.Main (System.String[] args) [0x00000] in <filename unknown>:0
  44. InnerException: System.AggregateException
  45. One or more errors occured
  46. at System.Threading.Tasks.Parallel.HandleExceptions (IEnumerable`1 tasks, System.Threading.Tasks.ExternalInfos infos) [0x00000] in <filename unknown>:0
  47. at System.Threading.Tasks.Parallel.ForEach[TSource,TLocal] (System.Func`2 enumerable, System.Threading.Tasks.ParallelOptions options, System.Func`1 init, System.Func`4 action, System.Action`1 destruct) [0x00000] in <filename unknown>:0
  48. at System.Threading.Tasks.Parallel.ForEach[TSource,TLocal] (System.Collections.Concurrent.Partitioner`1 source, System.Threading.Tasks.ParallelOptions parallelOptions, System.Func`1 localInit, System.Func`4 body, System.Action`1 localFinally) [0x00000] in <filename unknown>:0
  49. at System.Threading.Tasks.Parallel.ForEach[TSource] (IEnumerable`1 source, System.Action`1 body) [0x00000] in <filename unknown>:0
  50. at MediaBrowser.ServerApplication.ApplicationHost+<RunStartupTasks>c__async0.MoveNext () [0x00000] in <filename unknown>:0
  51. InnerException: System.IO.FileNotFoundException
  52. Could not load file or assembly 'HtmlAgilityPack, Version=1.4.6.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' or one of its dependencies.
  53. at (wrapper managed-to-native) System.Type:type_is_assignable_from (System.Type,System.Type)
  54. at System.Type.IsAssignableFrom (System.Type c) [0x00000] in <filename unknown>:0
  55. at System.Linq.Enumerable+<CreateWhereIterator>c__Iterator1E`1[System.Type].MoveNext () [0x00000] in <filename unknown>:0
  56. at System.Linq.Parallel.ParallelExecuter+<Process>c__AnonStorey1`2[System.Type,System.Type].<>m__0 () [0x00000] in <filename unknown>:0
  57. at System.Threading.Tasks.TaskActionInvoker+ActionInvoke.Invoke (System.Threading.Tasks.Task owner, System.Object state, System.Threading.Tasks.Task context) [0x00000] in <filename unknown>:0
  58. at System.Threading.Tasks.Task.InnerInvoke () [0x00000] in <filename unknown>:0
  59. at System.Threading.Tasks.Task.ThreadStart () [0x00000] in <filename unknown>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement