Advertisement
Guest User

XBMC MyLibrary Debug

a guest
Sep 26th, 2014
2,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.59 KB | None | 0 0
  1. 09/26/2014 08:31:40 PM INFO Init Logger has been initialized. Base log directory is: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  2. 09/26/2014 08:31:40 PM INFO Init JVM runtime info:
  3. 284@HTPC
  4. Version: 1.7.0_67
  5. 09/26/2014 08:31:40 PM DEBUG Init Logger options are:
  6. levelToLogAt: INFO
  7. isSingleInstance: true
  8. singleInstanceport: 52872
  9. singleInstanceTimeout: -1
  10. logToSystemOut: true
  11. logToMemory: true
  12. logToCurrentFile: true
  13. logToHistoryFile: true
  14. logExpireDays: 14
  15.  
  16. 09/26/2014 08:31:40 PM INFO Init Base directory set to: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  17. 09/26/2014 08:31:40 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 09/26/2014 08:31:40 PM INFO Init... Initializing SQLite database at: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  19. 09/26/2014 08:31:40 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  20. 09/26/2014 08:31:40 PM INFO Init... Successfully connected to SQLITE database: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  21. 09/26/2014 08:31:40 PM DEBUG Init... SQL = CREATE TABLE IF NOT EXISTS ArchivedFiles (id INTEGER PRIMARY KEY AUTOINCREMENT , source_name NOT NULL, dropbox_location NOT NULL, original_path NOT NULL, date_archived TIMESTAMP NOT NULL, missing_since TIMESTAMP, missing_count INTEGER)
  22. 09/26/2014 08:31:40 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 09/26/2014 08:31:40 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 09/26/2014 08:31:40 PM INFO Init... Initializing SQLite database at: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  32. 09/26/2014 08:31:40 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  33. 09/26/2014 08:31:40 PM INFO Init... Successfully connected to SQLITE database: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  34. 09/26/2014 08:31:40 PM DEBUG Init... SQL = CREATE table if not exists QueuedChanges (id INTEGER PRIMARY KEY AUTOINCREMENT , dropbox_location NOT NULL, video_type NOT NULL, meta_data_type NOT NULL, value NOT NULL, status NOT NULL)
  35. 09/26/2014 08:31:40 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 09/26/2014 08:31:40 PM INFO Init... Initializing SQLite database at: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  37. 09/26/2014 08:31:40 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  38. 09/26/2014 08:31:40 PM INFO Init... Successfully connected to SQLITE database: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  39. 09/26/2014 08:31:40 PM DEBUG Init... SQL = create table if not exists APIQueries (id INTEGER PRIMARY KEY AUTOINCREMENT , api_name NOT NULL, query_url NOT NULL, query_time TIMESTAMP NOT NULL)
  40. 09/26/2014 08:31:40 PM INFO Init... Attempting to auto-determine base directory. If this fails, specify the base directory of this program as a command line parameter.
  41. 09/26/2014 08:31:40 PM NOTICE Init... Base program directory = C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  42. 09/26/2014 08:31:40 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 09/26/2014 08:31:40 PM WARN Init... Failed to parse expiredays attribute in <LoggingLevel>, defaulting to 30
  44. java.lang.NullPointerException
  45. com.bradvido.mylibrary.util.Config.loadConfig(Config.java:149)
  46. com.bradvido.mylibrary.importer.<init>(importer.java:106)
  47. com.bradvido.mylibrary.importer.main(importer.java:49)
  48.  
  49. 09/26/2014 08:31:40 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 09/26/2014 08:31:40 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://xbmc:xbmcd@localhost:8070
  51. 09/26/2014 08:31:40 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 09/26/2014 08:31:40 PM DEBUG Init... XBMCRestart enabled = false
  53. 09/26/2014 08:31:40 PM DEBUG Init... IP Change is disabled
  54. 09/26/2014 08:31:40 PM DEBUG Init... Streaming Dropbox = \\HTPC\Users\wmofu_000\Videos\Streams
  55. 09/26/2014 08:31:40 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 09/26/2014 08:31:40 PM DEBUG Init... Manual Archiving is disabled.
  57. 09/26/2014 08:31:40 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 09/26/2014 08:31:40 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 09/26/2014 08:31:40 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 09/26/2014 08:31:40 PM DEBUG Init... Source path was not specified. Will try to auto-determine it later.
  61. 09/26/2014 08:31:40 PM INFO Init... Found source Netflix with path of [auto-determine]
  62. 09/26/2014 08:31:40 PM INFO Init... Setting source's custom_parser to: PlayOn
  63. 09/26/2014 08:31:40 PM INFO Init... Next Subfolder: name=Netflix/Instant Queue/Alphabetical, recursive=true, type=auto_determine_type, max_series=-1, max_videos=-1, movie_set= Netflix Instant Queue, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  64. 09/26/2014 08:31:40 PM INFO Init... Next Subfolder: name=Netflix/New Arrivals/New movies to watch instantly, recursive=true, type=movies, max_series=-1, max_videos=-1, movie_set= Netflix New Movies, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  65. 09/26/2014 08:31:40 PM INFO Init... Next Subfolder: name=Netflix/Browse Genres/Television/TV Comedies/TV Sitcoms, recursive=true, type=episodes, max_series=-1, max_videos=50, movie_set=, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  66. 09/26/2014 08:31:40 PM INFO Init... Next Subfolder: name=Netflix/New Arrivals/New TV to watch instantly, recursive=true, type=episodes, max_series=-1, max_videos=50, movie_set=, prefix=[Netflix] , suffix=, multi_part=false, force_series=
  67. 09/26/2014 08:31:40 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  68. 09/26/2014 08:31:40 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  69. 09/26/2014 08:31:40 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  70. 09/26/2014 08:31:40 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  71. 09/26/2014 08:31:40 PM DEBUG Init... HTTP POST http://xbmc:xbmcd@localhost:8070/jsonrpc
  72. 09/26/2014 08:31:40 PM DEBUG Init... POST data (Content-Length: 55) =
  73. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  74. 09/26/2014 08:31:40 PM ERROR Init... Failed to POST to http://xbmc:xbmcd@localhost:8070/jsonrpc
  75. java.net.SocketException: Connection reset
  76. java.net.SocketInputStream.read(Unknown Source)
  77. java.net.SocketInputStream.read(Unknown Source)
  78. java.io.BufferedInputStream.fill(Unknown Source)
  79. java.io.BufferedInputStream.read1(Unknown Source)
  80. java.io.BufferedInputStream.read(Unknown Source)
  81. sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  82. sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  83. sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  84. sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  85. java.net.HttpURLConnection.getResponseCode(Unknown Source)
  86. com.bradvido.io.http.BTVHTTP.readConn(BTVHTTP.java:257)
  87. com.bradvido.io.http.BTVHTTP.readUrl(BTVHTTP.java:216)
  88. com.bradvido.io.http.BTVHTTP.POST(BTVHTTP.java:141)
  89. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.callMethodWithRetry(XbmcJsonRpcSender.java:388)
  90. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.callMethod(XbmcJsonRpcSender.java:336)
  91. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.ping(XbmcJsonRpcSender.java:311)
  92. com.bradvido.mylibrary.importer.importVideos(importer.java:241)
  93. com.bradvido.mylibrary.importer.main(importer.java:52)
  94.  
  95. 09/26/2014 08:31:40 PM WARN Init... The response from XBMC is not a valid JSON string:
  96. null
  97. 09/26/2014 08:31:40 PM WARN Init... JSON Returned was not valid (attempt 1 of 3), will try again...
  98. 09/26/2014 08:31:43 PM DEBUG Init... HTTP POST http://xbmc:xbmcd@localhost:8070/jsonrpc
  99. 09/26/2014 08:31:43 PM DEBUG Init... POST data (Content-Length: 55) =
  100. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  101. 09/26/2014 08:31:43 PM ERROR Init... Failed to POST to http://xbmc:xbmcd@localhost:8070/jsonrpc
  102. java.net.SocketException: Software caused connection abort: recv failed
  103. java.net.SocketInputStream.socketRead0(Native Method)
  104. java.net.SocketInputStream.read(Unknown Source)
  105. java.net.SocketInputStream.read(Unknown Source)
  106. java.io.BufferedInputStream.fill(Unknown Source)
  107. java.io.BufferedInputStream.read1(Unknown Source)
  108. java.io.BufferedInputStream.read(Unknown Source)
  109. sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  110. sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  111. sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  112. sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  113. java.net.HttpURLConnection.getResponseCode(Unknown Source)
  114. com.bradvido.io.http.BTVHTTP.readConn(BTVHTTP.java:257)
  115. com.bradvido.io.http.BTVHTTP.readUrl(BTVHTTP.java:216)
  116. com.bradvido.io.http.BTVHTTP.POST(BTVHTTP.java:141)
  117. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.callMethodWithRetry(XbmcJsonRpcSender.java:388)
  118. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.callMethod(XbmcJsonRpcSender.java:336)
  119. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.ping(XbmcJsonRpcSender.java:311)
  120. com.bradvido.mylibrary.importer.importVideos(importer.java:241)
  121. com.bradvido.mylibrary.importer.main(importer.java:52)
  122.  
  123. 09/26/2014 08:31:43 PM WARN Init... The response from XBMC is not a valid JSON string:
  124. null
  125. 09/26/2014 08:31:43 PM WARN Init... JSON Returned was not valid (attempt 2 of 3), will try again...
  126. 09/26/2014 08:31:48 PM DEBUG Init... HTTP POST http://xbmc:xbmcd@localhost:8070/jsonrpc
  127. 09/26/2014 08:31:48 PM DEBUG Init... POST data (Content-Length: 55) =
  128. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  129. 09/26/2014 08:31:48 PM ERROR Init... Failed to POST to http://xbmc:xbmcd@localhost:8070/jsonrpc
  130. java.net.SocketException: Connection reset
  131. java.net.SocketInputStream.read(Unknown Source)
  132. java.net.SocketInputStream.read(Unknown Source)
  133. java.io.BufferedInputStream.fill(Unknown Source)
  134. java.io.BufferedInputStream.read1(Unknown Source)
  135. java.io.BufferedInputStream.read(Unknown Source)
  136. sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
  137. sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  138. sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
  139. sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
  140. java.net.HttpURLConnection.getResponseCode(Unknown Source)
  141. com.bradvido.io.http.BTVHTTP.readConn(BTVHTTP.java:257)
  142. com.bradvido.io.http.BTVHTTP.readUrl(BTVHTTP.java:216)
  143. com.bradvido.io.http.BTVHTTP.POST(BTVHTTP.java:141)
  144. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.callMethodWithRetry(XbmcJsonRpcSender.java:388)
  145. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.callMethod(XbmcJsonRpcSender.java:336)
  146. com.bradvido.xbmc.jsonrpc.XbmcJsonRpcSender.ping(XbmcJsonRpcSender.java:311)
  147. com.bradvido.mylibrary.importer.importVideos(importer.java:241)
  148. com.bradvido.mylibrary.importer.main(importer.java:52)
  149.  
  150. 09/26/2014 08:31:48 PM WARN Init... The response from XBMC is not a valid JSON string:
  151. null
  152. 09/26/2014 08:31:48 PM WARN Init... JSON Returned was not valid (attempt 3 of 3)Ending retries, JSON is not valid
  153. 09/26/2014 08:31:48 PM INFO Init... JSON-RPC web connected = false
  154. 09/26/2014 08:31:48 PM ERROR Init... Cannot continue because JSON-RPC could not connect. Please check your Config.xml and make sure XBMC is running at: http://xbmc:xbmcd@localhost:8070
  155. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  156. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
  157. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
  158. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa Music Video Success: 0, Music Video Fail: 0
  159. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa Generic Success: 0, Generic Fail: 0
  160. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 0
  161. 09/26/2014 08:31:48 PM NOTICE Summary:---Overa Overall: Success: 0, Skip: 0, Fail: 0
  162. 09/26/2014 08:31:48 PM NOTICE Ending Done... Total processing time: 0 minute(s), 7 second(s)
  163. 09/26/2014 08:31:48 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  164. 09/26/2014 08:31:48 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  165. 09/26/2014 08:31:48 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  166. 09/26/2014 08:31:48 PM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  167. 09/26/2014 08:31:48 PM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
  168. 09/26/2014 08:31:48 PM INFO Ending Deleting logfiles older than 30 days (08/27/2014 08:31:48 PM)
  169. 09/26/2014 08:31:48 PM DEBUG Ending Not expired, only 0 days old (09/26/2014 08:31:48 PM): C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.09.26_DEBUG.log
  170. 09/26/2014 08:31:48 PM DEBUG Ending Not expired, only 0 days old (09/26/2014 08:31:48 PM): C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.09.26_ERROR.log
  171. 09/26/2014 08:31:48 PM DEBUG Ending Not expired, only 0 days old (09/26/2014 08:31:48 PM): C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.09.26_INFO.log
  172. 09/26/2014 08:31:48 PM DEBUG Ending Not expired, only 0 days old (09/26/2014 08:31:48 PM): C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.09.26_NOTICE.log
  173. 09/26/2014 08:31:48 PM DEBUG Ending Not expired, only 0 days old (09/26/2014 08:31:48 PM): C:\Users\wmofu_000\Downloads\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.09.26_WARN.log
  174. 09/26/2014 08:31:48 PM INFO Ending Checked 5 log files for expiration, deleted 0 log files more than 30 days old.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement