JBOSS EAP 7.2 Domain can't start the default server(server-one,server-two,server-three) I tried to start the default domain of JBOSS EAP 7.2 on CentOS Linux 7 server, using the command: ./domain.sh The domain started successfully, but 3 default servers of the domain could not start. I get the foll... Wildfly 10 - CLI Session closing immediately Hello I'm trying to start a CLI session but it does not work. The session is closing immediately: dit@ubuntu:~/wildfly/wildfly-10.1.0.Final/bin$ ./jboss-cli.sh You are disconnected at the moment. Type '... Error deploying kie Workbench v7.5.0 Getting below error while deploying kie-drools-wb-7.5.0.Final-wildfly10.war in Wildfly. Please find below the error. Error - ERROR [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (MSC servi... How to Start wildfly 18 in window cli "JAVA_OPTS already set in environment; overriding default settings with value Large allocations in EJBContext#isCallerInRole We have a use case where we need to know the roles a user has. We currently do this by iterating over all roles and calling EJBContext#isCallerInRole for each. Unfortunately this results in a lot of allocations. As a ... [Active Directory authentication][Database authorisation] Hi All, I am new to wildfly and want to activate Active Directory authentication from wildfly 18. The roles are store in a database, so authorisation is handled in Database. With previous relea... File handle (pipe/selector) pseudo-leak I'm faced with a "pseudo-leak" of . Handles are "lost" in triples of two pipes and one epoll selector. From this and other hints it seems to be spawned by Java NIO Channels used by the XNIO module. Over some hours, th... Teiid UPSERT performance Hi, Teiid is performing poorly in case of UPSERT large no. of rows, the connector is mysql in my case. For merging large no. of rows, Teiid is not considering the batch size provided by me, instead it is cons... serialVersionUID does not match error following WildFly 10 to WildFly 14 upgrade The software developers that I work with have run into an issue with EJB/Hibernate requests that contain full entities following the upgrade from WildFly 10 to WildFly 14. I realize this is a large jump in versi... migrating from embedded undertow to wildfly provided undertow We have an embedded undertow server jar application, as part of this application we have customized undertow life cycle begins from deployment, listeners, filters to till the start of the application but now our requi... Convert Operation ModelNode To CLI Format? Is there a standard method to convert a DMR/ModelNode representation of a management operation to CLI format? The CLI does the opposite, but I have not come across anything doing ModelNode to CLI format conver... JBoss 6 EAP - Can I Access a Deployed EJB From Within A Log4J Handler Module? Hello community! I have a custom Log4J Handler deployed under the JBoss "modules" directly and configured to watch for a specific type of log message. Once this custom Handler receives the log messages in the... JNDI alias for ejb module name Hi, after the migration of a JBoss 7.1.3 application to WildFly 10.1, some ejb module names have changed. The JNDI lookups of the new remote clients are working without any problems. But there exist some legac... Wildfly can't find persistence units to inject into CDI managed bean I have an app working well in Java 8 and Wildfly 10. The driver for the Postgres database is the PostgreSQL JDBC Driver 42.2.8 But after updating to Java 11 and Wildfly 17, the different persistence units from... Galleon CLI Tool: how to add a module to an existing installation? Hallo, I am trying to build a wildfly.17.0.1 with the Galleon CLI Tool. The first step is: galleon.bat install wildfly:current#17.0.1.Final --dir wildfly-custom Now I have a wildfly.17.0.1 in my wildfly-cus... Problem starting cluster node,"WFLYSRV0082: failed to resolve interface messaging" Hi, I'm relatively new to clustering JBoss and after dealing with some authentication issues, I am able to get the cluster node running but the interface messaging fails. I've tried turning up server logg... teiid - create 'security-domain' tag programatically. I am using teiid for creation of multiple datasources of different databases. The datasource created in standalone-teiid.xml has the password in plain text which is visible to end user. To encrypt the password, I ha... Upgrade to Infinispan 10 Hello, Is it planned to upgrade Wildfly to use Infinispan 10? When would that be available? I'm currently hitting a bug which is solved only in the 10.x release series. Thank you very much, Juan Correct timezone for application logger (WILDFLY) Hi Any advice on how to create the correct timezone on wildfly during server start up? tried this Problem with default timezone on WildFly - standalone but didn't work. Regards S Redirect to full domain name in standalone.xml I have a WildFly application running in standalone mode. I used to use http but are now using using https. I have the redirect from http to https working using <h...