[
https://issues.redhat.com/browse/WFCORE-4820?page=com.atlassian.jira.plug...
]
Mark Sanchez commented on WFCORE-4820:
--------------------------------------
How do I turn on stack trace?
Here's the full error:
Host Controller] ^[[0m^[[0m11:18:22,803 INFO [org.jboss.as.patching] (MSC service thread
1-2) WFLYPAT0050: WildFly Full cumulative patch ID is: base, one-off patches include:
none^[[0m
[Host Controller] ^[[0m^[[33m11:18:22,880 WARN [org.jboss.as.domain.management.security]
(MSC service thread 1-2) WFLYDM0111: Keystore
/opt/app/workload/jboss/wildfly-18.0.1.Final/domain/configuration/application.keystore not
found, it will be auto generated on first use with a self signed certificate for host
localhost^[[0m
[Host Controller] ^[[33m^[[0m^[[31m11:18:23,019 ERROR [org.jboss.msc.service.fail] (MSC
service thread 1-1) MSC000001: Failed to start service
org.wildfly.core.management.security.realm.ldap_security_realm:
org.jboss.msc.service.StartException in service
org.wildfly.core.management.security.realm.ldap_security_realm: WFLYDM0042: Multiple
CallbackHandlerServices for the same mechanism (PLAIN)^[[0m
[Host Controller] ^[[31m at
org.jboss.as.domain.management.security.SecurityRealmService.start(SecurityRealmService.java:226)^[[0m
[Host Controller] ^[[31m at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1739)^[[0m
[Host Controller] ^[[31m at
org.jboss.msc.service.ServiceControllerImpl$StartTask.execute(ServiceControllerImpl.java:1701)^[[0m
[Host Controller] ^[[31m at
org.jboss.msc.service.ServiceControllerImpl$ControllerTask.run(ServiceControllerImpl.java:1559)^[[0m
[Host Controller] ^[[31m at
org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)^[[0m
[Host Controller] ^[[31m at
org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1982)^[[0m
[Host Controller] ^[[31m at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1486)^[[0m
[Host Controller] ^[[31m at
org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1363)^[[0m
[Host Controller] ^[[31m at java.lang.Thread.run(Thread.java:748)^[[0m
[Host Controller] ^[[31m^[[0m
[Host Controller] ^[[31m^[[0m^[[0m11:18:23,102 INFO [org.jboss.as.remoting] (MSC service
thread 1-2) WFLYRMT0001: Listening on 192.111.164.69:9990^[[0m
[Host Controller] ^[[0m^[[31m11:18:23,509 ERROR
[org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013:
Operation ("add") failed - address: ([^[[0m
[Host Controller] ^[[31m ("host" =>
"domain-ctl-psftest2s"),^[[0m
[Host Controller] ^[[31m ("core-service" => "management"),^[[0m
[Host Controller] ^[[31m ("security-realm" =>
"ldap_security_realm")^[[0m
[Host Controller] ^[[31m]) - failure description: {"WFLYCTL0080: Failed
services" =>
{"org.wildfly.core.management.security.realm.ldap_security_realm" =>
"WFLYDM0042: Multiple CallbackHandlerServices for the same mechanism
(PLAIN)"}}^[[0m
[Host Controller] ^[[31m^[[0m^[[31m11:18:23,549 FATAL [org.jboss.as.host.controller]
(Controller Boot Thread) WFLYHC0034: Host Controller boot has failed in an unrecoverable
manner; exiting. See previous messages for details.^[[0m
[Host Controller] ^[[31m^[[0m^[[31m11:18:23,551 FATAL [org.jboss.as.host.controller]
(Controller Boot Thread) WFLYHC0178: Aborting with exit code 99^[[0m
[Host Controller] ^[[31m^[[0m^[[0m11:18:23,576 INFO [org.jboss.as] (MSC service thread
1-1) WFLYSRV0050: WildFly Full 18.0.1.Final (WildFly Core 10.0.3.Final) stopped in
11ms^[[0m
Error: WFLYDM0042: Multiple CallbackHandlerServices for the same
mechanism (PLAIN)
----------------------------------------------------------------------------------
Key: WFCORE-4820
URL:
https://issues.redhat.com/browse/WFCORE-4820
Project: WildFly Core
Issue Type: Bug
Components: Management, Security
Affects Versions: 10.0.3.Final
Reporter: Mark Sanchez
Priority: Major
error:
WFLYDM0042: Multiple CallbackHandlerServices for the same mechanism (PLAIN)
We get an error with the following ldap configuration. This works for version 17.
<security-realm name="ldap_security_realm">
<server-identities>
<ssl>
<engine enabled-protocols="TLSv1.2"/>
<keystore path="/opt/app/workload/jboss/ssl_jboss/psftest2s.jboss.keystore"
keystore-password="${VAULT::ssl_cert::password::1}"/>
</ssl>
</server-identities>
<authentication>
<ldap connection="testLdap" base-dn="dc=test,dc=sbc,dc=com"
recursive="true">
<username-filter attribute="samaccountname"/>
</ldap>
</authentication>
</security-realm>
</security-realms>
<outbound-connections>
<ldap name="testLdap" url="ldap://its-ad-ldap.it.test.com:636"
search-dn="CN=mxxxxxx,OU=GenericID,OU=testUsers,DC=testServices,DC=test,DC=com"
search-credential="${VAULT::ldap_searchdn::password::1}"
security-realm="ldap_security_realm"/>
</outbound-connections>
<management-interfaces>
<http-interface security-realm="ldap_security_realm">
<http-upgrade enabled="true"/>
<socket interface="management"
port="${jboss.management.http.port:9990}"/>
</http-interface>
</management-interfaces>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)