Re: [Dev] Getting the NPE while deploying Deployers in 4.2.0 branch

2013-08-29 Thread Shameera Rathnayaka
Hi All, There are few Deployers which get registered with Null extension, For an example org.jaggeryjs.jaggery.deployer.JaggeryDeployer, org.wso2.carbon.webapp.deployer.WebappDeployer, org.wso2.carbon.stratos.landing.page.deployer.LandingPageWebappDeployer We need to fix this but this is not the

[Dev] Getting the NPE while deploying Deployers in 4.2.0 branch

2013-08-28 Thread Janaka Ranabahu
Hi Sameera, Got the following exception in AppFactory pack built from 4.2.0 branch(latest kernel). Please check. [2013-08-29 10:14:18,572] INFO {org.wso2.carbon.user.core.internal.UserStoreMgtDSComponent} - Carbon UserStoreMgtDSComponent activated successfully. [2013-08-29 10:14:26,108] INFO

Re: [Dev] Getting the NPE while deploying Deployers in 4.2.0 branch

2013-08-28 Thread Shameera Rathnayaka
Hi Janaka, This is due to recent fix done for https://wso2.org/jira/browse/CARBON-14447, ConcurrentHashMap doesn't allow Null key/value but HashMap does. Need to find when and why we add null key/value for deployer map. I am working on this. Thanks, Shameera. On Thu, Aug 29, 2013 at 10:27 AM,