The application dies with the following:
2018-02-22 14:35:19,339 INFO [io.undertow.servlet] (ServerService Thread Pool — 92) 2 Spring WebApplicationInitializers detected on classpath
2018-02-22 14:35:20,617 ERROR [stderr] (ServerService Thread Pool — 92) 2018-02-22 14:35:20 JRebel: ERROR Class ‘org.springframework.boot.env.PropertiesPropertySourceLoader’ could not be processed by org.zeroturnaround.javarebel.integration.spring.boot.cbp.PropertiesPropertySourceLoaderCBP@org.jboss.modules.ModuleClassLoader@561820b3: org.zeroturnaround.bundled.javassist.CannotCompileException: [source error] no such field: profile
2018-02-22 14:35:20,617 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.expr.MethodCall.replace(SourceFile:241)
2018-02-22 14:35:20,618 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.javarebel.integration.spring.boot.cbp.PropertiesPropertySourceLoaderCBP$1.edit(PropertiesPropertySourceLoaderCBP.java:42)
2018-02-22 14:35:20,618 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.expr.ExprEditor.loopBody(SourceFile:224)
2018-02-22 14:35:20,619 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.expr.ExprEditor.doit(SourceFile:91)
2018-02-22 14:35:20,619 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.CtBehavior.instrument(SourceFile:712)
2018-02-22 14:35:20,619 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.javarebel.integration.spring.boot.cbp.PropertiesPropertySourceLoaderCBP.process(PropertiesPropertySourceLoaderCBP.java:39)
2018-02-22 14:35:20,620 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor.process(SourceFile:97)
2018-02-22 14:35:20,620 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.vj.a(SourceFile:359)
2018-02-22 14:35:20,621 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.vj.a(SourceFile:348)
2018-02-22 14:35:20,621 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.vj.a(SourceFile:316)
2018-02-22 14:35:20,621 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.SDKIntegrationImpl.runBytecodeProcessors(SourceFile:45)
2018-02-22 14:35:20,622 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.sr.transform(SourceFile:107)
2018-02-22 14:35:20,622 ERROR [stderr] (ServerService Thread Pool — 92) at java.lang.ClassLoader.defineClass(ClassLoader.java)
2018-02-22 14:35:20,622 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:358)
2018-02-22 14:35:20,623 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:437)
2018-02-22 14:35:20,623 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:274)
2018-02-22 14:35:20,623 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:78)
2018-02-22 14:35:20,624 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.Module.loadModuleClass(Module.java:606)
2018-02-22 14:35:20,624 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
2018-02-22 14:35:20,624 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
2018-02-22 14:35:20,625 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
2018-02-22 14:35:20,625 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
2018-02-22 14:35:20,626 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264)
2018-02-22 14:35:20,627 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.core.io.support.SpringFactoriesLoader.instantiateFactory(SpringFactoriesLoader.java:153)
2018-02-22 14:35:20,627 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.core.io.support.SpringFactoriesLoader.loadFactories(SpringFactoriesLoader.java:101)
2018-02-22 14:35:20,627 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.<init>(ConfigFileApplicationListener.java:309)
2018-02-22 14:35:20,628 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.addPropertySources(ConfigFileApplicationListener.java:205)
2018-02-22 14:35:20,628 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.postProcessEnvironment(ConfigFileApplicationListener.java:188)
2018-02-22 14:35:20,629 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:175)
2018-02-22 14:35:20,629 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:161)
2018-02-22 14:35:20,629 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
2018-02-22 14:35:20,630 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
2018-02-22 14:35:20,630 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
2018-02-22 14:35:20,631 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
2018-02-22 14:35:20,631 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
2018-02-22 14:35:20,631 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
2018-02-22 14:35:20,632 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:351)
2018-02-22 14:35:20,632 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.SpringApplication.run(SpringApplication.java:317)
2018-02-22 14:35:20,633 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:155)
2018-02-22 14:35:20,633 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:135)
2018-02-22 14:35:20,634 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87)
2018-02-22 14:35:20,634 ERROR [stderr] (ServerService Thread Pool — 92) at com.dezide.advisor.portal.spring.PortalWebApplicationInitializer.onStartup(PortalWebApplicationInitializer.java:26)
2018-02-22 14:35:20,634 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
2018-02-22 14:35:20,636 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:186)
2018-02-22 14:35:20,636 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
2018-02-22 14:35:20,637 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
2018-02-22 14:35:20,637 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
2018-02-22 14:35:20,637 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,638 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,638 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,638 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,639 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,639 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,640 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
2018-02-22 14:35:20,640 ERROR [stderr] (ServerService Thread Pool — 92) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
2018-02-22 14:35:20,641 ERROR [stderr] (ServerService Thread Pool — 92) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
2018-02-22 14:35:20,641 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2018-02-22 14:35:20,642 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2018-02-22 14:35:20,642 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2018-02-22 14:35:20,642 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2018-02-22 14:35:20,643 ERROR [stderr] (ServerService Thread Pool — 92) at java.lang.Thread.run(Thread.java:748)
2018-02-22 14:35:20,643 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.threads.JBossThread.run(JBossThread.java:320)
2018-02-22 14:35:20,644 ERROR [stderr] (ServerService Thread Pool — 92) Caused by: compile error: no such field: profile
2018-02-22 14:35:20,644 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.fieldAccess(SourceFile:845)
2018-02-22 14:35:20,646 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atFieldRead(SourceFile:803)
2018-02-22 14:35:20,646 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atMember(SourceFile:988)
2018-02-22 14:35:20,646 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.JvstTypeChecker.atMember(SourceFile:66)
2018-02-22 14:35:20,647 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.Member.accept(SourceFile:39)
2018-02-22 14:35:20,647 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.JvstTypeChecker.atMethodArgs(SourceFile:221)
2018-02-22 14:35:20,647 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atMethodCallCore(SourceFile:735)
2018-02-22 14:35:20,648 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atNewExpr(SourceFile:149)
2018-02-22 14:35:20,648 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.NewExpr.accept(SourceFile:73)
2018-02-22 14:35:20,649 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atVariableAssign(SourceFile:249)
2018-02-22 14:35:20,649 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atAssignExpr(SourceFile:218)
2018-02-22 14:35:20,650 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.AssignExpr.accept(SourceFile:39)
2018-02-22 14:35:20,650 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.doTypeCheck(SourceFile:242)
2018-02-22 14:35:20,650 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.atStmnt(SourceFile:330)
2018-02-22 14:35:20,651 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.Stmnt.accept(SourceFile:50)
2018-02-22 14:35:20,651 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.Javac.compileStmnt(SourceFile:567)
2018-02-22 14:35:20,651 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.expr.MethodCall.replace(SourceFile:235)
2018-02-22 14:35:20,652 ERROR [stderr] (ServerService Thread Pool — 92) … 61 more
2018-02-22 14:35:20,652 ERROR [stderr] (ServerService Thread Pool — 92)
2018-02-22 14:35:20,659 ERROR [stderr] (ServerService Thread Pool — 92) 2018-02-22 14:35:20 JRebel: ERROR Class ‘org.springframework.boot.env.YamlPropertySourceLoader’ could not be processed by org.zeroturnaround.javarebel.integration.spring.boot.cbp.YamlPropertySourceLoaderCBP@org.jboss.modules.ModuleClassLoader@561820b3: org.zeroturnaround.bundled.javassist.CannotCompileException: [source error] cannot find constructor org.springframework.boot.env.OriginTrackedYamlLoader(org.springframework.core.io.Resource,java.lang.String)
2018-02-22 14:35:20,660 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.CtNewMethod.make(SourceFile:79)
2018-02-22 14:35:20,661 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.CtNewMethod.make(SourceFile:45)
2018-02-22 14:35:20,661 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.javarebel.integration.spring.boot.cbp.YamlPropertySourceLoaderCBP.process(YamlPropertySourceLoaderCBP.java:30)
2018-02-22 14:35:20,662 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.javarebel.integration.support.JavassistClassBytecodeProcessor.process(SourceFile:97)
2018-02-22 14:35:20,662 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.vj.a(SourceFile:359)
2018-02-22 14:35:20,663 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.vj.a(SourceFile:348)
2018-02-22 14:35:20,664 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.vj.a(SourceFile:316)
2018-02-22 14:35:20,665 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.SDKIntegrationImpl.runBytecodeProcessors(SourceFile:45)
2018-02-22 14:35:20,665 ERROR [stderr] (ServerService Thread Pool — 92) at com.zeroturnaround.javarebel.sr.transform(SourceFile:107)
2018-02-22 14:35:20,666 ERROR [stderr] (ServerService Thread Pool — 92) at java.lang.ClassLoader.defineClass(ClassLoader.java)
2018-02-22 14:35:20,666 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.doDefineOrLoadClass(ModuleClassLoader.java:358)
2018-02-22 14:35:20,667 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.defineClass(ModuleClassLoader.java:437)
2018-02-22 14:35:20,667 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.loadClassLocal(ModuleClassLoader.java:274)
2018-02-22 14:35:20,667 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader$1.loadClassLocal(ModuleClassLoader.java:78)
2018-02-22 14:35:20,668 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.Module.loadModuleClass(Module.java:606)
2018-02-22 14:35:20,668 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
2018-02-22 14:35:20,668 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:363)
2018-02-22 14:35:20,669 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:351)
2018-02-22 14:35:20,669 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:93)
2018-02-22 14:35:20,670 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.util.ClassUtils.forName(ClassUtils.java:264)
2018-02-22 14:35:20,670 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.core.io.support.SpringFactoriesLoader.instantiateFactory(SpringFactoriesLoader.java:153)
2018-02-22 14:35:20,670 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.core.io.support.SpringFactoriesLoader.loadFactories(SpringFactoriesLoader.java:101)
2018-02-22 14:35:20,671 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.<init>(ConfigFileApplicationListener.java:309)
2018-02-22 14:35:20,671 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.addPropertySources(ConfigFileApplicationListener.java:205)
2018-02-22 14:35:20,673 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.postProcessEnvironment(ConfigFileApplicationListener.java:188)
2018-02-22 14:35:20,674 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEnvironmentPreparedEvent(ConfigFileApplicationListener.java:175)
2018-02-22 14:35:20,674 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.config.ConfigFileApplicationListener.onApplicationEvent(ConfigFileApplicationListener.java:161)
2018-02-22 14:35:20,675 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
2018-02-22 14:35:20,676 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
2018-02-22 14:35:20,676 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
2018-02-22 14:35:20,677 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:127)
2018-02-22 14:35:20,678 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.context.event.EventPublishingRunListener.environmentPrepared(EventPublishingRunListener.java:74)
2018-02-22 14:35:20,678 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.SpringApplicationRunListeners.environmentPrepared(SpringApplicationRunListeners.java:54)
2018-02-22 14:35:20,679 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.SpringApplication.prepareEnvironment(SpringApplication.java:351)
2018-02-22 14:35:20,679 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.SpringApplication.run(SpringApplication.java:317)
2018-02-22 14:35:20,679 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:155)
2018-02-22 14:35:20,680 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:135)
2018-02-22 14:35:20,680 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:87)
2018-02-22 14:35:20,681 ERROR [stderr] (ServerService Thread Pool — 92) at com.dezide.advisor.portal.spring.PortalWebApplicationInitializer.onStartup(PortalWebApplicationInitializer.java:26)
2018-02-22 14:35:20,682 ERROR [stderr] (ServerService Thread Pool — 92) at org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
2018-02-22 14:35:20,682 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:186)
2018-02-22 14:35:20,683 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:171)
2018-02-22 14:35:20,683 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
2018-02-22 14:35:20,684 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
2018-02-22 14:35:20,684 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,685 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,685 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,685 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,687 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,688 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.api.LegacyThreadSetupActionWrapper$1.call(LegacyThreadSetupActionWrapper.java:44)
2018-02-22 14:35:20,688 ERROR [stderr] (ServerService Thread Pool — 92) at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:234)
2018-02-22 14:35:20,688 ERROR [stderr] (ServerService Thread Pool — 92) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
2018-02-22 14:35:20,689 ERROR [stderr] (ServerService Thread Pool — 92) at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
2018-02-22 14:35:20,690 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
2018-02-22 14:35:20,691 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
2018-02-22 14:35:20,691 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
2018-02-22 14:35:20,692 ERROR [stderr] (ServerService Thread Pool — 92) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
2018-02-22 14:35:20,692 ERROR [stderr] (ServerService Thread Pool — 92) at java.lang.Thread.run(Thread.java:748)
2018-02-22 14:35:20,693 ERROR [stderr] (ServerService Thread Pool — 92) at org.jboss.threads.JBossThread.run(JBossThread.java:320)
2018-02-22 14:35:20,693 ERROR [stderr] (ServerService Thread Pool — 92) Caused by: compile error: cannot find constructor org.springframework.boot.env.OriginTrackedYamlLoader(org.springframework.core.io.Resource,java.lang.String)
2018-02-22 14:35:20,694 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atMethodCallCore(SourceFile:749)
2018-02-22 14:35:20,694 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atNewExpr(SourceFile:149)
2018-02-22 14:35:20,695 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.NewExpr.accept(SourceFile:73)
2018-02-22 14:35:20,695 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.TypeChecker.atCallExpr(SourceFile:665)
2018-02-22 14:35:20,696 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.JvstTypeChecker.atCallExpr(SourceFile:157)
2018-02-22 14:35:20,696 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.CallExpr.accept(SourceFile:46)
2018-02-22 14:35:20,697 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.doTypeCheck(SourceFile:242)
2018-02-22 14:35:20,697 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.compileExpr(SourceFile:229)
2018-02-22 14:35:20,697 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.atReturnStmnt2(SourceFile:615)
2018-02-22 14:35:20,698 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.JvstCodeGen.atReturnStmnt(SourceFile:424)
2018-02-22 14:35:20,699 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.atStmnt(SourceFile:363)
2018-02-22 14:35:20,700 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.Stmnt.accept(SourceFile:50)
2018-02-22 14:35:20,701 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.atStmnt(SourceFile:351)
2018-02-22 14:35:20,701 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.Stmnt.accept(SourceFile:50)
2018-02-22 14:35:20,702 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.atMethodBody(SourceFile:292)
2018-02-22 14:35:20,702 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.CodeGen.atMethodDecl(SourceFile:274)
2018-02-22 14:35:20,703 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.ast.MethodDecl.accept(SourceFile:44)
2018-02-22 14:35:20,703 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.Javac.compileMethod(SourceFile:169)
2018-02-22 14:35:20,703 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.compiler.Javac.compile(SourceFile:95)
2018-02-22 14:35:20,704 ERROR [stderr] (ServerService Thread Pool — 92) at org.zeroturnaround.bundled.javassist.CtNewMethod.make(SourceFile:74)
2018-02-22 14:35:20,704 ERROR [stderr] (ServerService Thread Pool — 92) … 58 more
2018-02-22 14:35:20,704 ERROR [stderr] (ServerService Thread Pool — 92)
2018-02-22 14:35:21,107 INFO [stdout] (ServerService Thread Pool — 92)