Hi All:
I just set up a new instance of archive light 5.7.2 with MySQL on RH Enterprise Linux. The attached server log shows a clean start with no errors or warnings. When I attempt to send a known good ultrasound image to the archive, i get the following exception:
java.lang.IllegalArgumentException: Annotation member value org.dcm4chee.arc.conf.NamedQualifier.value must not be null
The stacktrace (also in the attachment) points to a problem in the StorageFactory at the following line:
String scheme = descriptor.getStorageURI().getScheme();
Apparently, the getScheme() method is returning null, but I can't see why this is the case. The dcm4chee-arc storage descriptor, fs1, is configured in ldap and I can see my modification to the default in the web UI.
Any suggestions for solving this would be greatly appreciated.
Scott