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

Wildfly: How to configure worker threads in IO subsystem dynamically

I want to dynamically configure following section in wildfly-8.2.0 in standalone.xml: Basically I don't want these values to be hardcoded and calculate them at the time of server…
keenUser
  • 1,279
  • 3
  • 16
  • 33
2
votes
0 answers

Wildfly deployment issues: WFLYCTL0288

I am having trouble with an installation of Wildfly 9. Before now, everything has been fine and running smoothly. I've since made one small change to standalone.xml (turned up logging level to TRACE for one of the deployed packages, that's…
Tom Deakin
  • 81
  • 2
  • 8
2
votes
2 answers

How to connect to WildFly 10 embedded Active-MQ Artemis Broker without using jboss-client.jar

How can I connect to WildFly 10 embedded ActiveMQ-Artemis Broker without using jboss-client.jar? I understand it has something to do with acceptors/connectors in standalone.xml. Can you provide an example?
MetaHnet
  • 125
  • 2
  • 12
2
votes
0 answers

Authentication problems, then using Wildfly ActiveMQ from remote host

I am sorry for probably simple question. I am using ActiveMQ on Wildfly. While working on Local machine no problems appeared. But then my client application moved to remote hosts I start getting following error: javax.naming.AuthenticationException:…
Mikhael
  • 31
  • 1
  • 3
2
votes
1 answer

SpringSecurity error on Wildfly

While log in with spring-security on wildfly i get this error-page: {"timestamp":1464679377206,"status":999,"error":"None","message":"No message available"} after refresh it redirects me on my custom error page. Then if I clear error-link (like…
cadmy
  • 515
  • 12
  • 32
2
votes
1 answer

Rule in undertow-handlers.conf to redirect HTTP to HTTPS

I have a Wildfly behind a load balancer, the connection between them is always HTTP. The connection between the client and the load balancer can be HTTP or HTTPS. The load balancer sets a header (X-Forwarded-Proto) to let the Wildfly know which…
Victor Henriquez
  • 1,399
  • 15
  • 26
2
votes
2 answers

Wildfly Form Auth fails when using special characters

We are deploying our GWT app to a Wildly 8.1.0 server and are using form authentication for security. Our problem is that every time our customer has a special character (æøåäëö, etc.) in their username or password, they cannot login. I have seen…
Rasmus Nielsen
  • 411
  • 1
  • 4
  • 18
2
votes
1 answer

Cannot resolve security role

IntelliJ is telling me that it Cannot resolve security role I'm pretty sure I had to put the roles in another file as well as in web.xml but I can't find much info on that. maybe hboss-web.xml ?
Ced
  • 15,847
  • 14
  • 87
  • 146
2
votes
0 answers

Apache Tamaya CDI Extension causes startup issue in WildFly

I am trying to use Apache Tamaya with the CDI extension in my project. I have included the following libraries in my pom.xml org.apache.tamaya tamaya-core
kevcodez
  • 1,261
  • 12
  • 27
2
votes
1 answer

Use own WSDL file in JBoss Server (WIldfly 10.0)

How do make JBoss use a .wsdl file that I supply? Right now, it auto generates it. For example, if I have this interface and class: CalculatorWebService package test.example.ws; import javax.jws.WebMethod; import javax.jws.WebParam; import…
syy
  • 687
  • 2
  • 13
  • 32
2
votes
2 answers

Keycloak and Identity Broker (OpenId) IdentityBrokerException "Token no longer valid"

we have installed keycloak as standalone on the server and have registered it as adapter on the same server by wildfly. So, after registration by Identity Broker with OpenId (is self written and is deployed on the other domain) we will be not…
user3467471
  • 127
  • 2
  • 12
2
votes
1 answer

How do I connect to remoting-connector using Wildfly 10?

Does anyone have ideas how to get closer to solve my issue? I am struggeling with a remote connection to jmx of my Wildfly server . Environment WildFly 10.0.0 Final JDK 1.8.0_66 Domain Mode dedicated remoting socket dedicated remoting connector…
vetwhat
  • 21
  • 1
  • 2
2
votes
3 answers

Fail to start jax-rs service on wildfly-swarm

I have a JAX-RS service that works locally with wildfly-swarm 1.0.0.Beta8, but when I boot it on a remote machine, I get the following exception: ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC000001: Failed to start service…
rü-
  • 2,129
  • 17
  • 37
2
votes
2 answers

Can't access WildFly over HTTPS with browsers but can with OpenSSL client

I've deployed Keycloak on WildFly 10 via Docker. SSL support was enabled via cli. Final standalone.xml has:
cen
  • 2,873
  • 3
  • 31
  • 56
2
votes
0 answers

I Can't run Arquillian Tests on Wildfly 8.2.0.Final

i'm trying to run arquillian tests on my project, but without sucess. I'm looking for this error but not found questions about it. When I try to run the arquillian test, see that RuntimeException. java.lang.RuntimeException:…
ffSouza
  • 93
  • 8