Barnabas

On Mon, Dec 17, 2012 at 1:17 PM, Barnabas Szasz <[email protected]> wrote:
> Hi,
>
> I was creating a local instance and ran into this:
>
> HTTP ERROR 500
>
> Problem accessing /contenthub/contenthub/search/featured. Reason:
>
>     org/apache/lucene/search/grouping/AbstractAllGroupHeadsCollector
>
> Caused by:
>
> java.lang.NoClassDefFoundError:
> org/apache/lucene/search/grouping/AbstractAllGroupHeadsCollector
> ...

The cause is very simple. The Stanbol version of Solr does not include

    <dependency>
        <groupId>org.apache.lucene</groupId>
        <artifactId>lucene-grouping</artifactId>
        <version>${solr-version}</version>
    </dependency>

with revision http://svn.apache.org/viewvc?rev=1422913&view=rev I
added it (see also STANBOL-845)

In the dev server the new module is already deployed. If you update to
the current revision than it should also work locally

I will close the issue as soon as jenkins has validated the changes.

Thanks for reporting

best
Rupert


--
| Rupert Westenthaler             [email protected]
| Bodenlehenstraße 11                             ++43-699-11108907
| A-5500 Bischofshofen

Reply via email to