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
How to do Wildfly 9 Unzipped deployement of WAR file?
I need to deploy a war file with unzipped mode like i need an war folder after deployment of war in same directory,How to achieve this?

Selvakumar
- 21
- 1
- 6
0
votes
1 answer
Unable to add a module to wildfly 9, module not found exception when loading war that refers to it
in my WEB-INF directory
jboss-deployment-structure.xml
…

Jeff Gaer
- 351
- 3
- 21
0
votes
1 answer
LazyInitializationException when entity pass to processor from reader
I use java batch (jsr-352) in wildfly 9.0.1. Processor of step(chunk-based) access to lazy field of entity. When processor want to fetch lazy field I give LazyInitializationException. When I run it on wildfly 11.0.0.Alpha1 everything works fine.
In…

mohammad_1m2
- 1,571
- 5
- 19
- 38
0
votes
0 answers
is it poosible to deploy angular2 application on wildfly9 or above without using hashing for routing?
I have one angular2 app, I can deploy it on wildfly9 and it works fine when i use hashing.
If I remove hashing its not routing properly(actually displaying 404 not found resource) though it can load the index.html. So is there any suggestion how can…

Swpno
- 173
- 1
- 13
0
votes
1 answer
Duplicate Log - Wildfly 9
I have two web application, both run ok on my own web server, but when I publish this in another server, this server is printing twice the same log, but on my server the applications are printing everything ok.
I created a specific logger for my…

MiltonCh
- 11
- 2
0
votes
0 answers
Jersey client not working for SSL connection in wildfly 9.0.2
I have a Jersey client deployed in JEE 7 application. I'm trying to reach out to REST web service deployed over TLS protocol. When I use the same code in a standard java SE 8 application, it does work. But in the web application deployed on wildfly…

Salearnah
- 13
- 9
0
votes
1 answer
Wildfly EAR replacement fails
I Have a standalone Wildfly 9 application server, on which an .EAR file is deployed (consisting of a EJB-JAR and WAR file, using JEE7 with Maven). The error is thrown both at the wildfly server running on an amazon instance and on my local server…

Arno
- 305
- 3
- 14
0
votes
0 answers
Jboss.as mbean missing after enable jmx remote wildfly 9.0.2 Final
I am having to extract information from the datasource and other JMX information in wildfly 9.0.2.Final. When I enable JMX in wildfly the Jboss.as mbean simply disappears and I do not know what to do.
Below is the image of the mbean map extracted…
0
votes
0 answers
Jackrabbit MSSQL database repository
Any specific reason why abruptly connection to MSSQL server is lost. I am running web application on the same machine so network connectivity issues are out of question. My application uses Jackrabbit configured to store content with MSSQL.…

mod
- 383
- 5
- 22
0
votes
2 answers
Displaying deployed app status with Java Wildfly 9 native management API
I am trying to use the Wildfly 9 native management API to show me the status of my deployed apps. The jboss-cli execution and result is below:
jboss-cli.sh --connect --controller=myserver.com:9990 --commands="/deployment=my-deployment.war…

SourMonk
- 344
- 1
- 3
- 15
0
votes
0 answers
Soap address as requested url on Wildfly webservice
I have a wsdl webservice running on a Wildfly 9 server.
My application is on a Virtual Server that answers only on a specific DNS.
When i get the wsdl ( mydns.com/MyWebservice?wsdl ) it come with the soap:address like…

renanleandrof
- 6,699
- 9
- 45
- 67
0
votes
1 answer
WildFly 9 deploying simple webapp but 404
I have a simple hello world webapp that when I run it in tomcat with the url http://localhost:8080/na/environment works fine; The same war in wildfly 9 does not work, I get a 404 error.
Googling it I found a WildFly project requires 2…

Eduardo
- 2,070
- 21
- 26
0
votes
1 answer
WILDFLY Starting Server through Powershell script
We are trying to Start the WILDFLY Server using the powershell script. Here is the code
cmd.exe /c $env:JBOSS_HOME\bin\standalone.bat
write-host "Before Condition Check"
if ($?)
{
write-host "WILDFLY Server STARTED....."
}
…

Chandru M
- 133
- 1
- 7
0
votes
1 answer
Wildfly 10.1 MySQL Driver in Domain mode installation
It seems there is a bug of some sort regarding the installation of a the mysql jconnector driver for wildfly domain mode. In wildfly standalone all is fine. Tried it in wildfly 9 as well - same results.
Anyway, managed to get it working, after so…

hrs
- 379
- 4
- 12
0
votes
0 answers
Rotation on Custom file relative-to wildlfy logging does'nt work
I have a domain cluster wildlfy and on each node i have 2 or more VM on each node i want write all servers node on same file in domain/log to make it work :
…

cyril
- 872
- 6
- 29