During the run time of the ESB 4.9.0-SNAPSHOT, we got the below error stack.

[2014-04-09 17:06:56,018] ERROR - AxisEngine Failed to determine Activation
status.
org.apache.axis2.AxisFault: Failed to determine Activation status.
at
org.wso2.carbon.activation.module.ActivationHandler.invoke(ActivationHandler.java:102)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at
org.apache.synapse.transport.passthru.ServerWorker.processEntityEnclosingRequest(ServerWorker.java:411)
at
org.apache.synapse.transport.passthru.ServerWorker.run(ServerWorker.java:183)
at
org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.NullPointerException: Tenant domain has not been set
in CarbonContext
at
org.wso2.carbon.caching.impl.CacheManagerFactoryImpl.getCacheManager(CacheManagerFactoryImpl.java:79)
at
org.wso2.carbon.registry.core.utils.RegistryUtils.getCacheManager(RegistryUtils.java:288)
at
org.wso2.carbon.registry.core.utils.RegistryUtils.getResourceCache(RegistryUtils.java:271)
at
org.wso2.carbon.registry.core.caching.CacheBackedRegistry.getCache(CacheBackedRegistry.java:62)
at
org.wso2.carbon.registry.core.caching.CacheBackedRegistry.resourceExists(CacheBackedRegistry.java:246)
at
org.wso2.carbon.registry.core.session.UserRegistry.resourceExists(UserRegistry.java:629)
at
org.wso2.carbon.stratos.common.util.CloudServicesUtil.isCloudServiceActive(CloudServicesUtil.java:155)
at
org.wso2.carbon.stratos.common.util.CloudServicesUtil.isCloudServiceActive(CloudServicesUtil.java:140)
*at
org.wso2.carbon.activation.module.ActivationHandler.invoke(ActivationHandler.java:93)*
... 10 more

After Some debugging session and analysis on the issue, We found
that org.wso2.carbon.tenant.activation is getting packed in
org.wso2.carbon.tenant.common.server.feature!!

Therefore, Please apply the patch that has been given in this email to
solve this issue.

Thank you in advance,

-- 
Sivajothy Vanjikumaran
*Senior Software Engineer*
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com <http://wso2.com/>*
*Mobile:(+94)777219209*
*Mobile USA:**(+1)918 813 2403*
[image: Facebook] <https://www.facebook.com/vanjikumaran> [image:
Twitter]<https://twitter.com/vanjikumaran> [image:
LinkedIn] <http://www.linkedin.com/pub/vanjikumaran-sivajothy/25/b31/293>
[image:
Blogger] <http://vanjikumaran.blogspot.com/> [image:
SlideShare]<http://www.slideshare.net/vanjikumaran>

This communication may contain privileged or other confidential information
and is intended exclusively for the addressee/s. If you are not the
intended recipient/s, or believe that you may have received this
communication in error, please reply to the sender indicating that fact and
delete the copy you received and in addition, you should not print,
copy, re-transmit, disseminate, or otherwise use the information contained
in this communication. Internet communications cannot be guaranteed to be
timely, secure, error or virus-free. The sender does not accept liability
for any errors or omissions
diff --git 
a/features/tenant-mgt/org.wso2.carbon.tenant.common.server.feature/pom.xml 
b/features/tenant-mgt/org.wso2.carbon.tenant.common.server.feature/pom.xml
index 91fbbd3..b975013 100644
--- a/features/tenant-mgt/org.wso2.carbon.tenant.common.server.feature/pom.xml
+++ b/features/tenant-mgt/org.wso2.carbon.tenant.common.server.feature/pom.xml
@@ -166,7 +166,7 @@
                                 
<bundleDef>org.wso2.carbon:org.wso2.carbon.tenant.redirector.servlet</bundleDef>
                                 
<!--<bundleDef>org.wso2.carbon:org.wso2.carbon.sample.installer:2.2.1</bundleDef>-->
                                 
<bundleDef>org.wso2.carbon:org.wso2.carbon.tenant.dispatcher</bundleDef>
-                                
<bundleDef>org.wso2.carbon:org.wso2.carbon.tenant.activation</bundleDef>
+                                
<!--<bundleDef>org.wso2.carbon:org.wso2.carbon.tenant.activation</bundleDef>-->
                                 
<!--<bundleDef>org.wso2.carbon:org.wso2.carbon.throttling.agent</bundleDef>-->
                                 
<!--<bundleDef>org.wso2.carbon:org.wso2.carbon.throttling.agent.stub</bundleDef>-->
                                 
<!--<bundleDef>org.wso2.carbon:org.wso2.carbon.usage.agent</bundleDef>-->
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to