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

WildFly running, project deployed, but 404

i cant understand why for the project it return 404 or cant connect to the host, since the wildfly start page open perfectly My web.xml
user2582318
  • 1,607
  • 5
  • 29
  • 47
11
votes
2 answers

How to prevent jboss node name from being added to sessionid

Recently, we have upgraded our application server from JBoss EAP6.2 to EAP7.0. Even though it runs non-HA profile aka standalone.xml, JBoss adds jboss.node.name at the end of JSESSIONID cookie. For example, Spring Boot generates a JSESSIONID as…
Bunyamin Coskuner
  • 8,719
  • 1
  • 28
  • 48
11
votes
2 answers

Keycloak extension with dependencies

I'm creating a Keycloak extension with dependencies. I added the entry on the pom.xml like this: org.json json 20160810 Then I deployed it to…
rigon
  • 1,310
  • 4
  • 15
  • 37
11
votes
5 answers

Wildfly 10 can't connect datasource: invalid connection

Problem I'm trying test my connection and it keeps giving me the same error while at first sight I can't see what I did wrong. Maybe I'm overlooking something... Error nexpected HTTP response: 500 Request { "address" => [ …
Freki
  • 167
  • 1
  • 1
  • 7
11
votes
4 answers

Stopping Wildfly Windows Service failed

as mentioned from the title i have a problem stopping the wildfly windows service. When i tried to stop the wildfly service via the server manager - services window the status of the wildfly service doens't change to stop from stop pending. But…
user99316
  • 111
  • 1
  • 1
  • 5
11
votes
1 answer

HornetQ: Remove all messages from queue not working with consumer on queue

I have a simple test case where I start a HornetQ server (V2.4.7.Final) as part of a Spring context. This works quite well and I have access to a queue via JMS, the HornetQ API and/or JMX. Testcase The test case is supposed to empty the queue at…
Florian
  • 1,142
  • 1
  • 9
  • 21
11
votes
6 answers

How to add PostgreSQL datasource to WildFly 9.0?

I've tried tutorial at mastertheboss.com: ./jboss-cli.sh module add --name=org.postgres --resources=/tmp/postgresql-9.3-1101.jdbc41.jar…
czerny
  • 15,090
  • 14
  • 68
  • 96
11
votes
1 answer

Right way to configure the log in Wildfly 8.2

I have confusion in setting up the log in Wildfly-8.2.0. Initially I had used my own logging system, with log4j.xml built into the WAR file, all worked very well. But, when I make any changes to the log configuration I need to redeploy the app to…
vvra
  • 2,832
  • 5
  • 38
  • 82
11
votes
1 answer

Deployment failed on Wildfly 9

I once had this issue with wildfly 8 but was solved include eclipselink.jar in $WILDFLY_HOME/modules/system/layers/base/org/eclipse/persistence/main and updating the module.xml with the resource root and…
Paullo
  • 2,038
  • 4
  • 25
  • 50
11
votes
1 answer

How to hunt down obscure HA clustering bug in Wildfly 8.2.0.Final

The setup I have a Wildfly 8.2.0.Final application server running a cluster in domain mode using the full-ha profile. The cluster consists of two instances of wildfly, master and slave, each running on its own virtual machine. The application My…
noamik
  • 756
  • 6
  • 22
11
votes
1 answer

Wildfly 8, remote debug application

I need to remotely debug y node in a JBoss 8 / Wildfly Cluster. (Running two nodes on one machine) For this in our host-slave config we have the two nodes configured:
chris polzer
  • 3,219
  • 3
  • 28
  • 44
11
votes
2 answers

How do I get Wildfly to use additional Jackson Datatypes?

I'm getting this error 03:33:14,938 WARN [org.jboss.resteasy.core.ExceptionHandler] (default task-1) Failed executing PUT /individual/5a247ce9-0a73-4373-89ce-e4177f911259/activities/432e6e5b-4185-462f-b57e-9ec04bec3d58:…
xenoterracide
  • 16,274
  • 24
  • 118
  • 243
11
votes
2 answers

Integration test with Arquillian and Wildfly

I try to run integration test with Arquillian and Wildfly. My dependencies in Maven look as follows: org.jboss.arquillian arquillian-bom 1.1.2.Final-wildfly-1
user3318442
  • 163
  • 2
  • 10
11
votes
3 answers

How to disable WELD on WildFly

How to fully disable WELD on WildFly. I don't need it, because I use another DI framework. Exception 0 : javax.enterprise.inject.UnsatisfiedResolutionException: Unable to resolve a bean for 'org.springframework.data.mongodb.core.MongoOperations'…
Rinat Mukhamedgaliev
  • 5,401
  • 8
  • 41
  • 59
10
votes
2 answers

Wildfly org.jboss.nio -> FileNotFoundException: Invalid file path with Windows Java JDK 11.0.15+10

Since the update to Eclipse Tamurin JDK 11.0.15+10 we notice a problem as soon a HTTP request reaches Wildfly 20.0.1.Final. The same behaviour exsists in Wildfly 26.1.0.Final This only happens with the JDK Windows version, the Linux JDK works…
Angelo Berlin
  • 346
  • 4
  • 11