[dcm4chee-arc] Deployment Failed: Invalid LDAP URL Scheme in dcm4chee-arc 5.33.0 #4696
Unanswered
muhammadmehranbinazam
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi dcm4chee community,
I’m encountering a deployment error with dcm4chee-arc-5.33.0-mysql when trying to deploy the EAR file. The error suggests an issue with the LDAP URL scheme, but I’m unsure how to resolve it. Here are the details:
Error Log:
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.subunit.\"dcm4chee-arc-ear-5.33.0-mysql.ear\".\"dcm4chee-arc-service-5.33.0.jar\".component.ArchiveServiceImpl.START" => "java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance Caused by: jakarta.ejb.EJBException: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke private void org.dcm4chee.arc.impl.ArchiveDeviceProducer.init() Caused by: java.lang.RuntimeException: org.dcm4che3.conf.api.ConfigurationException: javax.naming.InvalidNameException: WFNAM00007: Invalid URL scheme name \"ldap\""}}}}}
Context:
Version: dcm4chee-arc-5.33.0-mysql
Deployment Command:
Configuration:
Tried both ldap://localhost:389 and ldaps://localhost:1389 in standalone.xml.
Questions:
Why is the WildFly/JBoss Naming Service rejecting the ldap URL scheme?
Is there a known issue with dcm4chee-arc 5.33.0 and OpenDJ/LDAP configuration?
Are there additional dependencies or schema changes required for OpenDJ?:
My LDAP.Propertise configuration file
#dcm4chee-arc #opendj #ldap #dcm4chee #wildfly
Beta Was this translation helpful? Give feedback.
All reactions