Re: RE: RE: Pb. while deploying bundles, and fragment bundles in Jonas 5.2RC1.
Florent BENOIT <[email protected]> Fri, 26 Aug 2011 15:29:05 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hi, > I checked (twice), and I also checked that the same .jar are used. > It is the same order, and the same jars. You should add in the deployment plan "jclouds OpenStack Components Core = " after its dependencies All "Resolved" bundles may be added after the active one >Is there a way to install sequentially the bundles (additionally, instal= ling a bundle only when the previous one is installed) ? >(and then to start them sequentially ?) No, each bundle is installed (and started) in the order of the deployment= plan for now. The start operation is not done at the end of the install step > Is "Bundle-Version: 0" allowed in the Manifest of bundles deployed in = Jonas ? Yes > Is ";version=3D"[1.3,2)" allowed in Manifest file, e.g. Import-Package= : com.google.inject;version=3D"[1.3,2)" ? Yes, it means thay it can accept all versions from 1.3.0 to 2.0.0 exclude= d > Who do the package resolution when using a deployment plan ? Jonas makes its own ? Jonas uses Felix's one ? It is doing : install the bundle and start it if specified as started Regards, Florent On 08/26/2011 03:16 PM, [email protected] wrote: > I checked (twice), and I also checked that the same .jar are used. > It is the same order, and the same jars. > > Is there a way to install sequentially the bundles (additionally, insta= lling a bundle only when the previous one is installed) ? > (and then to start them sequentially ?) > > I think this way will fix the pb. but I don't to know if it is possible= to specify this. > > > On Apache Felix 3.0.9 I obtain: > 7|Active | 1|jsr305-1.3.9 (0.0.0) > 8|Resolved | 1|jclouds compute core (1.1.0.SNAPSHOT) > 9|Resolved | 1|guice-assistedinject (3.0.0) > 10|Active | 1|jclouds OpenStack Components Core (1.1.0.SNAPS= HOT) > 11|Active | 1|swank-clojure-1.2.1 (0.0.0) > 12|Active | 1|cglib-nodep-2.1_3 (0.0.0) > 13|Active | 1|clojure-1.2.0 (0.0.0) > 14|Active | 1|snakeyaml-1.6 (0.0.0) > 15|Active | 1|guava-r09 (0.0.0) > 16|Active | 1|Gson (1.7.0) > 17|Active | 1|guice (3.0.0) > 18|Active | 1|Apache Commons IO Bundle (1.4.0) > 19|Active | 1|jsr250-api-1.0 (0.0.0) > 20|Active | 1|jcloud nova api (1.1.0.SNAPSHOT) > 21|Active | 1|jsch-0.1.44-1 (0.0.0) > 22|Active | 1|oauth-20100527 (0.0.0) > 23|Active | 1|jersey-core (1.6.0) > 24|Active | 1|java-xmlbuilder-0.3 (0.0.0) > 25|Active | 1|clojure-contrib-1.2.0 (0.0.0) > 26|Active | 1|junit-3.8.1 (0.0.0) > 27|Active | 1|easymockclassextension-2.4 (0.0.0) > 28|Active | 1|easymock-2.4 (0.0.0) > 29|Active | 1|jclouds jsch ssh client (1.1.0.SNAPSHOT) > 30|Active | 1|javax.inject-1 (0.0.0) > 31|Active | 1|bsh-2.0b4 (0.0.0) > 32|Active | 1|jclouds script builder (1.1.0.SNAPSHOT) > 33|Active | 1|jclouds Components Core (1.1.0.SNAPSHOT) > 34|Active | 1|aopalliance-1.0 (0.0.0) > > On Jonas 5.2RC1, with the deployment plan, I obtain: > [ 146] [Active ] [ 1] jsr305-1.3.9 (0) > [ 147] [Resolved ] [ 1] jclouds compute core (1.1.0.SNAPSHOT) > [ 148] [Resolved ] [ 1] guice-assistedinject (3.0.0) > [ 149] [Installed ] [ 1] jclouds OpenStack Components Core (1.1.0.S= NAPSHOT) > [ 150] [Active ] [ 1] swank-clojure-1.2.1 (0) > [ 151] [Active ] [ 1] cglib-nodep-2.1_3 (0) > [ 152] [Active ] [ 1] clojure-1.2.0 (0) > [ 153] [Active ] [ 1] snakeyaml-1.6 (0) > [ 154] [Active ] [ 1] guava-r09 (0) > [ 155] [Active ] [ 1] Gson (1.7) > [ 156] [Resolved ] [ 1] guice (3.0.0) > [ 157] [Active ] [ 1] Apache Commons IO Bundle (1.4) > [ 158] [Active ] [ 1] jsr250-api-1.0 (0) > [ 159] [Installed ] [ 1] jcloud nova api (1.1.0.SNAPSHOT) > [ 160] [Active ] [ 1] jsch-0.1.44-1 (0) > [ 161] [Active ] [ 1] oauth-20100527 (0) > [ 162] [Active ] [ 1] jersey-core (1.6) > [ 163] [Active ] [ 1] java-xmlbuilder-0.3 (0) > [ 164] [Active ] [ 1] clojure-contrib-1.2.0 (0) > [ 165] [Active ] [ 1] junit-3.8.1 (0) > [ 166] [Active ] [ 1] easymockclassextension-2.4 (0) > [ 167] [Active ] [ 1] easymock-2.4 (0) > [ 168] [Installed ] [ 1] jclouds jsch ssh client (1.1.0.SNAPSHOT) > [ 169] [Active ] [ 1] javax.inject-1 (0) > [ 170] [Active ] [ 1] bsh-2.0b4 (0) > [ 171] [Resolved ] [ 1] jclouds script builder (1.1.0.SNAPSHOT) > [ 172] [Active ] [ 1] jclouds Components Core (1.1.0.SNAPSHOT) > [ 173] [Active ] [ 1] aopalliance-1.0 (0) > > If I then start manually 149, 156, 159, 168, 171. It runs well :-| > > Is "Bundle-Version: 0" allowed in the Manifest of bundles deployed in J= onas ? > Is ";version=3D"[1.3,2)" allowed in Manifest file, e.g. Import-Package:= com.google.inject;version=3D"[1.3,2)" ? > > Who do the package resolution when using a deployment plan ? > Jonas makes its own ? > Jonas uses Felix's one ? > > (Unfortunately, I can't put all these classes in the same bundle... :-(= ). > > > Thanks, > Regard, > > Antonin. > > > >> -----Message d'origine----- >> De : Florent BENOIT [mailto:[email protected]] >> Envoy=E9 : vendredi 26 ao=FBt 2011 14:49 >> =C0 : [email protected] >> Cc : CHAZALET Antonin NRS >> Objet : Re: [jonas] RE: Pb. while deploying bundles, and fragment bund= les in >> Jonas 5.2RC1. >> >> Hi, >> >> Maybe you have to review the order of your bundles in the deployment p= lan. >> So that resources required by a bundle are started before the deployme= nt >> of the bundle. >> >> Regards, >> >> Florent >> >> >> On 08/26/2011 02:29 PM, [email protected] wrote: >>> Thanks, adding start=3D"false" to the deployment plan solved the pb. = for the >> two fragment bundles :-) >>> Nevertheless, I still get the following packages dependencies pb, and= this >> pb doesn't occur when manually deploying bundles one by one :-| >>> Is there any more tuning I can do ? >>> >>> May be something like "wait until the previous bundle is in the start= ed >> state", a sequential start, or installing all the bundles and then sta= rting >> them all ? >>> >>> Thanks, >>> Regards, >>> >>> Antonin. >>> >>> >>> 2011-08-26 14:19:06,064 : OSGiDeployer.doDeploy : Cannot start the bu= ndle >> 'OSGiDeployableImpl[archiv >>> e=3DC:\jzbv7415\jonas\repositories\url-internal\openstack-common-1.1.= 0- >> SNAPSHOT.jar]'. >>> org.osgi.framework.BundleException: Unresolved constraint in bundle >> openstack-common [149]: Unable t >>> o resolve 149.0: missing requirement [149.0] package; >> (package=3Dcom.google.common.base) >>> at org.apache.felix.framework.Felix.resolveBundle(Felix.jav= a:3446) >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:= 1734) >>> at org.apache.felix.framework.BundleImpl.start(BundleImpl.j= ava:918) >>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >> ) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >> ) >>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >> mentPlanDep >>> loyer.java:375) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >> ploymentPla >>> nDeployer.java:260) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >> ployer.java >>> :152) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >> Monitor.jav >>> a:490) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >> onitor.java >>> :306) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >> 16) >>> 2011-08-26 14:19:06,189 : OSGiDeployer.doDeploy : Cannot start the bu= ndle >> 'OSGiDeployableImpl[archiv >>> e=3DC:\jzbv7415\jonas\repositories\url-internal\guice-3.0.jar]'. >>> org.osgi.framework.BundleException: Unresolved constraint in bundle >> com.google.inject [156]: Unable >>> to resolve 156.0: missing requirement [156.0] package; >> (package=3Djavax.inject) >>> at org.apache.felix.framework.Felix.resolveBundle(Felix.jav= a:3446) >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:= 1734) >>> at org.apache.felix.framework.BundleImpl.start(BundleImpl.j= ava:918) >>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >> ) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >> ) >>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >> mentPlanDep >>> loyer.java:375) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >> ploymentPla >>> nDeployer.java:260) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >> ployer.java >>> :152) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >> Monitor.jav >>> a:490) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >> onitor.java >>> :306) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >> 16) >>> 2011-08-26 14:19:06,235 : OSGiDeployer.doDeploy : Cannot start the bu= ndle >> 'OSGiDeployableImpl[archiv >>> e=3DC:\jzbv7415\jonas\repositories\url-internal\nova-1.1.0-SNAPSHOT.j= ar]'. >>> org.osgi.framework.BundleException: Unresolved constraint in bundle n= ova >> [159]: Unable to resolve 15 >>> 9.0: missing requirement [159.0] package; >> (package=3Dorg.jclouds.compute.internal) >>> at org.apache.felix.framework.Felix.resolveBundle(Felix.jav= a:3446) >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:= 1734) >>> at org.apache.felix.framework.BundleImpl.start(BundleImpl.j= ava:918) >>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >> ) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >> ) >>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >> mentPlanDep >>> loyer.java:375) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >> ploymentPla >>> nDeployer.java:260) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >> ployer.java >>> :152) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >> Monitor.jav >>> a:490) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >> onitor.java >>> :306) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >> 16) >>> 2011-08-26 14:19:06,501 : OSGiDeployer.doDeploy : Cannot start the bu= ndle >> 'OSGiDeployableImpl[archiv >>> e=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-jsch-1.1.0- >> SNAPSHOT.jar]'. >>> org.osgi.framework.BundleException: Unresolved constraint in bundle j= clouds- >> jsch [168]: Unable to re >>> solve 168.0: missing requirement [168.0] package; >> (&(package=3Dcom.google.inject)(version>=3D1.3.0)(!(ve >>> rsion>=3D2.0.0))) [caused by: Unable to resolve 156.0: missing requir= ement >> [156.0] package; (package=3Dj >>> avax.inject)] >>> at org.apache.felix.framework.Felix.resolveBundle(Felix.jav= a:3446) >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:= 1734) >>> at org.apache.felix.framework.BundleImpl.start(BundleImpl.j= ava:918) >>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >> ) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >> ) >>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >> mentPlanDep >>> loyer.java:375) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >> ploymentPla >>> nDeployer.java:260) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >> ployer.java >>> :152) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >> Monitor.jav >>> a:490) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >> onitor.java >>> :306) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >> 16) >>> 2011-08-26 14:19:06,548 : OSGiDeployer.doDeploy : Cannot start the bu= ndle >> 'OSGiDeployableImpl[archiv >>> e=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-scriptbuilder= -1.1.0- >> SNAPSHOT.jar]'. >>> org.osgi.framework.BundleException: Unresolved constraint in bundle j= clouds- >> scriptbuilder [171]: Una >>> ble to resolve 171.0: missing requirement [171.0] package; >> (&(package=3Dorg.jclouds.crypto)(version>=3D1 >>> .1.0.SNAPSHOT)) >>> at org.apache.felix.framework.Felix.resolveBundle(Felix.jav= a:3446) >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:= 1734) >>> at org.apache.felix.framework.BundleImpl.start(BundleImpl.j= ava:918) >>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >> ) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >> ) >>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >> mentPlanDep >>> loyer.java:375) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >> ploymentPla >>> nDeployer.java:260) >>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >> ployer.java >>> :152) >>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >> va:129) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >> Monitor.jav >>> a:490) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >> onitor.java >>> :306) >>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >> 16) >>> >>>> -----Message d'origine----- >>>> De : Florent BENOIT [mailto:[email protected]] >>>> Envoy=E9 : vendredi 26 ao=FBt 2011 14:07 >>>> =C0 : [email protected] >>>> Cc : CHAZALET Antonin NRS >>>> Objet : Re: [jonas] Pb. while deploying bundles, and fragment bundle= s in >> Jonas >>>> 5.2RC1. >>>> >>>> Hi, >>>> >>>> You should use the start=3D"false" parameter for fragment bundles >>>> >>>> <deployment ............ start=3D"false" ..........> >>>> <m2:groupId>xxx</m2:groupId> >>>> <m2:artifactId>xxx</m2:artifactId> >>>> <m2:version>xxx</m2:version> >>>> <m2:type>jar</m2:type> >>>> </deployment> >>>> >>>> Regards, >>>> >>>> Florent >>>> >>>> >>>> On 08/26/2011 12:39 PM, [email protected] wrote: >>>>> Hello, >>>>> >>>>> >>>>> I have an application made of several bundles, and fragment bundles= (some >> of >>>> them are non-maven legacy code). >>>>> I can launch/run them in Felix 3.0.9, and everything runs well :-). >>>>> >>>>> I created the following deployment plan in order to deploy my appli= cation >> in >>>> Jonas. >>>>> (The deployment plan lists the bundles in the same order that I use= to >>>> install/start them in Felix 3.0.9.) >>>>> When I start Jonas, and then put the deployment plan in the deploy = folder, >> I >>>> get the following pb (see trace below). >>>>> (I assume that I can ignore the two: "Fragment bundles can not be >>>> started.".) >>>>> Once Jonas is started, I manually start (via the TUI) the bundles t= hat >>>> failed to start, and everything runs well. >>>>> I don't now how to fix that, can you help me ? >>>>> >>>>> >>>>> Thanks, >>>>> Regards, >>>>> >>>>> Antonin. >>>>> >>>>> >>>>> -> 2011-08-26 12:05:27,976 : OSGiDeployer.doDeploy : Cannot star= t the >>>> bundle 'OSGiDeployableImpl[arc >>>>> hive=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-compute-= 1.1.0- >>>> SNAPSHOT.jar]'. >>>>> org.osgi.framework.BundleException: Fragment bundles can not be sta= rted. >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1676) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >>>>> 2011-08-26 12:05:27,991 : OSGiDeployer.doDeploy : Cannot start the = bundle >>>> 'OSGiDeployableImpl[archiv >>>>> e=3DC:\jzbv7415\jonas\repositories\url-internal\guice-assistedinjec= t- >>>> 3.0.jar]'. >>>>> org.osgi.framework.BundleException: Fragment bundles can not be sta= rted. >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1676) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >>>>> 2011-08-26 12:05:28,007 : OSGiDeployer.doDeploy : Cannot start the = bundle >>>> 'OSGiDeployableImpl[archiv >>>>> e=3DC:\jzbv7415\jonas\repositories\url-internal\openstack-common-1.= 1.0- >>>> SNAPSHOT.jar]'. >>>>> org.osgi.framework.BundleException: Unresolved constraint in bundle >>>> openstack-common [149]: Unable t >>>>> o resolve 149.0: missing requirement [149.0] package; >>>> (package=3Dcom.google.common.base) >>>>> at >> org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446) >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1734) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >>>>> 2011-08-26 12:05:28,148 : OSGiDeployer.doDeploy : Cannot start the = bundle >>>> 'OSGiDeployableImpl[archiv >>>>> e=3DC:\jzbv7415\jonas\repositories\url-internal\guice-3.0.jar]'. >>>>> org.osgi.framework.BundleException: Unresolved constraint in bundle >>>> com.google.inject [156]: Unable >>>>> to resolve 156.0: missing requirement [156.0] package; >>>> (package=3Djavax.inject) >>>>> at >> org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446) >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1734) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >>>>> 2011-08-26 12:05:28,194 : OSGiDeployer.doDeploy : Cannot start the = bundle >>>> 'OSGiDeployableImpl[archiv >>>>> e=3DC:\jzbv7415\jonas\repositories\url-internal\nova-1.1.0-SNAPSHOT= .jar]'. >>>>> org.osgi.framework.BundleException: Unresolved constraint in bundle= nova >>>> [159]: Unable to resolve 15 >>>>> 9.0: missing requirement [159.0] package; >>>> (package=3Dorg.jclouds.compute.internal) >>>>> at >> org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446) >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1734) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >>>>> 2011-08-26 12:05:28,397 : OSGiDeployer.doDeploy : Cannot start the = bundle >>>> 'OSGiDeployableImpl[archiv >>>>> e=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-jsch-1.1.0- >>>> SNAPSHOT.jar]'. >>>>> org.osgi.framework.BundleException: Unresolved constraint in bundle >> jclouds- >>>> jsch [168]: Unable to re >>>>> solve 168.0: missing requirement [168.0] package; >>>> (&(package=3Dcom.google.inject)(version>=3D1.3.0)(!(ve >>>>> rsion>=3D2.0.0))) [caused by: Unable to resolve 156.0: missing requ= irement >>>> [156.0] package; (package=3Dj >>>>> avax.inject)] >>>>> at >> org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446) >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1734) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >>>>> 2011-08-26 12:05:28,444 : OSGiDeployer.doDeploy : Cannot start the = bundle >>>> 'OSGiDeployableImpl[archiv >>>>> e=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-scriptbuild= er-1.1.0- >>>> SNAPSHOT.jar]'. >>>>> org.osgi.framework.BundleException: Unresolved constraint in bundle >> jclouds- >>>> scriptbuilder [171]: Una >>>>> ble to resolve 171.0: missing requirement [171.0] package; >>>> (&(package=3Dorg.jclouds.crypto)(version>=3D1 >>>>> .1.0.SNAPSHOT)) >>>>> at >> org.apache.felix.framework.Felix.resolveBundle(Felix.java:3446) >>>>> at org.apache.felix.framework.Felix.startBundle(Felix.ja= va:1734) >>>>> at >> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918) >>>>> at >> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.ja= va:170) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:96 >>>> ) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer= .java:95 >>>> ) >>>>> at >> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.ja= va:77) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.ja= va:94) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= t(Deploy >>>> mentPlanDep >>>>> loyer.java:375) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymen= tPlan(De >>>> ploymentPla >>>>> nDeployer.java:260) >>>>> at >> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(Deployme= ntPlanDe >>>> ployer.java >>>>> :152) >>>>> at >> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerMa= nager.ja >>>> va:129) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(De= ployable >>>> Monitor.jav >>>>> a:490) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Dep= loyableM >>>> onitor.java >>>>> :306) >>>>> at >> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonito= r.java:2 >>>> 16) >> **********************************************************************= ******** >>>> ** >>>>> IMPORTANT.Les informations contenues dans ce message electronique y >> compris >>>> les fichiers attaches sont strictement confidentielles >>>>> et peuvent etre protegees par la loi. >>>>> Ce message electronique est destine exclusivement au(x) destinatair= e(s) >>>> mentionne(s) ci-dessus. >>>>> Si vous avez recu ce message par erreur ou s il ne vous est pas des= tine, >>>> veuillez immediatement le signaler a l expediteur et effacer ce mes= sage >>>>> et tous les fichiers eventuellement attaches. >>>>> Toute lecture, exploitation ou transmission des informations conten= ues >> dans >>>> ce message est interdite. >>>>> Tout message electronique est susceptible d alteration. >>>>> A ce titre, le Groupe France Telecom decline toute responsabilite >> notamment >>>> s il a ete altere, deforme ou falsifie. >>>>> De meme, il appartient au destinataire de s assurer de l absence de= tout >>>> virus. >>>>> IMPORTANT.This e-mail message and any attachments are strictly >> confidential >>>> and may be protected by law. This message is >>>>> intended only for the named recipient(s) above. >>>>> If you have received this message in error, or are not the named >>>> recipient(s), please immediately notify the sender and delete this e= -mail >>>> message. >>>>> Any unauthorized view, usage or disclosure ofthis message is prohib= ited. >>>>> Since e-mail messages may not be reliable, France Telecom Group sha= ll not >> be >>>> liable for any message if modified, changed or falsified. >>>>> Additionally the recipient should ensure they are actually virus fr= ee. >>>>> >> **********************************************************************= ******** >>>> ** >>> >> **********************************************************************= ******** >> ** >>> IMPORTANT.Les informations contenues dans ce message electronique y c= ompris >> les fichiers attaches sont strictement confidentielles >>> et peuvent etre protegees par la loi. >>> Ce message electronique est destine exclusivement au(x) destinataire(= s) >> mentionne(s) ci-dessus. >>> Si vous avez recu ce message par erreur ou s il ne vous est pas desti= ne, >> veuillez immediatement le signaler a l expediteur et effacer ce messa= ge >>> et tous les fichiers eventuellement attaches. >>> Toute lecture, exploitation ou transmission des informations contenue= s dans >> ce message est interdite. >>> Tout message electronique est susceptible d alteration. >>> A ce titre, le Groupe France Telecom decline toute responsabilite not= amment >> s il a ete altere, deforme ou falsifie. >>> De meme, il appartient au destinataire de s assurer de l absence de t= out >> virus. >>> IMPORTANT.This e-mail message and any attachments are strictly confid= ential >> and may be protected by law. This message is >>> intended only for the named recipient(s) above. >>> If you have received this message in error, or are not the named >> recipient(s), please immediately notify the sender and delete this e-m= ail >> message. >>> Any unauthorized view, usage or disclosure ofthis message is prohibit= ed. >>> Since e-mail messages may not be reliable, France Telecom Group shall= not be >> liable for any message if modified, changed or falsified. >>> Additionally the recipient should ensure they are actually virus free= . >>> >> **********************************************************************= ******** >> ** > > ***********************************************************************= ********* > IMPORTANT.Les informations contenues dans ce message electronique y com= pris les fichiers attaches sont strictement confidentielles > et peuvent etre protegees par la loi. > Ce message electronique est destine exclusivement au(x) destinataire(s)= mentionne(s) ci-dessus. > Si vous avez recu ce message par erreur ou s il ne vous est pas destine= , veuillez immediatement le signaler a l expediteur et effacer ce messag= e > et tous les fichiers eventuellement attaches. > Toute lecture, exploitation ou transmission des informations contenues = dans ce message est interdite. > Tout message electronique est susceptible d alteration. > A ce titre, le Groupe France Telecom decline toute responsabilite notam= ment s il a ete altere, deforme ou falsifie. > De meme, il appartient au destinataire de s assurer de l absence de tou= t virus. > > IMPORTANT.This e-mail message and any attachments are strictly confiden= tial and may be protected by law. This message is > intended only for the named recipient(s) above. > If you have received this message in error, or are not the named recipi= ent(s), please immediately notify the sender and delete this e-mail messa= ge. > Any unauthorized view, usage or disclosure ofthis message is prohibited= . > Since e-mail messages may not be reliable, France Telecom Group shall n= ot be liable for any message if modified, changed or falsified. > Additionally the recipient should ensure they are actually virus free. > ***********************************************************************= ********* >