Hi,
We are updating from WildFly 26 -> 36 and we can not connect to the jboss-cli due to this:
ERROR [org.jboss.as.cli.CommandContext] Cannot start embedded server: WFLYEMB0021: Cannot start embedded process: JBTHR00005: Operation failed: WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone-full.xml - Minimum feature stability level: community: WFLYCTL0085: Failed to parse configuration: WFLYCTL0083: Failed to load module org.jboss.as.connector: org.jboss.modules.ModuleLoadError: org.picketbox: org.picketbox
Cannot start embedded server: WFLYEMB0021: Cannot start embedded process: JBTHR00005: Operation failed: WFLYSRV0056: Server boot has failed in an unrecoverable manner; exiting. See previous messages for details. - Server configuration file in use: standalone-full.xml - Minimum feature stability level: community: WFLYCTL0085: Failed to parse configuration: WFLYCTL0083: Failed to load module org.jboss.as.connector: org.jboss.modules.ModuleLoadError: org.picketbox: org.picketbox
Removing org.jboss.as.connector extension and the subsystems datasources, jca, resource-adapters seems to remove this dependency on picketbox, but we need datasources for our application. Does anyone know why the deprecated org.picketbox is suddenly required for basic subsystems like datasources? On WildFly 26 this worked fine.