Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

deploy error for dcm4chee-arc-ear-5.10.6-mysql.ear

480 views
Skip to first unread message

raje...@medgre.com

unread,
Nov 1, 2017, 3:05:58 PM11/1/17
to dcm4che
Hi,

When I am deploying dcm4chee-arc-ear-5.10.6-mysql.ear in Wildfly 10.1.0 Final it is failing with the following errors and looks like it is looking for a wrong device name as <device-name> which I could not find where to fix this or what is wrong I am doing.

{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed services" => {"jboss.deployment.subunit.\"dcm4chee-arc-ear-5.10.6-mysql.ear\".\"dcm4chee-arc-service-5.10.6.jar\".component.ArchiveServiceImpl.START" => "org.jboss.msc.service.StartException in service jboss.deployment.subunit.\"dcm4chee-arc-ear-5.10.6-mysql.ear\".\"dcm4chee-arc-service-5.10.6.jar\".component.ArchiveServiceImpl.START: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
    Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct component instance
    Caused by: javax.ejb.EJBException: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke private void org.dcm4chee.arc.impl.ArchiveDeviceProducer.init() on org.dcm4chee.arc.impl.ArchiveDeviceProducer@14cc4901
    Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke private void org.dcm4chee.arc.impl.ArchiveDeviceProducer.init() on org.dcm4chee.arc.impl.ArchiveDeviceProducer@14cc4901
    Caused by: java.lang.reflect.InvocationTargetException
    Caused by: java.lang.RuntimeException: org.dcm4che3.conf.api.ConfigurationException: javax.naming.InvalidNameException: dicomDeviceName=<device-name>,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org: [LDAP: error code 34 - invalid DN]; remaining name 'dicomDeviceName=<device-name>,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org'
    Caused by: org.dcm4che3.conf.api.ConfigurationException: javax.naming.InvalidNameException: dicomDeviceName=<device-name>,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org: [LDAP: error code 34 - invalid DN]; remaining name 'dicomDeviceName=<device-name>,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org'
    Caused by: javax.naming.InvalidNameException: dicomDeviceName=<device-name>,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org: [LDAP: error code 34 - invalid DN]; remaining name 'dicomDeviceName=<device-name>,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org'"},"WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.subunit.\"dcm4chee-arc-ear-5.10.6-mysql.ear\".\"dcm4chee-arc-service-5.10.6.jar\".component.ArchiveServiceImpl.START"],"WFLYCTL0180: Services with missing/unavailable dependencies" => undefined}}}

Thanks for help i advance.
Rajendra

Rajendra Prasad

unread,
Nov 2, 2017, 2:28:11 PM11/2/17
to dcm4che
Any solution/suggestions please

gunterze

unread,
Nov 3, 2017, 3:58:50 AM11/3/17
to dcm4che

raje...@medgre.com

unread,
Nov 7, 2017, 5:44:10 PM11/7/17
to dcm4che
Yes.

I have imported the following database in LDAP

$DCM4CHEE_ARC/ldap/init-baseDN.ldif
$DCM4CHEE_ARC/ldap/init-config.ldif
$DCM4CHEE_ARC/ldap/default-config.ldif
$DCM4CHEE_ARC/ldap/add-vendor-data.ldif

And the log file generated during import says the following line
#!RESULT OK

Gunter Zeilinger

unread,
Nov 8, 2017, 2:46:52 AM11/8/17
to dcm...@googlegroups.com
Looks, you followed step 15 of  https://github.com/dcm4che/dcm4chee-arc-light/wiki/Installation:

One may specify a different Device Name by system property dcm4chee-arc.DeviceName using 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



--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+unsubscribe@googlegroups.com.
To post to this group, send email to dcm...@googlegroups.com.
Visit this group at https://groups.google.com/group/dcm4che.
For more options, visit https://groups.google.com/d/optout.

Rajendra Prasad

unread,
Nov 8, 2017, 10:03:06 AM11/8/17
to dcm4che
Thanks a lot and now I have deployed it successfully.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.

Muhammad Mehran Bin Azam

unread,
Mar 25, 2025, 11:27:20 AMMar 25
to dcm4che
{"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: 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() on org.dcm4chee.arc.impl.ArchiveDeviceProducer@7a8646ab Caused by: org.jboss.weld.exceptions.WeldException: WELD-000049: Unable to invoke private void org.dcm4chee.arc.impl.ArchiveDeviceProducer.init() on org.dcm4chee.arc.impl.ArchiveDeviceProducer@7a8646ab Caused by: java.lang.reflect.InvocationTargetException Caused by: java.lang.RuntimeException: org.dcm4che3.conf.api.ConfigurationNotFoundException Caused by: org.dcm4che3.conf.api.ConfigurationNotFoundException"}} i am getting this error i using wildfly, xmapp for mysql database and apacheDs as ldapCapture.PNG
Reply all
Reply to author
Forward
0 new messages