Questions tagged [jboss]
JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
384 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
75
views
How to configure ftp in Jboss EAP 7.4
Our application is using ftp protocol to send/receive files. Currently it's deployed in WebLogic and we are planning to migrate it to JBoss.
I am wondering how to configure ftp in Jboss. Do I need to ...
0
votes
2
answers
513
views
Configure data source in JBoss 7.4 with Microsoft SQL DB
I'm creating a data source in jboss with MS SQL DB. The required driver is loaded under the modules.
Testing the connection fails. Connectivity is fine between machines.
Connection url - jdbc:...
0
votes
0
answers
47
views
LDAP/S signing with jbossweb / tomcat55
To start applying some hardening group policies in my domain controller, I've set the "LDAP server signing requirements" DC policy to "Require signing".
After this, I have 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 ...
0
votes
0
answers
2k
views
Jboss as a service failing on OS Reboot RHEL8
0
I am facing some issues while running Jboss as a service on RHEL8 servers. The setup of service is done in a standard way as per the RHEL guidelines
https://access.redhat.com/documentation/en-us/...
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 ...
0
votes
1
answer
820
views
SQL Server JDBC Drivers installation on JBoss EAP 7.3
are the commands below correct? if no what is the correct way to install the module properly
module add --name=com.mssql--resources=[PATH] --dependencies=javax.api,javax.transaction.api
/subsystem=...
0
votes
0
answers
44
views
locate all nested war/jar files inside jboss/wildfly - log4j [duplicate]
I want to detect all nested wars and jars containing the log4j library. I have jboss/wildfly services. I started to find out with 'locate | grep', but it shows me only tmp directories, not exactly war/...
1
vote
0
answers
318
views
JBoss: How does <stacks> in the standalone-ha.xml work?
This file contains the usual Keycloak server configuration with the addition of WildFly10 High Availability extensions like Infinispan HA cache and JGroups HA communication channels and their ...
0
votes
1
answer
716
views
Troubleshooting Handshake Failure Between Application and External API
This might be a bit of a long shot, but I'm hoping someone here can help me. I have a java application running on a jboss backend in a debian linux server. Incoming communications are routed to the ...