You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by ma...@uk.bnpparibas.com on 2008/01/25 11:00:26 UTC

3.3-SNAPSHOT STILL looking for bootstrap class?

hello all,
 before filing a JIRA i want to make sure that i am not dreaming...
i got trunk from svn, and built it yesterday...

today i tried to deploy hello-world-se sample from servicemix site, and 
when i di di got following exception

ERROR - AutoDeploymentService          - Failed to update Component: 
hello-worl
-se
javax.jbi.management.DeploymentException: 
javax.jbi.management.DeploymentExcept
on: java.lang.ClassNotFoundException: 
org.apache.servicemix.samples.helloworld.
e.MyBootstrap in classloader 
org.apache.servicemix.samples.helloworld.se.MyBoot
trap
        at 
org.apache.servicemix.jbi.framework.InstallationService.initializeIn
taller(InstallationService.java:456)
        at 
org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
onent(InstallationService.java:429)
        at 
org.apache.servicemix.jbi.framework.InstallationService.doInstallArc
ive(InstallationService.java:380)
        at 
org.apache.servicemix.jbi.framework.InstallationService.install(Inst
llationService.java:306)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
nent(AutoDeploymentService.java:289)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
ve(AutoDeploymentService.java:249)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
ctory(AutoDeploymentService.java:647)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
AutoDeploymentService.java:60)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
eploymentService.java:611)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: javax.jbi.management.DeploymentException: 
java.lang.ClassNotFoundExc
ption: org.apache.servicemix.samples.helloworld.se.MyBootstrap in 
classloader o
g.apache.servicemix.samples.helloworld.se.MyBootstrap
        at 
org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
p(InstallerMBeanImpl.java:127)
        at 
org.apache.servicemix.jbi.framework.InstallerMBeanImpl.<init>(Instal
erMBeanImpl.java:68)
        at 
org.apache.servicemix.jbi.framework.InstallationService.initializeIn
taller(InstallationService.java:447)
        ... 10 more
Caused by: java.lang.ClassNotFoundException: 
org.apache.servicemix.samples.hell
world.se.MyBootstrap in classloader 
org.apache.servicemix.samples.helloworld.se
MyBootstrap
        at 
org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiP
rentClassLoader.java:206)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at 
org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
p(InstallerMBeanImpl.java:120)
        ... 12 more
WARN  - AutoDeploymentService          - Directory: hotdeploy: Automatic 
instal
 of 
C:\apache-servicemix-3.3-SNAPSHOT\hotdeploy\hello-world-se-1.0-SNAPSHOT-ins
aller.zip failed
javax.jbi.management.DeploymentException: Failed to update Component: 
hello-wor
d-se
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
nent(AutoDeploymentService.java:300)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
ve(AutoDeploymentService.java:249)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
ctory(AutoDeploymentService.java:647)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
AutoDeploymentService.java:60)
        at 
org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
eploymentService.java:611)
        at java.util.TimerThread.mainLoop(Timer.java:512)
        at java.util.TimerThread.run(Timer.java:462)
Caused by: javax.jbi.management.DeploymentException: 
javax.jbi.management.Deplo
mentException: java.lang.ClassNotFoundException: 
org.apache.servicemix.samples.
elloworld.se.MyBootstrap in classloader 
org.apache.servicemix.samples.helloworl
..se.MyBootstrap
        at 
org.apache.servicemix.jbi.framework.InstallationService.initializeIn
taller(InstallationService.java:456)
        at 
org.apache.servicemix.jbi.framework.InstallationService.doInstallCom


now i know Bruce has fixed it for 3,2.1... mayb changes haven't been 
rolled over to 3.3?

regards
 marco




This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: 3.3-SNAPSHOT STILL looking for bootstrap class?

Posted by ma...@uk.bnpparibas.com.
Hello,
        apologies... yes i was actually creating archetype with 
-Dversion=3.2.1
when i reverted to 3.3-snapshot it worked just fine

thanks and regards
 marco
 



Internet
gnodet@gmail.com

25/01/2008 10:12
Please respond to
users@servicemix.apache.org


