Use this tag for version specific questions about WildFly 16 - the lightweight, managed application runtime. When using this tag also include the more generic [wildfly] tag.
Questions tagged [wildfly-16]
26 questions
0
votes
1 answer
Wildfly Singleton Service election in cluster gives Out of Memory/Metaspace Issues
Wildfly runs its Singleton Service in cluster in midnight or mid day like
2022-03-18 00:00:07,151 INFO [org.wildfly.clustering.server] (LegacyDistributedSingletonService - 1) WFLYCLSV0003: alp-esb-app02:masterdata-batch-02 elected as the singleton…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
1 answer
Wildfly Management API : What is URL for list Servergroups?
How to fetch server group details using Wildfly Management API
https://wildfly.prod.idntegrator.cosng.net/management?operation=attribute&name=server-group
{
"outcome" : "failed",
"failure-description" : "WFLYCTL0201: Unknown attribute…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
0 answers
Why am I getting an error when trying to run WildFLy on Intellij?Application Server was not connected before run configuration
I'm creating a Wildfly + Maven Restful API in Intellij, everything seems fine except at run time the program crashes saying "Application Server was not connected before run configuration stop,Unable to ping server at localhost:8080". I'm following a…

rianne
- 31
- 1
- 5
0
votes
1 answer
What is "classpath mode", as seen in WildFly documentation?
The WildFly documentation for version 16 says
WildFly 16 also is heavily tested and runs well on Java 8. We plan to
continue to support Java 8 at least through WildFly 18.
Please note that WildFly runs on Java 11 and 12 in classpath mode.
What…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
1 answer
HHH000342: Could not obtain connection to query metadata : Unable to construct requested dialect [org.hibernate.dialect.DB2400Dialect]
My build is successful but deployment using Wildfly 16 on Windows is failing. On my macbook it works.
Windows OpenJDK 1.8.0_252.
Macbook OpenJDK 1.8.0_251
Wildfly 16 configurations such as drivers on Windows and my Mac are equal.
Does anyone here…

pkievit86
- 21
- 1
0
votes
0 answers
JPA and NullPointerException when accessing to related entity, but randomly
I'm using Wildfly16 + Eclipselink2.6.0 and an EAR project. The database is Postgresql.
I've some entities:
Group : a group for shops
Shop : a shop with n:1 relation with Group.
VAT : VAT information, n:1 with Group.
Theese are the entities…

Daniele Licitra
- 1,520
- 21
- 45
0
votes
0 answers
Wildfly 16 - problem with setting up rewrite rules inside WAR file
This is my first contact with Wildfly/JBoss and JAVA web technology. I want to write this upfront to avoid confusion and to indicate I'm a newbie :)
I'm trying to setup rewrite rules for a website that is hosted on WildFly 16 server.
I have a Linux…

Misiu
- 4,738
- 21
- 94
- 198
0
votes
0 answers
Is it possible to make Datasources for SFTP in Wildfly 16 or any alternative to do that?
We have a SFTP server which is accessed in 50 integrations.
We need to configure SFTP in properties file for all integrations.
is it possible to configure the same inside wildfly server itself so that we can use it…

fatherazrael
- 5,511
- 16
- 71
- 155
0
votes
1 answer
JPA not saving to DB on WildFly 16
After migrating from Wildfly-8.2.0 to Wildfly-16.0.0, my JEE application launched normally and
displayed expected data read from (PostgreSql) database, but neither of the (insert/update/delete)
operations is saving to database (with no exception…

Ahmad Aboud
- 51
- 1
- 5
0
votes
0 answers
Increase proxy time out in wildfly server
How can i increase the proxy time out in wildfly server version 16 ?
I have tried many ways by changing the standalone.xml file but it did not work.
23:46:08,144 INFO [stdout] (default task-6)…

Shalika
- 1,457
- 2
- 19
- 38
-1
votes
1 answer
Spring Boot | How to change context URL of my application from 'gerp-tasks-rest-0.0.1-SNAPSHOT-wildfly10' to "terptasks" | Wildfly
When i deploy Spring boot application in Wildfly.
I get following web context which is
2021-01-19 08:05:14,620 INFO [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 161) Initializing Mojarra 2.3.9.SP01 for context…

fatherazrael
- 5,511
- 16
- 71
- 155