Re: [Carbon-dev] NoClassDefFoundError when starting QPid broker in trunk

2011-12-12 Thread Thilina Buddhika
Hi Shammi, Thanks a lot. Now I can start the server without any issue. But we need to upgrade the version of commons-beanutils after this modification, because we have already released this particular version with 3.2.0. Thanks, Thilina On Tue, Dec 6, 2011 at 3:49 PM, Shammi Jayasinghe

Re: [Carbon-dev] NoClassDefFoundError when starting QPid broker in trunk

2011-12-06 Thread Shammi Jayasinghe
Hi, This error has caused due to a osgi bundle conflict.[1]. The problem was both commons-beanutils bundle and commons-collections bundle are exporting org.apache.commons.collections.* package. So this can be fixed by stopping this export of org.apache.commons.collections.* package from

[Carbon-dev] NoClassDefFoundError when starting QPid broker in trunk

2011-12-05 Thread Thilina Buddhika
Hi Folks, I am getting the following error when starting the QPid broker in trunk. java.lang.NoClassDefFoundError: org/apache/commons/digester/Rule at org.apache.qpid.server.configuration.ServerConfiguration.parseConfig(ServerConfiguration.java:301) at