Use this tag for version specific questions about Wildfly 17 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.
Questions tagged [wildfly-17]
25 questions
4
votes
2 answers
How to create JMS queue in WildFly 17 with jboss-cli
I am running WildFly 17 in domain mode. We have been adding JMS queues manually, but I would rather add the configurations as part of the deployment script. I can create servers and datasources with jboss-cli, but I can't seem to make any headway…

Aaron
- 874
- 3
- 17
- 34
3
votes
0 answers
Cannot run JMX Exporter in Wildfly 17 running on Java 11
Currently we're running Wildfly (version 17.0.1.Final) in a self-created Docker image based on Java 8. For monitoring our application via Prometheus we installed jmx_exporter and configured it as shown below.
Now we'd like to switch to the official…

Robert Strauch
- 12,055
- 24
- 120
- 192
3
votes
1 answer
Maven dependencies provided by wildfly 17 server
I just started using wildfly server version 17 and I got stuck looking into the dependencies that I should mention as provided in my pom file.
I haven't found any thing in the documentation that shows the provided dependencies with their proper…

magran x
- 91
- 9
2
votes
0 answers
Error retrieving wsdl through URL from service
In my application I use as a web server Widlfly 17.0.1 and for the wsdl webservices Axis2 1.7.6
I get an error when trying to retrieve the wsdl through URL by a client program from the server URL like…

eddkgeor
- 21
- 4
2
votes
0 answers
Springboot deploy fails in wildfly 17 after update to jdk 11
I have some apps built with spring boot 2.1.2 and running in wildfly 10 with jdk 8, so far every thing ok... but after update the apps do springboot 2.2.1, wildfly 17 and open jdk 11 everything "exploded". If it happened with someone please could…

georgecro
- 41
- 4
2
votes
3 answers
Upgrading from Wildfly8 to Wildfly17, Child attributes are not coming in API response
Upgrading from Wildfly-8.1.0.Final to Wildfly-17.0.1.Final
class Parent {
String prop1;
public Parent(String prop1) {
this.prop1 = prop1;
}
}
class Child extends Child {
String prop2;
public Child(String prop1, String…

Rahul Kumar
- 91
- 4
1
vote
0 answers
Wildfly : Metaspace is not getting cleared even after GC
We're using
OpenJDK 11
Wildfly-17.0.1.Final
Spring + Hibernate Application (Deployed as WAR in Wildfly)
With each deployment, the metaspace keeps on increasing and not getting garbage collected
NOTE: We've set -XX:MaxMetaspaceSize parameter so…

Rahul Kumar
- 91
- 4
1
vote
1 answer
Can't access webservers on my oracle cloud instance, although I can SSH on 22 and ping the server IP
I'm having a hard time viewing Wildfly welcome page on port 8080 + tried apache on port 80 too, and they timeout. I can ssh to the server and using (curl localhost:8080) and (curl localhost:80) show Wildfly and apache welcome pages respectively. I…

Snake
- 45
- 6
1
vote
1 answer
Enable sending to / receiving from a JMS topic in Wildfly 17
What settings shall be configured in order to be able to send JMS messages to a given topic in Wildfly 17 and receive them via JMS?
After looking in internet I found the following sources:
Remote JMS Client for Wildfly 8
Not able to send message to…

Alex Mi
- 1,409
- 2
- 21
- 35
1
vote
0 answers
Custom class loader wtih Infinispan 9.4.x
We have been using old version of infinispan and wildfly ( 10.x and infinispan 6.x ). The cache has been used as embedded cache, e.g it was started from the application code ( which was actually the wildfly module ).Whenever cache was created in…

Yulian Oifa
- 111
- 7
1
vote
2 answers
Problem with JNDI look-up in WildFly 17: java.lang.ClassCastException: class is in unnamed module of loader
I use Wildfly 17 and have a couple of stateless EJBs, one of which causes me sometimes ( but not always) problems upon JNDI lookup. This is my EJB:
@Stateless
public class AVeDBService {
//other stuff here
}
When I deploy my application I see the…

Alex Mi
- 1,409
- 2
- 21
- 35
1
vote
1 answer
WFLYEE0043: Component is stopped - what does it mean, why could a component (@Stateless EJB) be stopped?
I am using Wildfly 17 and I have recieved the folowing Exception two times in the last month:
(PriorityExampleScheduler_Worker-1) WFLYEE0043: Component is stopped: org.jboss.as.ee.component.ComponentIsStoppedException: WFLYEE0043: Component is…

Alex Mi
- 1,409
- 2
- 21
- 35
1
vote
1 answer
XML Partial-Response breaks with Currency Symbol on Wildfly/Primefaces
I'm experiencing broken XML within a Request's response when it contains a currency symbol (in this case, '£').
I have done quite a bit of testing and have narrowed it down to the use of '£' in the XML that somehow causes an incomplete closing tag,…

Chris J
- 1,441
- 9
- 19
1
vote
1 answer
java.lang.NoClassDefFoundError: org/omg/CORBA/TRANSIENT -- WildFly 17
I am trying to deploy web application to Wildfly application server but I was facing below error.
I am very new to WildFly. Can anyone help me on this.
I tried below two options both didn't worked for me.
Check your image to ensure that the server…

Satya Mahesh
- 339
- 1
- 3
- 14
1
vote
1 answer
Why is Wildfly 17 complaining about missing BearerTokenAuthenticationMechanism ctor?
we're trying to upgrade from Wildfly 15 to Wildfly 17. When starting the application under 17 we get lot's of DEBUGs in log as follows:
2019-07-16 08:30:41,031|DEBUG| org.jboss.as.domain.management|Identification of operation not…

Markus Fried
- 96
- 1
- 10