Questions tagged [wildfly-26]

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

45 questions
4
votes
3 answers

SSL configuration is not working in Wildfly 26.0.1

We are trying to migrate Wildfly from 8.1.0.Final to 26.0.1.Final. Currently Wildfly is running in standalone mode hence standalone.xml is in used for configurations and no domain configuration so far. Everything is working that includes, management…
4
votes
2 answers

Using Keycloak adapter with Wildfly 26 does not provide "KEYCLOAK" as mechanism

I have a JAX-RS application deployed in WildFly. The application's endpoints shall be protected by Keycloak with Access Type: bearer-only. This works perfectly fine for WildFly versions up to 24. Starting from WildFly 25 the Keycloak adapter is…
Robert Strauch
  • 12,055
  • 24
  • 120
  • 192
3
votes
0 answers

Need to add security-realms in Wildfly 26

I am migrating from Wildfly 21 to Wildfly 26.1.0 I need to add
Pent Terry
  • 101
  • 9
2
votes
1 answer

Log4j2 giving class cast exception on wildfly 26

While trying to upgrade the Wildfly 15 to 26 and deploying my spring boot application(v2.7.0) with log4j2 (spring-boot-starter-log4j2) on wildfly 26.1.1, getting class cast exception: 2022-09-01 16:08:48,655 ERROR [org.jboss.msc.service.fail]…
2
votes
1 answer

Wildfly 26.1.1 + keycloak 18 + OIDC sessionContext.getCallerPrincipal() returns anonymous

We are moving to Wildfly 26 from v.22. Using Keycloak v18 for authentication. I switched from keycloak adapter to openid-connect/OIDC…
Andrius
  • 41
  • 2
2
votes
1 answer

How to activate my own Jakarta HttpAuthenticationMechanism implementation in Jakarta EE app

I am creating an simple Jakarta EE 9 app. Because of my own reason, I have to implement my own HttpAuthenticationMechanism (I am not using built-in HttpAuthenticationMechanism CDI beans). I am having an issue with activating my own…
LHA
  • 9,398
  • 8
  • 46
  • 85
1
vote
1 answer

Wildfly 27 : @Schedule/Weld is not working so Schedulers not running where it is running on wildfly 17

@Schedule not working Earlier i have worked with Wildfly 16 and our code looks like : import java.io.File; import java.util.concurrent.TimeUnit; import java.util.logging.Level; import java.util.logging.Logger; import…
fatherazrael
  • 5,511
  • 16
  • 71
  • 155
1
vote
1 answer

getting "java.lang.NoClassDefFoundError: javax/xml/parsers/ParserConfigurationException" when i run my java app on docker (wildfly)

I updated my wildfly version from 14.0.1 to 27.0.1 everything is working fine on mylocal environment. However, when i deploy it to the docker following errors come up. I have three persistence units using jakarta java 11 and eclipslink as…
saham nadeem
  • 101
  • 6
1
vote
1 answer

Wildfly26: WFLYCTL0412: Required services that are not installed

recently upgrade rom Wildfly10 to wildfly26.1. and after ding so, i see the following Error mssage when stating up Wildfly: 2022-12-08 16:36:47,194 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation…
1
vote
1 answer

How to migrate legacy login module to jaas-realm

I am trying to find a way to migrate our security solution from WildFly 22 to WildFly 26, where the legacy way with custom login modules is no longer supported. I found for example this blog post…
Mono
  • 206
  • 1
  • 21
1
vote
0 answers

what is the usage of the SessionStore in the isAuthorized method in pac4j 5.3.1

I'm getting 403 forbidden error for the external requests. And found the authorization is failing from the isAuthorized method inside the CsrfAuthorizer.class which is derived from pac4j. And I compared the pack4j version 4.3.1, the isAuthorized…
1
vote
1 answer

Wildfly 26 could not deploy a Servlet that extends from Jakarta HttpServlet

I am using Eclipse IDE to create a simple Java web application. I am using Wildfly 26, Java 11. I run the web app inside the Eclipse. I created a TestServlet with @WebServlet("/TestServlet") with default generated implementation (Printing Servled at…
LHA
  • 9,398
  • 8
  • 46
  • 85
1
vote
0 answers

ConcurrentModificationException in WildFly 26.0.1 and Java 17

We are in the process of upgrade of our platform to Wildfly 26.0.1 and Java 17. During recent load test we noticed that about 0.1% of calls failed due to exception thrown from elytron (see below). This same instance of WF26 worked fine with Java 8…
1
vote
2 answers

Wildfly 26 elytron security domain config is not working

I am trying to migrate an application to wildfly 26, and i am trying to use elytron to secure the application. I successfully run this commands using the jboss cli /subsystem=elytron/jdbc-realm=myapp-security-realm:add(principal-query=[{sql="select…
jmiguel77
  • 824
  • 9
  • 19
0
votes
1 answer

KSQLDB Java EE Wildfly : NoSuchMethodError on every query

Every time the executeQuery hangs and throws this exception. I tried this in a project with a simple main() function without Wildfly. It worked there. test method public void test() throws ExecutionException, InterruptedException { Client client =…
G33RY
  • 141
  • 1
  • 2
  • 10
1
2 3