Questions tagged [wildfly-22]

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

7 questions
3
votes
0 answers

Infinispan with hanging threads in level 1 clean up

We are trying to upgrade from Wildfly 18 to 22 and are experiencing some trouble with threads left dangling in the jgroups thread group. When the number of threads reaches the default max number (200) everything stops up (naturally). This takes two…
thoredge
  • 12,237
  • 1
  • 40
  • 55
1
vote
0 answers

Apache Sling Deployment Issues in Wildfly 24.0.1-Final

We have developed custom Apache Sling application and deployed in Wildfly 13.0.0-Final and running successfully. We are planning to upgrade the Application Server to Wildfly 24.0.1Final version. While deploying custom Apache Sling application in…
reds
  • 11
  • 3
0
votes
1 answer

How to fix below warning message while deploying module using wildfly22

warn-Failed to define class org.springframework.web.servlet.tags . form. AbstractHtmlElementTag in Module "deployment. .war" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link…
0
votes
1 answer

How can I identify connection leaks in wildlfly server

My wildfly server loses connection to database very frequently. How can I identify connection leaks to database. My application stops working after losing connection to database and not able to reconnect again. I need to restart again. Please…
0
votes
1 answer

Wildfly default value for blocking-timeout-wait-millis

I have searched the wildfly documentation but didn't find any information on the default value of a datasource blocking-timeout-wait-millis. So if the element is not specified in the configuration what default value does it get? (since the name…
Lonzak
  • 9,334
  • 5
  • 57
  • 88
0
votes
1 answer

Wildfly does not update MBean session attributes (JMX)

I am accessing WildFly (22) via JMX to access one of its MBeans. It is the session information of an web application. This is generally working however I can only see one attribute changing over time which is the activeSessions attribute. All other…
Lonzak
  • 9,334
  • 5
  • 57
  • 88
0
votes
0 answers

Wildfly with java 11 startup error javax.net.ssl

I am using java 11 and wildfly 23 - however when i try to start it up i get the below error. 17:30:36,489 ERROR [stderr] (MSC service thread 1-4) javax.net.ssl|DEBUG|13|MSC service thread 1-4| |SSLCipher.java:437|jdk.tls.keyLimits: entry =…
Dev Fh
  • 586
  • 7
  • 18