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 lewis john mcgibbney
Hi govind, Very strange. Which operating system are you using? Lewis On Tue, 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 comp

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
t; >> On Tue, 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, >> > >

Re: Getting Error

2018-01-11 Thread lewis john mcgibbney
Jan 2018 14:06:53 +0530 > Subject: Re: Getting Error > $java -version > openjdk version "1.8.0_141" > OpenJDK Runtime Environment (build 1.8.0_141-8u141-b15-3~14.04-b15) > OpenJDK 64-Bit Server VM (build 25.141-b15, mixed mode) > > > co

Re: Getting Error

2018-01-12 Thread govind nitk
user@nutch.apache.org > > Cc: > > Bcc: > > Date: Wed, 10 Jan 2018 14:06:53 +0530 > > Subject: Re: Getting Error > > $java -version > > openjdk version "1.8.0_141" > > OpenJDK Runtime Environment (build 1.8.0_141-8u141-b15-3~14.04-b15) > >

Re: Getting Error

2018-01-12 Thread Sebastian Nagel
stems from. >> All of your config looks absolutely fine. >> Lewis >> >> On Thu, Jan 11, 2018 at 8:26 AM, >> wrote: >> >>> >>> From: govind nitk >>> To: user@nutch.apache.org >>> Cc: >>> Bcc: >>> Date: Wed, 10

Re: Getting Error

2018-01-12 Thread govind nitk
ote: > > > >> 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, > >> wro

Re: Getting Error

2018-01-14 Thread Sebastian Nagel
>> > > 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 > >> > >>

Re: Getting Error

2018-01-17 Thread govind nitk
Nd > > > > > > > > > > > > On Thu, Jan 11, 2018 at 8:22 PM, lewis john mcgibbney < > lewi...@apache.org > > <mailto:lewi...@apache.org>> > > > wrote: > > > > > >> I unfortunately do not use the

Nutch 1.19 Getting Error: 'boolean org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(java.lang.String, int)'

2023-05-14 Thread Eric Valencia
Hello everyone, So, I set up Nutch 1.19, Solr 8.11.2, and hadoop 3.3.5, to the best of my knowledge. After, I went into the nutch directory and ran this command: *bin/nutch generate crawl/crawldb crawl/segments* Then, I got an error: *Exception in thread "main" java.lang.UnsatisfiedLinkError: 'b

Getting error while running nutch in eclips in window environment

2013-05-18 Thread harsh yadav
Hello, I am running nutch 1.6 with hadoop 0.20.2 but not able to crawl in eclips every time getting error:-

Getting error while running nutch in eclips in window environment

2013-05-18 Thread harsh yadav
Hello, I am running nutch 1.6 with hadoop 0.20.2 but not able to crawl in eclips every time getting error:- 2013-05-17 00:33:09,376 WARN crawl.Crawl (Crawl.java:run(97)) - solrUrl is not set, indexing will be skipped... 2013-05-17 00:33:09,522 INFO crawl.Crawl (Crawl.java:run(108)) - crawl

Re: Nutch 1.19 Getting Error: 'boolean org.apache.hadoop.io.nativeio.NativeIO$Windows.access0(java.lang.String, int)'

2023-05-15 Thread Sebastian Nagel
Hi Eric, unfortunately, on Windows you also need to download and install winutils.exe and hadoop.dll, see https://github.com/cdarlint/winutils and https://stackoverflow.com/questions/41851066/exception-in-thread-main-java-lang-unsatisfiedlinkerror-org-apache-hadoop-io The installation of Ha

Re: Getting error while running nutch in eclips in window environment

2013-05-18 Thread harsh yadav
eclips > every time getting error:- > >

Re: Getting error while running nutch in eclips in window environment

2013-05-18 Thread Lewis John Mcgibbney
ption: Job failed! > at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:1252) > at org.apache.nutch.crawl.Injector.inject(Injector.java:281) > at org.apache.nutch.crawl.Crawl.run(Crawl.java:132) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.nutch.crawl.Crawl.main(Crawl.java:55) > > > > On Fri, May 17, 2013 at 12:37 AM, harsh yadav > wrote: > > > Hello, > > > > I am running nutch 1.6 with hadoop 0.20.2 but not able to crawl in eclips > > every time getting error:- > > > > > -- *Lewis*