Re: [Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-19 Thread Kasun Gajasinghe
Hi Vanji,

I have merged your changes.


On Fri, Apr 18, 2014 at 9:19 PM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 Kind reminder


 On Tue, Apr 15, 2014 at 5:25 PM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 This patch is not merged yet, Therefore, I have send the pull request [1].

  [1] https://github.com/wso2/carbon-commons/pull/3


 On Thu, Apr 10, 2014 at 7:04 AM, Vanjikumaran Sivajothy 
 va...@wso2.comwrote:

 After applying the patch we did not get the error


 On Thursday, April 10, 2014, Vanjikumaran Sivajothy va...@wso2.com
 wrote:

 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



 --
 Sent from Gmail Mobile




 --
 Sivajothy Vanjikumaran
 *Senior Software Engineer*
 *Integration Technologies Team*
 *WSO2 Inc. http://wso2.com http://wso2.com/*
 *Mobile:(+94)777219209*
 *Mobile USA:**(+1)812-223-4546*

 [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, 

Re: [Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-19 Thread Vanjikumaran Sivajothy
Thank you

On Saturday, April 19, 2014, Kasun Gajasinghe kas...@wso2.com wrote:

 Hi Vanji,

 I have merged your changes.


 On Fri, Apr 18, 2014 at 9:19 PM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 Kind reminder


 On Tue, Apr 15, 2014 at 5:25 PM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 This patch is not merged yet, Therefore, I have send the pull request [1].

  [1] https://github.com/wso2/carbon-commons/pull/3


 On Thu, Apr 10, 2014 at 7:04 AM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 After applying the patch we did not get the error


 On Thursday, April 10, 2014, Vanjikumaran Sivajothy va...@wso2.com
 wrote:

 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)

 --

 *Kasun Gajasinghe*Senior Software Engineer, WSO2 Inc.
 email: kasung AT spamfree wso2.com
 linked-in: http://lk.linkedin.com/in/gajasinghe
 blog: http://kasunbg.org





-- 
Sent from Gmail Mobile
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-18 Thread Vanjikumaran Sivajothy
Kind reminder


On Tue, Apr 15, 2014 at 5:25 PM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 This patch is not merged yet, Therefore, I have send the pull request [1].

 [1] https://github.com/wso2/carbon-commons/pull/3


 On Thu, Apr 10, 2014 at 7:04 AM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 After applying the patch we did not get the error


 On Thursday, April 10, 2014, Vanjikumaran Sivajothy va...@wso2.com
 wrote:

 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



 --
 Sent from Gmail Mobile




 --
 Sivajothy Vanjikumaran
 *Senior Software Engineer*
 *Integration Technologies Team*
 *WSO2 Inc. http://wso2.com http://wso2.com/*
 *Mobile:(+94)777219209*
 *Mobile USA:**(+1)812-223-4546*

 [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 

Re: [Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-15 Thread Vanjikumaran Sivajothy
This patch is not merged yet, Therefore, I have send the pull request [1].

[1] https://github.com/wso2/carbon-commons/pull/3

On Thu, Apr 10, 2014 at 7:04 AM, Vanjikumaran Sivajothy va...@wso2.comwrote:

 After applying the patch we did not get the error


 On Thursday, April 10, 2014, Vanjikumaran Sivajothy va...@wso2.com
 wrote:

 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



 --
 Sent from Gmail Mobile




-- 
Sivajothy Vanjikumaran
*Senior Software Engineer*
*Integration Technologies Team*
*WSO2 Inc. http://wso2.com http://wso2.com/*
*Mobile:(+94)777219209*
*Mobile USA:**(+1)812-223-4546*
[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

[Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-10 Thread Vanjikumaran Sivajothy
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 @@
 
bundleDeforg.wso2.carbon:org.wso2.carbon.tenant.redirector.servlet/bundleDef
 
!--bundleDeforg.wso2.carbon:org.wso2.carbon.sample.installer:2.2.1/bundleDef--
 
bundleDeforg.wso2.carbon:org.wso2.carbon.tenant.dispatcher/bundleDef
-
bundleDeforg.wso2.carbon:org.wso2.carbon.tenant.activation/bundleDef
+
!--bundleDeforg.wso2.carbon:org.wso2.carbon.tenant.activation/bundleDef--
 
!--bundleDeforg.wso2.carbon:org.wso2.carbon.throttling.agent/bundleDef--
 
!--bundleDeforg.wso2.carbon:org.wso2.carbon.throttling.agent.stub/bundleDef--
 
!--bundleDeforg.wso2.carbon:org.wso2.carbon.usage.agent/bundleDef--
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Removing Activation from org.wso2.carbon.tenant.common.server.feature

2014-04-10 Thread Vanjikumaran Sivajothy
After applying the patch we did not get the error

On Thursday, April 10, 2014, Vanjikumaran Sivajothy va...@wso2.com wrote:

 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



-- 
Sent from Gmail Mobile
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev