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
JMS-bridge configuration not sharing a load on both hornetQ server
I have tried to configure HornetQ server-side load-balancing using JMS bridge. I am using Wildfly 9, and I have done following configuration on standalone-ha.xml file but it is not sharing load between two server. Server running properly but message…

jignesh Kanjariya
- 43
- 6
0
votes
0 answers
HornetQ clustering not sharing a load between servers
I have tried to configure HornetQ server-side load-balancing using clustering. I am using Wildfly 9, and I have done following configuration on standalon-ha.xml file but it is not sharing load between two server.
…

jignesh Kanjariya
- 43
- 6
0
votes
0 answers
How to suppress logs of interaction with solr8.8.1/zookeeper (not written explicitly by my application)
I have an web application, that uses an solr 8.8.1 cluster, and I use wildfly-9.0.2.Final to run it. When the app interacts with solr/zookeeper a log that I doesn't control is written in wildfly log file. Is written as a ERROR log with an embebed…

Manuel Franqueira
- 326
- 1
- 4
- 13
0
votes
0 answers
WildFly 9 security vulnerability Issue
I have a java application which is hosted in WildFly 9. It was noted that recently someone has added/Injected a text file and a php file which had just a text saying hacked by somename.. Now I found the files inside…

sachin
- 33
- 5
0
votes
1 answer
Javax.naming.NameNotFoundException using Javaee and Wildfly9
Hello I am facing this exception when trying to lookup the jndi name in order to do a junit test in my JavaEE project using Wildfly9 server:
javax.naming.NameNotFoundException: phenomenon-ejb/ClientSessionBean!utilities.CllientSessionBeanRemote --…

MR Skan
- 89
- 10
0
votes
2 answers
Is there a portable way to limit MDBs on a JMS queue to 1?
We have a use case, where we need to process data from a JMS queue in the order of sending, thus we need sequential processing by 1 MDB instance.
Our application runs (still on an old) WildFly 9 and according to documentation I found, we annotated…

Alexander Rühl
- 6,769
- 9
- 53
- 96
0
votes
0 answers
Pause in request Execution (JAVA 8 and Wildfly9)
In our production server we found intermittent pause in execution between 2 lines of code. We are using Wildfly server v9 with JAVA v8. log4j for logging.
What could be the possible reason for such pause in execution?
We have already checked CPU…

Jay M Harkhani
- 151
- 1
- 8
0
votes
2 answers
how to get list of all files from folder inside java resources folder
I am having multiple files inside 'protocol' folder. I want to get list of files inside 'protocol' folder which is inside java resources folder (src/main/resources/protocol/...).
so when i tried to access any one file it works fine in eclipse…

kinjal raval
- 31
- 6
0
votes
1 answer
Use DefaultSSLSocketFactory in WildFly/CXF Webservice client
I'm hoping someone can help me with this. I'm using the following :
WildFly 9
jbossws-cxf-*-5.0.0.Final
cxf-core-3.0.5
and I am dealing with an integration issue with a partner endpoint related to SNI in the HTTPS handshake. Following along with…

Tristan
- 279
- 5
- 21
0
votes
0 answers
how to disable method in standalone.xml
i'm using [JBoss WildFly 9.0.2 Final] version and having a trouble with setting up to disable methods like put, delete, patch, trace , options etc
i've tried to fix standalone.xml file like below. but still get error messages
standalone.xml

Steven CHOI
- 1
- 2
0
votes
1 answer
Managed Bean implicit routing not working?
I am having trouble navigating implicitly from managed bean, the page is a login page containing username and password fields, used to check with phpmyadmin database;
My managed bean is defined like so:
package backManagedBean;
import…

oflcad
- 505
- 2
- 6
- 19
0
votes
0 answers
Function wouldn't increment by 1
I have a project in JavaEE, my task is to affect a professor to a form( a student placement form), I have an attribute called 'nb_sup' which is the number of student supervised by a selected professor, this number is incremented by one each time a…

BRIGUI Malek
- 1
- 2
0
votes
1 answer
ClassNotFoundException org.hornetq.jms.client.HornetQTopic
I'm trying to use http-remoting from a Java client with a remote wildfly 9. This always results in the ClassNotFoundException.
This is my pom.xml

gadeynebram
- 725
- 2
- 6
- 22
0
votes
0 answers
HornetQ consumer does not receive message if one of the message process took longer time
I am working on a live Production issue with HornetQ Queue issue.
Following is the stack for my application
Wildfly 9.0.2
HornetQ 2.4.7
Spring 4.3
I am using netty connection for hornetq, in wildfly, following is the configuration in…

Alpesh Jikadra
- 1,692
- 3
- 18
- 38
0
votes
1 answer
project deployed correctly but server return 404 not found
war project deployed correctly
but welcome.jsf page show me 404 however my url is correct
'http://localhost:18080/shop-web/welcome.jsf '
web.xml file :
shop-web
Faces…

Jamel Mustapha
- 77
- 1
- 12