Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
4.4.3
-
Security Level: Public (Anyone can view this level - this is the default.)
-
RHEL6.5, with
cloudstack-awsapi-4.4.3-NONOSS_11.el6.x86_64
cloudstack-management-4.4.3-NONOSS_11.el6.x86_64
cloudstack-agent-4.4.3-NONOSS_11.el6.x86_64
cloudstack-common-4.4.3-NONOSS_11.el6.x86_64
Description
Hi,
I am facing the following issue while starting the cloud-manager on RHEL6.
/var/log/cloudstack/management/catalina.out
--------------------------------------------------------------
Illegal access: this web application instance has been stopped already. Could not load org.apache.cloudstack.managed.context.ManagedContextTimerTask$1. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact.
java.lang.IllegalStateException
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1370)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1329)
at org.apache.cloudstack.managed.context.ManagedContextTimerTask.run(ManagedContextTimerTask.java:27)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Exception in thread "Timer-2" java.lang.NoClassDefFoundError: org/apache/cloudstack/managed/context/ManagedContextTimerTask$1
at org.apache.cloudstack.managed.context.ManagedContextTimerTask.run(ManagedContextTimerTask.java:27)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Caused by: java.lang.ClassNotFoundException: org.apache.cloudstack.managed.context.ManagedContextTimerTask$1
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1484)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1329)
... 3 more
Please help me on resolving the above issue.