Hello,
I am using Nutch 2. 3.1. I tried to install protocol selenium using this
url 'https://github.com/apache/nutch/tree/trunk/src/plugin/protocol-selenium.'
When I try command
sudo /usr/bin/Xvfb :11 -screen 0 1024x768x24 &
I keep getting stuck at the 'Initializing built-in extension GLX' (8+ hours) .
So I kind of moved on and did the rest of the tutorial. I try to crawl and I
get this error
Java.lang.RuntimeException:org.openqa.selenium.remote.UnreachableBrowserException:
could not start a new session. Possible causes are invalid address of the
remote server or browser-start up failure.
When I try xvfb-run firefox http://google.com<http://google.com/> I get this
error
Xlib: extension "RANDR" missing on display ":99".
Xlib: extension "RANDR" missing on display ":99".
Xlib: extension "RANDR" missing on display ":99".
libGL error: No matching fbConfigs or visuals found
libGL error: failed to load driver: swrast
Please help.
Teena