Advertisement
j-5

_info

j-5
Apr 18th, 2014
2,495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.80 KB | None | 0 0
  1. 18/2014 03:15:38 PM INFO Init Logger has been initialized. Base log directory is: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3
  2. 04/18/2014 03:15:38 PM INFO Init JVM runtime info:
  3. 5524@cosmos
  4. Version: 1.7.0_55
  5. 04/18/2014 03:15:38 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. 04/18/2014 03:15:38 PM INFO Init Base directory set to: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3
  17. 04/18/2014 03:15:38 PM NOTICE Init... Start XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  18. 04/18/2014 03:15:38 PM INFO Init... Initializing SQLite database at: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  19. 04/18/2014 03:15:38 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  20. 04/18/2014 03:15:38 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  21. 04/18/2014 03:15:38 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. 04/18/2014 03:15:38 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_dropbox_location ON ArchivedFiles (dropbox_location)
  23. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  24. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  25. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  26. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  27. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  28. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  29. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  30. 04/18/2014 03:15:38 PM DEBUG Init... SQL = PRAGMA table_info(ArchivedFiles)
  31. 04/18/2014 03:15:38 PM INFO Init... Initializing SQLite database at: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  32. 04/18/2014 03:15:38 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  33. 04/18/2014 03:15:38 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  34. 04/18/2014 03:15:38 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. 04/18/2014 03:15:38 PM DEBUG Init... SQL = CREATE UNIQUE INDEX IF NOT EXISTS unique_queued_change ON QueuedChanges (dropbox_location, meta_data_type)
  36. 04/18/2014 03:15:38 PM INFO Init... Initializing SQLite database at: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\scraper.db
  37. 04/18/2014 03:15:38 PM DEBUG Init... Opening SQLite connection using: jdbc:sqlite:C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\scraper.db
  38. 04/18/2014 03:15:38 PM INFO Init... Successfully connected to SQLITE database: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\scraper.db
  39. 04/18/2014 03:15:38 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. 04/18/2014 03:15:38 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. 04/18/2014 03:15:38 PM NOTICE Init... Base program directory = C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3
  42. 04/18/2014 03:15:38 PM DEBUG Init... LoggingLevel of "null" is not valid, will default to INFO
  43. 04/18/2014 03:15:38 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. 04/18/2014 03:15:38 PM DEBUG Init... Logs will be deleted after 30 days.
  50. 04/18/2014 03:15:38 PM INFO Init... JSON-RPC config: XBMC Webserver URL=http://xbmc:xbmc@192.168.2.8:8080
  51. 04/18/2014 03:15:38 PM INFO Init... JSON-RPC AnnouncementPort = 9090
  52. 04/18/2014 03:15:39 PM DEBUG Init... XBMCRestart enabled = false
  53. 04/18/2014 03:15:39 PM DEBUG Init... IP Change is disabled
  54. 04/18/2014 03:15:39 PM DEBUG Init... Streaming Dropbox = C:\Users\Mike\DropBox
  55. 04/18/2014 03:15:39 PM DEBUG Init... Found TheTVDB Api Key: XXXXXXXXXX7A1FFE
  56. 04/18/2014 03:15:39 PM DEBUG Init... Manual Archiving is disabled.
  57. 04/18/2014 03:15:39 PM DEBUG Init... VideoCleanUp has an HoursThreshold of 8.0 hours
  58. 04/18/2014 03:15:39 PM DEBUG Init... VideoCleanUp has an ConsecutiveThreshold of 3 consecutive missing times.
  59. 04/18/2014 03:15:39 PM DEBUG Init... PreScrapeMusicVids enabled = false
  60. 04/18/2014 03:15:39 PM DEBUG Init... Source path was not specified. Will try to auto-determine it later.
  61. 04/18/2014 03:15:39 PM INFO Init... Found source Netflix with path of [auto-determine]
  62. 04/18/2014 03:15:39 PM INFO Init... Setting source's custom_parser to: PlayOn
  63. 04/18/2014 03:15:39 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. 04/18/2014 03:15:39 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. 04/18/2014 03:15:39 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. 04/18/2014 03:15:39 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. 04/18/2014 03:15:39 PM INFO Init... Added Global Exclude, type=contains, value=/No videos available
  68. 04/18/2014 03:15:39 PM INFO Init... Added Global Exclude, type=regexp, value=/clip[s]?(/|$)
  69. 04/18/2014 03:15:39 PM INFO Init... Added Global Exclude, type=contains, value=Dragon Ball Z
  70. 04/18/2014 03:15:39 PM INFO Init... Testing connectivity to JSON-RPC web interface...
  71. 04/18/2014 03:15:39 PM DEBUG Init... HTTP POST http://xbmc:xbmc@192.168.2.8:8080/jsonrpc
  72. 04/18/2014 03:15:39 PM DEBUG Init... POST data (Content-Length: 55) =
  73. {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "id": "1"}
  74. 04/18/2014 03:15:39 PM DEBUG Init... JSON-RPC Response:
  75. {"id":"1","jsonrpc":"2.0","result":"pong"}
  76. 04/18/2014 03:15:39 PM INFO Init... JSON-RPC web connected = true
  77. 04/18/2014 03:15:39 PM INFO Init... Testing connectivity to JSON-RPC raw interface (listening for notifications)...
  78. 04/18/2014 03:15:39 PM DEBUG Init... Waiting for connection test to complete on 192.168.2.8
  79. 04/18/2014 03:15:39 PM INFO Init... Connecting to event listener on 192.168.2.8:9090
  80. 04/18/2014 03:15:39 PM NOTICE Init... Successfully connected to 192.168.2.8:9090. Listening for JSON-RPC messages.
  81. 04/18/2014 03:15:39 PM DEBUG Init... Sending request to 192.168.2.8:9090, json = {"jsonrpc": "2.0", "method": "JSONRPC.Ping", "params": {}, "id": 1}
  82.  
  83. 04/18/2014 03:15:39 PM DEBUG Init... 1 ms to fully process last JSON response from 192.168.2.8
  84. 04/18/2014 03:15:39 PM INFO Init... 192.168.2.8:9090 sent request: {"id":1,"result":"pong","jsonrpc":"2.0"}
  85. 04/18/2014 03:15:39 PM INFO Init... JSONRPC Ping Success = true for XBMC instance @ 192.168.2.8:9090
  86. 04/18/2014 03:15:40 PM NOTICE Init... Connected to XBMC JSON-RPC interfaces successfully.
  87. 04/18/2014 03:15:40 PM NOTICE Init... Starting source scan for 1 sources...
  88. 04/18/2014 03:15:40 PM INFO Resolve:Source This source's path was not specified, will check list of video sources in XBMC for a matching label named "Netflix"
  89. 04/18/2014 03:15:40 PM DEBUG Resolve:Source HTTP POST http://xbmc:xbmc@192.168.2.8:8080/jsonrpc
  90. 04/18/2014 03:15:40 PM DEBUG Resolve:Source POST data (Content-Length: 88) =
  91. {"jsonrpc": "2.0", "method": "Files.GetSources", "params": {"media":"video"}, "id": "1"}
  92. 04/18/2014 03:15:40 PM DEBUG Resolve:Source JSON-RPC Response:
  93. {"id":"1","jsonrpc":"2.0","result":{"limits":{"end":7,"start":0,"total":7},"sources":[{"file":"/home/j-5/Movies/","label":"Movies"},{"file":"/home/j-5/TV Shows/","label":"TV Shows"},{"file":"upnp://801f751b-3712-44ef-a2a1-82f745dc5236/","label":"PlayOn: cosmos"},{"file":"upnp://801f751b-3712-44ef-a2a1-82f745dc5236/netflix//","label":"[COLOR red]Neflix[/COLOR]"},{"file":"upnp://801f751b-3712-44ef-a2a1-82f745dc5236/hulu//","label":"[COLOR green]HULU[/COLOR]"},{"file":"smb://COSMOS/Users/Mike/DropBox/Movies/","label":"Movies++"},{"file":"smb://COSMOS/Users/Mike/DropBox/TV Shows/","label":"TV Shows++"}]}}
  94. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "Movies", looking for match on: "Netflix"
  95. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "TV Shows", looking for match on: "Netflix"
  96. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "PlayOn: cosmos", looking for match on: "Netflix"
  97. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "[COLOR red]Neflix[/COLOR]", looking for match on: "Netflix"
  98. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "[COLOR green]HULU[/COLOR]", looking for match on: "Netflix"
  99. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "Movies++", looking for match on: "Netflix"
  100. 04/18/2014 03:15:40 PM DEBUG Resolve:Source Found label "TV Shows++", looking for match on: "Netflix"
  101. 04/18/2014 03:15:40 PM ERROR Resolve:Source No source named "Netflix" was found in XBMC's video source list. Will skip this source and all subfolders.
  102. 04/18/2014 03:15:40 PM NOTICE Resolve:Source No videos were successfully archived, skipping XBMC Library scan.
  103. 04/18/2014 03:15:40 PM NOTICE Clean Up Cleaning up dropbox...
  104. 04/18/2014 03:15:40 PM INFO Clean Up Checking 0 archived strm videos in dropbox to make sure the archived video is still valid.
  105. 04/18/2014 03:15:40 PM NOTICE Clean Up After removing 0 old videos from dropbox, number of videos is now: 0
  106. 04/18/2014 03:15:40 PM NOTICE Clean Up Done with dropbox clean-up
  107. 04/18/2014 03:15:40 PM DEBUG TidyUp Successfully cleared out 0 of 0 cached XML files.
  108. 04/18/2014 03:15:40 PM DEBUG TidyUp Closing listening socket for 192.168.2.8:9090
  109. 04/18/2014 03:15:40 PM INFO TidyUp Successfully stopped JSON-RPC listener.
  110. 04/18/2014 03:15:40 PM NOTICE TidyUp Ended listening (listen=false, resetOnFail=false) for data from: 192.168.2.8:90909090
  111. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa ----------------------Archiving Summary for ---Overall-------------------------
  112. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa TV Success: 0, TV Fail: 0
  113. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa Movie Success: 0, Movie Fail: 0
  114. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa Music Video Success: 0, Music Video Fail: 0
  115. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa Generic Success: 0, Generic Fail: 0
  116. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa New videos archived: 0, existing videos updated: 0
  117. 04/18/2014 03:15:40 PM NOTICE Summary:---Overa Overall: Success: 0, Skip: 0, Fail: 0
  118. 04/18/2014 03:15:40 PM NOTICE Ending Done... Total processing time: 0 minute(s), 2 second(s)
  119. 04/18/2014 03:15:40 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\QueuedMetaDataChanges.db
  120. 04/18/2014 03:15:40 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\ArchivedFiles.db
  121. 04/18/2014 03:15:40 PM DEBUG Ending Closed connection to SQLITE database: C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\res\scraper.db
  122. 04/18/2014 03:15:40 PM NOTICE Ending Ended: XBMC.MyLibrary, v1.4.3, compatible with XBMC Frodo
  123. 04/18/2014 03:15:40 PM INFO Ending Closing logs. Deleting expired logs and ALL historical DEBUG logs.
  124. 04/18/2014 03:15:40 PM INFO Ending Deleting logfiles older than 30 days (03/19/2014 03:15:40 PM)
  125. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/17/2014 08:05:03 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.17_ERROR.log
  126. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/17/2014 08:05:03 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.17_INFO.log
  127. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/17/2014 08:05:03 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.17_NOTICE.log
  128. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/17/2014 08:05:03 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.17_WARN.log
  129. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/18/2014 03:15:40 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.18_DEBUG.log
  130. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/18/2014 03:15:40 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.18_ERROR.log
  131. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/18/2014 03:15:40 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.18_INFO.log
  132. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/18/2014 03:15:40 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.18_NOTICE.log
  133. 04/18/2014 03:15:40 PM DEBUG Ending Not expired, only 0 days old (04/18/2014 03:15:40 PM): C:\Users\Mike\XbmcServer\XBMC.MyLibrary-1.4.3\logs\XBMC.MyLibrary_2014.04.18_WARN.log
  134. 04/18/2014 03:15:40 PM INFO Ending Checked 9 log files for expiration, deleted 0 log files more than 30 days old.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement