WildFly, formerly known as JBoss AS, or simply JBoss, is an application server authored by JBoss, now developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.
Questions tagged [wildfly-9]
279 questions
2
votes
1 answer
Where is Wildfly 9.0.2.Final BOM?
This builds:
org.wildfly.bom
jboss-javaee-7.0-with-tools
8.2.1.Final
…

guest
- 1,696
- 4
- 20
- 31
2
votes
2 answers
Setting Datasource in arquillian
So, I have a project which uses persistence.xml in main,
it is in src/main/resources/META-INF
Now i want to use an in-memory database (H2) in writing automated unit test so i need to have another persistence.xml, i have it in…

Sanket Patel
- 308
- 3
- 19
2
votes
1 answer
JBoss Wildfly 9 - Multiple Datasources and PersistenceUnits
after upgrading from JBoss EAP 6.1 to JBoss Wildfly 9 I've got a problem with multiple XA-Datasources and the related PersistenceUnits.
I'm using an Oracle Database with different users/schemas. I've configured 2 XA-Datasources which are using the…

AnarchoEnte
- 558
- 4
- 20
2
votes
1 answer
Non-repeatable read isolation level with Wildfly and MySQL
I'm implementing Non-repeatable read isolation level on WildFly 9.0.2 in a @Stateless rest resource
Thread A is reading a Account entity, prints the balance and then do some other work (sleep).
Thread B comes in and read the same Account entity,…

Rentius2407
- 1,108
- 2
- 11
- 29
2
votes
1 answer
fail to read WildFly system properties
I have an application packaged in an EAR file and deployed on WildFly 9.0.2 Final. it needs to read some system properties defined by WildFly.
The problem is that the classes in the EAR fail to read the WildFly system properties. For example - the…

Elad Eldor
- 803
- 1
- 12
- 22
2
votes
2 answers
How to send email using Wildfly, where the SMTP doesn't need a password?
I have the following problem: How do I send an email using Wildfly when the SMTP doesn't need a password?
I already succeeded doing this using Glassfish. But when I migrate to Wildfly, I don't know what parameter I need to pass.
This is my Glassfish…

user2571094
- 177
- 1
- 3
- 12
2
votes
0 answers
WildFly-9.0.2.Final war file deployment very slow
I am trying to deploy a war file in WildFly 9.0.2, but it's taking a very long time and throwing a TimeoutException. I also increased the transaction timeout, which had been 300.
Any advice?

Pavan Kumar
- 31
- 3
2
votes
1 answer
Cannot shutdown WildFly 9.0.2.Final on Windows 10
I have a WildFly 9.0.2.Final server running on windows 10.
When I try shutdown the server using command:
jboss-cli.bat --connect command=:shutdown
I see the following log:
Failed to connect to the controller: The controller is not available at…

Alex
- 71
- 1
- 6
2
votes
2 answers
Eclipse Luna + WildFly 9
Can I use Eclipse Luna with WildFly 9 server ? Or should I move to Eclipse Mars ? I'm asking because I can't create a WildFly 9 server on my Eclipse but I can create a WildFly 8 server. I checked my Jboss Tools plugin which seems to be up to date…

cheb1k4
- 2,316
- 7
- 26
- 39
1
vote
0 answers
WildFly JBOSS Server Reverse Proxy
From last few Days we are facing some problem because of Firefox 93(latest version) protects against Insecure Downloads and due to this
Mozilla Firefox block insecure HTTP downloads on a secure HTTPS page,
so we can not download our report which was…

Nikita Salunke
- 21
- 2
1
vote
0 answers
WildFly 9.2 goes up to 100 % CPU utiliazation
We've got an application that stores a large amount of data in-memory which is then used by a lot of users.
Subsequently we're seeing CPU usage go through the use, and every now and then hit 100% (on a 8 core machine with 32GB of mem) which I…

sharath patel
- 11
- 2
1
vote
0 answers
Issue sending message to HornetQ via load balancer in WildFly
We are using wildfly 9.0.1 and load balancer Kemp LoadMaster Version 7.2.48.1.17992.RELEASE.
We have used HornetQ in WildFly without clustering.
We are sending a message in hornet queue via an external load balancer.
We have two separate hornet…

vishal patel
- 79
- 8
1
vote
1 answer
JBoss Wildfly 9.0 ArrayIndexOutOfBoundException [asm 3.1]
While deploying war in JBoss getting below exception: Using asm3.1 jar
I've verified this on google. But I didn't get much info. It said that check asm jar dependency with java8 version and I've tried updating asm latest builds also after updating…

Ravi A
- 31
- 5
1
vote
1 answer
deploying a project to wildfly server getting issues with required service are not installed
I have created the maridb folder inside Wildfly/module.../mariadb/ and added the required module.xml file and appropriate jar file.
08:36:58,152 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation…

Sarabjeet
- 15
- 7
1
vote
1 answer
JAVA: Getting pause in application when Log file is going to roll over
I am using wildfly 9 and slf4j(slf4j-api-1.7.21.jar)/log4j(log4j-1.2.17.jar).
I am getting a pause in the application when the file is going to roll-over.
My logging configuration in standalone.xml is below:

vishal patel
- 79
- 8