Questions tagged [wildfly]
The wildfly tag has no summary.
39 questions
0
votes
1
answer
400
views
Logs are not being printed out to the wildfly console
I got a problem with my wildfly server. I a trying to print logs, but they are not showing whatever changes to wildfly log configurations I am making. Here is the code with the initial class that runs,...
0
votes
1
answer
387
views
jboss.ejb.default-resource-adapter-name-service wildfly 26
This is a follow up from my previous question: https://stackoverflow.com/staging-ground/79353883. I changed version of the Wildfly to 26 and transfered all the code and libraries to work with jakarta. ...
0
votes
2
answers
822
views
Failed to connect to LDAP server.: javax.naming.AuthenticationException
I have configured ldap in Jboss instance, however it's not being connected to ldap server and throws below error.
02:50:08,512 DEBUG [org.wildfly.security] (management task-1) Obtaining lock for ...
1
vote
0
answers
253
views
WildFly deployment fails due to 'unable to build Hibernate SessionFactory' - how to retry automatically?
In a customer's environment, updates are scheduled to run on several servers at nighttime, each time this happens our WildFly application is not recovering until I reboot the application server itself ...
0
votes
0
answers
173
views
AWS EC2 Ubuntu instance launches WildFly (Java / Jakarta EE server) but seems inaccessible via browser
I am trying to setup AWS for a JBoss WildFly 31.0.0.Final to get a demo webapp up and running. So I found this tutorial:
https://kamalmeet.com/cloud-computing/amazon-ec2-step-by-step-guide-to-setup-a-...
0
votes
1
answer
632
views
How to set Wildfly/JBoss domain controller IP address in managed servers using CLI?
I'm trying to change the domain controller IP address in JBoss/Wildfly managed servers using the management cli, but the configuration either keeps unchanged or changes in the wrong way.
I can find ...
0
votes
1
answer
160
views
Does Wildfly process HTTP requests in order of arrival in a single queue?
Java web application deployed on wildfly 10. This application exposes Rest webservices.
Users, from different PCs, use a client which interacts with web services.
Packets travel through the network. ...
0
votes
0
answers
371
views
JBoss CLI command running into failure
I want to automatically delete my Wildfly logs after a certain period of time (e.g. 3 days). As I am running my application in a container which has no access to crontab, I want to do this via a JBoss ...
1
vote
1
answer
3k
views
Configure WildFly to use HTTPS
I am using WildFly25, and have it running with default settings.
Server console
WildFly Full 25.0.0.Final (WildFly Core 17.0.1.Final) started in 3938ms - Started 308 of 547 services (338 services are ...
0
votes
1
answer
2k
views
IIS/ARR reverse proxy negotiate pass-through
I am having hard time with IIS/ARR reverse proxying to WildFly application server. On Linux we use web-servers to offload HTTPS, authentication and security functions from application server, so the ...
0
votes
1
answer
970
views
Wildfly 26.1.1.Final Elytron - LDAP "Context was closed"
I am following the Wildfly 26.1 Elytron documentation to try to get LDAP working for a local Wildfly 26.1.1.Final server running in standalone, but am running into an esoteric issue where the context ...
0
votes
0
answers
2k
views
Prevent Wildfly from redirecting HTTP requests to HTTPS
I have a project running on Wildfly 15. For one scenario I need to disable HTTP requests being redirected to HTTPS. When I run the web application on localhost everything is fine, but when I replace ...
1
vote
3
answers
945
views
How do I send error logs through e-mail on Wildfly?
Bafflingly, there's no SMTP implementation out of the box. How is it not a basic feature?
Tried adding a custom handler type MailHandler, but I get stuck setting the properties. It seems a good chunk ...
0
votes
0
answers
527
views
Wildfly 10 deployment not working very well by replacing war file
I have a java web application that is in charge to execute:
log.info("Welcome New York")
Then I build the war file and it's deployed to Wildfly 10. After that, I check it out the log file ...
1
vote
2
answers
3k
views
Wildfly : Too many open files
We recently got a "too many open files" error in our production Wildfly 17 on debian 9. A simple restart of the wildfly service got rid of the error but I'd like to avoid the problem to come ...