Getting Error

2018-01-09 Thread govind nitk
Hi, 1. running nutch compiled from branch 2.x. Build succeed. 2. using mongo as db storage. changed the storage.data.store.class to point to mongo class. Getting this error while running nutch inject /tmp/urls/seeds.txt ? Error: A JNI error has occurred, please check your installation and try

Re: Getting Error

2018-01-09 Thread govind nitk
Jan 9, 2018 at 5:15 AM, wrote: > > > From: govind nitk > > To: user@nutch.apache.org > > Cc: > > Bcc: > > Date: Tue, 9 Jan 2018 15:45:08 +0530 > > Subject: Getting Error > > Hi, > > > > 1. running nutch compiled from

Re: Getting Error

2018-01-10 Thread govind nitk
class for storing data mongod running on default port: 27017. And before generating snapshot , uncommented the goa backend to use mongo. as: Am I missing anything else? regards, govind On Wed, Jan 10, 2018 at 12:31 PM, govind nitk wrote: > > hi Lewis, > > uname -a

Re: Getting Error

2018-01-12 Thread govind nitk
mcgibbney wrote: > I unfortunately do not use the OpenJDK so i don't know if this is where > your issue stems from. > All of your config looks absolutely fine. > Lewis > > On Thu, Jan 11, 2018 at 8:26 AM, > wrote: > > > > > From: govind nitk > > To:

Re: Getting Error

2018-01-12 Thread govind nitk
environment Nutch is executed and how > you launch it? Ev. try with "java -Xverify:none" (for bin/nutch set > the environment variable NUTCH_OPTS=-Xverify:none) to see what happens. > > Thanks, > Sebastian > > > [1] https://static.rainfocus.com/oracle/oow16/sess/

Re: Getting Error

2018-01-17 Thread govind nitk
d (use > MongoDB), so this is really weired. Looks more like a build or class path > issue... > > Best, > Sebastian > > > On 01/13/2018 08:19 AM, govind nitk wrote: > > > > Hi Sebastian, > > > > Thanks for clarification. > > > > $cat /tm

any23 2.2 upgrading in NUTCH gives errors

2018-04-02 Thread govind nitk
Hi, Tried to upgrade any23 2.1 to 2.2 in nutch code base. Changes: 1. src/plugin/any23/ivy.xml: 2. src/plugin/any23/plugin.xml after "ant runtime", below jar files are present in dir runtime/local/plugins/any23 any23.jar apache-any23-api-2.2.jar apache-any23-core-2.2.ja

Re: [MASSMAIL][VOTE] Release Apache Nutch 1.15 RC#1

2018-07-28 Thread govind nitk
+1 for build plugins test - success On Thu, Jul 26, 2018 at 10:25 PM Roannel Fernández Hernández wrote: > +1 Great work, folks > > - Mensaje original - > > De: "Sebastian Nagel" > > Para: user@nutch.apache.org > > CC: d...@nutch.apache.org > > Enviados: Jueves, 26 de Julio 2018 11:

using any23 with nutch

2018-07-28 Thread govind nitk
hi all, I want to use any23 2.3-snapshot version with nutch. This is what I have done: 1. have "mvn install" in any23 repo. so jars are released in local ~/.m2 dir. ex. /home/govind/.m2/repository/org/apache/any23/apache-any23-core/2.3-SNAPSHOT/apache-any23-core-2.3-SNAPSHOT.jar 2. nutch repo, p

Re: using any23 with nutch

2018-07-28 Thread govind nitk
Tried 2.3-SNAPSHOT instead of 2.3 as : Error persists. On Sat, Jul 28, 2018 at 5:57 PM govind nitk wrote: > > hi all, > > I want to use any23 2.3-snapshot version with nutch. This is what I have > done: > 1. have "mvn install" in any23 repo. > so jars are rele

Re: Regex to block some patterns

2018-10-05 Thread govind nitk
Also, check last regex line. *# accept anything else* *+.* By mistake if you have made it negative( -.), everything will be discarded. Best, Govind On Fri, Oct 5, 2018 at 1:02 PM Sebastian Nagel wrote: > Hi Amarnath, > > the only possibility is that https://www.abc.com/ is skipped > - by anot

Re: Connect Solr and Nutch in Ubuntu 18

2018-10-05 Thread govind nitk
Info given is not sufficient to figure out the problem. 1. You need to add indexer-solr to the plugins list. 2. Check "solr index properties" in nutch-default.xml ( It has lot of properties) check out - https://wiki.apache.org/nutch/NutchTutorial for detailed explanation. On Fri, Oct 5, 2018 a