Questions tagged [wildfly]
32 questions
3
votes
2 answers
Linux file-handle (pipe) leak in WildFly 12+
I am trying to identify if behaviour that I am observing is correct or if WildFly is leaking file handle descriptors.
During our standard performance testing after upgrading from WildFly 11 to 14 we ran into an issue regarding too many open files.…
Gareth Wilson
- 31
- 2
3
votes
1 answer
Intermediate certificate not in keystore even though I added it
I was tasked to set up an ssl in a server, this server uses wildfly, so I have to make a keystore that contains all of the certificates that I got, the server certificate, the intermediate and the keyfile.
First I chained up the server cert and the…
logax
- 99
- 1
- 14
2
votes
1 answer
WildFly sending private key instead of certificate
I'm trying to configure a WildFly server running in Docker to use SSL:
created a private key: keytool -genkey -alias axcelpk -keyalg RSA -keystore server.keystore -keysize 2048 -validity 1825
created a CSR: keytool -certreq -alias axcelPK -keystore…
Sylvain Girard
- 123
- 3
2
votes
0 answers
Wildfly: http to https redirect on the same port
Question
How does one redirect a http-request to a https-request on the same port?
Use case
Someone opens mypage:1234 but omits the protocol.
The user would expect to enter the page none the less.
Similar Problem(s)
The solution provided here…
Gerrit Sedlaczek
- 121
- 5
2
votes
1 answer
Start server service with wildfly
I need to start a service with certain IP using Wildfly
Already follows tutorials
Wildfly start fine with local IP which is 127.0.0.1 also with 0.0.0.0
But when I change into mine or other IP it got error like this
11:12:58,057 ERROR…
user578558
- 21
- 1
- 3
1
vote
1 answer
Getting rid of the error about the loss of content when updating was files in WildFly (or Jboss EAP) forever
It is not a trivial question about an error on WildFly(10):
WFLYSRV0137: No deployment content with hash
edba0011304daa1b2648eb4848a44536acbbebf6 is available in the
deployment content repository for deployment 'ANYDEPLOYMENT'. This is a fatal
…
TheDESTROS
- 375
- 3
- 9
1
vote
1 answer
Cannot start wildfly with systemd
Centos 7
Wildfly-16.0.0.Beta1
JDK 1.8.0_212
I cannot start wildfly with "systemctl start wildfly" but I can start it with "/opt/wildfly/bin/launch.sh standalone standalone.xml 192.168.56.200 &"
Config file:
# cat /etc/wildfly/wildfly.conf
# The…
grepmaster
- 143
- 2
- 3
- 14
1
vote
3 answers
wildfly and logrotate: wildfly still logs messages to already rotated server.log
For wildfly (on linux) I need following logging scenario: daily rotation of server.log and removing old log files which are older than 90 days. I don't see a way to configure this in wildfly/log4j (the problem is here to remove old log files, but I…
Steffen
- 929
- 3
- 13
- 28
1
vote
0 answers
Wildfly Elytron container managed authentication with federated SAML2 IDP
I'm trying to set up container-managed authentication with Wildfly 24 and would like to use an existing (federated) Shibboleth IDP.
I haven't found docs detailing that use case, so I opted for the proxy auth scenario, e.g. Apache + Shibboleth SP…
fuero
- 9,413
- 1
- 35
- 40
1
vote
1 answer
Logging username in KeyCloak access-log
In KeyCLoak 15.0 (that is WildFly 23.0), I’m trying to configure access-log to also include username (or any ID of the user) when a user is logged in. In keycloak/standalone/configuration/standalone.xml, I…
McLayn
- 61
- 6
1
vote
0 answers
WFLYEE0097: Module may not be a child of the EAR's library directory. When trying to deploy EAR
I am trying to deploy a web application to WildFly. Right now, I'm simply dropping an ear file in the /standalone/deployments directory. When I do, I get the following error message in the marker file:
{"WFLYCTL0080: Failed services" =>…
Oliver Norin
- 11
- 1
1
vote
2 answers
JBoss EAP 7, IO Subsystem workers configurations
I am asking here because I cannot find much information on this...
What is the main use of the setting for "Io threads" and "Task max threads" under the IO subsystem workers configuration?
Everywhere I read, people are saying that the "Io threads"…
iWantSimpleLife
- 128
- 1
- 5
0
votes
2 answers
WildFly 17 load balance with mod_cluster without apache in domain mode
I've successfully created a WildFly cluster with 3 hosts in domain mode.
Now I'm trying to get the mod_cluster subsystem without apache or other server in the middle, as I've seen it's possible, but I haven't found any recent documentation to…
Rafael Alcaide
- 3
- 2
0
votes
1 answer
WildFly run-batch: launch of all deployments with dependencies
I have a WildFly 10 server in which about 12 deployments are installed, and the list of deployments may change periodically.
The main problem is that when i'm restart the server, applications are trying to deploy simultaneously. However, most…
TheDESTROS
- 375
- 3
- 9
0
votes
1 answer
How can I diagnose in Wilfly why security domain in Elytron, based on LDAP realm fails
I am trying to set up web application authentication against Active Directory using Elytron in Wildfly 16.
Deployment fails. This question is not that much about Elytron configuration, but as background info, here are the symptoms I am trying to get…
mvuot
- 3
- 1