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

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