To
users
cc

Subject
Re: 3.3-SNAPSHOT STILL looking for bootstrap class?






Btw, this has been fixed in trunk two months ago:
   http://svn.apache.org/viewvc?view=rev&revision=599587

On Jan 25, 2008 11:04 AM, Guillaume Nodet <gn...@gmail.com> wrote:

> The problem is not in the servicemix container, but in the example 
afaik.
> So if you have build your archetypes using 3.3.-SNAPSHOT, then this
> would be a bug, but if you build those using an older version, even if 
you
> deploy them on 3.3, it won't fix the problem.
>
>
> On Jan 25, 2008 11:00 AM, <ma...@uk.bnpparibas.com> wrote:
>
> > hello all,
> >  before filing a JIRA i want to make sure that i am not dreaming...
> > i got trunk from svn, and built it yesterday...
> >
> > today i tried to deploy hello-world-se sample from servicemix site, 
and
> > when i di di got following exception
> >
> > ERROR - AutoDeploymentService          - Failed to update Component:
> > hello-worl
> > -se
> > javax.jbi.management.DeploymentException:
> > javax.jbi.management.DeploymentExcept
> > on: java.lang.ClassNotFoundException:
> > org.apache.servicemix.samples.helloworld.
> > e.MyBootstrap in classloader
> > org.apache.servicemix.samples.helloworld.se.MyBoot
> > trap
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> > taller(InstallationService.java:456)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
> > onent(InstallationService.java:429)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.doInstallArc
> > ive(InstallationService.java:380)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.install(Inst
> > llationService.java:306)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
> > nent(AutoDeploymentService.java:289)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
> > ve(AutoDeploymentService.java:249)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
> > ctory(AutoDeploymentService.java:647)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
> > AutoDeploymentService.java:60)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
> > eploymentService.java:611)
> >        at java.util.TimerThread.mainLoop(Timer.java:512)
> >        at java.util.TimerThread.run(Timer.java:462)
> > Caused by: javax.jbi.management.DeploymentException:
> > java.lang.ClassNotFoundExc
> > ption: org.apache.servicemix.samples.helloworld.se.MyBootstrap in
> > classloader o
> > g.apache.servicemix.samples.helloworld.se.MyBootstrap
> >        at
> > org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
> > p(InstallerMBeanImpl.java:127)
> >        at
> > org.apache.servicemix.jbi.framework.InstallerMBeanImpl.<init>(Instal
> > erMBeanImpl.java:68)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> > taller(InstallationService.java:447)
> >        ... 10 more
> > Caused by: java.lang.ClassNotFoundException:
> > org.apache.servicemix.samples.hell
> > world.se.MyBootstrap in classloader
> > org.apache.servicemix.samples.helloworld.se
> > MyBootstrap
> >        at
> > org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiP
> > rentClassLoader.java:206)
> >        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> >        at
> > org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
> > p(InstallerMBeanImpl.java:120)
> >        ... 12 more
> > WARN  - AutoDeploymentService          - Directory: hotdeploy: 
Automatic
> > instal
> >  of
> > C:\apache-
> > servicemix-3.3-SNAPSHOT\hotdeploy\hello-world-se-1.0-SNAPSHOT-ins
> > aller.zip failed
> > javax.jbi.management.DeploymentException: Failed to update Component:
> > hello-wor
> > d-se
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
> > nent(AutoDeploymentService.java:300)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
> > ve(AutoDeploymentService.java:249)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
> > ctory(AutoDeploymentService.java:647)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
> > AutoDeploymentService.java:60)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
> > eploymentService.java:611)
> >        at java.util.TimerThread.mainLoop(Timer.java:512)
> >        at java.util.TimerThread.run(Timer.java:462)
> > Caused by: javax.jbi.management.DeploymentException:
> > javax.jbi.management.Deplo
> > mentException: java.lang.ClassNotFoundException:
> > org.apache.servicemix.samples.
> > elloworld.se.MyBootstrap in classloader
> > org.apache.servicemix.samples.helloworl
> > ..se.MyBootstrap
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> > taller(InstallationService.java:456)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
> >
> >
> > now i know Bruce has fixed it for 3,2.1... mayb changes haven't been
> > rolled over to 3.3?
> >
> > regards
> >  marco
> >
> >
> >
> >
> > This communication is confidential, may be privileged and is meant 
only
> > for the intended recipient.  If you are
> > not the intended recipient, please notify the sender by reply and 
delete
> > this message from your system.  Any
> > unauthorised dissemination, distribution or copying hereof is
> > prohibited.
> >
> > BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK
> > Limited, BNP Paribas UK Limited,
> > BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited
> > are authorised and regulated by
> > the Financial Services Authority.
> >
> > BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private
> > Bank are authorised by the CECEI
> > and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services
> > London Branch and BNP Paribas
> > Private Bank London Branch are regulated by the Financial Services
> > Authority for the conduct of their UK
> > business.  BNP Paribas Securities Services London Branch is also a
> > member of the London Stock Exchange.
> >
> >
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/




