WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 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-11]
114 questions
0
votes
0 answers
Wildfly started, but is showing as lazy services & applications are not working
Using Wildfly 11, on windows OS 12.
Upon starting wildfly, below is displayed
WFLYSRV0025: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started in 2993ms - Started 103 of 113 services (31 services are lazy, passive or on-demand)
My wildfly…

ANJALI
- 1
- 2
0
votes
0 answers
Not able to access wildfly console through HTTP
I have a wildfly server on my local. I am able to start it and successfully deploy my application.
But problem is whenever I am trying to access wildlfy console on browser I am getting 404 and same result for my application. But surprisingly I am…

GD_Java
- 1,359
- 6
- 24
- 42
0
votes
1 answer
Effect of log4j vulnerability on wildfly-11.0.0-final
I am using wildfly-11.0.0-final. I can see the log4j-jboss-logmanager jar has a log4j 1.2.16 dependency. Will it be affected? How to mitigate this?

Mr. code
- 97
- 8
0
votes
2 answers
How to create separate log files for every jar that present in war file in JBOSS EAP/Wildfly
I have deployed one war file in JBOSS eap7.4, but all my logs are going to server.log file by default. I have 2 jars in my war file for which I need to log messages in separate files. Please help me.
This is the custom handler I have created in…

Arjun Ganta
- 1
- 1
0
votes
2 answers
Wildfly 11.0.0 final java.lang.OutOfMemoryError: Metaspace
I am getting java.lang.OutOfMemoryError: Metaspace exception since new deployment on production(Before this change we were using a separate jar for scheduling it was working fine but due to some network issue it was stopping again so we added…

Wit Wikky
- 1,542
- 1
- 14
- 28
0
votes
1 answer
Accessing Parquet files form Teiid
Can Teiid be used to access parquet files stored in external directory (out side the web container) in Wildfly web application? Appreciate any help on this

Himesh Narana
- 1
- 2
0
votes
1 answer
how to upload a web project with external jar in wildfly 11?
I need to upload my web project to Wildfly 11. The first time I tried to upload my project without external libraries and it worked correctly, but when I add new libraries it no longer allows me to upload in wildfly 11. the project runs fine if I…

Robert Popi
- 5
- 3
0
votes
2 answers
Avoid WildFly's artemis automatic table creation when journal-datasource is configured
I'm using WildFly 11 and I've configured it to persist the messages into the database but I've already created the tables and when the server is starting it gives this error:
10:50:06,787 ERROR…

Diogo Calazans
- 488
- 9
- 18
0
votes
1 answer
WildFly server issue duplicate data sources
I'm running an application on WildFly server version 19.0.0.Final on CentOS 7. This application was working fine, but I run this almost 2 months later, and I'm getting this error where I didn't find any duplicate data sources in…

Sarabjeet
- 15
- 7
0
votes
2 answers
Message driven Bean failing during deployment on WebLogic
we have a J2EE application which can be deployed on weblogic and wildfly application servers. We have a requirement of adding a message driven bean but it is failing on weblogic with below error :
Caused by: com.bea.xml.XmlException:…
0
votes
1 answer
Log org.hibernate.SQL in other .log file / Wildfly 11
I have this standalone.xml configuration in a subsystem:

dani77
- 199
- 2
- 5
- 26
0
votes
1 answer
Infinitspan problem after moving from Wildfly 8.2 to WildFly11
I want to move my project from Wildfly 8.2 into newer version (i.e ver 11).
Of course on WF8.2 everything works ok.
After using jboss-migration-tool and trying deploy package on newer version I got everytime:
12:55:36,838 ERROR…

SoftwareJanush
- 11
- 2
0
votes
0 answers
Jboss wildfly server deploys the application but is unable to launch it even on localhost
We have an application packaged as war and deployed using the admin ui of jboss wildfly 11. The startup runs fine and gives the below message saying the server started up successfully.
00:42:35,046 INFO [c.c.ffvc.FFlyVSA] (ServerService Thread…

stackMan10
- 732
- 6
- 25
0
votes
1 answer
register infinispan cache listener in wildfly
I have a infinispan cache defined in wildfly stanadlone.xml as shown below.
…

ulab
- 1,079
- 3
- 15
- 45
0
votes
0 answers
How to display static Image with primefaces p:graphicImage component from Wildfly data/image container Folder?
Trying to reproduce the following reference Load image from outside webapp, I am not able to display images from the following url http://localhost:8080/images/eventHead1.jpg on xhtml page.
The url alone works fine: the Wildfly service is serving…

LEK
- 83
- 2
- 11