You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2015/02/08 18:00:41 UTC

[jira] [Commented] (NUTCH-1938) Unable to load realm info from SCDynamicStore

    [ https://issues.apache.org/jira/browse/NUTCH-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14311418#comment-14311418 ] 

Chris A. Mattmann commented on NUTCH-1938:
------------------------------------------

Thanks for your issue and your reporting. This seems to be related to your JDK and loading its key trust information. if you google "http://stackoverflow.com/questions/7134723/hadoop-on-osx-unable-to-load-realm-info-from-scdynamicstore" you will see this is related to Hadoop, and since Nutch uses Hadoop, this is where the issue comes from. The reality is though, this isn't an issue - Nutch is doing exactly what it is intended to do. You injected 2 URLs, the URL normalizers ran - the 2 URLs were injected, so this isn't really a problem.

> Unable to load realm info from SCDynamicStore
> ---------------------------------------------
>
>                 Key: NUTCH-1938
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1938
>             Project: Nutch
>          Issue Type: Bug
>          Components: injector
>    Affects Versions: 1.9
>         Environment: MAC OS X
> JAVA VERSION - java version "1.6.0_65"
> Pranshus-MacBook-Air:apache-nutch-1.9 pranshukumar$ java -version
> java version "1.6.0_65"
> Java(TM) SE Runtime Environment (build 1.6.0_65-b14-466.1-11M4716)
> Java HotSpot(TM) 64-Bit Server VM (build 20.65-b04-466.1, mixed mode)
>            Reporter: Pranshu Kumar
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>              Labels: UnabletoloadrealminfofromSCDynamicStore.
>
> Pranshus-MacBook-Air:apache-nutch-1.9 pranshukumar$ bin/crawl urls -dir crawl -depth 3 -topN 5
> Injector: starting at 2015-02-07 23:23:16
> Injector: crawlDb: -dir/crawldb
> Injector: urlDir: urls
> Injector: Converting injected urls to crawl db entries.
> 2015-02-07 23:23:16.958 java[857:35681] Unable to load realm info from SCDynamicStore
> Injector: Total number of urls rejected by filters: 0
> Injector: Total number of urls after normalization: 2
> Injector: Merging injected urls into crawl db.
> Injector: overwrite: false
> Injector: update: false
> Injector: URLs merged: 2
> Injector: Total new urls injected: 0
> Injector: finished at 2015-02-07 23:23:19, elapsed: 00:00:02
>  This is the error that i get -Unable to load realm info from SCDynamicStore.
> i also did set up the java environment 
> Pranshus-MacBook-Air:apache-nutch-1.9 pranshukumar$ export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)