-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/



This communication is confidential, may be privileged and is meant only for the intended recipient.  If you are 
not the intended recipient, please notify the sender by reply and delete this message from your system.  Any 
unauthorised dissemination, distribution or copying hereof is prohibited.

BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK Limited, BNP Paribas UK Limited, 
BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are authorised and regulated by 
the Financial Services Authority.

BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank are authorised by the CECEI 
and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services London Branch and BNP Paribas 
Private Bank London Branch are regulated by the Financial Services Authority for the conduct of their UK 
business.  BNP Paribas Securities Services London Branch is also a member of the London Stock Exchange.


Re: 3.3-SNAPSHOT STILL looking for bootstrap class?

Posted by Guillaume Nodet <gn...@gmail.com>.
Btw, this has been fixed in trunk two months ago:
   http://svn.apache.org/viewvc?view=rev&revision=599587

On Jan 25, 2008 11:04 AM, Guillaume Nodet <gn...@gmail.com> wrote:

> The problem is not in the servicemix container, but in the example afaik.
> So if you have build your archetypes using 3.3.-SNAPSHOT, then this
> would be a bug, but if you build those using an older version, even if you
> deploy them on 3.3, it won't fix the problem.
>
>
> On Jan 25, 2008 11:00 AM, <ma...@uk.bnpparibas.com> wrote:
>
> > hello all,
> >  before filing a JIRA i want to make sure that i am not dreaming...
> > i got trunk from svn, and built it yesterday...
> >
> > today i tried to deploy hello-world-se sample from servicemix site, and
> > when i di di got following exception
> >
> > ERROR - AutoDeploymentService          - Failed to update Component:
> > hello-worl
> > -se
> > javax.jbi.management.DeploymentException:
> > javax.jbi.management.DeploymentExcept
> > on: java.lang.ClassNotFoundException:
> > org.apache.servicemix.samples.helloworld.
> > e.MyBootstrap in classloader
> > org.apache.servicemix.samples.helloworld.se.MyBoot
> > trap
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> > taller(InstallationService.java:456)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
> > onent(InstallationService.java:429)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.doInstallArc
> > ive(InstallationService.java:380)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.install(Inst
> > llationService.java:306)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
> > nent(AutoDeploymentService.java:289)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
> > ve(AutoDeploymentService.java:249)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
> > ctory(AutoDeploymentService.java:647)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
> > AutoDeploymentService.java:60)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
> > eploymentService.java:611)
> >        at java.util.TimerThread.mainLoop(Timer.java:512)
> >        at java.util.TimerThread.run(Timer.java:462)
> > Caused by: javax.jbi.management.DeploymentException:
> > java.lang.ClassNotFoundExc
> > ption: org.apache.servicemix.samples.helloworld.se.MyBootstrap in
> > classloader o
> > g.apache.servicemix.samples.helloworld.se.MyBootstrap
> >        at
> > org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
> > p(InstallerMBeanImpl.java:127)
> >        at
> > org.apache.servicemix.jbi.framework.InstallerMBeanImpl.<init>(Instal
> > erMBeanImpl.java:68)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> > taller(InstallationService.java:447)
> >        ... 10 more
> > Caused by: java.lang.ClassNotFoundException:
> > org.apache.servicemix.samples.hell
> > world.se.MyBootstrap in classloader
> > org.apache.servicemix.samples.helloworld.se
> > MyBootstrap
> >        at
> > org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiP
> > rentClassLoader.java:206)
> >        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> >        at
> > org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
> > p(InstallerMBeanImpl.java:120)
> >        ... 12 more
> > WARN  - AutoDeploymentService          - Directory: hotdeploy: Automatic
> > instal
> >  of
> > C:\apache-
> > servicemix-3.3-SNAPSHOT\hotdeploy\hello-world-se-1.0-SNAPSHOT-ins
> > aller.zip failed
> > javax.jbi.management.DeploymentException: Failed to update Component:
> > hello-wor
> > d-se
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
> > nent(AutoDeploymentService.java:300)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
> > ve(AutoDeploymentService.java:249)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
> > ctory(AutoDeploymentService.java:647)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
> > AutoDeploymentService.java:60)
> >        at
> > org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
> > eploymentService.java:611)
> >        at java.util.TimerThread.mainLoop(Timer.java:512)
> >        at java.util.TimerThread.run(Timer.java:462)
> > Caused by: javax.jbi.management.DeploymentException:
> > javax.jbi.management.Deplo
> > mentException: java.lang.ClassNotFoundException:
> > org.apache.servicemix.samples.
> > elloworld.se.MyBootstrap in classloader
> > org.apache.servicemix.samples.helloworl
> > ..se.MyBootstrap
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> > taller(InstallationService.java:456)
> >        at
> > org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
> >
> >
> > now i know Bruce has fixed it for 3,2.1... mayb changes haven't been
> > rolled over to 3.3?
> >
> > regards
> >  marco
> >
> >
> >
> >
> > This communication is confidential, may be privileged and is meant only
> > for the intended recipient.  If you are
> > not the intended recipient, please notify the sender by reply and delete
> > this message from your system.  Any
> > unauthorised dissemination, distribution or copying hereof is
> > prohibited.
> >
> > BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK
> > Limited, BNP Paribas UK Limited,
> > BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited
> > are authorised and regulated by
> > the Financial Services Authority.
> >
> > BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private
> > Bank are authorised by the CECEI
> > and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services
> > London Branch and BNP Paribas
> > Private Bank London Branch are regulated by the Financial Services
> > Authority for the conduct of their UK
> > business.  BNP Paribas Securities Services London Branch is also a
> > member of the London Stock Exchange.
> >
> >
>
>
> --
> Cheers,
> Guillaume Nodet
> ------------------------
> Blog: http://gnodet.blogspot.com/




