Guest User

Untitled

a guest
Aug 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.57 KB | None | 0 0
  1. FetcherThread 45 fetch of http://online.wsj.com/news/technology failed with: java.lang.RuntimeException: org.openqa.selenium.WebDriverException: Unable to bind to locking port 7054 within 45000 ms
  2. Build info: version: '2.48.2', revision: '41bccdd10cf2c0560f637404c2d96164b67d9d67', time: '2015-10-09 13:08:06'
  3. System info: host: 'Latitude-3480', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-29-generic', java.version: '1.8.0_171'
  4. Driver info: driver.version: FirefoxDriver
  5.  
  6. INFO fetcher.Fetcher - -activeThreads=5, spinWaiting=0, fetchQueues.totalSize=231, fetchQueues.getQueueCount=162
  7. 2018-08-16 19:19:11,626 ERROR selenium.Http - Failed to get protocol output
  8. java.lang.RuntimeException: org.openqa.selenium.TimeoutException: timeout
  9. (Session info: chrome=67.0.3396.99)
  10. (Driver info: chromedriver=2.41.578700 (2f1ed5f9343c13f73144538f15c00b370eda6706),platform=Linux 4.15.0-29-generic x86_64) (WARNING: The server did not provide any stacktrace information)
  11. Command duration or timeout: 3.04 seconds
  12. Build info: version: '2.48.2', revision: '41bccdd10cf2c0560f637404c2d96164b67d9d67', time: '2015-10-09 13:08:06'
  13. System info: host: 'shrayas-Latitude-3480', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-29-generic', java.version: '1.8.0_171'
  14. Driver info: org.openqa.selenium.chrome.ChromeDriver
  15. Capabilities [{mobileEmulationEnabled=false, hasTouchScreen=false, platform=LINUX, acceptSslCerts=false, goog:chromeOptions={debuggerAddress=localhost:41661}, acceptInsecureCerts=false, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, setWindowRect=true, unexpectedAlertBehaviour=, applicationCacheEnabled=false, rotatable=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.41.578700 (2f1ed5f9343c13f73144538f15c00b370eda6706), userDataDir=/tmp/.org.chromium.Chromium.0AKw1H}, takesHeapSnapshot=true, pageLoadStrategy=normal, databaseEnabled=false, handlesAlerts=true, version=67.0.3396.99, browserConnectionEnabled=false, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}]
  16. Session ID: f620c1ef6e7eb119a0b67e5136f311f6
  17. *** Element info: {Using=tag name, value=body}
  18. at org.apache.nutch.protocol.selenium.HttpWebClient.getHtmlPage(HttpWebClient.java:204)
  19. at org.apache.nutch.protocol.selenium.HttpResponse.readPlainContent(HttpResponse.java:244)
  20. at org.apache.nutch.protocol.selenium.HttpResponse.<init>(HttpResponse.java:168)
  21. at org.apache.nutch.protocol.selenium.Http.getResponse(Http.java:58)
  22. at org.apache.nutch.protocol.http.api.HttpBase.getProtocolOutput(HttpBase.java:276)
  23. at org.apache.nutch.fetcher.FetcherThread.run(FetcherThread.java:342)
  24. Caused by: org.openqa.selenium.TimeoutException: timeout
  25. (Session info: chrome=67.0.3396.99)
  26. (Driver info: chromedriver=2.41.578700 (2f1ed5f9343c13f73144538f15c00b370eda6706),platform=Linux 4.15.0-29-generic x86_64) (WARNING: The server did not provide any stacktrace information)
  27. Command duration or timeout: 3.04 seconds
  28. Build info: version: '2.48.2', revision: '41bccdd10cf2c0560f637404c2d96164b67d9d67', time: '2015-10-09 13:08:06'
  29. System info: host: 'Latitude-3480', ip: '127.0.1.1', os.name: 'Linux', os.arch: 'amd64', os.version: '4.15.0-29-generic', java.version: '1.8.0_171'
  30. Driver info: org.openqa.selenium.chrome.ChromeDriver
  31.  
  32. <property>
  33. <name>plugin.includes</name>
  34. <value>protocol-(selenium|http)|urlfilter-(regex|validator)|parse-(html|tika)|index-(basic|anchor)|indexer-solr|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
  35. <description>Regular expression naming plugin directory names to
  36. include. Any plugin not matching this expression is excluded.
  37. In any case you need at least include the nutch-extensionpoints plugin. By
  38. default Nutch includes crawling just HTML and plain text via HTTP,
  39. and basic indexing and search plugins. In order to use HTTPS please enable
  40. protocol-httpclient, but be aware of possible intermittent problems with the
  41. underlying commons-httpclient library. Set parsefilter-naivebayes for classification based focused crawler.
  42. </description>
  43. </property>
  44. <property>
  45. <name>selenium.driver</name>
  46. <value>firefox</value>
  47. <description>
  48. A String value representing the flavour of Selenium
  49. WebDriver() to use. Currently the following options
  50. exist - 'firefox', 'chrome', 'safari', 'opera', 'phantomjs' and 'remote'.
  51. If 'remote' is used it is essential to also set correct properties for
  52. 'selenium.hub.port', 'selenium.hub.path', 'selenium.hub.host',
  53. 'selenium.hub.protocol', 'selenium.grid.driver' and 'selenium.grid.binary'.
  54. </description>
  55. </property>
Add Comment
Please, Sign In to add comment