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
0
votes
1 answer
Error deployment maven project wildfly-9
I have this error, I have tried to resolve it but I can't.
org.primefaces.extensions.component.gchart.GChartRenderer' is missing a runtime dependency: java.lang.NoClassDefFoundError: com/google/gson/GsonBuilder
ERROR [org.jboss.msc.service.fail]…
0
votes
0 answers
Access Undertow static content folder path programatically
I've mapped a static content handler on my Undertow subsystem. However, my app will be deployed independently on different servers, and as such, the physical paths that will be used for static content may differ. Is there a way to obtain…

rion18
- 1,211
- 16
- 22
0
votes
2 answers
JBoss : Timeout Exception during deployment of War File
I'm trying to deploy a war on my remote server which is continuously failing with an error like TimeOutException.
I've checked over the web for similar issue but is out of luck as of now:
Please have a look below of the Logs generated out of it as…

Prashant Kumar
- 168
- 4
- 16
0
votes
1 answer
Wildfly 9.1 smtp mail substem - Couldn't connect to host, port: localhost, 25; timeout -1;
I'm working with wildfly as for a while and I cant get its mail subsystem working. I have seen many tutorials how to set it up whether through web console, CLI or directly in standalone.xml so I'm pretty sure that my config is right:

Jan Tomášek
- 135
- 10
0
votes
2 answers
Unable to create Postgresql table using Hibernate on Wildfly
I am using Wildfly 9.0.2, Postgresql 9.5, Hibernate 5.1.0.Final, Java JDK 1.7.0_79
This is my persistence.xml

VHanded
- 2,079
- 4
- 30
- 55
0
votes
1 answer
Jboss 7.1.1 Final to WildFly 10 migration - SQL Error: 17003, SQLState: 99999
We have a basic application which inserts data to an Oracle DB using hibernate. The application itself is working on jboss 7.1.1 , java se 7, depends on hibernate 3.5.6.
However when we move the application to wildfly 1.0.0 or 9.0.2, java se 8, the…

emrenak
- 51
- 7
0
votes
1 answer
WFLYJPA0059: javax.persistence.PersistenceContext injection target is invalid. Only setter methods are allowed: boolean secureConnect(String, String)
I'm trying to implement JAAS in my Java EE desktop application (maven project) and i'm using Wildfly9 server. But I got this problem:
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: WFLYEE0041: Component class…

Houssem
- 19
- 5
0
votes
1 answer
Issues configuring OrientDb as a datasource in wildfly
I am trying to configure orientdb as a datasource for Wildfly9 and getting no where.
17:12:22,344 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem"…

Choesang
- 1,225
- 1
- 14
- 23
0
votes
1 answer
Consumer causing memory leak on Wildfly AS
I have a producer consumer setup using a Wildfly AS for JMS, the producer uses a newFixedThreadPool(126) every 1 minute each thread is pulling data down from a REST service and is pushing it onto a HornetQon the Wildfly AS.
Then on the consumer side…

JTK
- 1,469
- 2
- 22
- 39
0
votes
1 answer
jBPM Repositories disappear after Wildfly restart
Pardon if I can't give more pointers, but I'm really a noob at wildfly. I'm using version 9.0.2.
I have deployed jbpm-console, drools, and dashboard - no problems here. I restart wildfly using the jboss CLI, and when I login again, the repositories…

metatrap
- 23
- 7
0
votes
1 answer
migrating login-module configuration from JBoss 4.2 to Wildfly 9
We are migrating code from JBoss 4.2 GA to Wildfly 9.0.2 now. I got some trouble on migrating login-module properties files, and need help.
We have an application that uses the login-module, which has configuration like:

Helen
- 171
- 16
0
votes
2 answers
When should JMS connection be started? In its own Thread?
I have a Java Swing GUI client that communicates with a WildFly server.
standalone-full.xml
true

George
- 509
- 2
- 9
- 25
0
votes
0 answers
Java EE 7 method constraint validation doesn't kick in
I'm trying to use constructor validation as described here:
https://docs.oracle.com/javaee/7/tutorial/bean-validation003.htm
I have a simple producer field that provides a string...
public class GreetingProducer {
@Produces @Named("greeting")
…

tamm0r
- 179
- 1
- 2
- 12
0
votes
1 answer
WildFly 10.0.0.CR5: equinoxbridgeservlet 404 Not Found
I have this servlet-mapping below. But whenever I access the url, it's always 404 Not Found.
equinoxbridgeservlet
/console/*
To give you an idea,…

xxx
- 19
- 1
- 9