You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "exion (JIRA)" <ji...@apache.org> on 2015/08/20 16:39:46 UTC

[jira] [Created] (CLOUDSTACK-8753) Management server won't start anymore after upgrade from 4.4.4

exion created CLOUDSTACK-8753:
---------------------------------

             Summary: Management server won't start anymore after upgrade from 4.4.4
                 Key: CLOUDSTACK-8753
                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8753
             Project: CloudStack
          Issue Type: Bug
      Security Level: Public (Anyone can view this level - this is the default.)
          Components: Management Server
    Affects Versions: 4.4.4
         Environment: Ubuntu 14.04.1
            Reporter: exion
            Priority: Blocker
             Fix For: 4.5.2


I wanted to upgrade our 4.4.4 production cloud to 4.5.1.

After finding out that the 4.5.1 management server would not run do to its inability to upgrade the management database, I have upgraded once again to 4.5.2 RC1 (.deb packaged version from /testing dir on shapeblue).

No errors were noticed during the upgrade process but now there is no way to have the management server run again as it fails with bogus tomcat related errors but none of them is giving me an actual hint on what to look for.

Now I am stuck with the inability to run the management server and was wondering whether this could be a systemic issue.

The following is the log from the startup process of the management server:


Aug 20 16:17:58 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:58 PM org.apache.catalina.startup.ClassLoaderFactory validateFile#012WARNING: Problem with directory [/usr/share/cloudstack-mysql-ha/lib/*jar], exists: [false], isDirectory: [false], canRead: [false]
Aug 20 16:17:58 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:58 PM org.apache.catalina.core.AprLifecycleListener init#012INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server:/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64:/usr/java/packages/lib/amd64:/usr/lib/x86_64-linux-gnu/jni:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/jni:/lib:/usr/lib
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector#012INFO: Using a shared selector for servlet write/read
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.coyote.http11.Http11NioProtocol init#012INFO: Initializing Coyote HTTP/1.1 on http-8080
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector#012INFO: Using a shared selector for servlet write/read
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.coyote.http11.Http11NioProtocol init#012INFO: Initializing Coyote HTTP/1.1 on http-7080
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.startup.Catalina load#012INFO: Initialization processed in 653 ms
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.core.StandardService start#012INFO: Starting service Catalina
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.core.StandardEngine start#012INFO: Starting Servlet Engine: Apache Tomcat/6.0.39
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.startup.HostConfig deployDirectory#012INFO: Deploying web application directory client
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.loader.WebappClassLoader validateJarFile#012INFO: validateJarFile(/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/servlet-api-2.4.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.loader.WebappClassLoader validateJarFile#012INFO: validateJarFile(/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/servlet-api-2.5-20081211.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Aug 20 16:17:59 master1 jsvc.exec[5386]: Aug 20, 2015 4:17:59 PM org.apache.catalina.loader.WebappClassLoader validateJarFile#012INFO: validateJarFile(/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/tomcat-embed-core-7.0.30.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
Aug 20 16:18:00 master1 jsvc.exec[5386]: log4j:ERROR setFile(null,true) call failed.
Aug 20 16:18:00 master1 jsvc.exec[5386]: java.io.FileNotFoundException: log/@AGENTLOG@ (No such file or directory)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.io.FileOutputStream.open(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.rolling.RollingFileAppender.activateOptions(RollingFileAppender.java:179)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:295)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:176)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:191)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:523)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:492)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:1001)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:867)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:773)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:483)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.LogManager.<clinit>(LogManager.java:127)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:66)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:270)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:281)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.<clinit>(CloudStackContextLoaderListener.java:39)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.lang.Class.newInstance(Class.java:379)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4154)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1079)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1002)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:506)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardService.start(StandardService.java:525)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.lang.reflect.Method.invoke(Method.java:606)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.lang.reflect.Method.invoke(Method.java:606)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:243)
Aug 20 16:18:00 master1 jsvc.exec[5386]: log4j:ERROR setFile(null,true) call failed.
Aug 20 16:18:00 master1 jsvc.exec[5386]: java.io.FileNotFoundException: log/@AGENTLOG@ (No such file or directory)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.io.FileOutputStream.open(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.io.FileOutputStream.<init>(FileOutputStream.java:142)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.FileAppender.setFile(FileAppender.java:294)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:165)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.rolling.RollingFileAppender.activateOptions(RollingFileAppender.java:179)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:307)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parseAppender(DOMConfigurator.java:295)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.findAppenderByName(DOMConfigurator.java:176)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.findAppenderByReference(DOMConfigurator.java:191)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parseChildrenOfLoggerElement(DOMConfigurator.java:523)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parseRoot(DOMConfigurator.java:492)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.parse(DOMConfigurator.java:1001)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:867)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:773)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.log4j.xml.DOMConfigurator.configure(DOMConfigurator.java:901)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.springframework.util.Log4jConfigurer.initLogging(Log4jConfigurer.java:69)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.springframework.web.util.Log4jWebConfigurer.initLogging(Log4jWebConfigurer.java:152)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.springframework.web.util.Log4jConfigListener.contextInitialized(Log4jConfigListener.java:45)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4210)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardContext.start(StandardContext.java:4709)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:799)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:779)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:583)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1079)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1002)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:506)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1317)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:324)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1065)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardHost.start(StandardHost.java:822)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1057)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:463)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardService.start(StandardService.java:525)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.lang.reflect.Method.invoke(Method.java:606)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at java.lang.reflect.Method.invoke(Method.java:606)
Aug 20 16:18:00 master1 jsvc.exec[5386]: #011at org.apache.commons.daemon.support.DaemonLoader.start(DaemonLoader.java:243)
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,774{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in directory tree [/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/META-INF/cloudstack]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,775{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Searching directory [/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/META-INF/cloudstack] for files matching pattern [/usr/share/cloudstack-management/webapps/client/WEB-INF/classes/META-INF/cloudstack/*/module.properties]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,779{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,781{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-controller-secondary-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,782{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,787{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,787{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-components-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,788{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-orchestration-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,788{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,789{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,790{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-cache-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,790{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,791{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-image-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,791{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,792{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-volume-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,792{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-cluster-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,792{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,793{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-db-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,793{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-ipc-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,794{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-jobs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,794{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-security-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,795{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,795{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,796{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,797{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-dedicated-resources-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,797{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,798{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,798{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,799{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,802{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,803{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,804{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,805{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,805{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,808{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,809{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,810{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,810{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,811{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,812{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,812{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-internallb-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,813{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,813{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,814{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,815{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,815{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,816{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,817{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,817{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,818{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,818{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,819{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,820{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,820{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,821{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,822{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,822{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,823{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,824{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,824{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,825{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,826{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,827{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,827{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,828{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,829{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,829{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,830{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,831{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,831{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,839{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/*/module.properties] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar!/META-INF/cloudstack/api-planner/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar!/META-INF/cloudstack/api-config/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/backend/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/system/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstac
Aug 20 16:18:00 master1 jsvc.exec[5386]: k/network/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/allocator/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/api/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/core/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/planner/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/storage/modul
Aug 20 16:18:00 master1 jsvc.exec[5386]: e.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar!/META-INF/cloudstack/storage-allocator/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar!/META-INF/cloudstack/acl-static-role-based/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar!/META-INF/cloudstack/rate-limit/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar!/META-INF/cloudstack/solidfire-intg-test/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar!/META-INF/cloudstack/explicit-dedication/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar!/META-INF/
Aug 20 16:18:00 master1 jsvc.exec[5386]: cloudstack/host-allocator-random/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar!/META-INF/cloudstack/host-anti-affinity/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-storage/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-network/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plu
Aug 20 16:18:00 master1 jsvc.exec[5386]: gin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-planner/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar!/META-INF/cloudstack/hyperv-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar!/META-INF/cloudstack/hyperv-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar!/META-INF/cloudstack/kvm-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar!/META-INF/cloudstack/ovm-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar!/META-INF/cloudstack/ovm-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin
Aug 20 16:18:00 master1 jsvc.exec[5386]: -hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-storage/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-network/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar!/META-INF/cloudstack/xenserver-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar!/META-INF/cloudstack/xenserver-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB
Aug 20 16:18:00 master1 jsvc.exec[5386]: -INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar!/META-INF/cloudstack/cisco-vnmc/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar!/META-INF/cloudstack/contrail/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar!/META-INF/cloudstack/elb/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar!/META-INF/cloudstack/f5/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar!/META-INF/cloudstack/globodns/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar!/META-INF/cloudstack/midonet/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar!/META-INF
Aug 20 16:18:00 master1 jsvc.exec[5386]: /cloudstack/netscaler/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar!/META-INF/cloudstack/nvp/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar!/META-INF/cloudstack/opendaylight/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar!/META-INF/cloudstack/ovs/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar!/META-INF/cloudstack/paloalto/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar!/META-INF/cloudstack/srx/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar!/META-INF/cloudstack/ssp/module.properties], URL [jar:file:/usr/share/clo
Aug 20 16:18:00 master1 jsvc.exec[5386]: udstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar!/META-INF/cloudstack/vcs/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar!/META-INF/cloudstack/vns/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar!/META-INF/cloudstack/vsp/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar!/META-INF/cloudstack/vxlan/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar!/META-INF/cloudstack/implicit-dedication/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar!/META-INF/cloudstack/skip-heurestics/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-I
Aug 20 16:18:00 master1 jsvc.exec[5386]: NF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar!/META-INF/cloudstack/user-concentrated-pod/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar!/META-INF/cloudstack/storage-image-default/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar!/META-INF/cloudstack/storage-image-s3/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar!/META-INF/cloudstack/storage-image-swift/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar!/META-INF/cloudstack/storage-volume-cloudbyte/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar!/META-INF/cloudstack/storage-volume-default/module.propertie
Aug 20 16:18:00 master1 jsvc.exec[5386]: s], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar!/META-INF/cloudstack/storage-volume-solidfire/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar!/META-INF/cloudstack/ldap/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar!/META-INF/cloudstack/md5/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar!/META-INF/cloudstack/pbkdf2/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar!/META-INF/cloudstack/plaintext/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar!/META-INF/cloudstack/saml2/mo
Aug 20 16:18:00 master1 jsvc.exec[5386]: dule.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar!/META-INF/cloudstack/sha256salted/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar!/META-INF/cloudstack/secondary-storage-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-alert-adapter-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-api/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-compute/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-planner/module.properties], URL [jar:file:/usr/sha
Aug 20 16:18:00 master1 jsvc.exec[5386]: re/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-storage/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-alert-adapter-backend/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-template-adapter/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-fencer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-discoverer/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-investigator/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!
Aug 20 16:18:00 master1 jsvc.exec[5386]: /META-INF/cloudstack/server-allocator/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-network/module.properties], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-alert-adapter-storage/module.properties]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,846{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,848{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-planner/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar!/META-INF/cloudstack/api-planner/spring-api-planner-context.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,849{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,851{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-planner/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,852{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,854{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-planner/*context-inheritable.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,855{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,856{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-planner/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,858{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,860{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-config/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar!/META-INF/cloudstack/api-config/spring-api-config-context.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,861{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,863{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-config/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,864{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,865{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-config/*context-inheritable.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,866{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,867{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api-config/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,870{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,871{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/compute/*context.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,872{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,872{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/compute/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,873{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,874{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/compute/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/compute/spring-core-lifecycle-compute-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,876{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,877{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/compute/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,879{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,880{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/backend/*context.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,880{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,881{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/backend/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,882{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,883{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/backend/*context-inheritable.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,884{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,884{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/backend/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,888{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,889{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,890{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,891{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-db-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,891{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,892{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,893{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/system/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/system/spring-core-system-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar!/META-INF/cloudstack/system/spring-engine-schema-system-checkers-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar!/META-INF/cloudstack/system/spring-framework-config-system-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-db-4.5.2.jar!/META-INF/cloudstack/system/spring-framework-db-system-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/system/spring-server-system-c
Aug 20 16:18:00 master1 jsvc.exec[5386]: ontext.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,895{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,896{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,897{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,898{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-db-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,898{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,899{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,899{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/system/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,902{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,903{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,904{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,905{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-db-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,905{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,906{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,906{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/system/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/system/spring-core-system-context-inheritable.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar!/META-INF/cloudstack/system/spring-framework-config-system-context-inheritable.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar!/META-INF/cloudstack/system/spring-contrail-system-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,909{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,909{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,910{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-config-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,911{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-db-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,911{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,912{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,913{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/system/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,914{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,915{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/network/*context.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,916{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,917{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/network/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,918{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,919{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/network/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/network/spring-core-lifecycle-network-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,920{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,920{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/network/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,922{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,923{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/allocator/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/allocator/spring-core-allocator-context.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,924{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,925{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/allocator/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,926{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,927{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/allocator/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/allocator/spring-core-lifecycle-allocator-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,928{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,929{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/allocator/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,930{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,931{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/bootstrap/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,932{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,933{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/bootstrap/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,934{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,935{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/bootstrap/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,936{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,937{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/bootstrap/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,938{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,939{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api/*context.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,940{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,941{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,941{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,942{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/api/spring-core-lifecycle-api-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,943{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,944{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/api/*context-override.xml] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,951{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-controller-secondary-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,952{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,953{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,954{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-components-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,954{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-orchestration-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,955{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,956{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,957{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-cache-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,957{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,958{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-image-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,958{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,959{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-volume-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,959{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-cluster-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,960{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-ipc-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,960{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-jobs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,961{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-security-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,961{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-dedicated-resources-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,962{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,962{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,963{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,963{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,964{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-internallb-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,964{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,966{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/core/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-controller-secondary-storage-4.5.2.jar!/META-INF/cloudstack/core/spring-services-secondary-storage-controller-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/core/spring-core-registry-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/core/spring-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-api-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-api-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-components-api-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-compone
Aug 20 16:18:00 master1 jsvc.exec[5386]: nts-api-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-orchestration-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-orchestration-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-storage-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-cache-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-storage-cache-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-storage-datamotion-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-
Aug 20 16:18:00 master1 jsvc.exec[5386]: storage-image-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-storage-image-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-storage-snapshot-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-volume-4.5.2.jar!/META-INF/cloudstack/core/spring-engine-storage-volume-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-cluster-4.5.2.jar!/META-INF/cloudstack/core/spring-framework-cluster-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-ipc-4.5.2.jar!/META-INF/cloudstack/core/spring-framework-ipc-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-jobs-4.5.2.jar!/META-INF/cloudstack/core/spring-framework-jobs-core-context.xml], URL [jar:file:/usr/share/cloud
Aug 20 16:18:00 master1 jsvc.exec[5386]: stack-management/webapps/client/WEB-INF/lib/cloud-framework-security-4.5.2.jar!/META-INF/cloudstack/core/spring-framework-security-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-dedicated-resources-4.5.2.jar!/META-INF/cloudstack/core/spring-dedicated-resources-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/core/spring-baremetal-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar!/META-INF/cloudstack/core/spring-hyperv-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.5.2.jar!/META-INF/cloudstack/core/spring-ucs-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/core/spring-vmware-core-co
Aug 20 16:18:00 master1 jsvc.exec[5386]: ntext.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-internallb-4.5.2.jar!/META-INF/cloudstack/core/spring-internallb-core-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/core/spring-server-core-misc-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/core/spring-server-core-managers-context.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,971{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-controller-secondary-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,972{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,972{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,973{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-components-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,973{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-orchestration-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,973{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,974{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,974{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-cache-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,975{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,975{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-image-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,975{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,975{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-volume-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,975{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-cluster-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,976{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-ipc-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,976{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-jobs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,976{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-security-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,977{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-dedicated-resources-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,977{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,977{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,977{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,978{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,978{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-internallb-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,978{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,979{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/core/*defaults.properties] to resources []
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,984{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-controller-secondary-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,985{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,985{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,986{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-components-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,986{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-orchestration-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,986{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,987{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,987{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-cache-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,988{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,988{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-image-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,988{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,988{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-volume-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,989{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-cluster-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,989{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-ipc-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,989{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-jobs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,989{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-security-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,990{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-dedicated-resources-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,990{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,990{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,990{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,991{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,991{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-internallb-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,991{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,992{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/core/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/core/spring-core-lifecycle-core-context-inheritable.xml]]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,997{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-controller-secondary-storage-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,998{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,998{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,999{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-components-api-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,999{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-orchestration-4.5.2.jar]
Aug 20 16:18:00 master1 jsvc.exec[5386]: 2015-08-20 16:18:00,999{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-schema-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,000{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,000{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-cache-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,001{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,001{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-image-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,001{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,001{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-volume-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,001{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-cluster-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,002{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-ipc-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,002{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-jobs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,002{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-security-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,003{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-dedicated-resources-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,003{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,003{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,003{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ucs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,004{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,004{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-internallb-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,004{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,005{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/core/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,007{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,007{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/discoverer/*context.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,008{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,008{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,009{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,010{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/discoverer/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/discoverer/spring-core-lifecycle-discoverer-context-inheritable.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,011{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,011{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,013{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,014{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/planner/*context.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,014{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,015{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/planner/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,016{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,016{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/planner/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/planner/spring-core-lifecycle-planner-context-inheritable.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,017{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,018{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/planner/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,020{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,020{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,021{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,021{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar!/META-INF/cloudstack/storage/spring-engine-storage-datamotion-storage-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar!/META-INF/cloudstack/storage/spring-engine-storage-snapshot-storage-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,023{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,023{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,023{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,023{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,025{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,026{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,026{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,026{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage/*context-inheritable.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/storage/spring-lifecycle-storage-context-inheritable.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,027{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,028{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-datamotion-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,028{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-snapshot-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,028{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,030{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,031{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-allocator/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar!/META-INF/cloudstack/storage-allocator/spring-engine-storage-storage-allocator-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,031{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,032{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-allocator/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,033{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,033{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-allocator/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,034{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-engine-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,034{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-allocator/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,036{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,036{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/acl-static-role-based/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar!/META-INF/cloudstack/acl-static-role-based/spring-acl-static-role-based-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,037{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,037{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/acl-static-role-based/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,038{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,038{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/acl-static-role-based/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,039{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-acl-static-role-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,039{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/acl-static-role-based/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,041{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,042{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/rate-limit/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar!/META-INF/cloudstack/rate-limit/spring-rate-limit-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,043{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,043{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/rate-limit/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,044{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,044{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/rate-limit/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,045{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-limit-account-based-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,045{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/rate-limit/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,047{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,047{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/solidfire-intg-test/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar!/META-INF/cloudstack/solidfire-intg-test/spring-solidfire-intg-test-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,048{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,048{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/solidfire-intg-test/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,049{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,050{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/solidfire-intg-test/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,050{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-api-solidfire-intg-test-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,051{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/solidfire-intg-test/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,053{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,053{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/explicit-dedication/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar!/META-INF/cloudstack/explicit-dedication/spring-explicit-dedication-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,054{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,054{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/explicit-dedication/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,055{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,055{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/explicit-dedication/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,056{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-explicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,056{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/explicit-dedication/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,058{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,058{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-allocator-random/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar!/META-INF/cloudstack/host-allocator-random/spring-host-allocator-random-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,059{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,059{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-allocator-random/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,060{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,060{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-allocator-random/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,061{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-allocator-random-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,061{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-allocator-random/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,063{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,063{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-anti-affinity/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar!/META-INF/cloudstack/host-anti-affinity/spring-host-anti-affinity-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,064{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,064{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-anti-affinity/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,065{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,065{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-anti-affinity/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,069{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-host-anti-affinity-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,073{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/host-anti-affinity/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,076{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,076{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-storage/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-storage/spring-baremetal-storage-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,077{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,077{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-storage/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,078{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,078{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-storage/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,079{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,079{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-storage/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,081{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,081{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-network/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-network/spring-baremetal-network-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,082{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,082{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-network/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,083{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,083{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-network/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,084{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,085{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-network/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,087{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,087{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-discoverer/spring-baremetal-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,088{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,089{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,089{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,090{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,090{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,091{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,092{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,093{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-compute/spring-baremetal-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,093{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,094{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,094{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,095{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,095{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,096{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,097{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,098{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-planner/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar!/META-INF/cloudstack/baremetal-planner/spring-baremetal-planner-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,098{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,099{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-planner/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,099{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,101{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-planner/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,101{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-baremetal-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,102{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/baremetal-planner/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,108{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,108{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar!/META-INF/cloudstack/hyperv-discoverer/spring-hyperv-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,109{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,109{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,110{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,110{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,111{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,111{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,112{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,113{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar!/META-INF/cloudstack/hyperv-compute/spring-hyperv-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,114{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,114{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,115{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,115{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,116{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-hyperv-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,116{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/hyperv-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,118{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,118{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/kvm-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar!/META-INF/cloudstack/kvm-compute/spring-kvm-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,119{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,119{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/kvm-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,120{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,120{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/kvm-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,121{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-kvm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,121{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/kvm-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,124{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,124{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar!/META-INF/cloudstack/ovm-discoverer/spring-ovm-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,125{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,125{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,126{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,126{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,127{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,127{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,129{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,129{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar!/META-INF/cloudstack/ovm-compute/spring-ovm-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,130{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,130{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,131{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,131{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,132{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-ovm-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,132{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovm-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,134{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,134{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-storage/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-storage/spring-vmware-storage-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,135{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,135{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-storage/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,136{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,136{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-storage/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,137{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,137{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-storage/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,139{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,139{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-network/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-network/spring-vmware-network-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,141{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,141{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-network/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,142{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,143{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-network/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,143{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,144{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-network/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,145{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,146{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-compute/spring-vmware-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,146{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,147{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-compute/*defaults.properties] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-compute/vmware-defaults.properties]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,147{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,148{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,149{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,149{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,150{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,151{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-discoverer/spring-vmware-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,152{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,153{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,153{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,154{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,154{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,155{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vmware-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,156{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,157{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar!/META-INF/cloudstack/xenserver-discoverer/spring-xenserver-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,159{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,159{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,160{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,160{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,161{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,161{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,162{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,163{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar!/META-INF/cloudstack/xenserver-compute/spring-xenserver-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,163{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,164{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,164{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,165{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,165{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-xenserver-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,166{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/xenserver-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,167{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,168{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/cisco-vnmc/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar!/META-INF/cloudstack/cisco-vnmc/spring-cisco-vnmc-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,169{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,169{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/cisco-vnmc/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,169{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,170{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/cisco-vnmc/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,170{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-cisco-vnmc-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,171{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/cisco-vnmc/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,172{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,173{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/contrail/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar!/META-INF/cloudstack/contrail/spring-contrail-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,174{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,174{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/contrail/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,175{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,175{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/contrail/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,176{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-contrail-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,176{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/contrail/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,177{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,178{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/elb/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar!/META-INF/cloudstack/elb/spring-elb-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,179{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,179{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/elb/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,180{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,180{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/elb/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,180{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-elb-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,181{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/elb/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,182{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,183{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/f5/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar!/META-INF/cloudstack/f5/spring-f5-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,184{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,184{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/f5/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,184{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,185{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/f5/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,185{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-f5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,186{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/f5/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,187{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,188{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/globodns/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar!/META-INF/cloudstack/globodns/spring-globodns-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,188{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,189{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/globodns/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,189{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,190{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/globodns/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,190{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-globodns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,191{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/globodns/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,192{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,193{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/midonet/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar!/META-INF/cloudstack/midonet/spring-midonet-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,193{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,194{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/midonet/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,194{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,195{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/midonet/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,195{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-midonet-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,196{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/midonet/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,197{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,198{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/netscaler/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar!/META-INF/cloudstack/netscaler/spring-netscaler-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,198{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,199{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/netscaler/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,199{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,200{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/netscaler/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,200{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-netscaler-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,201{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/netscaler/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,202{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,203{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/nvp/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar!/META-INF/cloudstack/nvp/spring-nvp-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,203{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,204{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/nvp/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,204{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,205{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/nvp/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,205{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-nvp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,206{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/nvp/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,207{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,208{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/opendaylight/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar!/META-INF/cloudstack/opendaylight/spring-opendaylight-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,209{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,209{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/opendaylight/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,210{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,210{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/opendaylight/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,211{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-opendaylight-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,211{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/opendaylight/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,213{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,213{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovs/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar!/META-INF/cloudstack/ovs/spring-ovs-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,214{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,214{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovs/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,215{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,215{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovs/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,216{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ovs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,216{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ovs/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,218{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,218{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/paloalto/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar!/META-INF/cloudstack/paloalto/spring-paloalto-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,219{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,219{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/paloalto/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,220{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,220{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/paloalto/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,221{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-palo-alto-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,221{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/paloalto/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,223{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,223{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/srx/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar!/META-INF/cloudstack/srx/spring-srx-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,224{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,224{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/srx/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,225{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,225{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/srx/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,225{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-srx-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,226{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/srx/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,227{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,228{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ssp/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar!/META-INF/cloudstack/ssp/spring-ssp-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,228{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,229{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ssp/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,229{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,230{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ssp/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,230{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-ssp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,231{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ssp/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,232{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,233{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vcs/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar!/META-INF/cloudstack/vcs/spring-vcs-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,233{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,234{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vcs/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,234{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,235{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vcs/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,235{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vcs-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,236{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vcs/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,237{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,238{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vns/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar!/META-INF/cloudstack/vns/spring-vns-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,238{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,239{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vns/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,239{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,240{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vns/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,240{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vns-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,241{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vns/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,242{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,243{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vsp/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar!/META-INF/cloudstack/vsp/spring-vsp-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,243{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,244{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vsp/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,244{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,245{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vsp/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,245{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vsp-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,246{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vsp/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,247{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,248{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vxlan/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar!/META-INF/cloudstack/vxlan/spring-vxlan-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,248{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,249{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vxlan/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,249{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,249{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vxlan/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,250{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-network-vxlan-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,250{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/vxlan/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,252{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,253{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/implicit-dedication/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar!/META-INF/cloudstack/implicit-dedication/spring-implicit-dedication-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,253{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,253{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/implicit-dedication/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,254{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,254{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/implicit-dedication/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,255{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-implicit-dedication-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,255{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/implicit-dedication/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,257{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,257{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/skip-heurestics/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar!/META-INF/cloudstack/skip-heurestics/spring-skip-heurestics-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,258{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,258{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/skip-heurestics/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,259{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,259{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/skip-heurestics/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,260{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-skip-heurestics-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,260{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/skip-heurestics/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,262{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,262{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/user-concentrated-pod/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar!/META-INF/cloudstack/user-concentrated-pod/spring-user-concentrated-pod-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,263{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,263{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/user-concentrated-pod/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,264{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,264{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/user-concentrated-pod/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,265{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-planner-user-concentrated-pod-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,265{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/user-concentrated-pod/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,267{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,267{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-default/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar!/META-INF/cloudstack/storage-image-default/spring-storage-image-default-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,268{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,268{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-default/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,269{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,269{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-default/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,270{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,270{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-default/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,272{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,272{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-s3/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar!/META-INF/cloudstack/storage-image-s3/spring-storage-image-s3-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,273{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,273{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-s3/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,310{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,311{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-s3/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,312{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-s3-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,312{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-s3/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,314{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,314{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-swift/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar!/META-INF/cloudstack/storage-image-swift/spring-storage-image-swift-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,315{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,315{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-swift/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,316{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,316{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-swift/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,317{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-image-swift-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,317{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-image-swift/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,319{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,319{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-cloudbyte/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar!/META-INF/cloudstack/storage-volume-cloudbyte/spring-storage-volume-cloudbyte-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,320{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,320{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-cloudbyte/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,321{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,321{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-cloudbyte/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,322{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-cloudbyte-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,322{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-cloudbyte/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,324{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,324{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-default/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar!/META-INF/cloudstack/storage-volume-default/spring-storage-volume-default-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,325{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,325{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-default/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,326{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,326{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-default/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,327{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-default-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,327{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-default/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,329{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,329{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-solidfire/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar!/META-INF/cloudstack/storage-volume-solidfire/spring-storage-volume-solidfire-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,330{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,330{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-solidfire/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,331{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,331{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-solidfire/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,332{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-storage-volume-solidfire-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,332{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/storage-volume-solidfire/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,334{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,334{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ldap/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar!/META-INF/cloudstack/ldap/spring-ldap-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,335{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,335{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ldap/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,336{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,336{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ldap/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,337{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-ldap-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,337{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/ldap/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,339{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,339{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/md5/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar!/META-INF/cloudstack/md5/spring-md5-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,340{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,340{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/md5/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,341{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,341{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/md5/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,342{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-md5-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,342{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/md5/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,344{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,344{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/pbkdf2/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar!/META-INF/cloudstack/pbkdf2/spring-pbkdf2-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,345{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,345{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/pbkdf2/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,345{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,346{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/pbkdf2/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,346{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-pbkdf2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,347{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/pbkdf2/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,348{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,349{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/plaintext/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar!/META-INF/cloudstack/plaintext/spring-plaintext-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,349{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,349{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/plaintext/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,350{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,350{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/plaintext/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,351{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-plaintext-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,351{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/plaintext/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,353{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,353{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/saml2/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar!/META-INF/cloudstack/saml2/spring-saml2-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,354{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,354{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/saml2/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,355{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,355{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/saml2/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,356{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-saml2-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,356{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/saml2/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,357{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,358{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/sha256salted/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar!/META-INF/cloudstack/sha256salted/spring-sha256salted-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,358{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,359{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/sha256salted/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,359{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,359{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/sha256salted/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,360{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-user-authenticator-sha256salted-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,360{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/sha256salted/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,362{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,362{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/secondary-storage-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar!/META-INF/cloudstack/secondary-storage-discoverer/spring-secondary-storage-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,363{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,363{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/secondary-storage-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,364{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,364{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/secondary-storage-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,365{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-secondary-storage-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,365{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/secondary-storage-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,366{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,367{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-alert-adapter-compute/spring-server-alert-adapter-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,368{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,369{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,369{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,370{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,371{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,372{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,373{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,374{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-api/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-api/spring-server-api-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,375{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,375{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-api/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,376{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,377{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-api/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,378{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,378{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-api/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,380{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,381{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-compute/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-compute/spring-server-compute-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,381{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,382{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-compute/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,383{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,383{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-compute/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,384{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,385{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-compute/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,386{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,387{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-planner/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-planner/spring-server-planner-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,388{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,389{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-planner/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,389{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,390{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-planner/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,391{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,391{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-planner/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,393{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,394{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-storage/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-storage/spring-server-storage-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,395{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,395{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-storage/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,396{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,397{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-storage/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,397{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,398{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-storage/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,400{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,400{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-backend/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-alert-adapter-backend/spring-server-alert-adapter-backend-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,401{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,402{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-backend/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,403{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,403{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-backend/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,404{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,405{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-backend/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,406{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,407{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-template-adapter/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-template-adapter/spring-server-template-adapter-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,408{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,408{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-template-adapter/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,409{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,410{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-template-adapter/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,410{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,411{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-template-adapter/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,413{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,414{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-fencer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-fencer/spring-server-fencer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,414{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,415{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-fencer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,416{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,416{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-fencer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,417{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,418{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-fencer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,419{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,420{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-discoverer/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-discoverer/spring-server-discoverer-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,421{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,422{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-discoverer/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,422{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,423{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-discoverer/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,424{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,424{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-discoverer/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,426{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,427{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-investigator/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-investigator/spring-server-investigator-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,427{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,428{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-investigator/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,429{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,429{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-investigator/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,430{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,431{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-investigator/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,432{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,433{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-allocator/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-allocator/spring-server-allocator-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,433{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,434{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-allocator/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,435{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,436{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-allocator/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,436{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,437{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-allocator/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,438{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,439{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-network/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-network/spring-server-network-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,440{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,440{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-network/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,441{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,442{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-network/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,443{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,443{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-network/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,445{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,445{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-storage/*context.xml] to resources [URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar!/META-INF/cloudstack/server-alert-adapter-storage/spring-server-alert-adapter-storage-context.xml]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,446{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,447{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-storage/*defaults.properties] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,448{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,448{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-storage/*context-inheritable.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,449{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Looking for matching resources in jar file [file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-server-4.5.2.jar]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,450{GMT} DEBUG [io.support.PathMatchingResourcePatternResolver] (main:) Resolved location pattern [classpath*:META-INF/cloudstack/server-alert-adapter-storage/*context-override.xml] to resources []
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,476{GMT} INFO  [module.context.ResourceApplicationContext] (main:) Refreshing ResourceApplicationContext [applicationName=/defaults, configResources=[URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-spring-module-4.5.2.jar!/org/apache/cloudstack/spring/module/model/impl/defaults-context.xml]]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,528{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initializing new StandardEnvironment
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,529{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemProperties] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,530{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemEnvironment] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,531{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,585{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initializing new StandardEnvironment
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,585{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemProperties] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,586{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemEnvironment] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,586{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,596{GMT} INFO  [factory.xml.XmlBeanDefinitionReader] (main:) Loading XML bean definitions from URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-spring-module-4.5.2.jar!/org/apache/cloudstack/spring/module/model/impl/defaults-context.xml]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,598{GMT} DEBUG [factory.xml.DefaultDocumentLoader] (main:) Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,723{GMT} TRACE [factory.xml.PluggableSchemaResolver] (main:) Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,723{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Loading schema mappings from [META-INF/spring.schemas]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,725{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Loaded schema mappings: {http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/security/spring-security-2.0.2.xsd=org/springframework/security/config/spring-security-2.0.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-
Aug 20 16:18:01 master1 jsvc.exec[5386]: aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/security/spring-security-3.1.xsd=org/springframework/security/config/spring-security-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/security/spring-security-3.0.3.xsd=org/springframewo
Aug 20 16:18:01 master1 jsvc.exec[5386]: rk/security/config/spring-security-3.0.3.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/security/spring-security-2.0.1.xsd=org/springframework/security/config/spring-security-2.0.1.xsd, 
Aug 20 16:18:01 master1 jsvc.exec[5386]: http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd, http://www.springframework.org/schema/security/spring-security-2.0.xsd=org/springframework/security/config/spring-security-2.0.xsd, http://www.springframework.org/schema/security/spring-security-3.0.xsd=org/springframework/security/config/spring-security-3.0.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframewo
Aug 20 16:18:01 master1 jsvc.exec[5386]: rk/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://cxf.apache.org/configuration/parameterized-types=schemas/configuration/parameterized-types.xsd, http://www.springframework.org/schema/security/spring-security-2.0.4.xsd=org/springframework/security/config/spring-security-2.0.4.xsd, http://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd
Aug 20 16:18:01 master1 jsvc.exec[5386]: =org/springframework/context/config/spring-context-3.1.xsd, http://cxf.apache.org/schemas/core.xsd=schemas/core.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd, http://www.springframework.org/schema/security/spring-security.xsd=org/springframework/security/config/spring-security-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://cxf.a
Aug 20 16:18:01 master1 jsvc.exec[5386]: pache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd, http://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.
Aug 20 16:18:01 master1 jsvc.exec[5386]: xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd, http://cxf.apache.org/schemas/configuration/parameterized-types.xsd=schemas/configuration/parameterized-types.xsd, http://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd, http://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,727{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,847{GMT} DEBUG [factory.xml.DefaultBeanDefinitionDocumentReader] (main:) Loading bean definitions
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,871{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Bean factory for org.apache.cloudstack.spring.module.context.ResourceApplicationContext@e3e075d: org.springframework.beans.factory.support.DefaultListableBeanFactory@5e223ed2: defining beans [DefaultConfigResources,DefaultConfigProperties,ModuleProperties]; root of factory hierarchy
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,898{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@1a54190]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,902{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@58958b07]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,904{GMT} INFO  [factory.support.DefaultListableBeanFactory] (main:) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5e223ed2: defining beans [DefaultConfigResources,DefaultConfigProperties,ModuleProperties]; root of factory hierarchy
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,905{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'DefaultConfigResources'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,905{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'DefaultConfigResources'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,924{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'DefaultConfigResources' to allow for resolving potential circular references
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,926{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'DefaultConfigResources'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,926{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'DefaultConfigProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,926{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'DefaultConfigProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,927{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'DefaultConfigProperties' to allow for resolving potential circular references
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,927{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'DefaultConfigProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,927{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'ModuleProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,927{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'ModuleProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,927{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'ModuleProperties' to allow for resolving potential circular references
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,949{GMT} TRACE [io.support.SpringFactoriesLoader] (main:) Loaded [org.springframework.beans.BeanInfoFactory] names: [org.springframework.beans.ExtendedBeanInfoFactory]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,949{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Getting BeanInfo for class [org.apache.cloudstack.spring.module.factory.QuietLoaderFactory]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,956{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Caching PropertyDescriptors for class [org.apache.cloudstack.spring.module.factory.QuietLoaderFactory]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,956{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'class' of type [java.lang.Class]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,957{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'object' of type [[Lorg.springframework.core.io.Resource;]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,957{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'objectType' of type [java.lang.Class]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,958{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'resources' of type [[Lorg.springframework.core.io.Resource;]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,958{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'singleton' of type [boolean]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,969{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'ModuleProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,971{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@2f86104c]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,972{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Returning cached instance of singleton bean 'lifecycleProcessor'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,972{GMT} TRACE [module.context.ResourceApplicationContext] (main:) Publishing event in org.apache.cloudstack.spring.module.context.ResourceApplicationContext@e3e075d: org.springframework.context.event.ContextRefreshedEvent[source=ResourceApplicationContext [applicationName=/defaults, configResources=[URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-framework-spring-module-4.5.2.jar!/org/apache/cloudstack/spring/module/model/impl/defaults-context.xml]]]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,974{GMT} TRACE [core.env.PropertySourcesPropertyResolver] (main:) getProperty("spring.liveBeansView.mbeanDomain", String)
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,974{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.liveBeansView.mbeanDomain' in [systemProperties]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,975{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.liveBeansView.mbeanDomain' in [systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,975{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring.liveBeansView.mbeanDomain'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,975{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring_liveBeansView_mbeanDomain'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,976{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING.LIVEBEANSVIEW.MBEANDOMAIN'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,976{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING_LIVEBEANSVIEW_MBEANDOMAIN'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,976{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Could not find key 'spring.liveBeansView.mbeanDomain' in any property source. Returning [null]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,976{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Returning cached instance of singleton bean 'DefaultConfigResources'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,978{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Returning cached instance of singleton bean 'DefaultConfigProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,979{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Returning cached instance of singleton bean 'ModuleProperties'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,981{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initializing new StandardEnvironment
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,981{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemProperties] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,981{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemEnvironment] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,981{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,982{GMT} TRACE [core.env.PropertySourcesPropertyResolver] (main:) getProperty("spring.profiles.active", String)
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,982{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.profiles.active' in [systemProperties]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,982{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.profiles.active' in [systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,983{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring.profiles.active'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,983{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring_profiles_active'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,983{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING.PROFILES.ACTIVE'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,983{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING_PROFILES_ACTIVE'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,984{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Could not find key 'spring.profiles.active' in any property source. Returning [null]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,984{GMT} TRACE [core.env.PropertySourcesPropertyResolver] (main:) getProperty("spring.profiles.default", String)
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,984{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.profiles.default' in [systemProperties]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,984{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.profiles.default' in [systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,984{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring.profiles.default'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,985{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring_profiles_default'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,985{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING.PROFILES.DEFAULT'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,985{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING_PROFILES_DEFAULT'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,985{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Could not find key 'spring.profiles.default' in any property source. Returning [null]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,986{GMT} TRACE [core.env.PropertySourcesPropertyResolver] (main:) getProperty("spring.profiles.default", String)
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,986{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.profiles.default' in [systemProperties]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,986{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Searching for key 'spring.profiles.default' in [systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,986{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring.profiles.default'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,986{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'spring_profiles_default'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,987{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING.PROFILES.DEFAULT'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,987{GMT} TRACE [core.env.SystemEnvironmentPropertySource] (main:) PropertySource [systemEnvironment] does not contain 'SPRING_PROFILES_DEFAULT'
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,987{GMT} DEBUG [core.env.PropertySourcesPropertyResolver] (main:) Could not find key 'spring.profiles.default' in any property source. Returning [null]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,989{GMT} INFO  [model.impl.DefaultModuleDefinitionSet] (main:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,989{GMT} INFO  [model.impl.DefaultModuleDefinitionSet] (main:) Loading module context [bootstrap] from URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,989{GMT} INFO  [module.context.ResourceApplicationContext] (main:) Refreshing ResourceApplicationContext [applicationName=/bootstrap, configResources=[URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml], URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]]]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,991{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initializing new StandardEnvironment
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,991{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemProperties] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,991{GMT} DEBUG [core.env.StandardEnvironment] (main:) Adding [systemEnvironment] PropertySource with lowest search precedence
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,991{GMT} DEBUG [core.env.StandardEnvironment] (main:) Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,992{GMT} INFO  [factory.xml.XmlBeanDefinitionReader] (main:) Loading XML bean definitions from URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context.xml]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,993{GMT} DEBUG [factory.xml.DefaultDocumentLoader] (main:) Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,996{GMT} TRACE [factory.xml.PluggableSchemaResolver] (main:) Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,996{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Loading schema mappings from [META-INF/spring.schemas]
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,998{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Loaded schema mappings: {http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://cxf.apache.org/schemas/configuration/security.xsd=schemas/configuration/security.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/security/spring-security-2.0.2.xsd=org/springframework/security/config/spring-security-2.0.2.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-
Aug 20 16:18:01 master1 jsvc.exec[5386]: aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/security/spring-security-3.1.xsd=org/springframework/security/config/spring-security-3.1.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://cxf.apache.org/schemas/wsdl/http-conf.xsd=schemas/wsdl/http-conf.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/security/spring-security-3.0.3.xsd=org/springframewo
Aug 20 16:18:01 master1 jsvc.exec[5386]: rk/security/config/spring-security-3.0.3.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/security/spring-security-2.0.1.xsd=org/springframework/security/config/spring-security-2.0.1.xsd, 
Aug 20 16:18:01 master1 jsvc.exec[5386]: http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://schemas.xmlsoap.org/wsdl/2003-02-11.xsd=schemas/wsdl/wsdl.xsd, http://www.springframework.org/schema/security/spring-security-2.0.xsd=org/springframework/security/config/spring-security-2.0.xsd, http://www.springframework.org/schema/security/spring-security-3.0.xsd=org/springframework/security/config/spring-security-3.0.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframewo
Aug 20 16:18:01 master1 jsvc.exec[5386]: rk/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://cxf.apache.org/configuration/parameterized-types=schemas/configuration/parameterized-types.xsd, http://www.springframework.org/schema/security/spring-security-2.0.4.xsd=org/springframework/security/config/spring-security-2.0.4.xsd, http://cxf.apache.org/schemas/configuration/cxf-beans.xsd=schemas/configuration/cxf-beans.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd
Aug 20 16:18:01 master1 jsvc.exec[5386]: =org/springframework/context/config/spring-context-3.1.xsd, http://cxf.apache.org/schemas/core.xsd=schemas/core.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://cxf.apache.org/schemas/jaxrs.xsd=schemas/jaxrs.xsd, http://www.springframework.org/schema/security/spring-security.xsd=org/springframework/security/config/spring-security-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://cxf.a
Aug 20 16:18:01 master1 jsvc.exec[5386]: pache.org/schemas/configuration/http-conf.xsd=schemas/configuration/http-conf.xsd, http://cxf.apache.org/schemas/configuration/http-jetty.xsd=schemas/configuration/http-jetty.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.
Aug 20 16:18:01 master1 jsvc.exec[5386]: xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://schemas.xmlsoap.org/wsdl/http/=schemas/wsdl/http.xsd, http://cxf.apache.org/schemas/configuration/parameterized-types.xsd=schemas/configuration/parameterized-types.xsd, http://schemas.xmlsoap.org/wsdl/=schemas/wsdl/wsdl.xsd, http://schemas.xmlsoap.org/ws/2004/08/addressing=schemas/wsdl/addressing.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
Aug 20 16:18:01 master1 jsvc.exec[5386]: 2015-08-20 16:18:01,999{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,047{GMT} DEBUG [factory.xml.DefaultBeanDefinitionDocumentReader] (main:) Loading bean definitions
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,048{GMT} DEBUG [factory.xml.BeanDefinitionParserDelegate] (main:) Neither XML 'id' nor 'name' specified - using generated bean name [org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,048{GMT} DEBUG [factory.xml.BeanDefinitionParserDelegate] (main:) Neither XML 'id' nor 'name' specified - using generated bean name [com.cloud.utils.crypt.EncryptionSecretKeyChecker#0]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,049{GMT} INFO  [factory.xml.XmlBeanDefinitionReader] (main:) Loading XML bean definitions from URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-core-4.5.2.jar!/META-INF/cloudstack/bootstrap/spring-bootstrap-context-inheritable.xml]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,050{GMT} DEBUG [factory.xml.DefaultDocumentLoader] (main:) Using JAXP provider [org.apache.xerces.jaxp.DocumentBuilderFactoryImpl]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,053{GMT} TRACE [factory.xml.PluggableSchemaResolver] (main:) Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,053{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.0.xsd
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,091{GMT} TRACE [factory.xml.PluggableSchemaResolver] (main:) Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/context/spring-context-3.0.xsd]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,092{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Found XML schema [http://www.springframework.org/schema/context/spring-context-3.0.xsd] in classpath: org/springframework/context/config/spring-context-3.0.xsd
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,100{GMT} TRACE [factory.xml.PluggableSchemaResolver] (main:) Trying to resolve XML entity with public id [null] and system id [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,100{GMT} DEBUG [factory.xml.PluggableSchemaResolver] (main:) Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.0.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.0.xsd
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,114{GMT} DEBUG [factory.xml.DefaultBeanDefinitionDocumentReader] (main:) Loading bean definitions
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,117{GMT} DEBUG [factory.xml.DefaultNamespaceHandlerResolver] (main:) Loaded NamespaceHandler mappings: {http://cxf.apache.org/transports/http-jetty/configuration=org.apache.cxf.transport.http_jetty.spring.NamespaceHandler, http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://cxf.apache.org/transports/http/configuration=org.apache.cxf.transport.http.spring.NamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/security=org.springfr
Aug 20 16:18:02 master1 jsvc.exec[5386]: amework.security.config.SecurityNamespaceHandler, http://cxf.apache.org/jaxrs=org.apache.cxf.jaxrs.spring.NamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://cxf.apache.org/core=org.apache.cxf.bus.spring.NamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,143{GMT} DEBUG [factory.xml.BeanDefinitionParserDelegate] (main:) Neither XML 'id' nor 'name' specified - using generated bean name [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,143{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Bean factory for org.apache.cloudstack.spring.module.context.ResourceApplicationContext@598b4d64: org.springframework.beans.factory.support.DefaultListableBeanFactory@6b0ff234: defining beans [org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0,com.cloud.utils.crypt.EncryptionSecretKeyChecker#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@5e223ed2
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,151{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,151{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,157{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,157{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,214{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,214{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,216{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,216{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Getting BeanInfo for class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,229{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Caching PropertyDescriptors for class [org.springframework.beans.factory.config.PropertyPlaceholderConfigurer]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,229{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'beanFactory' of type [org.springframework.beans.factory.BeanFactory]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,229{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'beanName' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,229{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'class' of type [java.lang.Class]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,229{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'fileEncoding' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,230{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'ignoreResourceNotFound' of type [boolean]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,230{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'ignoreUnresolvablePlaceholders' of type [boolean]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,230{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'localOverride' of type [boolean]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,230{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'location' of type [org.springframework.core.io.Resource]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,230{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'locations' of type [[Lorg.springframework.core.io.Resource;]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,231{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'nullValue' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,231{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'order' of type [int]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,231{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'placeholderPrefix' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,231{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'placeholderSuffix' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,231{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'properties' of type [java.util.Properties]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,232{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'propertiesArray' of type [[Ljava.util.Properties;]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,232{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'propertiesPersister' of type [org.springframework.util.PropertiesPersister]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,232{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'searchSystemEnvironment' of type [boolean]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,232{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'systemPropertiesMode' of type [int]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,232{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'systemPropertiesModeName' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,233{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'valueSeparator' of type [java.lang.String]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,243{GMT} TRACE [springframework.beans.TypeConverterDelegate] (main:) Converting String to [int] using property editor [org.springframework.beans.propertyeditors.CustomNumberEditor@3a938d20]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,244{GMT} TRACE [springframework.beans.TypeConverterDelegate] (main:) Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@32b9802e]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,244{GMT} TRACE [springframework.beans.TypeConverterDelegate] (main:) Converting String to [boolean] using property editor [org.springframework.beans.propertyeditors.CustomBooleanEditor@32b9802e]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,245{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Returning cached instance of singleton bean 'DefaultConfigResources'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,245{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,245{GMT} INFO  [factory.config.PropertyPlaceholderConfigurer] (main:) Loading properties file from URL [jar:file:/usr/share/cloudstack-management/webapps/client/WEB-INF/lib/cloud-plugin-hypervisor-vmware-4.5.2.jar!/META-INF/cloudstack/vmware-compute/vmware-defaults.properties]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,251{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,251{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,252{GMT} INFO  [factory.annotation.AutowiredAnnotationBeanPostProcessor] (main:) JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,252{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,253{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,253{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,253{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,254{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,254{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.springframework.context.annotation.internalRequiredAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,254{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,254{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,260{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,260{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,260{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,260{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,260{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,261{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,261{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@796c1a02]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,261{GMT} DEBUG [module.context.ResourceApplicationContext] (main:) Unable to locate ApplicationEventMulticaster with name 'applicationEventMulticaster': using default [org.springframework.context.event.SimpleApplicationEventMulticaster@281fb795]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,263{GMT} INFO  [factory.support.DefaultListableBeanFactory] (main:) Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6b0ff234: defining beans [org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0,com.cloud.utils.crypt.EncryptionSecretKeyChecker#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@5e223ed2
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,264{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,264{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,266{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,266{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Getting BeanInfo for class [org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,270{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Caching PropertyDescriptors for class [org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,270{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'autoStartup' of type [boolean]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,270{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'class' of type [java.lang.Class]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,270{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'phase' of type [int]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,270{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'running' of type [boolean]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,273{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Finished creating instance of bean 'org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,273{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating shared instance of singleton bean 'com.cloud.utils.crypt.EncryptionSecretKeyChecker#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,273{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Creating instance of bean 'com.cloud.utils.crypt.EncryptionSecretKeyChecker#0'
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,292{GMT} DEBUG [context.annotation.CommonAnnotationBeanPostProcessor] (main:) Found init method on class [com.cloud.utils.crypt.EncryptionSecretKeyChecker]: public void com.cloud.utils.crypt.EncryptionSecretKeyChecker.init()
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,292{GMT} DEBUG [context.annotation.CommonAnnotationBeanPostProcessor] (main:) Registered init method on class [com.cloud.utils.crypt.EncryptionSecretKeyChecker]: org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement@316510
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,293{GMT} DEBUG [factory.support.DefaultListableBeanFactory] (main:) Eagerly caching bean 'com.cloud.utils.crypt.EncryptionSecretKeyChecker#0' to allow for resolving potential circular references
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,293{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Getting BeanInfo for class [com.cloud.utils.crypt.EncryptionSecretKeyChecker]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,297{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Caching PropertyDescriptors for class [com.cloud.utils.crypt.EncryptionSecretKeyChecker]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,297{GMT} TRACE [springframework.beans.CachedIntrospectionResults] (main:) Found bean property 'class' of type [java.lang.Class]
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,297{GMT} DEBUG [context.annotation.CommonAnnotationBeanPostProcessor] (main:) Invoking init method on bean 'com.cloud.utils.crypt.EncryptionSecretKeyChecker#0': public void com.cloud.utils.crypt.EncryptionSecretKeyChecker.init()
Aug 20 16:18:02 master1 jsvc.exec[5386]: 2015-08-20 16:18:02,301{GMT} INFO  [factory.support.DefaultListableBeanFactory] (main:) Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@6b0ff234: defining beans [org.apache.cloudstack.spring.lifecycle.CloudStackLog4jSetup#0,com.cloud.utils.crypt.EncryptionSecretKeyChecker#0,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.beans.factory.config.PropertyPlaceholderConfigurer#0,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; parent: org.springframework.beans.factory.support.DefaultListableBeanFactory@5e223ed2
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.core.StandardContext start#012SEVERE: Error listenerStart
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.core.StandardContext start#012SEVERE: Context [/client] startup failed due to previous errors
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc#012SEVERE: The web application [/client] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc#012SEVERE: The web application [/client] registered the JDBC driver [com.mysql.fabric.jdbc.FabricMySQLDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads#012SEVERE: The web application [/client] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak.
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.coyote.http11.Http11NioProtocol start#012INFO: Starting Coyote HTTP/1.1 on http-8080
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.jk.common.ChannelSocket init#012INFO: JK: ajp13 listening on /0.0.0.0:20400
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.jk.server.JkMain start#012INFO: Jk running ID=0 time=0/18  config=null
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.core.StandardService start#012INFO: Starting service Catalina7080
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.core.StandardEngine start#012INFO: Starting Servlet Engine: Apache Tomcat/6.0.39
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.coyote.http11.Http11NioProtocol start#012INFO: Starting Coyote HTTP/1.1 on http-7080
Aug 20 16:18:02 master1 jsvc.exec[5386]: Aug 20, 2015 4:18:02 PM org.apache.catalina.startup.Catalina start#012INFO: Server startup in 3472 ms




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)