[standalone@localhost:9990 /] /system-property=dcm4chee-arc.DeviceName:add(value=dcm4chee-arc)
[standalone@localhost:9990 /] deploy/home/vmuser/Herramientas/DICOM/DCM4CHEE/DCM4CHEE-PACS/dcm4chee-arc-5.13.0-psql/deploy/dcm4chee-arc-ear-5.13.0-psql.ear- WildFly12
Distributor ID: Ubuntu
Description: Ubuntu 16.04.4 LTS
Release: 16.04
Codename: xenialOpenLDAP standalone server (Lightweight Directory Access Protocol)java version "1.8.0_66" -> Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)psql (PostgreSQL) 9.5.12Virtual Machine: RAM 2G
Caused by: org.dcm4che3.conf.api.ConfigurationNotFoundException
at org.dcm4che3.conf.ldap.LdapDicomConfiguration.findDevice(LdapDicomConfiguration.java:325)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
at org.dcm4che3.conf.api.AutoCloseable$Closeable$DicomConfiguration$2132962325$Proxy$_$$_WeldClientProxy.findDevice(Unknown Source)
at org.dcm4chee.arc.impl.ArchiveDeviceProducer.findDevice(ArchiveDeviceProducer.java:160)
at org.dcm4chee.arc.impl.ArchiveDeviceProducer.init(ArchiveDeviceProducer.java:104)
... 73 more
=> Something is wrong with your configuration in LDAP
Looks, you followed step 15 of https://github.com/dcm4che/dcm4chee-arc-light/wiki/Installation:
One may specify a different Device Name by system propertydcm4chee-arc.DeviceNameusing JBoss CLI:[standalone@localhost:9990 /] /system-property=dcm4chee-arc.DeviceName:add(value=<device-name>literally - instead of replacing<device-name>by the actual Device Name of the Archive Device.If you did not change the default (=dcm4chee-arc) just remove the system property
[standalone@localhost:9990 /] /system-property=dcm4chee-arc.DeviceName:remove
sudo dpkg-reconfigure slapddns name:dcm4che.org
organization:dcm4che
pass:secret
Select DB type: MDB
,
I ran into this issue:ldap_modify: Insufficient access (50)
ldapadd -Y EXTERNAL -H ldapi:/// -f ldap/init-config.ldifldap_add: Insufficient access (50)
additional info: no write access to parentldapadd -x -D 'cn=admin,dc=dcm4che,dc=org' -w secret -H ldapi:/// -f ldap/init-config.ldif