Questions tagged [wildfly-9]

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.

279 questions
3
votes
1 answer

Exclude Jboss Slf4j implementation from Logging

In my web application i developed my custom logging framework based on slf4j and log4j2. The application is been deployed on Jobss WildFly 9. The problem is that Wildfly continues to use its
Alex
  • 1,515
  • 2
  • 22
  • 44
3
votes
1 answer

Monitoring datasource connection pool on Wildfly9

I'm working on the project where I'm trying to get the runtime statistics of my datasource connection pool which I placed into /deployment folder using Wildfly-9. I searched for it and I found the configuration file which exist inside /standalone…
3
votes
2 answers

How to configure domain server to static IP, Port and Application Name

Sorry if the question is not that clear. To illustrate what I want to do, I will give an example: Application Link: http://123.123.123.123:8080/KagodPaMore/ Domain: http://www.iyotbihagay.com/ I wanted my application to be accessed using the…
3
votes
1 answer

Wildfly throws "Unable to find a constructor that takes a String param or a valueOf() or fromString() method for javax.ws.rs.QueryParam" error

Im using wildfly 9.0 to deploy my war file. I have java LocalDateTime, Java Money types defined in my REST GET endpoints. When i deploy my war file, i get following error[1]. Based on this answer [2] I have written "ParamConverterProvider"…
Ratha
  • 9,434
  • 17
  • 85
  • 163
3
votes
0 answers

Wildfly 9 Session invalidation issue flushOnSessionInvalidation

I am using Wildfly 9.0.2, And I configured jboss-web.xml as follow web_client_security
Alpesh Jikadra
  • 1,692
  • 3
  • 18
  • 38
3
votes
1 answer

Accessing Multiple web applications on Jboss7 or Wildfly

I know we can deploy multiple web applications on JBoss 7 or Wildfly. But how can we access different web application with a different port? Where do we set that port for a web application? For example, application1 is accessible on…
Sumanth
  • 595
  • 3
  • 14
  • 39
3
votes
1 answer

Deployment Order in Wildfly 9

I'm running an Wildfly 9 Application-Server and everything is deployed with "mvn clean install wildfly:deploy" except 2 War Files that are in the wildfly/standalone/deployments folder and are deployed automatically. My Problem now is: Every other…
Error 404
  • 105
  • 2
  • 10
3
votes
1 answer

How to specify domain path of WildFly on NetBeans?

I am trying to add WildFly 9.0.2 to NetBeans IDE 8.0. I chose "JBoss Application Server" in the "Choose Server" step and I set my "Server Location". But in the 3rd step (Instance Properties), I can't select Domain and Domain Path doesn't…
Selcuk
  • 857
  • 2
  • 11
  • 32
3
votes
1 answer

Access file using HTTP from Wildfly server

I am facing an issue related to file access over HTTP in Wildfly(JBoss). I am running an application on Wildlfy-9.0.1.Final In my application there is a link on click, it supposed to open respective file and display its content. But when I click on…
mahendra kawde
  • 855
  • 4
  • 25
  • 44
2
votes
0 answers

Metaspace issue with to many deployments (wildfly 9)

We currently have an issue where the number of deployed ear files in the container is breaching the metaspace limit. Unfortunately the servers that are used run on potatoes and can not be upgraded. The rack is full and inside a factory where there…
invultri
  • 21
  • 2
2
votes
0 answers

502 bad gateway on wildfly-9.01 and apache

we are using wildfly-9.01 on azure environment and using application gateway and WAF services. We observe 502 in apache log in underload and application became unresponsive. We are using following configuration. OS: centos-8(32 vcpus, 256 GiB…
mcacorner
  • 1,304
  • 3
  • 22
  • 45
2
votes
0 answers

Large number of duplicate string in memory/heapdump

I am using wildfly-9.0.1.Final on server. Allocated memory is 20 GB with UseG1GC and UseStringDeduplication(with default threshold) flag. I faced high memory usage on server, for troubleshooting I had collected heapdump. I used Eclipse MAT for…
mcacorner
  • 1,304
  • 3
  • 22
  • 45
2
votes
1 answer

What is the functionality of read-timeout attribute?

I want to understand the functionality of read-timeout in a web application running on JBoss / WildFly server. Following are the changes carried out in standalone.xml file:
Anjan Baradwaj
  • 1,219
  • 5
  • 27
  • 54
2
votes
2 answers

Deployed on WildFly but still getting 404

I am referring to the following helloworld example My application is successfully deployed on my eclipse using WildFly 9.x as shown in the screenshot and the console log below: Here's the eclipse console log details : 14:08:16,447 INFO …
Dan
  • 443
  • 1
  • 7
  • 19
2
votes
2 answers

Unable to deploy ear on Wildfly 9

I am facing un-expected issue in Wildfly server 9.0.1. some times server runs , some times it throws following error. I searched a lot, some forums saying remove the breakpoints, i tried that also, but no luck 19:05:01,953 ERROR…
1 2
3
18 19