set gradle.properties:
appServer=
executable=false
tomcatVersion=

build.gradle has
implementation "org.apereo.cas:cas-server-webapp:${project.'cas.version'}"  

included jboss-deployment-sturcture.xml file in src/main/webapp/WEB-INF with
<jboss-deployment-structure>
  <deployment>
     <dependencies>
          <module name="jdk.unsupported" />
      </dependencies>
   </deployment>
</jboss-deployment-structure>

gradlew clean build, then deploy war file to wildfly. Get all sorts of 
errors:

Sorry for the long log file attached.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/ed171e5d-6716-462c-9a61-181ce05503c9n%40apereo.org.
1:54:27,067 INFO  
[org.apereo.cas.configuration.DefaultCasConfigurationPropertiesSourceLocator] 
(ServerService Thread Pool -- 45) Configuration files found at 
[\etc\cas\config] are [[file [D:\etc\cas\config\application.yml], file 
[D:\etc\cas\config\cas.properties]]] under profile(s) [[standalone]]
01:54:27,102 INFO  
[org.apereo.cas.configuration.loader.YamlConfigurationPropertiesLoader] 
(ServerService Thread Pool -- 45) Found settings [[info.description]] in YAML 
file [file [D:\etc\cas\config\application.yml]]
01:54:27,132 INFO  
[org.springframework.cloud.bootstrap.config.PropertySourceBootstrapConfiguration]
 (ServerService Thread Pool -- 45) Located property source: 
[BootstrapPropertySource 
{name='bootstrapProperties-applicationProfilesCompositeProperties'}, 
BootstrapPropertySource 
{name='bootstrapProperties-embeddedYamlOverriddenProperties'}]
01:54:27,325 INFO  [org.apereo.cas.web.CasWebApplicationServletInitializer] 
(ServerService Thread Pool -- 45) The following profiles are active: standalone
01:54:31,182 INFO  [org.springframework.cloud.context.scope.GenericScope] 
(ServerService Thread Pool -- 45) BeanFactory 
id=0b8d3260-169f-34df-b190-db3e73c71129
01:54:37,237 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 
'cas-org.apereo.cas.configuration.CasConfigurationProperties' of type 
[org.apereo.cas.configuration.CasConfigurationProperties] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
01:54:37,456 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'casCoreTicketsConfiguration' of type 
[org.apereo.cas.config.CasCoreTicketsConfiguration$$EnhancerBySpringCGLIB$$4043a37]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying)
01:54:37,519 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'jpaTicketRegistryConfiguration' of 
type 
[org.apereo.cas.config.JpaTicketRegistryConfiguration$$EnhancerBySpringCGLIB$$fcda5610]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying)
01:54:37,626 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'casHibernateJpaConfiguration' of type 
[org.apereo.cas.config.CasHibernateJpaConfiguration] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
01:54:37,655 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'scopedTarget.jpaBeanFactory' of type 
[org.apereo.cas.hibernate.CasHibernateJpaBeanFactory] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
01:54:38,222 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'ticketPackagesToScan' of type 
[java.util.ArrayList] is not eligible for getting processed by all 
BeanPostProcessors (for example: not eligible for auto-proxying)
01:54:38,420 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService 
Thread Pool -- 45) HHH000204: Processing PersistenceUnitInfo [name: 
jpaTicketRegistryContext]
01:54:38,507 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 45) 
HHH000412: Hibernate ORM core version 5.4.16.Final
01:54:38,702 INFO  [org.hibernate.annotations.common.Version] (ServerService 
Thread Pool -- 45) HCANN000001: Hibernate Commons Annotations {5.1.0.Final}
01:54:38,999 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'scopedTarget.dataSourceTicket' of type 
[com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by 
all BeanPostProcessors (for example: not eligible for auto-proxying)
01:54:39,019 INFO  [com.zaxxer.hikari.HikariDataSource] (ServerService Thread 
Pool -- 45) HikariPool-1 - Starting...
01:54:40,424 INFO  [com.zaxxer.hikari.HikariDataSource] (ServerService Thread 
Pool -- 45) HikariPool-1 - Start completed.
01:54:40,451 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool 
-- 45) HHH000400: Using dialect: org.hibernate.dialect.Oracle10gDialect
01:54:44,179 INFO  
[org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator] 
(ServerService Thread Pool -- 45) HHH000490: Using JtaPlatform implementation: 
[org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
01:54:44,194 INFO  
[org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] 
(ServerService Thread Pool -- 45) Initialized JPA EntityManagerFactory for 
persistence unit 'jpaTicketRegistryContext'
01:54:44,199 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'ticketEntityManagerFactory' of type 
[org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] is not 
eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying)
01:54:44,219 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'ticketEntityManagerFactory' of type 
[com.sun.proxy.$Proxy153] is not eligible for getting processed by all 
BeanPostProcessors (for example: not eligible for auto-proxying)
01:54:44,283 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'ticketTransactionManager' of type 
[org.springframework.orm.jpa.JpaTransactionManager] is not eligible for getting 
processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
01:54:44,350 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'casApplicationContextProvider' of type 
[org.apereo.cas.util.spring.ApplicationContextProvider] is not eligible for 
getting processed by all BeanPostProcessors (for example: not eligible for 
auto-proxying)
01:54:44,360 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'zonedDateTimeToStringConverter' of 
type [org.apereo.cas.util.spring.Converters$ZonedDateTimeToStringConverter] is 
not eligible for getting processed by all BeanPostProcessors (for example: not 
eligible for auto-proxying)
01:54:44,394 INFO  
[org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker]
 (ServerService Thread Pool -- 45) Bean 'casCoreUtilConfiguration' of type 
