I installed CTP, DicomAnonymizerTool, added pipeline to config.xml (see below) and run CTP with Launcher.jar. I installed Ant 1.9 (did not configure anything there), Java 1.8
What else needs to be done to import files with DicomImportService and the rest of the pipeline run? I also include log file. I tested port 1104 with HTTPtest, it is fine (tested from another computer, but not PACS server).
My pipeline in config.xml:
<Pipeline name="Dicom Anonymizer Pipeline">
<DicomImportService
name="DicomImportService"
class="org.rsna.ctp.stdstages.DicomImportService"
root="roots/dicom-import"
quarantine="quarantines/dicom-import"
port="1104" />
<DicomAnonymizer
name="DicomAnonymizer"
class="org.rsna.ctp.stdstages.DicomAnonymizer"
root="roots/dicom-anonymizer"
script="scripts/da.script"
quarantine="quarantines/dicom-anonymizer" />
<FileStorageService
name="FileStorageService"
class="org.rsna.ctp.stdstages.FileStorageService"
root="roots/storage-service"
returnStoredFile="no"
quarantine="quarantines/storage-service" />
</Pipeline>
My log file after showing pipeline (I cut its beginning):
13:43:39 INFO [ImageIOTools] ImageIO Tools loaded (JARs only): version 1.2-pre-dr-b04
13:43:39 INFO [HttpServer] HttpServer started on port 1080 [maxThreads=4]
13:43:39 INFO [DicomStorageSCP] DicomImportService: SCP open on port 1104
13:43:39 INFO [FileStorageService] FileStorageService root: /Users/caidm05/JavaPrograms/CTP/roots/storage-service