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
0 answers
WFLYSRV0220: Server shutdown has been requested
I am using wildfly-9.0.0.CR2 server for my Spring MVC application, on a sudden wildfly server stooping for every 10 mins!. I don't think my application is requesting server for shutdown and I didn't use any third party APIs.
When I observe the…

Rajesh Hatwar
- 1,843
- 6
- 39
- 58
0
votes
1 answer
Timeout Exception Wildfly Service Deployment
I am trying to deploy a service configured in Jboss-wildfly (Wildfly 9.0.1). During deployment it gets stuck at specific moment and after 600 seconds I am getting a TimeoutException and deployment fails. I have increased the timeout period but still…

akashmujawdia
- 1
- 1
- 2
0
votes
1 answer
Javamelody and multiple app and jvm in same node
we have 3 applications (app1/app2/app3) in cluster (server1/server2) with 2 jvms (8080/8180) in each node
for example
http://server1:8080/app1, http://server1:8080/app2,
http://server1:8080/app3
http://server1:8180/app1,…

cyril
- 872
- 6
- 29
0
votes
1 answer
EJB not initializing in Wildfly 9.0.0 using @EJB
I'm trying to migrate from EJB2.x to EJB3.x and i'm using Wildfly 9.0.0.
The old EJB2.x is working in JBoss 4.2.2 and this is how it looks like:
public interface WUFFacadeRemote extends EJBObject {
public ClientData getItems(ClientData data);
…

jhenrique
- 858
- 1
- 10
- 17
0
votes
1 answer
liquibase ignores already executed changeSets
I'm trying to use liquibase (3.5.5) from an existing database (on MySQL).
I've used the generateChangeLog command to generate a db.changelog.xml file.
C:/liquibase-3.5.5/liquibase.bat --driver=com.mysql.jdbc.Driver ^
…

gadeynebram
- 725
- 2
- 6
- 22
0
votes
0 answers
Jersey 2.22.2 with wildfly 9.0.2Final Authentication filter deployment error
So I created a custom AuthenticationFilter for a Jersey Rest service. Locally it deploys and works as intended but when deployed to our actual test server I get the below error when starting Wildfly server.
Caused by: A MultiException has 3…

Glen F.
- 180
- 1
- 12
0
votes
1 answer
infinispan error when interface public modified wildfly 9
i have a domain with only one node when i configure the interface public in host.xml with the server IP it cause this error:
2018-06-14 12:56:42,804 WARNING [org.jgroups.protocols.UDP] (INT-1,ee,master:server-one) JGRP000012: discarded message from…

cyril
- 872
- 6
- 29
0
votes
0 answers
How to fail war deployment if dependent war fails in wildfly
I have 2 war files as below
1st is for DB jndi registration (jndi-reg.war).
2nd war (actual application)
This war deployment depends on jndi-reg.war, so for this I have added jboss-all.xml under /WEB-INF/ of second war,
jboss-all.xml as below

Alpesh Jikadra
- 1,692
- 3
- 18
- 38
0
votes
1 answer
Wildfly do not load dll within jar after deployment
I'm using wildfly version 9.
I have a jar within which in the resources folder i have an executable and multiples DLLs as dependencies.
After jar being deployed i can see that only the executable is present in deployed folder. Why my DLLs are not…

Hassam Abdelillah
- 2,246
- 3
- 16
- 37
0
votes
0 answers
Why does memory go down after I take a heap dump?
I am running a web application with WildFly 9 and I've allocated X GB of memory. Over a period of time the memory gets accumulated and I run the jmap utility to collect the heap dump for analysing the memory utilization.
When I do this, the memory…

Anjan Baradwaj
- 1,219
- 5
- 27
- 54
0
votes
0 answers
java.io.NotSerializableException: org.jboss.jca.core.connectionmanager.pool.strategy.PoolBySubject
We are trying to migrate from Jboss 4.2.3 GA to Wildfly 8.2.1 Final. The code which was working fine in the Jboss is not working in Widfly anymore and giving the following strange exception. I have tried searching for the solution for this issue but…

Nagaraju Chitimilla
- 530
- 3
- 7
- 23
0
votes
0 answers
Could not reserve enough space for object heap - Intellji 2018.1 with wildfly 9.0.2 - trying run web application
I am trying to run a web application project, but there is an error when executing
Error occurred during initialization of VM
Could not reserve enough space for object heap
I attached an image for more detail
Error details - intellji
I have been…

gcaqp
- 13
- 5
0
votes
0 answers
WAR not accessible after deploy second
My Wildfly development environment was set up ok and working. I was able to access my application using https://127.0.0.1:8443 and life was good.
I then deployed a second WAR file for a second application and then my first application became…

danielc
- 509
- 6
- 19
0
votes
0 answers
How to Access resource Files inside WAR Using java from Wildfly 9
i have deployed WAR File to Wildfly 9 as [Zipped WAR][unexploded],so how can i access JSON resource files inside WAR.i tried many ways but not working.attached screenshot for reference. screenshot

Selvakumar
- 21
- 1
- 6
0
votes
3 answers
Video URL from my server is not playing video inside
I have two option to upload a video.
1) Provide web url for the video. or
2) Upload the video.

Sadashiv
- 387
- 1
- 6
- 17