[org.apereo.cas.config.CasCoreUtilConfiguration$$EnhancerBySpringCGLIB$$43d93be]
 is not eligible for getting processed by all BeanPostProcessors (for example: 
not eligible for auto-proxying)
01:54:44,559 INFO  [io.undertow.servlet] (ServerService Thread Pool -- 45) 
Initializing Spring embedded WebApplicationContext
01:54:44,562 INFO  
[org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext]
 (ServerService Thread Pool -- 45) Root WebApplicationContext: initialization 
completed in 16639 ms
01:54:44,861 INFO  [org.springframework.aop.framework.CglibAopProxy] 
(ServerService Thread Pool -- 45) Unable to proxy interface-implementing method 
[public final void 
org.springframework.boot.web.servlet.RegistrationBean.onStartup(javax.servlet.ServletContext)
 throws javax.servlet.ServletException] because it is marked as final: Consider 
using interface-based JDK proxies instead!
01:54:45,003 WARN  
[org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext]
 (ServerService Thread Pool -- 45) Exception encountered during context 
initialization - cancelling refresh attempt: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
01:54:45,004 INFO  
[org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean] 
(ServerService Thread Pool -- 45) Closing JPA EntityManagerFactory for 
persistence unit 'jpaTicketRegistryContext'
01:54:45,009 INFO  [com.zaxxer.hikari.HikariDataSource] (ServerService Thread 
Pool -- 45) HikariPool-1 - Shutdown initiated...
01:54:45,815 INFO  [com.zaxxer.hikari.HikariDataSource] (ServerService Thread 
Pool -- 45) HikariPool-1 - Shutdown completed.
01:54:45,845 INFO  
[org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener]
 (ServerService Thread Pool -- 45)

Error starting ApplicationContext. To display the conditions report re-run your 
application with 'debug' enabled.
01:54:45,849 ERROR [org.springframework.boot.SpringApplication] (ServerService 
Thread Pool -- 45) Application run failed: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:156)
        at 
deployment.auth.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
        at 
deployment.auth.war//org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
        at 
deployment.auth.war//org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
        at 
deployment.auth.war//org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:152)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:132)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:92)
        at 
deployment.auth.war//org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:204)
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:186)
        at 
[email protected]//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at 
[email protected]//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at 
[email protected]//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:252)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
[email protected]//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
        at 
[email protected]//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
        at 
[email protected]//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
        at 
[email protected]//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
        at java.base/java.lang.Thread.run(Thread.java:834)
        at 
