On Thu, Jun 28, 2012 at 4:48 PM, Sanjaya Vithanagama <[email protected]>wrote:

> Hi Vijitha,
>
> Please make sure that you've updated and built
> platform/components/business-processes and platform/features/humantask.
> Let me know if you still get the error.
>

All three (orbit,kernel,platform) are updated and built today...


>
> Regards,
> SanjayaV.
>
> On Thu, Jun 28, 2012 at 4:20 PM, Vijitha Kumara <[email protected]> wrote:
>
>>
>> I get this in an all updated locally built pack while starting the server
>> (G-Reg), any idea about the issue?
>>
>>
>> ==================================================================
>>
>> [2012-06-28 16:16:20,000]  INFO
>> {org.wso2.carbon.tomcat.internal.CarbonTomcat} -  web application context:
>> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/home]
>> [2012-06-28 16:16:20,000]  INFO
>> {org.wso2.carbon.stratos.landing.page.deployer.LandingPageWebappDeployer} -
>>  Deployed product landing page webapp:
>> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/home]
>> [2012-06-28 16:16:20,005]  INFO
>> {org.wso2.carbon.humantask.deployer.HumanTaskDeployer} -  Initializing
>> HumanTask Deployer for tenant -1234.
>> [2012-06-28 16:16:20,006] FATAL
>> {org.wso2.carbon.core.init.CarbonServerManager} -  WSO2 Carbon
>> initialization Failed
>> java.lang.NoSuchMethodError:
>> org.wso2.carbon.humantask.core.store.HumanTaskStoreManager.createHumanTaskStoreForTenant(Ljava/lang/Integer;Lorg/apache/axis2/context/ConfigurationContext;)Lorg/wso2/carbon/humantask/core/store/HumanTaskStore;
>>  at
>> org.wso2.carbon.humantask.deployer.HumanTaskDeployer.init(HumanTaskDeployer.java:58)
>> at
>> org.apache.axis2.deployment.DeploymentEngine.initializeDeployers(DeploymentEngine.java:1165)
>>  at
>> org.apache.axis2.deployment.DeploymentEngine.setConfigContext(DeploymentEngine.java:1154)
>> at
>> org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:89)
>>  at
>> org.wso2.carbon.core.CarbonConfigurationContextFactory.createNewConfigurationContext(CarbonConfigurationContextFactory.java:65)
>> at
>> org.wso2.carbon.core.init.CarbonServerManager.initializeCarbon(CarbonServerManager.java:395)
>>  at
>> org.wso2.carbon.core.init.CarbonServerManager.start(CarbonServerManager.java:217)
>> at
>> org.wso2.carbon.core.internal.CarbonCoreServiceComponent.activate(CarbonCoreServiceComponent.java:64)
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>  at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:597)
>>  at
>> org.eclipse.equinox.internal.ds.model.ServiceComponent.activate(ServiceComponent.java:252)
>> at
>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.activate(ServiceComponentProp.java:146)
>>  at
>> org.eclipse.equinox.internal.ds.model.ServiceComponentProp.build(ServiceComponentProp.java:346)
>> at
>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponent(InstanceProcess.java:588)
>>  at
>> org.eclipse.equinox.internal.ds.InstanceProcess.buildComponents(InstanceProcess.java:196)
>> at org.eclipse.equinox.internal.ds.Resolver.getEligible(Resolver.java:328)
>>  at
>> org.eclipse.equinox.internal.ds.SCRManager.serviceChanged(SCRManager.java:221)
>> at
>> org.eclipse.osgi.internal.serviceregistry.FilteredServiceListener.serviceChanged(FilteredServiceListener.java:104)
>>  at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.dispatchEvent(BundleContextImpl.java:861)
>> at
>> org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>>  at
>> org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEventPrivileged(ServiceRegistry.java:819)
>>  at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.publishServiceEvent(ServiceRegistry.java:771)
>> at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistrationImpl.register(ServiceRegistrationImpl.java:130)
>>  at
>> org.eclipse.osgi.internal.serviceregistry.ServiceRegistry.registerService(ServiceRegistry.java:214)
>> at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:433)
>>  at
>> org.eclipse.osgi.framework.internal.core.BundleContextImpl.registerService(BundleContextImpl.java:451)
>> at
>> org.eclipse.equinox.http.servlet.internal.Activator.registerHttpService(Activator.java:78)
>>  at
>> org.eclipse.equinox.http.servlet.internal.Activator.addProxyServlet(Activator.java:57)
>> at
>> org.eclipse.equinox.http.servlet.internal.ProxyServlet.init(ProxyServlet.java:39)
>>  at
>> org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.init(DelegationServlet.java:27)
>> at
>> org.apache.catalina.core.StandardWrapper.initServlet(StandardWrapper.java:1266)
>>  at
>> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1185)
>> at
>> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:1080)
>>  at
>> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:5015)
>> at
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5302)
>>  at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>> at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1566)
>>  at
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1556)
>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
>>  at java.util.concurrent.FutureTask.run(FutureTask.java:138)
>> at
>> java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
>>  at
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
>> at java.lang.Thread.run(Thread.java:662)
>> ==================================================================
>>
>>
>>
>> --
>> Vijitha Kumara
>> Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
>> email: [email protected]
>>
>> Lean . Enterprise . Middleware
>>
>>
>> _______________________________________________
>> Dev mailing list
>> [email protected]
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sanjaya Vithanagama
> WSO2, Inc.; http://wso2.com
> lean.enterprise.middleware
>
> cell: +94 71 342 2881
>
>


-- 
Vijitha Kumara
Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
email: [email protected]

Lean . Enterprise . Middleware
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to