-
Bug Report
-
Resolution: Duplicate
-
L3 - Default
-
None
-
7.0.0-alpha2
-
None
Apr 29, 2013 8:01:47 AM org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperation execute
Schwerwiegend: Exception while performing operation step 'Stopping process applications': org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication cannot be cast to org.camunda.bpm.application.ProcessApplicationReference
java.lang.ClassCastException: org.camunda.bpm.container.impl.jmx.services.JmxManagedProcessApplication cannot be cast to org.camunda.bpm.application.ProcessApplicationReference
at org.camunda.bpm.container.impl.jmx.deployment.StopProcessApplicationsStep.performOperationStep(StopProcessApplicationsStep.java:45)
at org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperation.execute(MBeanDeploymentOperation.java:116)
at org.camunda.bpm.container.impl.jmx.kernel.MBeanServiceContainer.executeDeploymentOperation(MBeanServiceContainer.java:128)
at org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperation$MBeanDeploymentOperationBuilder.execute(MBeanDeploymentOperation.java:206)
at org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap.undeployBpmPlatform(TomcatBpmPlatformBootstrap.java:87)
at org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap.lifecycleEvent(TomcatBpmPlatformBootstrap.java:60)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402)
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:347)
at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:748)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at org.apache.catalina.startup.Catalina.stop(Catalina.java:751)
at org.apache.catalina.startup.Catalina$CatalinaShutdownHook.run(Catalina.java:897)
Apr 29, 2013 8:01:47 AM org.camunda.bpm.engine.impl.jobexecutor.JobExecutor shutdown
Information: Shutting down the JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor].
Apr 29, 2013 8:01:47 AM org.camunda.bpm.engine.impl.jobexecutor.SequentialJobAcquisitionRunnable run
Information: JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor] stopped job acquisition
Apr 29, 2013 8:01:47 AM org.camunda.bpm.container.impl.tomcat.TomcatBpmPlatformBootstrap undeployBpmPlatform
Information: camunda BPM platform stopped.
Apr 29, 2013 8:01:47 AM org.apache.coyote.AbstractProtocol pause
Information: Pausing ProtocolHandler ["http-bio-8080"]
Apr 29, 2013 8:01:48 AM org.apache.coyote.AbstractProtocol pause
Information: Pausing ProtocolHandler ["ajp-bio-8009"]
Apr 29, 2013 8:01:58 AM org.apache.catalina.core.StandardService stopInternal
Information: Stopping service Catalina
Apr 29, 2013 8:01:58 AM org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperation execute
Schwerwiegend: Exception while performing operation step 'Undeploying process archvie null': null
java.lang.NullPointerException
at org.camunda.bpm.container.impl.jmx.deployment.UndeployProcessArchiveStep.performOperationStep(UndeployProcessArchiveStep.java:62)
at org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperation.execute(MBeanDeploymentOperation.java:116)
at org.camunda.bpm.container.impl.jmx.kernel.MBeanServiceContainer.executeDeploymentOperation(MBeanServiceContainer.java:128)
at org.camunda.bpm.container.impl.jmx.kernel.MBeanDeploymentOperation$MBeanDeploymentOperationBuilder.execute(MBeanDeploymentOperation.java:206)
at org.camunda.bpm.container.impl.jmx.JmxRuntimeContainerDelegate.undeployProcessApplication(JmxRuntimeContainerDelegate.java:164)
at org.camunda.bpm.application.AbstractProcessApplication.undeploy(AbstractProcessApplication.java:77)
at org.camunda.bpm.application.impl.ServletProcessApplication.contextDestroyed(ServletProcessApplication.java:87)
at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4831)
at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5478)
at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575)
at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:722)
This is the controller panel for Smart Panels app
- duplicates
-
CAM-646 Exceptions when shutting down Tomcat
- Closed