[email protected]//org.jboss.threads.JBossThread.run(JBossThread.java:485)
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'threadContextMDCServletFilter' defined in class path 
resource [org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
        at 
deployment.auth.war//org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:253)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:227)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:184)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153)
        ... 27 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to 
instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: 
Factory method 'threadContextMDCServletFilter' threw exception; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultTicketRegistrySupport' defined in class path 
resource [org/apereo/cas/config/CasCoreTicketsConfiguration.class]: 
Initialization of bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
        at 
deployment.auth.war//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
        ... 44 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultTicketRegistrySupport' defined in class path 
resource [org/apereo/cas/config/CasCoreTicketsConfiguration.class]: 
Initialization of bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
        at 
deployment.auth.war//org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.getObject(DefaultListableBeanFactory.java:1900)
        at 
deployment.auth.war//org.apereo.cas.logging.config.CasLoggingConfiguration.threadContextMDCServletFilter(CasLoggingConfiguration.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
deployment.auth.war//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
        ... 45 more
Caused by: org.springframework.aop.framework.AopConfigException: Unexpected AOP 
exception; nested exception is 
org.springframework.aop.framework.AopConfigException: Unable to instantiate 
proxy using Objenesis, and regular proxy instantiation via default constructor 
fails as well; nested exception is java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.aop.framework.CglibAopProxy.getProxy(CglibAopProxy.java:214)
        at 
deployment.auth.war//org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:110)
        at 
deployment.auth.war//org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:471)
        at 
deployment.auth.war//org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:350)
        at 
deployment.auth.war//org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:299)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:431)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
        ... 59 more
Caused by: org.springframework.aop.framework.AopConfigException: Unable to 
instantiate proxy using Objenesis, and regular proxy instantiation via default 
constructor fails as well; nested exception is java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.aop.framework.ObjenesisCglibAopProxy.createProxyClassAndInstance(ObjenesisCglibAopProxy.java:81)
        at 
deployment.auth.war//org.springframework.aop.framework.CglibAopProxy.getProxy(CglibAopProxy.java:205)
        ... 66 more
Caused by: java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at java.base/java.lang.Class.getConstructor0(Class.java:3350)
        at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2554)
        at 
deployment.auth.war//org.springframework.aop.framework.ObjenesisCglibAopProxy.createProxyClassAndInstance(ObjenesisCglibAopProxy.java:75)
        ... 67 more

01:54:45,868 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 
45) MSC000001: Failed to start service 
jboss.deployment.unit."auth.war".undertow-deployment: 
org.jboss.msc.service.StartException in service 
jboss.deployment.unit."auth.war".undertow-deployment: 
java.lang.RuntimeException: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
        at 
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
[email protected]//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
        at 
[email protected]//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)
        at 
[email protected]//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
        at 
[email protected]//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
        at java.base/java.lang.Thread.run(Thread.java:834)
        at 
[email protected]//org.jboss.threads.JBossThread.run(JBossThread.java:485)
Caused by: java.lang.RuntimeException: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:254)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:96)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:78)
        ... 8 more
Caused by: org.springframework.context.ApplicationContextException: Unable to 
start web server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:156)
        at 
deployment.auth.war//org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:544)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
        at 
deployment.auth.war//org.springframework.boot.SpringApplication.refresh(SpringApplication.java:747)
        at 
deployment.auth.war//org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:397)
        at 
deployment.auth.war//org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:152)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:132)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:92)
        at 
deployment.auth.war//org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:172)
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:204)
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl$1.call(DeploymentManagerImpl.java:186)
        at 
[email protected]//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42)
        at 
[email protected]//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43)
        at 
[email protected]//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
        at 
[email protected]//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1530)
        at 
[email protected]//io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:252)
        ... 10 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'threadContextMDCServletFilter' defined in class path 
resource [org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:656)
        at 
deployment.auth.war//org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:484)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1338)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1177)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:557)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:207)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:211)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:202)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:96)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:85)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:253)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:227)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:184)
        at 
deployment.auth.war//org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:153)
        ... 27 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to 
instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: 
Factory method 'threadContextMDCServletFilter' threw exception; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultTicketRegistrySupport' defined in class path 
resource [org/apereo/cas/config/CasCoreTicketsConfiguration.class]: 
Initialization of bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
        at 
deployment.auth.war//org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:651)
        ... 44 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultTicketRegistrySupport' defined in class path 
resource [org/apereo/cas/config/CasCoreTicketsConfiguration.class]: 
Initialization of bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:603)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:517)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:323)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:226)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:321)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
        at 
deployment.auth.war//org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1306)
        at 
deployment.auth.war//org.springframework.beans.factory.support.DefaultListableBeanFactory$DependencyObjectProvider.getObject(DefaultListableBeanFactory.java:1900)
        at 
deployment.auth.war//org.apereo.cas.logging.config.CasLoggingConfiguration.threadContextMDCServletFilter(CasLoggingConfiguration.java:55)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at 
deployment.auth.war//org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
        ... 45 more
