Hopefully the new release of Felix Framework that is under vote will fix those issues. Note that blueprint may also spit some exceptions at shutdown but this should be fixed soon too. That's the price for using snapshots.... ;-)
On Fri, Nov 5, 2010 at 17:28, Ming Fang <[email protected]> wrote: > I checkout and built Aries and now Karaf starts up. > There is now a new error(below) but I'm guessing it's a different issue > altogether. > > ERROR: Error reloading cached bundle, removing it: > /Volumes/HD2/java/karaf/assembly/target/apache-karaf-2.1.99-SNAPSHOT/data/cache/bundle5 > (java.io.FileNotFoundException: > /Volumes/HD2/java/karaf/assembly/target/apache-karaf-2.1.99-SNAPSHOT/data/cache/bundle5/version0.-1/revision.location > (No such file or directory)) > java.io.FileNotFoundException: > /Volumes/HD2/java/karaf/assembly/target/apache-karaf-2.1.99-SNAPSHOT/data/cache/bundle5/version0.-1/revision.location > (No such file or directory) > at java.io.FileInputStream.open(Native Method) > at java.io.FileInputStream.<init>(FileInputStream.java:106) > at > org.apache.felix.framework.util.SecureAction.getFileInputStream(SecureAction.java:436) > at > org.apache.felix.framework.cache.BundleArchive.getRevisionLocation(BundleArchive.java:600) > at > org.apache.felix.framework.cache.BundleArchive.<init>(BundleArchive.java:227) > at > org.apache.felix.framework.cache.BundleCache.getArchives(BundleCache.java:143) > at org.apache.felix.framework.Felix.init(Felix.java:651) > at org.apache.felix.framework.Felix.start(Felix.java:775) > at org.apache.karaf.main.Main.launch(Main.java:239) > at org.apache.karaf.main.Main.main(Main.java:360) > > > On Nov 5, 2010, at 11:40 AM, Guillaume Nodet wrote: > >> I've fixed that in blueprint yesterday or the day before, so you may >> need to build blueprint yourself or wait for a new snapshot to be >> deployed. >> >> On Fri, Nov 5, 2010 at 15:56, Ioannis Canellos <[email protected]> wrote: >>> Yes, I am having this one myself. >>> >>> I will have a look at it. >>> >>> On Fri, Nov 5, 2010 at 4:43 PM, Ming Fang <[email protected]> wrote: >>> >>>> >>>> Hi, >>>> >>>> Is anyone else having the error below? >>>> ERROR: Error starting >>>> mvn:org.apache.aries.blueprint/org.apache.aries.blueprint/0.3-incubating-SNAPSHOT >>>> (org.osgi.framework.BundleException: Unresolved constraint in bundle >>>> org.apache.aries.blueprint [7]: Unable to resolve 7.0: missing requirement >>>> [7.0] package; (package=org.eclipse.osgi.framework.adaptor)) >>>> org.osgi.framework.BundleException: Unresolved constraint in bundle >>>> org.apache.aries.blueprint [7]: Unable to resolve 7.0: missing requirement >>>> [7.0] package; (package=org.eclipse.osgi.framework.adaptor) >>>> at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3407) >>>> at org.apache.felix.framework.Felix.startBundle(Felix.java:1714) >>>> at >>>> org.apache.felix.framework.Felix.setActiveStartLevel(Felix.java:1143) >>>> at >>>> org.apache.felix.framework.StartLevelImpl.run(StartLevelImpl.java:264) >>>> at java.lang.Thread.run(Thread.java:680) >>>> >>>> I'm getting lots many screenfuls of these errors. >>>> I'm using rev# 1030386. >>>> >>>> Thanks, >>>> --ming >>>> >>> >>> >>> >>> -- >>> *Ioannis Canellos* >>> http://iocanel.blogspot.com >>> >> >> >> >> -- >> Cheers, >> Guillaume Nodet >> ------------------------ >> Blog: http://gnodet.blogspot.com/ >> ------------------------ >> Open Source SOA >> http://fusesource.com > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
