Skip to content

Commit

Permalink
[xs] Helpful SOLR hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed May 25, 2012
1 parent bb0806e commit 35fc3ed
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/solr-setup.rst
Expand Up @@ -192,6 +192,18 @@ Some problems that can be found during the install:

<dataDir>${dataDir}</dataDir>

* When running Solr it says `Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK.`

See the note above about JAVA_HOME. Alternatively you may not have installed the JDK. Check by seeing if javac is installed::
which javac

If it isn't do::

sudo apt-get install openjdk-6-jdk

and restart SOLR.

Handling changes in the CKAN schema
-----------------------------------

Expand Down

0 comments on commit 35fc3ed

Please sign in to comment.