You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@nutch.apache.org by "Thangaraj, Anand Kumar " <an...@citi.com.INVALID> on 2016/10/11 09:53:05 UTC

Error in Integrating with selenium

Hi,

 

  I'm trying to index dynamic pages using selenium plugin in RHEL 6.7. I'm
stuck with the following exception when I try to index

 

 

org.openqa.selenium.WebDriverException: Failed to connect to binary
FirefoxBinary(/usr/bin/firefox) on port 7055; process output follows: 

":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"h
asBinaryComponents":false,"strictCompatibility":false,"locales":[],"targetAp
plications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"45
.0","maxVersion":"45.*"},{"id":"xpcshell@tests.mozilla.org","minVersion":"0"
,"maxVersion":"10"}],"targetPlatforms":[],"multiprocessCompatible":false,"se
en":true}

1475826143302  addons.xpi          DEBUG getModTime: Recursive scan of
loop@mozilla.org

1475826143303  addons.xpi          DEBUG Updating XPIState for
{"id":"{972ce4c6-7e08-4474-a285-3208198ce6fd}","syncGUID":"qCGGf1exueh9","lo
cation":"app-global","version":"45.4.0","type":"theme","internalName":"class
ic/1.0","updateURL":null,"updateKey":null,"optionsURL":null,"optionsType":nu
ll,"aboutURL":null,"icons":{"32":"icon.png","48":"icon.png"},"iconURL":null,
"icon64URL":null,"defaultLocale":{"name":"Default","description":"The
default
theme.","creator":"Mozilla","homepageURL":null,"contributors":["Mozilla
Contributors"]},"visible":true,"active":true,"userDisabled":false,"appDisabl
ed":false,"descriptor":"/usr/lib64/firefox/browser/extensions/{972ce4c6-7e08
-4474-a285-3208198ce6fd}.xpi","installDate":1473248470000,"updateDate":14732
48470000,"applyBackgroundUpdates":1,"skinnable":true,"size":5028,"sourceURI"
:null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"ha
sBinaryComponents":false,"strictCompatibility":true,"locales":[],"targetAppl
ications":[{"id":"{ec8030f7-c20a-464f-9b0e-13a3a9e97384}","minVersion":"45.4
.0","maxVersion":"45.4.0"}],"targetPlatforms":[],"seen":true}

1475826143303  addons.xpi          DEBUG getModTime: Recursive scan of
{972ce4c6-7e08-4474-a285-3208198ce6fd}

1475826143304  DeferredSave.extensions.json  DEBUG Save changes

 

 

 

Thanks

Anand