Hi, I searched the mailing list archives, but didn't find any useful tips to resolve my problem.
I built the subversion snapshot using Maven 3 and Sun JDK 1.7 on FreeBSD using Linux emulation layer. I tried to run with Sun JDK, but alas KqueueSelectorProvider is non-existent, so I switched to running with OpenJDK since I really need the event-based I/O. Anyhow, I tried starting Stanbol with Sun JDK 1.7, OpenJDK 1.6, and OpenJDK 1.7, all with exactly the same problem. The startup command line: /usr/local/openjdk7/bin/java -Xmx1g -jar /usr/local/infra/stanbol-svn/launchers/full/target/org.apache.stanbol.launchers.full-0.10.0-SNAPSHOT.jar The problem: ERROR: Bundle org.apache.stanbol.enhancer.engines.refactor [40]: Error starting slinginstall:org.apache.stanbol.enhancer.engines.refactor-0.10.0-SNAPSHOT.jar (org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.stanbol.enhancer.engines.refactor [40]: Unable to resolve 40.0: missing requirement [40.0] package; (&(package=org.apache.stanbol.ontologymanager.servicesapi.collector)(version>=0.10.0)(!(version>=1.0.0)))) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.stanbol.enhancer.engines.refactor [40]: Unable to resolve 40.0: missing requirement [40.0] package; (&(package=org.apache.stanbol.ontologymanager.servicesapi.collector)(version>=0.10.0)(!(version>=1.0.0))) at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3443) at org.apache.felix.framework.Felix.startBundle(Felix.java:1727) at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1156) at org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) at java.lang.Thread.run(Thread.java:722) 25.04.2013 19:42:16.289 *INFO * [main] Startup completed I would be highly appreciative if somebody would advise me on how to get the Ontology Manager going. The Ontology Manager is actually the most important reason for my using Stanbol. Thank you, Mike