H devs, please review the below report by Ning Wang. I found this behaivior in our integration test environment at Schuberg Philis as well. I have not found the root cause yet, so any pointers are welcome. I don't think Ian's suspicion off the machine specifications are valid. It looks like a java class protection level or packaging issue to me.
On Tue, Sep 23, 2014 at 9:13 PM, Ning Wang <[email protected]> wrote: > thanks for your reply! > !1765 # free -m > total used free shared buffers cached > Mem: 129022 112989 16032 0 51641 33961 > -/+ buffers/cache: 27387 101634 > Swap: 0 0 0 > > On Tue, Sep 23, 2014 at 2:55 PM, Ian Duffy <[email protected]> wrote: > > > How much ram do you have? > > On 23 Sep 2014 19:21, "Ning Wang" <[email protected]> wrote: > > > > > is there someone enconter this,please help! > > > Thanks!!! > > > > > > 1,the browser shows: > > > HTTP Status 404 - > > > _______________________________ > > > > > > type Status report > > > > > > message > > > > > > description The requested resource () is not available. > > > ________________________________ > > > > > > Apache Tomcat/6.0.24 > > > > > > 2,the log in /var/log/cloudstack/management/catalina.out: > > > > > > INFO: Deploying module: jaxws-1.5.6 - > > > > > > > > > file:/usr/share/cloudstack-management/webapps7080/awsapi/WEB-INF/modules/axis2-jaxws-mar-1.5.6.mar > > > Sep 23, 2014 2:03:17 PM org.apache.axis2.deployment.ModuleDeployer > deploy > > > INFO: Deploying module: addressing-1.5.6 - > > > > > > > > > file:/usr/share/cloudstack-bridge/webapps/awsapi/WEB-INF/lib/axis2-1.5.6.jar > > > Sep 23, 2014 2:03:19 PM org.apache.catalina.loader.WebappClassLoader > > > loadClass > > > INFO: 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:1369) > > > 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:1483) > > > at > > > > > > > > > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1329) > > > ... 3 more > > > Sep 23, 2014 2:03:22 PM org.apache.axis2.deployment.ServiceDeployer > > deploy > > > INFO: Deploying Web service: cloud-ec2.aar - > > > > > > > > > file:/usr/share/cloudstack-management/webapps7080/awsapi/WEB-INF/services/cloud-ec2.aar > > > Sep 23, 2014 2:03:22 PM org.apache.axis2.deployment.ServiceDeployer > > deploy > > > INFO: Deploying Web service: version-1.5.6.aar - > > > > > > > > > file:/usr/share/cloudstack-management/webapps7080/awsapi/WEB-INF/services/version-1.5.6.aar > > > Sep 23, 2014 2:03:22 PM org.apache.axis2.util.OnDemandLogger warn > > > WARNING: No transportReceiver for > > > org.apache.axis2.transport.http.AxisServletListener found. An instance > > for > > > HTTP will be configured automatically. Please update your axis2.xml > file! > > > Sep 23, 2014 2:03:22 PM > > > > > > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor > > > <init> > > > INFO: JSR-330 'javax.inject.Inject' annotation found and supported for > > > autowiring > > > Sep 23, 2014 2:03:22 PM org.apache.coyote.http11.Http11NioProtocol > start > > > INFO: Starting Coyote HTTP/1.1 on http-7080 > > > Sep 23, 2014 2:03:22 PM org.apache.catalina.startup.Catalina start > > > INFO: Server startup in 39687 ms > > > > > > -- Daan
