Hey Pierre,
I had the same issue when I configured a new VM to build CloudStack. I've Java 11 and Java 17 installed. Java and javac commands pointed to the java 11 but Maven used java 17. I configured the JAVA_PATH environment variable and it worked. Check the first output lines of the`mvn clean install -P systemvm,developer` command. I will show which version of java it is using. ------- Original Message ------- On Thursday, March 30th, 2023 at 17:06, Pierre Le Fevre <[email protected]> wrote: > > > Aha! Thanks Daan :) Got it to build and run now. > Didn't know maven had an internal version of java. > > Have a great evening > Pierre > > On Thu, 30 Mar 2023 at 15:53, Daan Hoogland [email protected] wrote: > > > there is a suspect for your problem, you use jdk 11 but your maven is using > > jdk 17 under the hood. > > > > On Thu, Mar 30, 2023 at 3:47 PM Pierre Le Fevre [email protected] wrote: > > > > > Hi Daan, > > > Here are my versions: > > > > > > ➜ cloudstack git:(main) ✗ mvn --version > > > Apache Maven 3.8.5 (Red Hat 3.8.5-3) > > > Maven home: /usr/share/maven > > > Java version: 17.0.6, vendor: Red Hat, Inc., runtime: > > > /usr/lib/jvm/java-17-openjdk-17.0.6.0.10-1.fc37.x86_64 > > > Default locale: en_US, platform encoding: UTF-8 > > > OS name: "linux", version: "6.2.8-200.fc37.x86_64", arch: "amd64", > > > family: > > > "unix" > > > ➜ cloudstack git:(main) ✗ java --version > > > openjdk 11.0.18 2023-01-17 > > > OpenJDK Runtime Environment (Red_Hat-11.0.18.0.10-1.fc37) (build > > > 11.0.18+10) > > > OpenJDK 64-Bit Server VM (Red_Hat-11.0.18.0.10-1.fc37) (build 11.0.18+10, > > > mixed mode, sharing) > > > ➜ cloudstack git:(main) ✗ javac --version > > > javac 11.0.18 > > > > > > I have JDK 17 installed but switched java and javac to use 11 using sudo > > > update-alternatives --config java(c) > > > > > > Thanks, > > > Pierre > > > > > > On Thu, 30 Mar 2023 at 15:42, Daan Hoogland [email protected] > > > wrote: > > > > > > > Pierre it looks like an issue with the JDK, but just to be sure, what > > > > maven > > > > version do you use? Can you give the output of > > > > $ mvs --version > > > > > > > > On Thu, Mar 30, 2023 at 3:19 PM Pierre Le Fevre [email protected] > > > > wrote: > > > > > > > > > Hi all :) > > > > > Been using cloudstack for a while so thought I could contribute some, > > > > > however I'm running into some issues with building the project for > > > > > local > > > > > development. > > > > > > > > > > Following the instructions in INSTALL.md, using JDK 11 and MySQL 8 > > > > > (on > > > > > Fedora 37) > > > > > mvn clean install -P systemvm,developer > > > > > mvn -P developer -pl developer -Ddeploydb > > > > > mvn -pl :cloud-client-ui jetty:run > > > > > > > > > > When running these, my build seems to get stuck at some tests in > > > > > CloudStack > > > > > Utils. I've tried building in IntelliJ, which gets further but seems > > > > > all > > > > > config is not correct so it fails later on. > > > > > > > > > > Is there something obvious I am missing? First time working in such a > > > > > big > > > > > maven project :) > > > > > > > > > > All the best > > > > > Pierre > > > > > > > > > > Test failures during build > > > > > [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time > > > > > elapsed: > > > > > 0.046 s <<< FAILURE! - in > > > > org.apache.cloudstack.utils.reflectiontostringbuilderutils.ReflectionToStringBuilderUtilsTest > > > > > > > [ERROR] > > > > org.apache.cloudstack.utils.reflectiontostringbuilderutils.ReflectionToStringBuilderUtilsTest > > > > > > > Time elapsed: 0.046 s <<< ERROR! > > > > > java.lang.ExceptionInInitializerError > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) > > > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) > > > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) > > > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) > > > > > > > Caused by: java.lang.reflect.InaccessibleObjectException: Unable to > > > > > make > > > > > static void java.util.Arrays.rangeCheck(int,int,int) accessible: > > > > > module > > > > > java.base does not "opens java.util" to unnamed module @7f0db310 > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) > > > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) > > > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) > > > > > > > at > > > > org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) > > > > > > > *Stacktrace of jetty command in terminal * > > > > > mvn -pl :cloud-client-ui jetty:run > > > > > [...] > > > > > org.springframework.beans.factory.UnsatisfiedDependencyException: > > > > > Error > > > > > creating bean with name > > > > > 'org.apache.cloudstack.spring.lifecycle.ConfigDepotLifeCycle#0': > > > > > Unsatisfied dependency expressed through field 'configDepotAdmin'; > > > > > nested > > > > > exception is > > > > > org.springframework.beans.factory.UnsatisfiedDependencyException: > > > > > Error > > > > > creating bean with name 'configDepot': Unsatisfied dependency > > > > > expressed > > > > > through field '_configDao'; nested exception is > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > > > creating > > > > > bean with name 'configurationDaoImpl' defined in URL > > > > [jar:file:/home/pierrelf/misc/cloudstack/client/target/cloud-client-ui-4.19.0.0-SNAPSHOT.jar!/META-INF/cloudstack/system/spring-framework-config-system-context.xml]: > > > > > > > Instantiation of bean failed; nested exception is > > > > > org.springframework.beans.BeanInstantiationException: Failed to > > > > > instantiate > > > > > [org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl]: > > > > > Constructor threw exception; nested exception is > > > > > java.lang.ExceptionInInitializerError > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:659) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > Caused by: > > > > > org.springframework.beans.factory.UnsatisfiedDependencyException: > > > > > Error > > > > > creating bean with name 'configDepot': Unsatisfied dependency > > > > > expressed > > > > > through field '_configDao'; nested exception is > > > > > org.springframework.beans.factory.BeanCreationException: Error > > > > > creating > > > > > bean with name 'configurationDaoImpl' defined in URL > > > > [jar:file:/home/pierrelf/misc/cloudstack/client/target/cloud-client-ui-4.19.0.0-SNAPSHOT.jar!/META-INF/cloudstack/system/spring-framework-config-system-context.xml]: > > > > > > > Instantiation of bean failed; nested exception is > > > > > org.springframework.beans.BeanInstantiationException: Failed to > > > > > instantiate > > > > > [org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl]: > > > > > Constructor threw exception; nested exception is > > > > > java.lang.ExceptionInInitializerError > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:659) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > Caused by: org.springframework.beans.factory.BeanCreationException: > > > > > Error > > > > > creating bean with name 'configurationDaoImpl' defined in URL > > > > [jar:file:/home/pierrelf/misc/cloudstack/client/target/cloud-client-ui-4.19.0.0-SNAPSHOT.jar!/META-INF/cloudstack/system/spring-framework-config-system-context.xml]: > > > > > > > Instantiation of bean failed; nested exception is > > > > > org.springframework.beans.BeanInstantiationException: Failed to > > > > > instantiate > > > > > [org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl]: > > > > > Constructor threw exception; nested exception is > > > > > java.lang.ExceptionInInitializerError > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1334) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance > > > > > > > (AbstractAutowireCapableBeanFactory.java:1232) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:582) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > Caused by: org.springframework.beans.BeanInstantiationException: > > > > > Failed > > > > > to > > > > > instantiate > > > > > [org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl]: > > > > > Constructor threw exception; nested exception is > > > > > java.lang.ExceptionInInitializerError > > > > > at org.springframework.beans.BeanUtils.instantiateClass > > > > > (BeanUtils.java:224) > > > > > at > > > > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate > > > > > > > (SimpleInstantiationStrategy.java:87) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1326) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance > > > > > > > (AbstractAutowireCapableBeanFactory.java:1232) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:582) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > Caused by: java.lang.ExceptionInInitializerError > > > > > at com.cloud.utils.db.GenericDaoBase.<init> > > > > > (GenericDaoBase.java:257) > > > > > at > > > > org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl.<init> > > > > > > > (ConfigurationDaoImpl.java:51) > > > > > at > > > > > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0 > > > > > (Native Method) > > > > > at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance > > > > > (NativeConstructorAccessorImpl.java:77) > > > > > at > > > > > jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance > > > > > (DelegatingConstructorAccessorImpl.java:45) > > > > > at java.lang.reflect.Constructor.newInstanceWithCaller > > > > > (Constructor.java:499) > > > > > at java.lang.reflect.Constructor.newInstance > > > > > (Constructor.java:480) > > > > > at org.springframework.beans.BeanUtils.instantiateClass > > > > > (BeanUtils.java:211) > > > > > at > > > > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate > > > > > > > (SimpleInstantiationStrategy.java:87) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1326) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance > > > > > > > (AbstractAutowireCapableBeanFactory.java:1232) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:582) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > Caused by: net.sf.cglib.core.CodeGenerationException: > > > > > java.lang.reflect.InaccessibleObjectException-->Unable to make > > > > > protected > > > > > final java.lang.Class > > > > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > > > > > > > throws java.lang.ClassFormatError accessible: module java.base does > > > > > not > > > > > "opens java.lang" to unnamed module @a8177f6 > > > > > at net.sf.cglib.core.ReflectUtils.defineClass > > > > > (ReflectUtils.java:464) > > > > > at net.sf.cglib.core.AbstractClassGenerator.generate > > > > > (AbstractClassGenerator.java:339) > > > > > at > > > > > net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply > > > > > (AbstractClassGenerator.java:96) > > > > > at > > > > > net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply > > > > > (AbstractClassGenerator.java:94) > > > > > at net.sf.cglib.core.internal.LoadingCache$2.call > > > > > (LoadingCache.java:54) > > > > > at java.util.concurrent.FutureTask.run (FutureTask.java:264) > > > > > at net.sf.cglib.core.internal.LoadingCache.createEntry > > > > > (LoadingCache.java:61) > > > > > at net.sf.cglib.core.internal.LoadingCache.get > > > > > (LoadingCache.java:34) > > > > > at net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData.get > > > > > (AbstractClassGenerator.java:119) > > > > > at net.sf.cglib.core.AbstractClassGenerator.create > > > > > (AbstractClassGenerator.java:294) > > > > > at net.sf.cglib.core.KeyFactory$Generator.create > > > > > (KeyFactory.java:221) > > > > > at net.sf.cglib.core.KeyFactory.create (KeyFactory.java:174) > > > > > at net.sf.cglib.core.KeyFactory.create (KeyFactory.java:153) > > > > > at net.sf.cglib.proxy.Enhancer.<clinit> (Enhancer.java:73) > > > > > at com.cloud.utils.db.GenericDaoBase.<init> > > > > > (GenericDaoBase.java:257) > > > > > at > > > > org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl.<init> > > > > > > > (ConfigurationDaoImpl.java:51) > > > > > at > > > > > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0 > > > > > (Native Method) > > > > > at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance > > > > > (NativeConstructorAccessorImpl.java:77) > > > > > at > > > > > jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance > > > > > (DelegatingConstructorAccessorImpl.java:45) > > > > > at java.lang.reflect.Constructor.newInstanceWithCaller > > > > > (Constructor.java:499) > > > > > at java.lang.reflect.Constructor.newInstance > > > > > (Constructor.java:480) > > > > > at org.springframework.beans.BeanUtils.instantiateClass > > > > > (BeanUtils.java:211) > > > > > at > > > > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate > > > > > > > (SimpleInstantiationStrategy.java:87) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1326) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance > > > > > > > (AbstractAutowireCapableBeanFactory.java:1232) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:582) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > Caused by: java.lang.reflect.InaccessibleObjectException: Unable to > > > > > make > > > > > protected final java.lang.Class > > > > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > > > > > > > throws java.lang.ClassFormatError accessible: module java.base does > > > > > not > > > > > "opens java.lang" to unnamed module @a8177f6 > > > > > at java.lang.reflect.AccessibleObject.checkCanSetAccessible > > > > > (AccessibleObject.java:354) > > > > > at java.lang.reflect.AccessibleObject.checkCanSetAccessible > > > > > (AccessibleObject.java:297) > > > > > at java.lang.reflect.Method.checkCanSetAccessible > > > > > (Method.java:199) > > > > > at java.lang.reflect.Method.setAccessible (Method.java:193) > > > > > at net.sf.cglib.core.ReflectUtils$1.run (ReflectUtils.java:61) > > > > > at java.security.AccessController.doPrivileged > > > > > (AccessController.java:569) > > > > > at net.sf.cglib.core.ReflectUtils.<clinit> (ReflectUtils.java:52) > > > > > at net.sf.cglib.core.KeyFactory$Generator.generateClass > > > > > (KeyFactory.java:243) > > > > > at net.sf.cglib.core.DefaultGeneratorStrategy.generate > > > > > (DefaultGeneratorStrategy.java:25) > > > > > at net.sf.cglib.core.AbstractClassGenerator.generate > > > > > (AbstractClassGenerator.java:332) > > > > > at > > > > > net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply > > > > > (AbstractClassGenerator.java:96) > > > > > at > > > > > net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData$3.apply > > > > > (AbstractClassGenerator.java:94) > > > > > at net.sf.cglib.core.internal.LoadingCache$2.call > > > > > (LoadingCache.java:54) > > > > > at java.util.concurrent.FutureTask.run (FutureTask.java:264) > > > > > at net.sf.cglib.core.internal.LoadingCache.createEntry > > > > > (LoadingCache.java:61) > > > > > at net.sf.cglib.core.internal.LoadingCache.get > > > > > (LoadingCache.java:34) > > > > > at net.sf.cglib.core.AbstractClassGenerator$ClassLoaderData.get > > > > > (AbstractClassGenerator.java:119) > > > > > at net.sf.cglib.core.AbstractClassGenerator.create > > > > > (AbstractClassGenerator.java:294) > > > > > at net.sf.cglib.core.KeyFactory$Generator.create > > > > > (KeyFactory.java:221) > > > > > at net.sf.cglib.core.KeyFactory.create (KeyFactory.java:174) > > > > > at net.sf.cglib.core.KeyFactory.create (KeyFactory.java:153) > > > > > at net.sf.cglib.proxy.Enhancer.<clinit> (Enhancer.java:73) > > > > > at com.cloud.utils.db.GenericDaoBase.<init> > > > > > (GenericDaoBase.java:257) > > > > > at > > > > org.apache.cloudstack.framework.config.dao.ConfigurationDaoImpl.<init> > > > > > > > (ConfigurationDaoImpl.java:51) > > > > > at > > > > > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0 > > > > > (Native Method) > > > > > at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance > > > > > (NativeConstructorAccessorImpl.java:77) > > > > > at > > > > > jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance > > > > > (DelegatingConstructorAccessorImpl.java:45) > > > > > at java.lang.reflect.Constructor.newInstanceWithCaller > > > > > (Constructor.java:499) > > > > > at java.lang.reflect.Constructor.newInstance > > > > > (Constructor.java:480) > > > > > at org.springframework.beans.BeanUtils.instantiateClass > > > > > (BeanUtils.java:211) > > > > > at > > > > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate > > > > > > > (SimpleInstantiationStrategy.java:87) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1326) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance > > > > > > > (AbstractAutowireCapableBeanFactory.java:1232) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:582) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:208) > > > > > at > > > > org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate > > > > > > > (DependencyDescriptor.java:276) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency > > > > > > > (DefaultListableBeanFactory.java:1391) > > > > > at > > > > org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency > > > > > > > (DefaultListableBeanFactory.java:1311) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:656) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:639) > > > > > at > > > > > org.springframework.beans.factory.annotation.InjectionMetadata.inject > > > > > (InjectionMetadata.java:119) > > > > > at > > > > org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties > > > > > > > (AutowiredAnnotationBeanPostProcessor.java:399) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:1431) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:619) > > > > > at > > > > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean > > > > > > > (AbstractAutowireCapableBeanFactory.java:542) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0 > > > > > > > (AbstractBeanFactory.java:335) > > > > > at > > > > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton > > > > > > > (DefaultSingletonBeanRegistry.java:234) > > > > > at > > > > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean > > > > > > > (AbstractBeanFactory.java:333) > > > > > at > > > > > org.springframework.beans.factory.support.AbstractBeanFactory.getBean > > > > > (AbstractBeanFactory.java:213) > > > > > at > > > > org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors > > > > > > > (PostProcessorRegistrationDelegate.java:270) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors > > > > > > > (AbstractApplicationContext.java:762) > > > > > at > > > > org.springframework.context.support.AbstractApplicationContext.refresh > > > > > > > (AbstractApplicationContext.java:567) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContext > > > > > > > (DefaultModuleDefinitionSet.java:144) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet$2.with > > > > > > > (DefaultModuleDefinitionSet.java:121) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:244) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:249) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.withModule > > > > > > > (DefaultModuleDefinitionSet.java:232) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.loadContexts > > > > > > > (DefaultModuleDefinitionSet.java:116) > > > > > at > > > > org.apache.cloudstack.spring.module.model.impl.DefaultModuleDefinitionSet.load > > > > > > > (DefaultModuleDefinitionSet.java:78) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.ModuleBasedContextFactory.loadModules > > > > > > > (ModuleBasedContextFactory.java:37) > > > > > at > > > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.init > > > > > > > > (CloudStackSpringContext.java:70) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:57) > > > > > at > > > > org.apache.cloudstack.spring.module.factory.CloudStackSpringContext.<init> > > > > > > > (CloudStackSpringContext.java:61) > > > > > at > > > > org.apache.cloudstack.spring.module.web.CloudStackContextLoaderListener.contextInitialized > > > > > > > (CloudStackContextLoaderListener.java:52) > > > > > at > > > > org.eclipse.jetty.server.handler.ContextHandler.callContextInitialized > > > > > > > (ContextHandler.java:933) > > > > > at > > > > org.eclipse.jetty.servlet.ServletContextHandler.callContextInitialized > > > > > > > (ServletContextHandler.java:553) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.startContext > > > > > (ContextHandler.java:892) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.startContext > > > > > (ServletContextHandler.java:356) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startWebapp > > > > > (WebAppContext.java:1445) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.startWebapp > > > > > (JettyWebAppContext.java:328) > > > > > at org.eclipse.jetty.webapp.WebAppContext.startContext > > > > > (WebAppContext.java:1409) > > > > > at org.eclipse.jetty.server.handler.ContextHandler.doStart > > > > > (ContextHandler.java:825) > > > > > at org.eclipse.jetty.servlet.ServletContextHandler.doStart > > > > > (ServletContextHandler.java:275) > > > > > at org.eclipse.jetty.webapp.WebAppContext.doStart > > > > > (WebAppContext.java:524) > > > > > at org.eclipse.jetty.maven.plugin.JettyWebAppContext.doStart > > > > > (JettyWebAppContext.java:397) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:117) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.start > > > > > (ContainerLifeCycle.java:169) > > > > > at org.eclipse.jetty.server.Server.start (Server.java:407) > > > > > at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart > > > > > (ContainerLifeCycle.java:110) > > > > > at org.eclipse.jetty.server.handler.AbstractHandler.doStart > > > > > (AbstractHandler.java:97) > > > > > at org.eclipse.jetty.server.Server.doStart (Server.java:371) > > > > > at org.eclipse.jetty.util.component.AbstractLifeCycle.start > > > > > (AbstractLifeCycle.java:72) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.startJetty > > > > > (AbstractJettyMojo.java:450) > > > > > at org.eclipse.jetty.maven.plugin.AbstractJettyMojo.execute > > > > > (AbstractJettyMojo.java:311) > > > > > at org.eclipse.jetty.maven.plugin.JettyRunMojo.execute > > > > > (JettyRunMojo.java:152) > > > > > at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo > > > > > (DefaultBuildPluginManager.java:137) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute > > > > > (MojoExecutor.java:301) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:211) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:165) > > > > > at org.apache.maven.lifecycle.internal.MojoExecutor.execute > > > > > (MojoExecutor.java:157) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:121) > > > > > at > > > > org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject > > > > > > > (LifecycleModuleBuilder.java:81) > > > > > at > > > > org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build > > > > > > > (SingleThreadedBuilder.java:56) > > > > > at org.apache.maven.lifecycle.internal.LifecycleStarter.execute > > > > > (LifecycleStarter.java:127) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:294) > > > > > at org.apache.maven.DefaultMaven.doExecute > > > > > (DefaultMaven.java:192) > > > > > at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105) > > > > > at org.apache.maven.cli.MavenCli.execute (MavenCli.java:960) > > > > > at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:293) > > > > > at org.apache.maven.cli.MavenCli.main (MavenCli.java:196) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native > > > > > Method) > > > > > at jdk.internal.reflect.NativeMethodAccessorImpl.invoke > > > > > (NativeMethodAccessorImpl.java:77) > > > > > at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke > > > > > (DelegatingMethodAccessorImpl.java:43) > > > > > at java.lang.reflect.Method.invoke (Method.java:568) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced > > > > > (Launcher.java:282) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.launch > > > > > (Launcher.java:225) > > > > > at > > > > > org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode > > > > > (Launcher.java:406) > > > > > at org.codehaus.plexus.classworlds.launcher.Launcher.main > > > > > (Launcher.java:347) > > > > > [INFO] Started ServerConnector@52bef30b{HTTP/1.1, (http/1.1)}{ > > > > > 0.0.0.0:8080 > > > > > } > > > > > [INFO] Started @11070ms > > > > > [INFO] Started Jetty Server > > > > > > > > -- > > > > Daan > > > > -- > > Daan
signature.asc
Description: OpenPGP digital signature