Caused by: org.springframework.aop.framework.AopConfigException: Unexpected AOP 
exception; nested exception is 
org.springframework.aop.framework.AopConfigException: Unable to instantiate 
proxy using Objenesis, and regular proxy instantiation via default constructor 
fails as well; nested exception is java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.aop.framework.CglibAopProxy.getProxy(CglibAopProxy.java:214)
        at 
deployment.auth.war//org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:110)
        at 
deployment.auth.war//org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:471)
        at 
deployment.auth.war//org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:350)
        at 
deployment.auth.war//org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:299)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsAfterInitialization(AbstractAutowireCapableBeanFactory.java:431)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1800)
        at 
deployment.auth.war//org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:595)
        ... 59 more
Caused by: org.springframework.aop.framework.AopConfigException: Unable to 
instantiate proxy using Objenesis, and regular proxy instantiation via default 
constructor fails as well; nested exception is java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at 
deployment.auth.war//org.springframework.aop.framework.ObjenesisCglibAopProxy.createProxyClassAndInstance(ObjenesisCglibAopProxy.java:81)
        at 
deployment.auth.war//org.springframework.aop.framework.CglibAopProxy.getProxy(CglibAopProxy.java:205)
        ... 66 more
Caused by: java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
        at java.base/java.lang.Class.getConstructor0(Class.java:3350)
        at java.base/java.lang.Class.getDeclaredConstructor(Class.java:2554)
        at 
deployment.auth.war//org.springframework.aop.framework.ObjenesisCglibAopProxy.createProxyClassAndInstance(ObjenesisCglibAopProxy.java:75)
        ... 67 more

01:54:45,888 ERROR [org.jboss.as.controller.management-operation] (Controller 
Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: 
([("deployment" => "auth.war")]) - failure description: {"WFLYCTL0080: Failed 
services" => {"jboss.deployment.unit.\"auth.war\".undertow-deployment" => 
"java.lang.RuntimeException: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: java.lang.RuntimeException: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: org.springframework.context.ApplicationContextException: Unable 
to start web server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'threadContextMDCServletFilter' defined in class path 
resource [org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: org.springframework.beans.BeanInstantiationException: Failed to 
instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: 
Factory method 'threadContextMDCServletFilter' threw exception; nested 
exception is org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultTicketRegistrySupport' defined in class path 
resource [org/apereo/cas/config/CasCoreTicketsConfiguration.class]: 
Initialization of bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: org.springframework.beans.factory.BeanCreationException: Error 
creating bean with name 'defaultTicketRegistrySupport' defined in class path 
resource [org/apereo/cas/config/CasCoreTicketsConfiguration.class]: 
Initialization of bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: org.springframework.aop.framework.AopConfigException: Unexpected 
AOP exception; nested exception is 
org.springframework.aop.framework.AopConfigException: Unable to instantiate 
proxy using Objenesis, and regular proxy instantiation via default constructor 
fails as well; nested exception is java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: org.springframework.aop.framework.AopConfigException: Unable to 
instantiate proxy using Objenesis, and regular proxy instantiation via default 
constructor fails as well; nested exception is java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()
    Caused by: java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()"}}
01:54:45,920 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 16) 
WFLYSRV0010: Deployed "auth.war" (runtime-name : "auth.war")
01:54:45,921 INFO  [org.jboss.as.controller] (Controller Boot Thread) 
WFLYCTL0183: Service status report
WFLYCTL0186:   Services which failed to start:      service 
jboss.deployment.unit."auth.war".undertow-deployment: 
java.lang.RuntimeException: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'threadContextMDCServletFilter' defined in class path resource 
[org/apereo/cas/logging/config/CasLoggingConfiguration.class]: Bean 
instantiation via factory method failed; nested exception is 
org.springframework.beans.BeanInstantiationException: Failed to instantiate 
[org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 
'threadContextMDCServletFilter' threw exception; nested exception is 
org.springframework.beans.factory.BeanCreationException: Error creating bean 
with name 'defaultTicketRegistrySupport' defined in class path resource 
[org/apereo/cas/config/CasCoreTicketsConfiguration.class]: Initialization of 
bean failed; nested exception is 
org.springframework.aop.framework.AopConfigException: Unexpected AOP exception; 
nested exception is org.springframework.aop.framework.AopConfigException: 
Unable to instantiate proxy using Objenesis, and regular proxy instantiation 
via default constructor fails as well; nested exception is 
java.lang.NoSuchMethodException: 
org.apereo.cas.ticket.registry.DefaultTicketRegistrySupport$$EnhancerBySpringCGLIB$$a645244b.<init>()

Reply via email to