first,I add a device on dcm4chee-arc device,the hostname is my host ip addr , as this:

second , i restart wildfly use command: $WILDFLY_HOME/bin/standalone.sh -c dcm4chee-arc.xml
restart failed and error message told me that :
{"WFLYCTL0062: Composite operation failed and was rolled back. Steps
that failed:" => {"Operation step-2" => {"WFLYCTL0080: Failed services" => {"jbo
ss.deployment.subunit.\"dcm4chee-arc-ear-5.29.1-mysql.ear\".\"dcm4chee-arc-servi
ce-5.29.1.jar\".component.ArchiveServiceImpl.START" => "java.lang.IllegalStateEx
ception: WFLYEE0042: Failed to construct component instance
Caused by: java.lang.IllegalStateException: WFLYEE0042: Failed to construct
component instance
Caused by: javax.ejb.EJBException: java.lang.RuntimeException: java.io.IOExc
eption: Unable to start TCPListener on
192.168.0.120:8080 Caused by: java.lang.RuntimeException: java.io.IOException: Unable to start
TCPListener on
192.168.49.136:8080 Caused by: java.io.IOException: Unable to start TCPListener on
192.168.0.120:8080
project start failed so i can not delete my device configuration , so question is :
how can i delete the configuration by source code , then i can start project successly, now i can't start my dcm4chee project
very appreciate for your answer!