Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Nutch Wiki" for change 
notification.

The following page has been changed by JakeVanderdray:
http://wiki.apache.org/nutch/OntologyPlugin

------------------------------------------------------------------------------
  extension.ontology.urls in ./conf/nutch-default.xml (or better,
  ./conf/nutch-site.xml), and insert the following to ./bin/nutch:
  
+ {{{
  elif [ "$COMMAND" = "ontology" ] ; then
    for f in $NUTCH_HOME/build/plugins/ontology/*.jar; do
      CLASSPATH=${CLASSPATH}:$f;
    done
    CLASS='org.apache.nutch.ontology.OntologyImpl'
+ }}}
  
- ---------------
+ 
- Possible issue:
+ == Possible issue: ==
- ---------------
+ 
  If search.jsp fails with this or similar error:
  
  ......
  root cause 
  
+ {{{
  java.lang.NoSuchFieldError: actualValueType
          at
  
com.hp.hpl.jena.datatypes.xsd.XSDDatatype.convertValidatedDataValue(XSDDatatype.java:371)
+ }}}
  ......
  
  it is because jena and tomcat are using conflicting versions of the same

Reply via email to