-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/

Re: 3.3-SNAPSHOT STILL looking for bootstrap class?

Posted by Guillaume Nodet <gn...@gmail.com>.
The problem is not in the servicemix container, but in the example afaik.
So if you have build your archetypes using 3.3.-SNAPSHOT, then this
would be a bug, but if you build those using an older version, even if you
deploy them on 3.3, it won't fix the problem.

On Jan 25, 2008 11:00 AM, <ma...@uk.bnpparibas.com> wrote:

> hello all,
>  before filing a JIRA i want to make sure that i am not dreaming...
> i got trunk from svn, and built it yesterday...
>
> today i tried to deploy hello-world-se sample from servicemix site, and
> when i di di got following exception
>
> ERROR - AutoDeploymentService          - Failed to update Component:
> hello-worl
> -se
> javax.jbi.management.DeploymentException:
> javax.jbi.management.DeploymentExcept
> on: java.lang.ClassNotFoundException:
> org.apache.servicemix.samples.helloworld.
> e.MyBootstrap in classloader
> org.apache.servicemix.samples.helloworld.se.MyBoot
> trap
>        at
> org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> taller(InstallationService.java:456)
>        at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
> onent(InstallationService.java:429)
>        at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallArc
> ive(InstallationService.java:380)
>        at
> org.apache.servicemix.jbi.framework.InstallationService.install(Inst
> llationService.java:306)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
> nent(AutoDeploymentService.java:289)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
> ve(AutoDeploymentService.java:249)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
> ctory(AutoDeploymentService.java:647)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
> AutoDeploymentService.java:60)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
> eploymentService.java:611)
>        at java.util.TimerThread.mainLoop(Timer.java:512)
>        at java.util.TimerThread.run(Timer.java:462)
> Caused by: javax.jbi.management.DeploymentException:
> java.lang.ClassNotFoundExc
> ption: org.apache.servicemix.samples.helloworld.se.MyBootstrap in
> classloader o
> g.apache.servicemix.samples.helloworld.se.MyBootstrap
>        at
> org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
> p(InstallerMBeanImpl.java:127)
>        at
> org.apache.servicemix.jbi.framework.InstallerMBeanImpl.<init>(Instal
> erMBeanImpl.java:68)
>        at
> org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> taller(InstallationService.java:447)
>        ... 10 more
> Caused by: java.lang.ClassNotFoundException:
> org.apache.servicemix.samples.hell
> world.se.MyBootstrap in classloader
> org.apache.servicemix.samples.helloworld.se
> MyBootstrap
>        at
> org.apache.xbean.classloader.MultiParentClassLoader.loadClass(MultiP
> rentClassLoader.java:206)
>        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
>        at
> org.apache.servicemix.jbi.framework.InstallerMBeanImpl.createBootstr
> p(InstallerMBeanImpl.java:120)
>        ... 12 more
> WARN  - AutoDeploymentService          - Directory: hotdeploy: Automatic
> instal
>  of
> C:\apache-
> servicemix-3.3-SNAPSHOT\hotdeploy\hello-world-se-1.0-SNAPSHOT-ins
> aller.zip failed
> javax.jbi.management.DeploymentException: Failed to update Component:
> hello-wor
> d-se
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateComp
> nent(AutoDeploymentService.java:300)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArch
> ve(AutoDeploymentService.java:249)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.monitorDir
> ctory(AutoDeploymentService.java:647)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.access$800
> AutoDeploymentService.java:60)
>        at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$1.run(Auto
> eploymentService.java:611)
>        at java.util.TimerThread.mainLoop(Timer.java:512)
>        at java.util.TimerThread.run(Timer.java:462)
> Caused by: javax.jbi.management.DeploymentException:
> javax.jbi.management.Deplo
> mentException: java.lang.ClassNotFoundException:
> org.apache.servicemix.samples.
> elloworld.se.MyBootstrap in classloader
> org.apache.servicemix.samples.helloworl
> ..se.MyBootstrap
>        at
> org.apache.servicemix.jbi.framework.InstallationService.initializeIn
> taller(InstallationService.java:456)
>        at
> org.apache.servicemix.jbi.framework.InstallationService.doInstallCom
>
>
> now i know Bruce has fixed it for 3,2.1... mayb changes haven't been
> rolled over to 3.3?
>
> regards
>  marco
>
>
>
>
> This communication is confidential, may be privileged and is meant only
> for the intended recipient.  If you are
> not the intended recipient, please notify the sender by reply and delete
> this message from your system.  Any
> unauthorised dissemination, distribution or copying hereof is prohibited.
>
> BNP Paribas Fund Services UK Limited, BNP Paribas Trust Corporation UK
> Limited, BNP Paribas UK Limited,
> BNP Paribas Commodity Futures Ltd and Investment Fund Services Limited are
> authorised and regulated by
> the Financial Services Authority.
>
> BNP Paribas, BNP Paribas Securities Services and BNP Paribas Private Bank
> are authorised by the CECEI
> and AMF.  BNP Paribas London Branch, BNP Paribas Securities Services
> London Branch and BNP Paribas
> Private Bank London Branch are regulated by the Financial Services
> Authority for the conduct of their UK
> business.  BNP Paribas Securities Services London Branch is also a member
> of the London Stock Exchange.
>
>


-- 
Cheers,
Guillaume Nodet
------------------------
Blog: http://gnodet.blogspot.com/