RE: AgentHandler Classloading Issue

2012-10-02 Thread Edison Su
You can take a look at: buid/package.xml -> package-oss-systemvm, > -Original Message- > From: John Burwell [mailto:jburw...@basho.com] > Sent: Tuesday, October 02, 2012 4:03 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: AgentHandler Classloading Issue &

Re: AgentHandler Classloading Issue

2012-10-02 Thread John Burwell
> Do you have log message for this NoClassDefFound exception? >> >>> -Original Message- >>> From: John Burwell [mailto:jburw...@basho.com] >>> Sent: Tuesday, October 02, 2012 1:35 PM >>> To: cloudstack-dev@incubator.apache.org >>> Sub

RE: AgentHandler Classloading Issue

2012-10-02 Thread Edison Su
gt; Subject: Re: AgentHandler Classloading Issue > > Edison, > > The following is the stack track from the log: > > 2012-10-02 14:47:59,663 ERROR [cloud.template.S3SyncTask] (s3-template- > sync-1:null) Failed to sync S3 objects due to the following error: > Failed to upload

Re: AgentHandler Classloading Issue

2012-10-02 Thread John Burwell
PM >> To: cloudstack-dev@incubator.apache.org >> Subject: AgentHandler Classloading Issue >> >> All, >> >> NoClassDefFound exceptions are occurring when executing code in an >> AgentManager-Handler thread pool (specifically calling a utility class >> from

RE: AgentHandler Classloading Issue

2012-10-02 Thread Edison Su
Do you have log message for this NoClassDefFound exception? > -Original Message- > From: John Burwell [mailto:jburw...@basho.com] > Sent: Tuesday, October 02, 2012 1:35 PM > To: cloudstack-dev@incubator.apache.org > Subject: AgentHandler Classloading Issue > > All,

AgentHandler Classloading Issue

2012-10-02 Thread John Burwell
All, NoClassDefFound exceptions are occurring when executing code in an AgentManager-Handler thread pool (specifically calling a utility class from the cloud-utils module while in an NfsSecondaryStorageResource method). The same code executes without error in other thread contexts (e.g. calli