Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-22 Thread Mattmann, Chris A (3980)
@nutch.apache.org Subject: Problem installing Selenium on Ubuntu with Nutch trunk 1.10 Hi, I have checked out the latest Nutch trunk(1.10) which has tika 1.7. I followed all the steps mentioned on the Selenium git hub page and also applied the patch. Yet when I am trying to build the Nutch, I get

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-22 Thread Mattmann, Chris A (3980)
: Problem installing Selenium on Ubuntu with Nutch trunk 1.10 Being completely new to patch files, I don't know how patch files work but after looking at patch file, ivy.xml (new one) ivy.xml.rej, ivy.xml.orig I could understand that selenium dependencies were not added by the patch in ivy.xml file

Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-21 Thread Jiaxin Ye
Hi, i guess the reason would be Nutch 1.10 has a update recently which changes the tika verson from 1.6 to 1.7 in the ivy.xml. I am also guessing your patch installation has some fails in ivy.xml. If that is the case, that means the patch is no longer compatible with the newest version of Nutch

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-21 Thread Shuo Li
Yop, Here's a correct ivy.xml. I think there may be some mistakes when we install the patch. It will generate some duplicate ?xml? tag. You may need to delete them manually. If anybody could provide a complete tutorial or a correct patch that'd be great. PS0: I didn't read the whole

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-21 Thread Nikunj Gala
Does it mean that If i take Nutch 1.10 without the update that is available on GitHub and apply patch, change Tika dependency to 1.7 manually then it might get built successfully?

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-21 Thread Jiaxin Ye
If you use the newest verson of Nutch 1.10, when you intsall the patch, you should see some fails. Following the fails and change the corresponding file according to the patch. On Sat, Feb 21, 2015 at 11:18 AM, Nikunj Gala nikun...@usc.edu wrote: Does it mean that If i take Nutch 1.10 without

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-21 Thread Nikunj Gala
Hey you are correct I see fails while patching ivy.xml on the latest GitHub Nutch Trunk The patch longs are as follows: --- patching file

Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread Yash Sangani
Hi, I have checked out the latest Nutch trunk(1.10) which has tika 1.7. I followed all the steps mentioned on the Selenium git hub page and also applied the patch. Yet when I am trying to build the Nutch, I get the following errors. [javac]

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread Yash Sangani
I thought we have to build nutch again after this and thus I tried to build it but then I get the error mentioned in the first email. So I didnt try to crawl it as yet. On Fri, Feb 20, 2015 at 1:26 AM, zhangxin0804 zhangxin0...@gmail.com wrote: I got you. I met the same problem and stuck at

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread Yash Sangani
Yes I did. Those were because the ivy.xml file had same attributes multiple times. On Fri, Feb 20, 2015 at 12:40 AM, Jiaxin Ye jiaxi...@usc.edu wrote: I guess that means you fail to install the patch. When you install the patch, did you see any fails on ivy.xml? On Friday, February 20,

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread zhangxin0804
Hi Yash Sangani, Have you successfully installed XVFB on ubuntu? -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-installing-Selenium-on-Ubuntu-with-Nutch-trunk-1-10-tp4187576p4187580.html Sent from the Nutch - Dev mailing list archive at Nabble.com.

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread Yash Sangani
No,after I enter the first command, the console prints some lines Initializing built-in extension Generic Event Extension Initializing built-in extension SHAPE Initializing built-in extension MIT-SHM Initializing built-in extension XInputExtension Initializing built-in extension XTEST

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread zhangxin0804
I got you. I met the same problem and stuck at here. Did you try to open another terminal to crawl data again? You can have a try to do it and to check whether the Firefox is still pop-up repeats again and again. -- View this message in context:

Re: Problem installing Selenium on Ubuntu with Nutch trunk 1.10

2015-02-20 Thread Jiaxin Ye
I guess that means you fail to install the patch. When you install the patch, did you see any fails on ivy.xml? On Friday, February 20, 2015, Yash Sangani ysang...@usc.edu wrote: Hi, I have checked out the latest Nutch trunk(1.10) which has tika 1.7. I followed all the steps mentioned on the