Wildfly messaging-activemq statistics Hello there, The issue described here is about a JEE7 application running on Wildfly-11.0.0-Final. Basically, this application produces messages in a queue. This queue has a fixed number of consumers/M... WildFly 19.0.0.Beta2 is released! Today we released a second beta for WildFly 19. You can get it from the WildFly download page[1]. Compared to Beta1 this is primarily a bug fix release; it's very close to what we would have released a WildFly 19 Fina... Read and configure JVM settings for Standalone Mode from CLI The AS7 Admin Guide states that: "For a standalone sever you have to pass in the JVM settings either as command line arguments when executing the $JBOSS_HOME/bin/standalone.sh script, or by declaring them in $JBOSS_HO... Getting timed out error after upgrade JBOSS to WildFLy in ColdFusion application Hi, I have upgraded web services from Jboss to WildFly in my ColdFusion application. Getting timed out error. I tried to increase time in all configuration xml files from wildfly verified from ColdFusion admin... Is it possible to get the error message inside the catch in JBoss CLI? My JBoss CLI script contains a try/catch and I want to obtain information about the error (stacktrace, message, ...) but I can't find any documentation For example, the code shown below should print why the jd... Use Wildfly/JbossAS on Production without license Hello Friends, I wanted to have information about Wildlfy server. Can i use it on Production server without any subscription/licenses? Actually we want to move out from Web-logic Service to eliminate license... antiJARLocking in modern wildfly Hi. Is there anything like antiJARLocking in modern Wildfly? This configuration attribute was present in early JBoss versions: JBoss Web Configuration Reference - The Context Container It's supposed to allow d... Servlet path match failed should never happen About once a day, Wildfly outputs within Eclipse 2019-09 R (4.13.0): 08:12:27,671 ERROR [io.undertow.request] (default I/O-1) UT005071: Undertow request failed HttpServerExchange{ CONNECT ip.ws.126.net:443}: java.lan... Strange authorization failure on WildFly 18.0.1 with JavaEE security api (JSR-375). Hello, I've been trying to setup web service authentication and authorization with JSR-375 security api on WildFly 18.0.1 but ran into strange problem. Everything seem to work for some hundreds of requests, but then ... Cannot start simple application using JPA + Hibernate 4 provided by wildfly 18 I would like to run a simple web service application using the module provided by wildfly hibernate 4.3 or 4.1 and jpa 2. Even following all the instructions of the tutorial and wildfly guide, it still does not... Why do Entity objects write to Wildfly log and console, but Websocket Endpoint won't? This is my fouth try on 3 forums, and I can't even get insulted. So I assume the question is bad. Therefore, I hope someone takes pity and points me to the right starting point. My app is deployed in ... Issue Deploying Mojarra 2.2.13.SP1 as secondary JSF configuration on Wildfly18 Hi, I'm migrating from Wildfly10 to Wildfly18. My JSF enterprise (*.ear) application has been running on Wildfly10 with the built-in Mojarra version 2.2.13.SP1. For Wildfly18, I've observed that th... Flooding "not found in retransmission table" in server log too much in cluster and making application slow. We have Wildfly 11.0.0 Final version - 24 JVMs cluster using multicast and observing below error too much in server.log and it is making application slower. attaching logs for your reference. 2020-02-02 02:22:07,839 W... Wildfly 10 AWS using JDBC_PING for JGROUPS Hi All I am getting this error when shutting down wildfly node on my EC2 instances. Has anyone else seen this? Can I ignore? ... WildFly11 - Single Sign on in a cluster I have a cluster with two nodes. Session is not replicated, but I would like the SSO to be so. Both nodes have an entry like this <single-sign-on path="/"/> under undertown configuration.... WildFly 18.0.1.Final - Error fetching WildFly component 'org.picketlink:picketlink-api:::2.5.5.SP12-redhat-00006' Provision worked fine with WildFly: 16.0.x - 17.0.1. Upgraded provision.gradle to upgrade to use wildFly 18.0.1. plugins { id "org.wildfly.build.provision" version '0.0.11' } repositories { mavenLocal()... Jboss7.1.1 to Wildfly 8 or 18 for Java8 Hi All, I am planning to upgrade the jboss version from Jboss7.1.1 to Wildfly 8 or above to work with Java 8 version. The java EAR application is old and jbioss4.2 version was used and we have made that work in Jbos... Is there a way to hide the debug lines wildfly uses when calling interface methods? So when I call the method of an interface, there are a bunch of lines between the calling class and the called class that I do not care about. Is there a way to omit them from the debug call stack? If A class X method... Why doesn't System.out.printlin, and Logger work in my websocket? Can anyone tell me why this doesn't work? I.e. why nothing I log from my class, and nothing I print using System.out.println, shows up in the log or on the console? My websocket endpoint class is named "... KEYCLOAK + MYSQL + DOCKER --> Failed to start I am trying to start a Docker instance of Keycloak with mysql as the database. Even mysql is started as a docker container. For some reason, it is failing to start. I have detailed my question in the following "serv...