Questions tagged [wildfly-25]

Use this tag for version specific questions about WildFly 25 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag where possible.

3 questions
1
vote
1 answer

How to find and install a missing class in wildfly 25

I'm trying to configure a wildfly/jboss server using kerberos for an oracle datasource (ojdbc8). The kerberos part is working properly however, when reaching the oracle listener i'm getting an exception in wildfly: 2023-04-12 19:07:19,152 WARN …
Archvector
  • 21
  • 3
1
vote
1 answer

Spring Boot 3.0.3 and wildfly 25.0.1

My spring boot application run on the embedded Tomcat and if i try to reach this rest service all it's fine. When i try to deploy on wildfly 25 i try to reach the same service but happens this: I tried to do a lot of thinf but still nothing. Here…
jasmine
  • 23
  • 3
0
votes
1 answer

How to fix "The required mechanism 'SSO' is not available in mechanisms [BASIC, CLIENT_CERT, DIGEST, FORM] from the HttpAuthenticationFactory." error?

Issue Description: I'm upgrading the base Keycloak image for our customized Keycloak image. I've got it working locally and if i disable the single-sign-on subsystem configurations below, I can get it up and running in our OpenShift cluster. How do…
ScrappyDev
  • 2,307
  • 8
  • 40
  • 60