Questions tagged [wildfly]

WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server that implements the latest enterprise Java standards.

WildFly is written in Java and as such is usable on any operating system that supports Java.

WildFly was originally developed by JBoss Inc. which was acquired by Red Hat in 2006. It is licensed under the terms of the GNU Lesser General Public License. WildFly is free and open source software.

The renaming to WildFly was done to reduce confusion. The renaming only affects the JBoss Application Server project. The JBoss Community or the Red Hat JBoss product line (with JBoss Enterprise Application Platform) all retain their names. See also the tag.

For further information, visit the WildFly website.

6512 questions
28
votes
8 answers

How to run WildFly with standalone-full.xml from IntelliJ IDEA?

I'm trying to run Wildfly 8.0 from Intellij IDEA. When starting WildFly through commmand-line I can use the -c standalone-full.xml parameter to use the standalone-full.xml configuration file. How can I specify this when running WildFly from Intellij…
jorgen.ringen
  • 1,285
  • 5
  • 14
  • 20
27
votes
5 answers

Uploading large files error to wildfly

I try to upload large files(400mb+) to wildfly 8.1 and i get an IOException but i dont encounter any exception with the same conditions when using jboss 7 server: Exception: Blocking request failed HttpServerExchange{ POST…
semudu
  • 390
  • 1
  • 3
  • 9
26
votes
3 answers

SLF4J + Logback does not log in WildFly

I run web application in WildFly 8 and for some reason it does not log. I use SLF4J with LOGBACK. The log file is created on deploy but it is empty. I do not see my log statements in wildfly logs either. The class contains: package…
Leos Literak
  • 8,805
  • 19
  • 81
  • 156
25
votes
3 answers

WFLYCTL0412: Required services that are not installed:

I'm trying to add a datasource in Wildfly 10.0, but when i test connection this the error message that throws: Unexpected HTTP response: 500 Request { "address" => [ ("subsystem" => "datasources"), ("data-source" =>…
Progs
  • 1,059
  • 7
  • 27
  • 63
25
votes
2 answers

Wildfly - Change Management Realm's Password

Is there any way of changing Wildfly's Management Realm's password through config files of some sort? I kinda lost my password (my LastPass add-on for Firefox is kinda messing up with me). If there is, how?
Adam Geraldy
  • 385
  • 1
  • 4
  • 6
24
votes
3 answers

Remote debugging: No connection to Wildfly 14 on OpenJDK 11 at port 8787

I'm trying to connect my debugger to Wildlfy running on Open JDK 11. Despite Wildfly says: Listening for transport dt_socket at address: 8787 My IDE (IntelliJ IDEA CE 2018.1) claims that it doesn't get any connection: Unable to open debugger…
Sebastian S
  • 4,420
  • 4
  • 34
  • 63
22
votes
3 answers

Wildfly 9 http to https

I want to redirect the request from HTTP to HTTPS. I am using wildfly 9. After a google search I found the following, but it is not working. I hope somebody
phil
  • 221
  • 1
  • 2
  • 4
21
votes
5 answers

Eclipse Kepler and JBoss Wildfly hot deployment

I am trying to use eclipse kepler for Java EE 7.I already installed JBoss Tools and added JBoss Wildfly successfully as a server. However my changes are not automatically deployed. Is there anyway the app can be deployed automatically just as when…
zulqarnain
  • 1,695
  • 1
  • 16
  • 33
20
votes
2 answers

How to configure Jackson in Wildfly?

I've got a Session Bean with the following method: @POST @Consumes("application/x-www-form-urlencoded") @Path("/calculate") @Produces("application/json") public CalculationResult calculate(@FormParam("childProfile") String childProfile, …
sebplorenz
  • 999
  • 2
  • 10
  • 17
19
votes
7 answers

wildfly: reading properties from configuration directory

I'm trying to read deployment specific information from a properties file in my wildfly configuration folder. I tried this: @Singleton @Startup public class DeploymentConfiguration { protected Properties props; @PostConstruct public void…
EasterBunnyBugSmasher
  • 1,507
  • 2
  • 15
  • 34
19
votes
2 answers

Override logging in WildFly

I used tomcat and simply override default logging system. How to enable logging with logback on wildfly in my spring app? My Logback.xml owrking on tomcat
Rinat Mukhamedgaliev
  • 5,401
  • 8
  • 41
  • 59
18
votes
6 answers

WildFly 18.0.1 JDBC Drivers : Internal error (newValue is null)

I have a problem configuring JDBC drivers in WildFly (18.0.1). Whenever I open (Configuration/Subsystems/DataSources & Drivers/JDBC Drivers), I get: Internal error (Details: newValue is null). Error Image 1: Error Image 2: Any help would be very…
ayou392
  • 187
  • 2
  • 10
18
votes
11 answers

Concurrent Timeout exception on starting Jboss Wildfly 9.02 server

I am new to jboss server. When I am trying to deploy .war file on server the following exception gets print on console: 6:38:04,388 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0348: Timeout after [300]…
Riika
  • 181
  • 1
  • 1
  • 5
18
votes
3 answers

Wildfly remotely access administration console doesnt work

I am new to WildFly/JBOSS. I am using WildFly 8.2.0. I have installed it as a service on Linux using an installation script from http://sukharevd.net/wildfly-8-installation.html. Everything works fine. I connect to my Linux remotely using SSH. It…
vinay
  • 950
  • 1
  • 11
  • 27
18
votes
3 answers

JBoss AS vs WildFly 8

Can anyone please give me the main difference between JBoss AS 7 and WildFly 8? I'm going to start a very important project and I have to choose between JBoss AS 7 and WildFly 8 (for this project I'm going to use GWT, JPA/Hibernate and jBPM 6).
user2938484
  • 195
  • 1
  • 1
  • 4