You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by uromahn <ur...@paypal.com> on 2012/02/14 00:48:42 UTC

Exception during startup after build from trunk

I have just gotten the latest sources from trunk and was able to successfully
build Karaf 3.0.0-SNAPSHOT.

However, after unpacking the full assembly
(apache-karaf-3.0.0-SNAPSHOT.tar.gz) and starting it with
$KARAF_HOME/bin/karaf, I am getting the following exception on the console:
ERROR: Bundle org.apache.aries.proxy.impl [16] Error starting
mvn:org.apache.aries.proxy/org.apache.aries.proxy.impl/0.4.1-SNAPSHOT
(org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.aries.proxy.impl [16]: Unable to resolve 16.0: missing
requirement [16.0] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.aries.proxy.weavinghook)(version>=0.1.0)(!(version>=0.2.0))))
org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.aries.proxy.impl [16]: Unable to resolve 16.0: missing
requirement [16.0] osgi.wiring.package;
(&(osgi.wiring.package=org.apache.aries.proxy.weavinghook)(version>=0.1.0)(!(version>=0.2.0)))
	at org.apache.felix.framework.Felix.resolveBundleRevision(Felix.java:3826)
	at org.apache.felix.framework.Felix.startBundle(Felix.java:1868)
	at org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1191)
	at
org.apache.felix.framework.FrameworkStartLevelImpl.run(FrameworkStartLevelImpl.java:295)
	at java.lang.Thread.run(Thread.java:679)

The log file is pretty empty and only contains the following:
Feb 13, 2012 3:39:59 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO: Trying to lock /home/uromahn/Programs/apache-karaf-3.0.0-SNAPSHOT/lock
Feb 13, 2012 3:39:59 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO: Lock acquired

Any idea what is happening here? Is there anything that I missed?
-Uli


--
View this message in context: http://karaf.922171.n3.nabble.com/Exception-during-startup-after-build-from-trunk-tp3742033p3742033.html
Sent from the Karaf - Dev mailing list archive at Nabble.com.