RE: RE: Pb. while deploying bundles, and fragment bundles in Jonas 5.2RC1.
<[email protected]> Fri, 26 Aug 2011 15:16:32 +0200
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <11161_1314364595_4E579CB3_11161_5447_1_AFD6B5459394674D90CD2227EC14ED8B42E70CC0AD@PUEXCB2C.nanterre.francetelecom.fr> |
--_002_AFD6B5459394674D90CD2227EC14ED8B42E70CC0ADPUEXCB2Cnante_
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
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, installin=
g 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.SNAPSHOT)
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.SNAPS=
HOT)
[ 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 Jonas=
?
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 bundles=
in
> Jonas 5.2RC1.
>
> Hi,
>
> Maybe you have to review the order of your bundles in the deployment plan.
> So that resources required by a bundle are started before the deployment
> 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. fo=
r the
> two fragment bundles :-)
> >
> > Nevertheless, I still get the following packages dependencies pb, and t=
his
> 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 started
> state", a sequential start, or installing all the bundles and then starti=
ng
> them all ?
> >
> >
> > Thanks,
> > Regards,
> >
> > Antonin.
> >
> >
> > 2011-08-26 14:19:06,064 : OSGiDeployer.doDeploy : Cannot start the bund=
le
> '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:3=
446)
> > at org.apache.felix.framework.Felix.startBundle(Felix.java:173=
4)
> > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java=
:918)
> > at
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> )
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> )
> > at
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> mentPlanDep
> > loyer.java:375)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> ploymentPla
> > nDeployer.java:260)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> ployer.java
> > :152)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> Monitor.jav
> > a:490)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> onitor.java
> > :306)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> 16)
> > 2011-08-26 14:19:06,189 : OSGiDeployer.doDeploy : Cannot start the bund=
le
> '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:3=
446)
> > at org.apache.felix.framework.Felix.startBundle(Felix.java:173=
4)
> > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java=
:918)
> > at
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> )
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> )
> > at
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> mentPlanDep
> > loyer.java:375)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> ploymentPla
> > nDeployer.java:260)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> ployer.java
> > :152)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> Monitor.jav
> > a:490)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> onitor.java
> > :306)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> 16)
> > 2011-08-26 14:19:06,235 : OSGiDeployer.doDeploy : Cannot start the bund=
le
> '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:3=
446)
> > at org.apache.felix.framework.Felix.startBundle(Felix.java:173=
4)
> > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java=
:918)
> > at
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> )
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> )
> > at
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> mentPlanDep
> > loyer.java:375)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> ploymentPla
> > nDeployer.java:260)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> ployer.java
> > :152)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> Monitor.jav
> > a:490)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> onitor.java
> > :306)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> 16)
> > 2011-08-26 14:19:06,501 : OSGiDeployer.doDeploy : Cannot start the bund=
le
> 'OSGiDeployableImpl[archiv
> > e=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-jsch-1.1.0-
> SNAPSHOT.jar]'.
> > org.osgi.framework.BundleException: Unresolved constraint in bundle jcl=
ouds-
> 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 requirem=
ent
> [156.0] package; (package=3Dj
> > avax.inject)]
> > at org.apache.felix.framework.Felix.resolveBundle(Felix.java:3=
446)
> > at org.apache.felix.framework.Felix.startBundle(Felix.java:173=
4)
> > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java=
:918)
> > at
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> )
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> )
> > at
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> mentPlanDep
> > loyer.java:375)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> ploymentPla
> > nDeployer.java:260)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> ployer.java
> > :152)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> Monitor.jav
> > a:490)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> onitor.java
> > :306)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> 16)
> > 2011-08-26 14:19:06,548 : OSGiDeployer.doDeploy : Cannot start the bund=
le
> 'OSGiDeployableImpl[archiv
> > e=3DC:\jzbv7415\jonas\repositories\url-internal\jclouds-scriptbuilder-1=
.1.0-
> SNAPSHOT.jar]'.
> > org.osgi.framework.BundleException: Unresolved constraint in bundle jcl=
ouds-
> 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:3=
446)
> > at org.apache.felix.framework.Felix.startBundle(Felix.java:173=
4)
> > at org.apache.felix.framework.BundleImpl.start(BundleImpl.java=
:918)
> > at
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> )
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> )
> > at
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> > at
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> mentPlanDep
> > loyer.java:375)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> ploymentPla
> > nDeployer.java:260)
> > at
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> ployer.java
> > :152)
> > at
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> va:129)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> Monitor.jav
> > a:490)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> onitor.java
> > :306)
> > at
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava: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 bundles =
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 applica=
tion
> 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 fo=
lder,
> 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 that
> >> 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 start t=
he
> >> 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 start=
ed.
> >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:=
1676)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> >> 16)
> >>> 2011-08-26 12:05:27,991 : OSGiDeployer.doDeploy : Cannot start the bu=
ndle
> >> 'OSGiDeployableImpl[archiv
> >>> e=3DC:\jzbv7415\jonas\repositories\url-internal\guice-assistedinject-
> >> 3.0.jar]'.
> >>> org.osgi.framework.BundleException: Fragment bundles can not be start=
ed.
> >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:=
1676)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> >> 16)
> >>> 2011-08-26 12:05:28,007 : 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.java:3446)
> >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:=
1734)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> >> 16)
> >>> 2011-08-26 12:05:28,148 : 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.java:3446)
> >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:=
1734)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> >> 16)
> >>> 2011-08-26 12:05:28,194 : 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.java:3446)
> >>> at org.apache.felix.framework.Felix.startBundle(Felix.java:=
1734)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> >> 16)
> >>> 2011-08-26 12:05:28,397 : 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
> 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 requir=
ement
> >> [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.java:=
1734)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava:2
> >> 16)
> >>> 2011-08-26 12:05:28,444 : 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
> 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.java:=
1734)
> >>> at
> org.apache.felix.framework.BundleImpl.start(BundleImpl.java:918)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.osgi.OSGiDeployer.doDeploy(OSGiDeployer.java:=
170)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:96
> >> )
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer$1.execute(AbsDeployer.ja=
va:95
> >> )
> >>> at
> >>
> org.ow2.util.execution.helper.RunnableHelper.execute(RunnableHelper.java:=
77)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.AbsDeployer.deploy(AbsDeployer.java:=
94)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeployment(D=
eploy
> >> mentPlanDep
> >>> loyer.java:375)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deployDeploymentPl=
an(De
> >> ploymentPla
> >>> nDeployer.java:260)
> >>> at
> >>
> org.ow2.util.plan.deployer.impl.DeploymentPlanDeployer.deploy(DeploymentP=
lanDe
> >> ployer.java
> >>> :152)
> >>> at
> >>
> org.ow2.util.ee.deploy.impl.deployer.DeployerManager.deploy(DeployerManag=
er.ja
> >> va:129)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.detectNewArchives(Deplo=
yable
> >> Monitor.jav
> >>> a:490)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.checkNewArchives(Deploy=
ableM
> >> onitor.java
> >>> :306)
> >>> at
> >>
> org.ow2.jonas.deployablemonitor.DeployableMonitor.run(DeployableMonitor.j=
ava: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) 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 contenues
> 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 t=
out
> >> 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-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 message
> > 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 tout
> 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
> recipient(s), please immediately notify the sender and delete this e-mail
> message.
> > 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.
> >
> *************************************************************************=
*****
> **
> >
***************************************************************************=
*****
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) destinataire(s) men=
tionne(s) ci-dessus.
Si vous avez recu ce message par erreur ou s il ne vous est pas destine, ve=
uillez immediatement le signaler a l expediteur et effacer ce message=20
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 notamment=
s il a ete altere, deforme ou falsifie.
De meme, il appartient au destinataire de s assurer de l absence de tout vi=
rus.
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 prohibited.
Since e-mail messages may not be reliable, France Telecom Group shall not b=
e liable for any message if modified, changed or falsified.
Additionally the recipient should ensure they are actually virus free.
***************************************************************************=
*****
--_002_AFD6B5459394674D90CD2227EC14ED8B42E70CC0ADPUEXCB2Cnante_
Content-Type: text/xml; name="a_test_ordre_3.0.9.xml"
Content-Description: a_test_ordre_3.0.9.xml
Content-Disposition: attachment; filename="a_test_ordre_3.0.9.xml"; size=4406;
creation-date="Fri, 26 Aug 2011 10:37:03 GMT";
modification-date="Fri, 26 Aug 2011 14:18:29 GMT"
Content-Transfer-Encoding: base64
PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCEtLSBHZW5lcmF0ZWQgTW9u
IE1hciAyMSAxNTozNToxMCBDRVQgMjAxMSBieSBKT25BUy4gLS0+CjxkZXBsb3ltZW50LXBsYW4g
eG1sbnM9Imh0dHA6Ly9qb25hcy5vdzIub3JnL25zL2RlcGxveW1lbnQtcGxhbi8xLjAiCiAgeG1s
bnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSIKICB4bWxu
czptMj0iaHR0cDovL2pvbmFzLm93Mi5vcmcvbnMvZGVwbG95bWVudC1wbGFuL21hdmVuMi8xLjAi
CiAgeG1sbnM6dXJsPSJodHRwOi8vam9uYXMub3cyLm9yZy9ucy9kZXBsb3ltZW50LXBsYW4vdXJs
LzEuMCIKICB4c2k6c2NoZW1hTG9jYXRpb249Imh0dHA6Ly9qb25hcy5vdzIub3JnL25zL2RlcGxv
eW1lbnQtcGxhbi8xLjAgaHR0cDovL2pvbmFzLm93Mi5vcmcvbnMvZGVwbG95bWVudC1wbGFuLzEu
MC9kZXBsb3ltZW50LXBsYW4tMS4wLnhzZAogICAgICAgICAgICAgICAgICAgICAgaHR0cDovL2pv
bmFzLm93Mi5vcmcvbnMvZGVwbG95bWVudC1wbGFuL21hdmVuMi8xLjAgaHR0cDovL2pvbmFzLm93
Mi5vcmcvbnMvZGVwbG95bWVudC1wbGFuL21hdmVuMi1kZXBsb3ltZW50LXBsYW4tMS4wLnhzZCIK
ICBhdG9taWM9ImZhbHNlIiBpZD0iYV90ZXN0X29yZHJlXzMuMC45Ij4KCiAgPGRlcGxveW1lbnQg
aWQ9ImRlcDAxIiB4c2k6dHlwZT0idXJsOnVybC1kZXBsb3ltZW50VHlwZSI+CiAgICA8dXJsOnJl
c291cmNlPmpzcjMwNS0xLjMuOS5qYXI8L3VybDpyZXNvdXJjZT4KICA8L2RlcGxveW1lbnQ+CiAg
PGRlcGxveW1lbnQgaWQ9ImRlcDAyIiB4c2k6dHlwZT0idXJsOnVybC1kZXBsb3ltZW50VHlwZSIg
c3RhcnQ9ImZhbHNlIj4KICAgIDx1cmw6cmVzb3VyY2U+amNsb3Vkcy1jb21wdXRlLTEuMS4wLVNO
QVBTSE9ULmphcjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBp
ZD0iZGVwMDMiIHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIiBzdGFydD0iZmFsc2Ui
PgogICAgPHVybDpyZXNvdXJjZT5ndWljZS1hc3Npc3RlZGluamVjdC0zLjAuamFyPC91cmw6cmVz
b3VyY2U+CiAgPC9kZXBsb3ltZW50PgogIDxkZXBsb3ltZW50IGlkPSJkZXAwNCIgeHNpOnR5cGU9
InVybDp1cmwtZGVwbG95bWVudFR5cGUiPgogICAgPHVybDpyZXNvdXJjZT5vcGVuc3RhY2stY29t
bW9uLTEuMS4wLVNOQVBTSE9ULmphcjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8
ZGVwbG95bWVudCBpZD0iZGVwMDUiIHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4K
ICAgIDx1cmw6cmVzb3VyY2U+c3dhbmstY2xvanVyZS0xLjIuMS5qYXI8L3VybDpyZXNvdXJjZT4K
ICA8L2RlcGxveW1lbnQ+CiAgPGRlcGxveW1lbnQgaWQ9ImRlcDA2IiB4c2k6dHlwZT0idXJsOnVy
bC1kZXBsb3ltZW50VHlwZSI+CiAgICA8dXJsOnJlc291cmNlPmNnbGliLW5vZGVwLTIuMV8zLmph
cjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMDci
IHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+Y2xv
anVyZS0xLjIuMC5qYXI8L3VybDpyZXNvdXJjZT4KICA8L2RlcGxveW1lbnQ+CiAgPGRlcGxveW1l
bnQgaWQ9ImRlcDA4IiB4c2k6dHlwZT0idXJsOnVybC1kZXBsb3ltZW50VHlwZSI+CiAgICA8dXJs
OnJlc291cmNlPnNuYWtleWFtbC0xLjYuamFyPC91cmw6cmVzb3VyY2U+CiAgPC9kZXBsb3ltZW50
PgogIDxkZXBsb3ltZW50IGlkPSJkZXAwOSIgeHNpOnR5cGU9InVybDp1cmwtZGVwbG95bWVudFR5
cGUiPgogICAgPHVybDpyZXNvdXJjZT5ndWF2YS1yMDkuamFyPC91cmw6cmVzb3VyY2U+CiAgPC9k
ZXBsb3ltZW50PgogIDxkZXBsb3ltZW50IGlkPSJkZXAxMCIgeHNpOnR5cGU9InVybDp1cmwtZGVw
bG95bWVudFR5cGUiPgogICAgPHVybDpyZXNvdXJjZT5nc29uLTEuNy4xLmphcjwvdXJsOnJlc291
cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMTEiIHhzaTp0eXBlPSJ1
cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+Z3VpY2UtMy4wLmphcjwv
dXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMTIiIHhz
aTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+Y29tbW9u
cy1pby0xLjQuamFyPC91cmw6cmVzb3VyY2U+CiAgPC9kZXBsb3ltZW50PgogIDxkZXBsb3ltZW50
IGlkPSJkZXAxMyIgeHNpOnR5cGU9InVybDp1cmwtZGVwbG95bWVudFR5cGUiPgogICAgPHVybDpy
ZXNvdXJjZT5qc3IyNTAtYXBpLTEuMC5qYXI8L3VybDpyZXNvdXJjZT4KICA8L2RlcGxveW1lbnQ+
CiAgPGRlcGxveW1lbnQgaWQ9ImRlcDE0IiB4c2k6dHlwZT0idXJsOnVybC1kZXBsb3ltZW50VHlw
ZSI+CiAgICA8dXJsOnJlc291cmNlPm5vdmEtMS4xLjAtU05BUFNIT1QuamFyPC91cmw6cmVzb3Vy
Y2U+CiAgPC9kZXBsb3ltZW50PgogIDxkZXBsb3ltZW50IGlkPSJkZXAxNSIgeHNpOnR5cGU9InVy
bDp1cmwtZGVwbG95bWVudFR5cGUiPgogICAgPHVybDpyZXNvdXJjZT5qc2NoLTAuMS40NC0xLmph
cjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMTYi
IHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+b2F1
dGgtMjAxMDA1MjcuamFyPC91cmw6cmVzb3VyY2U+CiAgPC9kZXBsb3ltZW50PgogIDxkZXBsb3lt
ZW50IGlkPSJkZXAxNyIgeHNpOnR5cGU9InVybDp1cmwtZGVwbG95bWVudFR5cGUiPgogICAgPHVy
bDpyZXNvdXJjZT5qZXJzZXktY29yZS0xLjYuamFyPC91cmw6cmVzb3VyY2U+CiAgPC9kZXBsb3lt
ZW50PgogIDxkZXBsb3ltZW50IGlkPSJkZXAxOCIgeHNpOnR5cGU9InVybDp1cmwtZGVwbG95bWVu
dFR5cGUiPgogICAgPHVybDpyZXNvdXJjZT5qYXZhLXhtbGJ1aWxkZXItMC4zLmphcjwvdXJsOnJl
c291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMTkiIHhzaTp0eXBl
PSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+Y2xvanVyZS1jb250
cmliLTEuMi4wLmphcjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVu
dCBpZD0iZGVwMjAiIHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6
cmVzb3VyY2U+anVuaXQtMy44LjEuamFyPC91cmw6cmVzb3VyY2U+CiAgPC9kZXBsb3ltZW50Pgog
IDxkZXBsb3ltZW50IGlkPSJkZXAyMSIgeHNpOnR5cGU9InVybDp1cmwtZGVwbG95bWVudFR5cGUi
PgogICAgPHVybDpyZXNvdXJjZT5lYXN5bW9ja2NsYXNzZXh0ZW5zaW9uLTIuNC5qYXI8L3VybDpy
ZXNvdXJjZT4KICA8L2RlcGxveW1lbnQ+CiAgPGRlcGxveW1lbnQgaWQ9ImRlcDIyIiB4c2k6dHlw
ZT0idXJsOnVybC1kZXBsb3ltZW50VHlwZSI+CiAgICA8dXJsOnJlc291cmNlPmVhc3ltb2NrLTIu
NC5qYXI8L3VybDpyZXNvdXJjZT4KICA8L2RlcGxveW1lbnQ+CiAgPGRlcGxveW1lbnQgaWQ9ImRl
cDIzIiB4c2k6dHlwZT0idXJsOnVybC1kZXBsb3ltZW50VHlwZSI+CiAgICA8dXJsOnJlc291cmNl
PmpjbG91ZHMtanNjaC0xLjEuMC1TTkFQU0hPVC5qYXI8L3VybDpyZXNvdXJjZT4KICA8L2RlcGxv
eW1lbnQ+CiAgPGRlcGxveW1lbnQgaWQ9ImRlcDI0IiB4c2k6dHlwZT0idXJsOnVybC1kZXBsb3lt
ZW50VHlwZSI+CiAgICA8dXJsOnJlc291cmNlPmphdmF4LmluamVjdC0xLmphcjwvdXJsOnJlc291
cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMjUiIHhzaTp0eXBlPSJ1
cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+YnNoLTIuMGI0Lmphcjwv
dXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMjYiIHhz
aTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+amNsb3Vk
cy1zY3JpcHRidWlsZGVyLTEuMS4wLVNOQVBTSE9ULmphcjwvdXJsOnJlc291cmNlPgogIDwvZGVw
bG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVwMjciIHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxv
eW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+amNsb3Vkcy1jb3JlLTEuMS4wLVNOQVBTSE9U
LmphcjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KICA8ZGVwbG95bWVudCBpZD0iZGVw
MjgiIHhzaTp0eXBlPSJ1cmw6dXJsLWRlcGxveW1lbnRUeXBlIj4KICAgIDx1cmw6cmVzb3VyY2U+
YW9wYWxsaWFuY2UtMS4wLmphcjwvdXJsOnJlc291cmNlPgogIDwvZGVwbG95bWVudD4KCiAgCjwv
ZGVwbG95bWVudC1wbGFuPgo=
--_002_AFD6B5459394674D90CD2227EC14ED8B42E70CC0ADPUEXCB2Cnante_--