Skip to content

Instantly share code, notes, and snippets.

@jfdenise
Created November 27, 2023 09:36
Show Gist options
  • Save jfdenise/df0afc9cd37ebdcf82f772de503e0405 to your computer and use it in GitHub Desktop.
Save jfdenise/df0afc9cd37ebdcf82f772de503e0405 to your computer and use it in GitHub Desktop.
Errors spring-resteasy startup
2023-11-27 10:34:10,558 INFO [org.jboss.modules] (main) JBoss Modules version 2.1.2.Final
2023-11-27 10:34:10,865 INFO [org.jboss.msc] (main) JBoss MSC version 1.5.2.Final
2023-11-27 10:34:10,870 INFO [org.jboss.threads] (main) JBoss Threads version 2.4.0.Final
2023-11-27 10:34:10,942 INFO [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 30.0.0.Final (WildFly Core 22.0.1.Final) starting
2023-11-27 10:34:10,944 DEBUG [org.jboss.as.config] (MSC service thread 1-1) Configured system properties:
[Standalone] =
file.encoding = UTF-8
file.separator = /
java.awt.headless = true
java.class.path = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/jboss-modules.jar
java.class.version = 61.0
java.home = /home/jdenise/Downloads/jdk-17.0.6_linux-x64_bin/jdk-17.0.6
java.io.tmpdir = /tmp
java.library.path = /usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib
java.net.preferIPv4Stack = true
java.runtime.name = Java(TM) SE Runtime Environment
java.runtime.version = 17.0.6+9-LTS-190
java.security.manager = allow
java.specification.name = Java Platform API Specification
java.specification.vendor = Oracle Corporation
java.specification.version = 17
java.util.logging.manager = org.jboss.logmanager.LogManager
java.vendor = Oracle Corporation
java.vendor.url = https://java.oracle.com/
java.vendor.url.bug = https://bugreport.java.com/bugreport/
java.version = 17.0.6
java.version.date = 2023-01-17
java.vm.compressedOopsMode = 32-bit
java.vm.info = mixed mode, sharing
java.vm.name = Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.name = Java Virtual Machine Specification
java.vm.specification.vendor = Oracle Corporation
java.vm.specification.version = 17
java.vm.vendor = Oracle Corporation
java.vm.version = 17.0.6+9-LTS-190
javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
jboss.home.dir = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final
jboss.host.name = jdenise
jboss.modules.system.pkgs = org.jboss.byteman
jboss.node.name = jdenise
jboss.qualified.host.name = jdenise.remote.csb
jboss.server.base.dir = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone
jboss.server.config.dir = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/configuration
jboss.server.data.dir = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/data
jboss.server.log.dir = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/log
jboss.server.name = jdenise
jboss.server.persist.config = true
jboss.server.temp.dir = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/tmp
jdk.debug = release
line.separator =
logging.configuration = file:/home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/configuration/logging.properties
module.path = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/modules
native.encoding = UTF-8
org.jboss.boot.log.file = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/log/server.log
org.jboss.resolver.warning = true
os.arch = amd64
os.name = Linux
os.version = 4.18.0-425.10.1.el8_7.x86_64
path.separator = :
sun.arch.data.model = 64
sun.boot.library.path = /home/jdenise/Downloads/jdk-17.0.6_linux-x64_bin/jdk-17.0.6/lib
sun.cpu.endian = little
sun.io.unicode.encoding = UnicodeLittle
sun.java.command = /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/jboss-modules.jar -mp /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/modules org.jboss.as.standalone -Djboss.home.dir=/home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final -Djboss.server.base.dir=/home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone
sun.java.launcher = SUN_STANDARD
sun.jnu.encoding = UTF-8
sun.management.compiler = HotSpot 64-Bit Tiered Compilers
sun.stderr.encoding = UTF-8
sun.stdout.encoding = UTF-8
user.country = US
user.dir = /home/jdenise/workspaces/wildfly-glow-main
user.home = /home/jdenise
user.language = en
user.name = jdenise
user.timezone = Europe/Paris
2023-11-27 10:34:10,945 DEBUG [org.jboss.as.config] (MSC service thread 1-1) VM Arguments: -D[Standalone] -Xms64m -Xmx512m -XX:MetaspaceSize=96M -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldap=ALL-UNNAMED --add-exports=java.naming/com.sun.jndi.url.ldaps=ALL-UNNAMED --add-exports=jdk.naming.dns/com.sun.jndi.dns=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.lang.invoke=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.net=ALL-UNNAMED --add-opens=java.base/java.security=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.management/javax.management=ALL-UNNAMED --add-opens=java.naming/javax.naming=ALL-UNNAMED -Djava.security.manager=allow -Dorg.jboss.boot.log.file=/home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/log/server.log -Dlogging.configuration=file:/home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/configuration/logging.properties
2023-11-27 10:34:11,269 INFO [org.wildfly.security] (ServerService Thread Pool -- 16) ELY00001: WildFly Elytron version 2.2.2.Final
2023-11-27 10:34:11,640 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
2023-11-27 10:34:11,647 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.8.11.Final
2023-11-27 10:34:11,651 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.8.11.Final
2023-11-27 10:34:11,667 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 32) WFLYCLINF0001: Activating Infinispan subsystem.
2023-11-27 10:34:11,670 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 34) WFLYRS0016: RESTEasy version 6.2.6.Final
2023-11-27 10:34:11,672 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 33) WFLYIO001: Worker 'default' has auto-configured to 24 IO threads with 192 max task threads based on your 12 available processors
2023-11-27 10:34:11,672 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 37) WFLYNAM0001: Activating Naming Subsystem
2023-11-27 10:34:11,673 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 41) WFLYTX0013: The node-identifier attribute on the /subsystem=transactions is set to the default value. This is a danger for environments running multiple servers. Please make sure the attribute value is unique.
2023-11-27 10:34:11,681 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 36) WFLYJSF0007: Activated the following Jakarta Server Faces Implementations: [main]
2023-11-27 10:34:11,698 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "spring-resteasy.war" (runtime-name: "spring-resteasy.war")
2023-11-27 10:34:11,714 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 5.0.27.Final
2023-11-27 10:34:11,726 INFO [org.jboss.as.naming] (MSC service thread 1-7) WFLYNAM0003: Starting Naming Service
2023-11-27 10:34:11,729 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0003: Undertow 2.3.10.Final starting
2023-11-27 10:34:11,740 WARN [org.wildfly.extension.elytron] (MSC service thread 1-4) WFLYELY00023: KeyStore file '/home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/configuration/application.keystore' does not exist. Used blank.
2023-11-27 10:34:11,746 WARN [org.wildfly.clustering.web.undertow] (ServerService Thread Pool -- 42) WFLYCLWEBUT0007: No routing provider found for default-server; using legacy provider based on static configuration
2023-11-27 10:34:11,747 WARN [org.wildfly.extension.elytron] (MSC service thread 1-8) WFLYELY01084: KeyStore /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/configuration/application.keystore not found, it will be auto-generated on first use with a self-signed certificate for host localhost
2023-11-27 10:34:11,782 INFO [org.jboss.as.ejb3] (MSC service thread 1-5) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 192 (per class), which is derived from thread worker pool sizing.
2023-11-27 10:34:11,788 INFO [org.wildfly.extension.undertow] (MSC service thread 1-5) WFLYUT0012: Started server default-server.
2023-11-27 10:34:11,790 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) Queuing requests.
2023-11-27 10:34:11,791 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0018: Host default-host starting
2023-11-27 10:34:11,809 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
2023-11-27 10:34:11,843 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory /home/jdenise/workspaces/wildfly-glow-main/server-30.0.0.Final/standalone/deployments
2023-11-27 10:34:11,880 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
2023-11-27 10:34:12,712 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener named org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener
2023-11-27 10:34:12,718 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception (enable DEBUG log level to see the cause)
2023-11-27 10:34:12,718 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Not installing optional component org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener due to an exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0048: Could not find default constructor for class org.springframework.http.server.reactive.ServletHttpHandlerAdapter$HttpHandlerAsyncListener
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.DefaultInterceptorConfigurator.configure(DefaultInterceptorConfigurator.java:97)
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:65)
at org.jboss.as.server@22.0.1.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:171)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.base/java.lang.Thread.run(Thread.java:833)
2023-11-27 10:34:12,719 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.jboss.resteasy.plugins.spring.SpringContextLoaderListener named org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
2023-11-27 10:34:12,727 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.springframework.http.server.ServletServerHttpAsyncRequestControl named org.springframework.http.server.ServletServerHttpAsyncRequestControl
2023-11-27 10:34:12,729 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception (enable DEBUG log level to see the cause)
2023-11-27 10:34:12,730 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Not installing optional component org.springframework.http.server.ServletServerHttpAsyncRequestControl due to an exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0048: Could not find default constructor for class org.springframework.http.server.ServletServerHttpAsyncRequestControl
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.DefaultInterceptorConfigurator.configure(DefaultInterceptorConfigurator.java:97)
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:65)
at org.jboss.as.server@22.0.1.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:171)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.base/java.lang.Thread.run(Thread.java:833)
2023-11-27 10:34:12,730 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener named org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener
2023-11-27 10:34:12,732 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception (enable DEBUG log level to see the cause)
2023-11-27 10:34:12,732 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Not installing optional component org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener due to an exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0048: Could not find default constructor for class org.springframework.http.server.reactive.ServletServerHttpResponse$ResponseAsyncListener
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.DefaultInterceptorConfigurator.configure(DefaultInterceptorConfigurator.java:97)
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:65)
at org.jboss.as.server@22.0.1.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:171)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.base/java.lang.Thread.run(Thread.java:833)
2023-11-27 10:34:12,733 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV named jakarta.servlet.jsp.jstl.tlv.PermittedTaglibsTLV
2023-11-27 10:34:12,735 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher named org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher
2023-11-27 10:34:12,742 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap named org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap
2023-11-27 10:34:12,743 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.springframework.web.context.request.async.StandardServletAsyncWebRequest named org.springframework.web.context.request.async.StandardServletAsyncWebRequest
2023-11-27 10:34:12,745 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception (enable DEBUG log level to see the cause)
2023-11-27 10:34:12,746 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Not installing optional component org.springframework.web.context.request.async.StandardServletAsyncWebRequest due to an exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0048: Could not find default constructor for class org.springframework.web.context.request.async.StandardServletAsyncWebRequest
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.DefaultInterceptorConfigurator.configure(DefaultInterceptorConfigurator.java:97)
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:65)
at org.jboss.as.server@22.0.1.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:171)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.base/java.lang.Thread.run(Thread.java:833)
2023-11-27 10:34:12,746 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener named org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener
2023-11-27 10:34:12,747 WARN [org.jboss.as.ee] (MSC service thread 1-4) WFLYEE0007: Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception (enable DEBUG log level to see the cause)
2023-11-27 10:34:12,748 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Not installing optional component org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener due to an exception: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0048: Could not find default constructor for class org.springframework.http.server.reactive.ServletServerHttpRequest$RequestAsyncListener
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.DefaultInterceptorConfigurator.configure(DefaultInterceptorConfigurator.java:97)
at org.jboss.as.ee@30.0.0.Final//org.jboss.as.ee.component.deployers.EEModuleConfigurationProcessor.deploy(EEModuleConfigurationProcessor.java:65)
at org.jboss.as.server@22.0.1.Final//org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:171)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1617)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1580)
at org.jboss.msc@1.5.2.Final//org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1438)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1990)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)
at org.jboss.threads@2.4.0.Final//org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1377)
at java.base/java.lang.Thread.run(Thread.java:833)
2023-11-27 10:34:12,748 DEBUG [org.jboss.as.ee] (MSC service thread 1-4) Configuring component class: jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV named jakarta.servlet.jsp.jstl.tlv.ScriptFreeTLV
2023-11-27 10:34:12,882 WARN [org.jboss.as.jaxrs] (MSC service thread 1-4) WFLYRS0018: Explicit usage of Jackson annotation in a Jakarta RESTful Web Services deployment; the system will disable Jakarta JSON Binding processing for the current deployment. Consider setting the 'resteasy.preferJacksonOverJsonB' property to 'false' to restore Jakarta JSON Binding.
2023-11-27 10:34:12,919 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0273: Excluded subsystem microprofile-opentracing-smallrye via jboss-deployment-structure.xml does not exist.
2023-11-27 10:34:12,920 WARN [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0274: Excluded dependency org.jboss.resteasy.resteasy-cdi via jboss-deployment-structure.xml does not exist.
2023-11-27 10:34:12,977 INFO [io.undertow.servlet] (ServerService Thread Pool -- 44) No Spring WebApplicationInitializer types detected on classpath
2023-11-27 10:34:13,231 INFO [io.undertow.servlet] (ServerService Thread Pool -- 44) Initializing Spring root WebApplicationContext
2023-11-27 10:34:13,232 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 44) Root WebApplicationContext: initialization started
2023-11-27 10:34:13,487 INFO [org.hibernate.validator.internal.util.Version] (ServerService Thread Pool -- 44) HV000001: Hibernate Validator 8.0.1.Final
2023-11-27 10:34:13,516 INFO [org.springframework.web.context.ContextLoader] (ServerService Thread Pool -- 44) Root WebApplicationContext initialized in 282 ms
2023-11-27 10:34:13,534 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 44) WFLYUT0021: Registered web context: '/spring-resteasy' for server 'default-server'
2023-11-27 10:34:13,543 INFO [org.jboss.as.server] (ServerService Thread Pool -- 26) WFLYSRV0010: Deployed "spring-resteasy.war" (runtime-name : "spring-resteasy.war")
2023-11-27 10:34:13,580 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0212: Resuming server
2023-11-27 10:34:13,583 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
2023-11-27 10:34:13,583 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
2023-11-27 10:34:13,583 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 30.0.0.Final (WildFly Core 22.0.1.Final) started in 3239ms - Started 261 of 361 services (150 services are lazy, passive or on-demand) - Server configuration file in use: standalone.xml
2023-11-27 10:34:17,646 INFO [org.jboss.as.server] (Thread-1) WFLYSRV0272: Suspending server
2023-11-27 10:34:17,650 INFO [org.jboss.as.ejb3] (Thread-1) WFLYEJB0493: Jakarta Enterprise Beans subsystem suspension complete
2023-11-27 10:34:17,651 INFO [org.jboss.as.server] (Thread-1) WFLYSRV0220: Server shutdown has been requested via an OS signal
2023-11-27 10:34:17,657 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 22) WFLYUT0022: Unregistered web context: '/spring-resteasy' from server 'default-server'
2023-11-27 10:34:17,657 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTP listener default suspending
2023-11-27 10:34:17,658 INFO [io.undertow.servlet] (ServerService Thread Pool -- 22) Closing Spring root WebApplicationContext
2023-11-27 10:34:17,659 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
2023-11-27 10:34:17,661 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0019: Host default-host stopping
2023-11-27 10:34:17,662 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 2.3.10.Final stopping
2023-11-27 10:34:17,682 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment spring-resteasy.war (runtime-name: spring-resteasy.war) in 28ms
2023-11-27 10:34:17,686 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full 30.0.0.Final (WildFly Core 22.0.1.Final) stopped in 32ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment