Hi, When stopping APIM at the end of the test execution, noticed the following exceptions
INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - [2014-09-15 08:54:52,941] INFO - CarbonServerManager Shutting down WSO2 API Manager... INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - [2014-09-15 08:54:52,943] INFO - CarbonServerManager Shutting down OSGi framework... INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - [2014-09-15 08:54:53,005] INFO - SynapseTaskManager Shutting down the task manager INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - [2014-09-15 08:54:55,092] ERROR - ContainerBase A child container failed during stop INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/workflow-admin]] INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask.get(FutureTask.java:83) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1179) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask.run(FutureTask.java:138) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.lang.Thread.run(Thread.java:662) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - Caused by: org.apache.catalina.LifecycleException: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/workflow-admin]] INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - ... 7 more INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - Caused by: org.apache.catalina.LifecycleException: Failed to stop component [org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager[/workflow-admin]] INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:236) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5474) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - ... 7 more INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - Caused by: java.lang.SecurityException: Illegal access attempt by tenant[-1] to sessions owned by tenant[-1234] INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager.checkAccess(CarbonTomcatSessionManager.java:126) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.wso2.carbon.webapp.mgt.CarbonTomcatSessionManager.findSessions(CarbonTomcatSessionManager.java:78) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.session.StandardManager.stopInternal(StandardManager.java:525) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - ... 9 more INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - [2014-09-15 08:54:55,093] ERROR - ContainerBase A child container failed during stop INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException: Failed to stop component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/STRATOS_ROOT]] INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:222) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask.get(FutureTask.java:83) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:1179) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.FutureTask.run(FutureTask.java:138) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) INFO [org.wso2.carbon.integration.common.extensions.utils.ServerLogReader] - at java.lang.Thread.run(Thread.java:662) Thanks Amalka
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
