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
18
votes
7 answers

Duplicate resource Wildfly

I'm getting below error in Wildfly 8.2: 05:17:12,202 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.2.Final 05:17:12,285 INFO [org.jboss.as] (MSC service thread 1-6) JBAS015899: WildFly 8.2.0.Final "Tweek" starting 05:17:13,199 ERROR…
Passionate Engineer
  • 10,034
  • 26
  • 96
  • 168
17
votes
6 answers

How to deploy war file in root(/) context to Wildfly ver 9.0.1

I am newbie for Wildfly till now I was working on tomcat to deploy my applications. Now just for add on features of Wildfly we want to move on to this. I am using Windows Os, I have done with the basic implementation of wildfly to start service etc.…
Vartika
  • 1,085
  • 3
  • 17
  • 43
16
votes
3 answers

How can I run wildfly in debug mode, as a service on Windows?

I am running Wildfly as a service on windows. When I need to debug, I am shutting this down and starting Wildfly via standalone.bat -debug. What I want is to have the debug switch on always, when it runs as a service?
Inquisitor Shm
  • 1,433
  • 5
  • 17
  • 26
16
votes
0 answers

Why is there no @TransactionTimeout annotation for EJB3 CMT in Java EE

For Container Managed Transactions (CMT) in EJB3, we have the following EJB annotations for Transaction Management. @TransactionAttribute @TransactionManagement Unfortunately, there are no ways to set up transaction timeout and it's specific to…
Buhake Sindi
  • 87,898
  • 29
  • 167
  • 228
16
votes
8 answers

Missing artifact "sun.jdk:jconsole:jar:jdk"

When adding Arquillian to a Maven build I get the above exception in Eclipse: Missing artifact sun.jdk:jconsole:jar:jdk org.jboss.arquillian.junit
Stefan S.
  • 3,950
  • 5
  • 25
  • 77
16
votes
6 answers

java.lang.IllegalArgumentException: Parameter 'directory' is not a directory

I am trying to deploy a maven web application on my local wildfly machine. But I am getting this error: 08:55:02,595 ERROR [io.undertow.request] (default task-55) UT005023: Exception handling request to /reg-server-1.0.0-SNAPSHOT/v1/lineage:…
aurelius
  • 3,946
  • 7
  • 40
  • 73
15
votes
3 answers

Keycloak - Infinispan Redis cache store

Currently setting up a keycloak cluster in standalone-ha mode, to be able to run on docker swarm. In keycloak, the user sessions are cached in an embedded infinispan store and infinispan can be configured to be a distributed cache across the…
tux
  • 1,730
  • 1
  • 15
  • 19
15
votes
1 answer

Difference between security-realm and security-domain in WildFly

What is the main difference between security-domain and security-realm in WildFly? standalone.xml
Johnny Willer
  • 3,717
  • 3
  • 27
  • 51
15
votes
3 answers

How to add https-listener to WildFly's default-server?

I'm following the tutorial from: https://github.com/jbosstm/quickstart/tree/master/XTS/ssl Using jboss-cli successfully added the…
Boris Pavlović
  • 63,078
  • 28
  • 122
  • 148
15
votes
4 answers

Arquillian: Wildfly embedded?

Until now I had my integration tests running with Arquillian and an embedded Glassfish 4.x. As I suffer from bug ARQ-1458, I tried migrating to Wildfly 8.0.0.Beta1. My deps in Maven are: org.jboss.arquillian
Timo Böwing
  • 313
  • 1
  • 2
  • 8
14
votes
5 answers

How to start keycloak 2.0 on 8080 port?

Default port of Keycloak used to be on 8080. Now when I am starting keycloak using ./bin/standalone.sh then it is getting start on 9990 port. // So I guess now keycloak default port is 9990 nowadays. but funny part is whenever I am giving explicit…
Pramod S. Nikam
  • 4,271
  • 4
  • 38
  • 62
14
votes
3 answers

Running application with Java 9, module java.base does not "opens java.io"

I tried to run my application (front-end developed in Java Swing, server developed with EJB deployed on Wildfly 8) with Java 9. When the client tries to establish an EJB connection got the following exception: 09:53:42,358 INFO [xnio] XNIO…
Andrea Biasillo
  • 241
  • 1
  • 3
  • 6
14
votes
3 answers

How to fix "Unable to acquire lock after 15 seconds" errors in Wildfly

I have a web application that is , but also deployed to stand alone instances of Wildfly for local development work. Sometimes we have calls to the backend that can stall for a few seconds, which often leads to exceptions like the…
Phyxx
  • 15,730
  • 13
  • 73
  • 112
14
votes
5 answers

WildFly started with errors: java.net.BindException: Address already in use

When I start WildFly in Eclipse, I get this error: 22:03:42,430 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC000001: Failed to start service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in…
cy221
  • 1,029
  • 3
  • 12
  • 24
14
votes
3 answers

Configuration GZip at Wildfly

I'm with a problem to configure the GZip in my Wildfly server used the following configuration on the server:
user2296155
  • 243
  • 1
  • 2
  • 8