Closed p2keshtidar closed 10 months ago
there was a build error. but found another Error.
Dec 28, 2023 6:20:58 AM com.github.dockerjava.core.DockerClientBuilder build
WARNING: 'dockerHttpClient' should be set.Falling back to Jersey, will be an error in future releases.
Exception in thread "main" java.lang.IllegalArgumentException: Unsupported protocol scheme: npipe:////./pipe/docker_engine
at com.github.dockerjava.jaxrs.JerseyDockerHttpClient.
unfortunately could not find solution. the Problem Line is : _docker = DockerClientBuilder.getInstance().build();
Solution regarding the reproducible annotations, as specified in the description:
mvn clean compile exec:java -Dexec.mainClass="org.texttechnologylab.DockerUnifiedUIMAInterface.DUUIComposer"
solved, closed.
org.texttechnologylab.duui.ReproducibleAnnotation fehlt. die verwendung in: 1) org.texttechnologylab.DockerUnifiedUIMAInterface.driver.DUUIMADriver 2) org.texttechnologylab.DockerUnifiedUIMAInterface.driver.IDUUIInstantiatedPipelineComponent 3) org.texttechnologylab.DockerUnifiedUIMAInterface.tools.BorlandExport 4) org.texttechnologylab.DockerUnifiedUIMAInterface.tools.RemoveAnnotations 5) org.texttechnologylab.DockerUnifiedUIMAInterface.tools.SimpleSegmenter 6) org.texttechnologylab.DockerUnifiedUIMAInterface.DUUIPipelineAnnotationComponent 7) org.texttechnologylab.DockerUnifiedUIMAInterface.DUUIPipelineDescription
&&
pom.xml zeile 52 : Plugin 'maven-assembly-plugin:' not found
meine Loesung : add pluginManagement. Code :