Mmh, not really an idea so far.
The steps you describe look OK.

Try to build and install the Neo4j bundle alone:
cd neo4j-osgi/bundle
mvn clean install

Then try out this project:
https://github.com/jri/neo4j-osgi-test
It provisions a standalone Felix runtime (with the aid of Pax Runner).

There I also describe the steps that worked for me (seemingly the same as you 
tried :-|

Cheers,
Jörg


On Jul 26, 2011, at 23:37, Jean-Pierre Bergamin wrote:

> Helly everyone
> 
> I'm currently also stuck with the "No index provider 'lucene' found"
> error that you all seem to have been able to work around.
> I have built and installed the 1.5-SNAPSHOT kernel from the
> bundle-friendly-classloader branch and installed it locally (mvn
> install).
> When I run the neo4j-osgi tests I still get the mentioned lucene error:
> 
> ...
> [FelixDispatchQueue] DEBUG org.neo4j.examples.osgi.test-bundle -
> BundleEvent STOPPED
> ERROR: Bundle org.neo4j.examples.osgi.test-bundle [3] Error starting
> file:bundles/org.neo4j.examples.osgi.test-bundle_0.1.0.SNAPSHOT.jar
> (org.osgi.framework.BundleException: Activator start error in bundle
> org.neo4j.examples.osgi.test-bundle [3].)
> java.lang.IllegalArgumentException: No index provider 'lucene' found
>        at 
> org.neo4j.kernel.IndexManagerImpl.getIndexProvider(IndexManagerImpl.java:76)
> ...
> 
> Failed tests:
>  neo4jStartupTest(org.neo4j.examples.osgi.OSGiTest)
>  bundleStartupTest(org.neo4j.examples.osgi.OSGiTest)
> 
> Is there anything else I have to to so that I get the examples up and running?
> 
> 
> Best regards,
> James

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to