Advertisement
bc320

Untitled

Feb 24th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.29 KB | None | 0 0
  1. 02/24/2013 08:09:21 PM INFO Init Logger has been initialized. Base log directory is: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  2. 02/24/2013 08:09:21 PM INFO Init JVM runtime info:
  3. 4704@Ben_Home-PC
  4. Version: 1.6.0_37
  5. 02/24/2013 08:09:21 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. 02/24/2013 08:09:21 PM INFO Init Base directory set to: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  17. 02/24/2013 08:09:21 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 02/24/2013 08:09:21 PM INFO Init... Initializing SQLite database at: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  19. 02/24/2013 08:09:21 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  20. 02/24/2013 08:09:21 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  21. 02/24/2013 08:09:21 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. 02/24/2013 08:09:21 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 02/24/2013 08:09:21 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 02/24/2013 08:09:21 PM INFO Init... Initializing SQLite database at: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  32. 02/24/2013 08:09:21 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  33. 02/24/2013 08:09:21 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  34. 02/24/2013 08:09:21 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. 02/24/2013 08:09:21 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 02/24/2013 08:09:21 PM INFO Init... Initializing SQLite database at: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  37. 02/24/2013 08:09:21 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  38. 02/24/2013 08:09:21 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  39. 02/24/2013 08:09:21 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. 02/24/2013 08:09:21 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. 02/24/2013 08:09:21 PM NOTICE Init... Base program directory = C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3
  42. 02/24/2013 08:09:21 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 02/24/2013 08:09:21 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. 02/24/2013 08:09:21 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 02/24/2013 08:09:21 PM INFO Init... JSON-RPC config: XBMC Webserver URL=192.168.2.24
  51. 02/24/2013 08:09:21 PM INFO Init... JSON-RPC AnnouncementPort = 80
  52. 02/24/2013 08:09:21 PM DEBUG Init... XBMCRestart enabled = false
  53. 02/24/2013 08:09:21 PM DEBUG Init... IP Change is disabled
  54. 02/24/2013 08:09:21 PM DEBUG Init... Streaming Dropbox = e:\Misc Other\xbmc stuff\stream netflix\Dropbox
  55. 02/24/2013 08:09:21 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 02/24/2013 08:09:21 PM DEBUG Init... Manual Archiving is disabled.
  57. 02/24/2013 08:09:21 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 02/24/2013 08:09:21 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 02/24/2013 08:09:21 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 02/24/2013 08:09:21 PM INFO Init... Found source FreeCable with path of plugin://plugin.video.free.cable/
  61. 02/24/2013 08:09:21 PM INFO Init... Setting source's custom_parser to: FreeCable
  62. 02/24/2013 08:09:21 PM INFO Init... Next Subfolder: name=FreeCable/All Shows, recursive=true, type=episodes, max_series=-1, max_videos=-1, movie_set=FreeCable, prefix=(F), suffix=, multi_part=false, force_series=
  63. 02/24/2013 08:09:21 PM DEBUG Init... Added subfolder Filter: type=runtime, value=GT|1200
  64. 02/24/2013 08:09:21 PM INFO Init... Found source Hulu with path of plugin://plugin.video.hulu/
  65. 02/24/2013 08:09:21 PM INFO Init... Setting source's custom_parser to: Hulu
  66. 02/24/2013 08:09:21 PM INFO Init... Next Subfolder: name=Hulu/Movies/Popular Movies \([0-9]+\)/Popular feature films \([0-9]+\), recursive=true, type=movies, max_series=-1, max_videos=10, movie_set= Hulu (BlueCop), prefix=(H) , suffix=, multi_part=false, force_series=
  67. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=previous page
  68. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=next page
  69. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=/Recommended
  70. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=/Clips
  71. 02/24/2013 08:09:21 PM INFO Init... Next Subfolder: name=Hulu/TV/Popular TV \([0-9]+\)/Popular Shows \([0-9]+\), recursive=true, type=episodes, max_series=10, max_videos=-1, movie_set=, prefix=(H) , suffix=, multi_part=false, force_series=
  72. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=regexp, value=/season[s]? \([0-9]+\)
  73. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=previous page
  74. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=next page
  75. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=/Recommended
  76. 02/24/2013 08:09:21 PM DEBUG Init... Added Exclude: type=contains, value=/Clips
  77. 02/24/2013 08:09:21 PM DEBUG Init... Added subfolder Filter: type=regexp, value=/Episode[s]? \([0-9]+\)/
  78. 02/24/2013 08:09:21 PM INFO Init... Found source FreeCable with path of plugin://plugin.video.free.cable/
  79. 02/24/2013 08:09:21 PM ERROR Init... The is more than 1 source element named "FreeCable" (case-insensitive). This is not allowed. Please use unique source names. Only the first source with this name will be used.
  80. 02/24/2013 08:09:21 PM INFO Init... Found source TED with path of plugin://plugin.video.ted.talks/
  81. 02/24/2013 08:09:21 PM INFO Init... Setting source's custom_parser to: TED
  82. 02/24/2013 08:09:21 PM INFO Init... Next Subfolder: name=TED/Newest Talks, recursive=true, type=generic, max_series=-1, max_videos=-1, movie_set=, prefix=, suffix= (TED), multi_part=false, force_series=TED Talks
  83. 02/24/2013 08:09:21 PM DEBUG Init... Added subfolder Parser: type=regexp, value=()([\w\s*'-:]*)
  84. 02/24/2013 08:09:21 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  85. 02/24/2013 08:09:21 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  86. 02/24/2013 08:09:21 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  87. 02/24/2013 08:09:21 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  88. 02/24/2013 08:09:21 PM DEBUG Init... HTTP POST http://192.168.2.24/jsonrpc
  89. 02/24/2013 08:09:21 PM DEBUG Init... POST data (Content-Length: 55) =
  90. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  91. 02/24/2013 08:09:21 PM DEBUG Init... JSON-RPC Response:
  92. {"id":"1","jsonrpc":"2.0","result":"pong"}
  93. 02/24/2013 08:09:21 PM INFO Init... JSON-RPC web connected = true
  94. 02/24/2013 08:09:21 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  95. 02/24/2013 08:09:21 PM ERROR Init... Failed to connect to JSON-RPC on TCP Port: 80
  96. java.net.MalformedURLException: no protocol: 192.168.2.24
  97. java.net.URL.<init>(Unknown Source)
  98. java.net.URL.<init>(Unknown Source)
  99. java.net.URL.<init>(Unknown Source)
  100. com.bradvido.mylibrary.importer.importVideos(importer.java:255)
  101. com.bradvido.mylibrary.importer.main(importer.java:52)
  102.  
  103. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  104. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
  105. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
  106. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa Music Video Success: 0, Music Video Fail: 0
  107. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa Generic Success: 0, Generic Fail: 0
  108. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 0
  109. 02/24/2013 08:09:21 PM NOTICE Summary:---Overa Overall: Success: 0, Skip: 0, Fail: 0
  110. 02/24/2013 08:09:21 PM NOTICE Ending Done... Total processing time: 0 minute(s), 0 second(s)
  111. 02/24/2013 08:09:21 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  112. 02/24/2013 08:09:21 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  113. 02/24/2013 08:09:21 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\res\scraper.db
  114. 02/24/2013 08:09:21 PM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  115. 02/24/2013 08:09:21 PM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
  116. 02/24/2013 08:09:21 PM INFO Ending Deleting logfiles older than 30 days (01/25/2013 08:09:21 PM)
  117. 02/24/2013 08:09:21 PM DEBUG Ending Not expired, only 0 days old (02/24/2013 08:09:21 PM): C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.02.24_DEBUG.log
  118. 02/24/2013 08:09:21 PM DEBUG Ending Not expired, only 0 days old (02/24/2013 08:09:21 PM): C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.02.24_ERROR.log
  119. 02/24/2013 08:09:21 PM DEBUG Ending Not expired, only 0 days old (02/24/2013 08:09:21 PM): C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.02.24_INFO.log
  120. 02/24/2013 08:09:21 PM DEBUG Ending Not expired, only 0 days old (02/24/2013 08:09:21 PM): C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.02.24_NOTICE.log
  121. 02/24/2013 08:09:21 PM DEBUG Ending Not expired, only 0 days old (02/24/2013 08:09:21 PM): C:\Users\Ben_Home\Documents\Downloads\xbmc stuff\XBMC.MyLibrary-1.4.3\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2013.02.24_WARN.log
  122. 02/24/2013 08:09:21 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