My bundle require: org.osgi.service.event)(version>=1.2.0)(!(version>=2.0.0))) I add the following in jre.properties: .... org.xml.sax.helpers,\ org.osgi.service.event;version="1.2.0"
the resolution issue resolved, but I got: java.lang.NoClassDefFoundError: org/osgi/service/event/EventAdmin -----Original Message----- From: Jean-Baptiste Onofré [mailto:[email protected]] Sent: Tuesday, December 04, 2012 4:01 PM To: [email protected] Subject: Re: Boot feature ... not found Hi, It seems that it doesn't find any boot features. Anyway, you don't have to install org.osgi.compendium bundle, it's already provided by Karaf. If you have some issues with missing package, it may require to update the etc/jre.properties file. Regards JB On 12/04/2012 03:40 AM, Guofeng Zhang wrote: > Hi, > > I use the last Karaf-3.0.0-SNAPSHOT. these days I found when I restart > karaf, it report "Boot feature ... not found". I think it might be I > use compendium service, so I did the following and reproduced it. > > How to solve it? > > Get the zipped file, unzip to a directory, launch it. then run the command: > > karaf@root()> bundle:install mvn:org.osgi/org.osgi.compendium/4.3.0 > > Type Ctrl-D to exit. then using karaf/bin to re-launch it again. you > will get the following on the console: > [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature region not found [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature kar not found [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature standard not found [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature package not found [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature config not found [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature management not found [Thread-3] ERROR > org.apache.karaf.features.internal.BootFeaturesInstaller - Error Boot > feature ssh not found > > (NOTE: I posted this to the web forum but not get any reply, I thought > this might be the web forum is not active, so post it to the list again). > > > Thanks. > -- Jean-Baptiste Onofré [email protected] http://blog.nanthrax.net Talend - http://www.talend.com
