Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

io.fabric8:build on jdk-11.0.1 failing #1472

Closed
barry-folan opened this issue Jan 4, 2019 · 15 comments
Closed

io.fabric8:build on jdk-11.0.1 failing #1472

barry-folan opened this issue Jan 4, 2019 · 15 comments

Comments

@barry-folan
Copy link

barry-folan commented Jan 4, 2019

Description

When running io.fabric8:build using jdk-11.0.1 this error is showing in the console:

F8: Build for bf-test-s2i failed: stream was reset: PROTOCOL_ERROR

The exact same task run using jdk1.8.0_191 works perfectly fine.

Full command and stacktrace:

C:\work\repo\vehicle-views>"C:\Program Files\Java\jdk-11.0.1\bin\java.exe" -Dmaven.multiModuleProjectDirectory=C:\work\repo\vehicle-views "-Dmaven.home=C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3" "-Dclassworlds.conf=C:\Program Files\Je
tBrains\IntelliJ IDEA 2018.3\plugins\maven\lib\maven3\bin\m2.conf" "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\lib\idea_rt.jar=55964:C:\Program Files\JetBrains\IntelliJ IDEA 2018.3\bin" -Dfile.encoding=UTF-8 -classpath "C:\Program Files\JetBrains\In
telliJ IDEA 2018.3\plugins\maven\lib\maven3\boot\plexus-classworlds-2.5.2.jar" org.codehaus.classworlds.Launcher -Didea.version=2018.3.2 io.fabric8:fabric8-maven-plugin:3.5.42:build -P openshift -e"
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building vehicle-views 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- fabric8-maven-plugin:3.5.42:build (default-cli) @ vehicle-views ---
[INFO] F8: Using OpenShift build with strategy S2I
[INFO] F8: Running generator spring-boot
[INFO] F8: spring-boot: Using Docker image fabric8/s2i-java:2.3 as base / builder
[INFO] Copying files to C:\work\repo\vehicle-views\target\docker\vehicle-views\latest\build\maven
[INFO] Building tar: C:\work\repo\vehicle-views\target\docker\vehicle-views\latest\tmp\docker-build.tar
[INFO] F8: [vehicle-views:latest] "spring-boot": Created docker source tar C:\work\repo\vehicle-views\target\docker\vehicle-views\latest\tmp\docker-build.tar
[INFO] F8: Using BuildServiceConfig vehicle-views-s2i for Source strategy
[INFO] F8: Adding to ImageStream vehicle-views
[INFO] F8: Starting Build vehicle-views-s2i
[ERROR] F8: Build for vehicle-views-s2i failed: stream was reset: PROTOCOL_ERROR
[ERROR] F8: vehicle-views-s2i-23                AssembleFailed  Assemble script failed.
[ERROR] F8: Failed to execute the build [Unable to build the image using the OpenShift build service]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 04:09 min
[INFO] Finished at: 2019-01-04T12:23:44+00:00
[INFO] Final Memory: 42M/147M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:3.5.42:build (default-cli) on project vehicle-views: Failed to execute the build: Unable to build the image using the OpenShift build service: AssembleFailed Assemble script failed. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.fabric8:fabric8-maven-plugin:3.5.42:build (default-cli) on project vehicle-views: Failed to execute the build
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
        at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
        at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:566)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:47)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to execute the build
        at io.fabric8.maven.plugin.mojo.build.BuildMojo.buildAndTag(BuildMojo.java:278)
        at io.fabric8.maven.docker.BuildMojo.executeInternal(BuildMojo.java:44)
        at io.fabric8.maven.plugin.mojo.build.BuildMojo.executeInternal(BuildMojo.java:236)
        at io.fabric8.maven.docker.AbstractDockerMojo.execute(AbstractDockerMojo.java:223)
        at io.fabric8.maven.plugin.mojo.build.BuildMojo.execute(BuildMojo.java:207)
        at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
        at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
        ... 21 more
Caused by: io.fabric8.maven.core.service.Fabric8ServiceException: Unable to build the image using the OpenShift build service
        at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.logBuildFailure(OpenshiftBuildService.java:621)
        at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.build(OpenshiftBuildService.java:123)
        at io.fabric8.maven.plugin.mojo.build.BuildMojo.buildAndTag(BuildMojo.java:275)
        ... 27 more
Caused by: io.fabric8.kubernetes.client.KubernetesClientException: AssembleFailed Assemble script failed.
        ... 30 more
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

The pom.xml extract is:

<plugin>

	<groupId>io.fabric8</groupId>
	<artifactId>fabric8-maven-plugin</artifactId>
	<version>${fabric8.version}</version>
	<configuration>
		<resources>
			<labels>
				<all>
					<testProject>spring-boot-sample</testProject>
				</all>
			</labels>
		</resources>
		<generator>
			<includes>
				<include>spring-boot</include>
			</includes>
			<config>
				<spring-boot>
					<color>always</color>
				</spring-boot>
			</config>
		</generator>
		<enricher>
			<excludes>
				<exclude>f8-expose</exclude>
			</excludes>
			<config>
				<fmp-service>
					<type>NodePort</type>
				</fmp-service>
			</config>
		</enricher>
	</configuration>
	<executions>
		<execution>
			<id>fmp</id>
			<goals>
				<goal>resource</goal>
				<goal>helm</goal>
				<goal>build</goal>
			</goals>
		</execution>
	</executions>
</plugin>

Info

  • f-m-p version : 3.5.42
  • Maven version (mvn -v) : 3.3.9
  • Kubernetes / OpenShift setup and version :
    openshift v3.11.51
    kubernetes v1.11.0+d4cacc0
  • If it's a bug, how to reproduce :
    Run io.fabric8:fabric8-maven-plugin:3.5.42:build against a java which is configured via f-m-p xml configuration.
@rohanKanojia
Copy link
Member

Do you face same error on 4.0.0-M2??

@barry-folan
Copy link
Author

Do you face same error on 4.0.0-M2??

I don't know what you are referring to sorry.
I tried using the latest version maven 3.6.0, but get the same result:

$ mvn io.fabric8:fabric8-maven-plugin:3.5.42:build -P openshift -e

[ERROR] F8: Build for bf-test-s2i failed: stream was reset: PROTOCOL_ERROR
[ERROR] F8: bf-test-s2i-24              AssembleFailed  Assemble script failed.
[ERROR] F8: Failed to execute the build [Unable to build the image using the OpenShift build service]

@rohanKanojia
Copy link
Member

I'm asking you to try fmp v4.0.0-M2.

@barry-folan
Copy link
Author

barry-folan commented Jan 7, 2019

I'm asking you to try fmp v4.0.0-M2.

Yeah, the same error is occuring when using f-m-p 4.0.0-M2
Also, it is happening in both kubernetes and openshift profiles (-P openshift)

$ mvn io.fabric8:fabric8-maven-plugin:4.0.0-M2:build -P openshift -e
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] -----------------< ie.dttas.dvcsd.vehicle.api:bf-test >-----------------
[INFO] Building bf-test 0.0.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- fabric8-maven-plugin:4.0.0-M2:build (default-cli) @ bf-test ---
[INFO] F8: Using OpenShift build with strategy S2I
[WARNING] Cannot include project artifact: ie.dttas.dvcsd.vehicle.api:bf-test:jar:0.0.1-SNAPSHOT; it doesn't have an associated file or directory.
[WARNING] The following patterns were never triggered in this artifact inclusion filter:
o  'ie.dttas.dvcsd.vehicle.api:bf-test'

[INFO] Copying files to C:\work\repo\vehicle-views\target\docker\fabric8\bf-test\0.0.1-SNAPSHOT\build\maven
[INFO] Building tar: C:\work\repo\vehicle-views\target\docker\fabric8\bf-test\0.0.1-SNAPSHOT\tmp\docker-build.tar
[INFO] F8: [fabric8/bf-test:0.0.1-SNAPSHOT] "vehicle-view-service": Created docker source tar C:\work\repo\vehicle-views\target\docker\fabric8\bf-test\0.0.1-SNAPSHOT\tmp\docker-build.tar
[INFO] F8: Updating BuildServiceConfig bf-test-s2i for Source strategy
[INFO] F8: Adding to ImageStream bf-test
[INFO] F8: Starting Build bf-test-s2i
[ERROR] F8: Build for bf-test-s2i failed: stream was reset: PROTOCOL_ERROR
[ERROR] F8: bf-test-s2i-40              AssembleFailed  Assemble script failed.
[ERROR] F8: Failed to execute the build [Unable to build the image using the OpenShift build service]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:20 min
[INFO] Finished at: 2019-01-07T10:48:02Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:4.0.0-M2:build (default-cli) on project bf-test: Failed to execute the build: Unable to build the image using the OpenShift build service: AssembleFailed Assemble script failed. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.fabric8:fabric8-maven-plugin:4.0.0-M2:build (default-cli) on project bf-test: Failed to execute the build
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to execute the build
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.buildAndTag (BuildMojo.java:269)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: io.fabric8.maven.core.service.Fabric8ServiceException: Unable to build the image using the OpenShift build service
    at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.logBuildFailure 
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: io.fabric8.kubernetes.client.KubernetesClientException: AssembleFailed Assemble script failed.
    at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.logBuildFailure (OpenshiftBuildService.java:644)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
[ERROR]
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

@rohanKanojia
Copy link
Member

Hm, strange. There was a contributor who sent a PR for JDK 11 #1437 . Will try to reproduce whenever I get time.

@stale
Copy link

stale bot commented Apr 7, 2019

This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions!

@stale stale bot added the status/stale Issue/PR considered to be stale label Apr 7, 2019
@rohanKanojia rohanKanojia removed the status/stale Issue/PR considered to be stale label Apr 11, 2019
@rohanKanojia
Copy link
Member

@barry-folan : HI, I tried this on jdk11 but I was unable to reproduce this issue. I believe you tested this on our samples/spring-boot project. I also did the same; but was unable to reproduce this on v4.1.0:

~/work/repos/fabric8-maven-plugin/samples/spring-boot : $ javac -version
javac 11.0.2
~/work/repos/fabric8-maven-plugin/samples/spring-boot : $ java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
~/work/repos/fabric8-maven-plugin/samples/spring-boot : $ mvn -version
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-05T00:30:29+05:30)
Maven home: /usr/local/apache-maven/apache-maven-3.6.1
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /usr/local/jdk-11.0.2
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.1.11-300.fc30.x86_64", arch: "amd64", family: "unix"
~/work/repos/fabric8-maven-plugin/samples/spring-boot : $ mvn clean install 
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------< io.fabric8:fabric8-maven-sample-spring-boot >-------------
[INFO] Building Fabric8 Maven :: Sample :: Spring Boot Web 4.1-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ fabric8-maven-sample-spring-boot ---
[INFO] Deleting /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ fabric8-maven-sample-spring-boot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/src/main/resources
[INFO] skip non existing resourceDirectory /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/src/main/resources
[INFO] 
[INFO] --- fabric8-maven-plugin:4.1.0:resource (default) @ fabric8-maven-sample-spring-boot ---
[INFO] F8: Using docker image name of namespace: rokumar
[INFO] F8: Running generator spring-boot
[INFO] F8: spring-boot: Using Docker image fabric8/s2i-java:2.3 as base / builder
[INFO] F8: fmp-controller: Adding a default Deployment
[INFO] F8: fmp-service: Adding a default service 'fabric8-maven-sample-spring-boot' with ports [8080]
[INFO] F8: f8-healthcheck-spring-boot: Adding readiness probe on port 8080, path='/health', scheme='HTTP', with initial delay 10 seconds
[INFO] F8: f8-healthcheck-spring-boot: Adding liveness probe on port 8080, path='/health', scheme='HTTP', with initial delay 180 seconds
[INFO] F8: fmp-revision-history: Adding revision history limit to 2
[INFO] F8: validating /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/kubernetes/fabric8-maven-sample-spring-boot-service.yml resource
[INFO] F8: validating /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/kubernetes/fabric8-maven-sample-spring-boot-deployment.yml resource
[INFO] F8: fmp-controller: Adding a default DeploymentConfig
[INFO] F8: fmp-service: Adding a default service 'fabric8-maven-sample-spring-boot' with ports [8080]
[INFO] F8: f8-healthcheck-spring-boot: Adding readiness probe on port 8080, path='/health', scheme='HTTP', with initial delay 10 seconds
[INFO] F8: f8-healthcheck-spring-boot: Adding liveness probe on port 8080, path='/health', scheme='HTTP', with initial delay 180 seconds
[INFO] F8: fmp-revision-history: Adding revision history limit to 2
[INFO] F8: validating /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/openshift/fabric8-maven-sample-spring-boot-route.yml resource
[INFO] F8: validating /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/openshift/fabric8-maven-sample-spring-boot-deploymentconfig.yml resource
[INFO] F8: validating /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/openshift/fabric8-maven-sample-spring-boot-service.yml resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ fabric8-maven-sample-spring-boot ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ fabric8-maven-sample-spring-boot ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ fabric8-maven-sample-spring-boot ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ fabric8-maven-sample-spring-boot ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ fabric8-maven-sample-spring-boot ---
[INFO] Building jar: /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.4.1.RELEASE:repackage (default) @ fabric8-maven-sample-spring-boot ---
[INFO] 
[INFO] --- fabric8-maven-plugin:4.1.0:build (default) @ fabric8-maven-sample-spring-boot ---
[INFO] F8: Running in OpenShift mode
[INFO] F8: Using OpenShift build with strategy S2I
[INFO] F8: Running generator spring-boot
[INFO] F8: spring-boot: Using Docker image fabric8/s2i-java:2.3 as base / builder
[INFO] Copying files to /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/docker/fabric8-maven-sample-spring-boot/latest/build/maven
[INFO] Building tar: /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/docker/fabric8-maven-sample-spring-boot/latest/tmp/docker-build.tar
[INFO] F8: [fabric8-maven-sample-spring-boot:latest] "spring-boot": Created docker source tar /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/docker/fabric8-maven-sample-spring-boot/latest/tmp/docker-build.tar
[INFO] F8: Updating BuildServiceConfig fabric8-maven-sample-spring-boot-s2i for Source strategy
[INFO] F8: Adding to ImageStream fabric8-maven-sample-spring-boot
[INFO] F8: Starting Build fabric8-maven-sample-spring-boot-s2i
[INFO] F8: Waiting for build fabric8-maven-sample-spring-boot-s2i-6 to complete...
[INFO] F8: Using fabric8/s2i-java:2.3 as the s2i builder image
[INFO] F8: ==================================================================
[INFO] F8: Starting S2I Java Build .....
[INFO] F8: S2I binary build from fabric8-maven-plugin detected
[INFO] F8: Copying binaries from /tmp/src/maven to /deployments ...
[INFO] F8: Checking for fat jar archive...
[INFO] F8: Found fabric8-maven-sample-spring-boot-4.1-SNAPSHOT.jar...
[INFO] F8: ... done
[INFO] F8: 
[INFO] F8: Pushing image 172.30.39.149:5000/rokumar/fabric8-maven-sample-spring-boot:latest ...
[INFO] F8: Pushed 0/27 layers, 0% complete
[INFO] F8: Pushed 1/27 layers, 4% complete
[INFO] F8: Pushed 2/27 layers, 7% complete
[INFO] F8: Pushed 3/27 layers, 11% complete
[INFO] F8: Pushed 4/27 layers, 15% complete
[INFO] F8: Pushed 5/27 layers, 19% complete
[INFO] F8: Pushed 6/27 layers, 22% complete
[INFO] F8: Pushed 7/27 layers, 26% complete
[INFO] F8: Pushed 8/27 layers, 30% complete
[INFO] F8: Pushed 9/27 layers, 33% complete
[INFO] F8: Pushed 10/27 layers, 37% complete
[INFO] F8: Pushed 11/27 layers, 41% complete
[INFO] F8: Pushed 12/27 layers, 44% complete
[INFO] F8: Pushed 13/27 layers, 48% complete
[INFO] F8: Pushed 14/27 layers, 52% complete
[INFO] F8: Pushed 15/27 layers, 56% complete
[INFO] F8: Pushed 16/27 layers, 59% complete
[INFO] F8: Pushed 17/27 layers, 63% complete
[INFO] F8: Pushed 18/27 layers, 67% complete
[INFO] F8: Pushed 19/27 layers, 70% complete
[INFO] F8: Pushed 20/27 layers, 74% complete
[INFO] F8: Pushed 21/27 layers, 78% complete
[INFO] F8: Pushed 22/27 layers, 82% complete
[INFO] F8: Pushed 23/27 layers, 85% complete
[INFO] F8: Pushed 24/27 layers, 89% complete
[INFO] F8: Pushed 25/27 layers, 93% complete
[INFO] F8: Pushed 26/27 layers, 97% complete
[INFO] F8: Pushed 27/27 layers, 100% complete
[INFO] F8: Build fabric8-maven-sample-spring-boot-s2i-6 in status Complete
[INFO] F8: Found tag on ImageStream fabric8-maven-sample-spring-boot tag: sha256:155cf42c9236ca984d03e3233170c0b2bce131a363d4ea3ec78297fa930ac1da
[INFO] F8: ImageStream fabric8-maven-sample-spring-boot written to /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/fabric8-maven-sample-spring-boot-is.yml
[INFO] 
[INFO] --- fabric8-maven-plugin:4.1.0:helm (default) @ fabric8-maven-sample-spring-boot ---
[WARNING] F8: Chart source directory /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/k8s-template does not exist so cannot make chart fabric8-maven-sample-spring-boot. Probably you need run 'mvn fabric8:resource' before.
[INFO] 
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @ fabric8-maven-sample-spring-boot ---
[INFO] Installing /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT.jar to /home/rohaan/.m2/repository/io/fabric8/fabric8-maven-sample-spring-boot/4.1-SNAPSHOT/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT.jar
[INFO] Installing /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/pom.xml to /home/rohaan/.m2/repository/io/fabric8/fabric8-maven-sample-spring-boot/4.1-SNAPSHOT/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT.pom
[INFO] Installing /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/kubernetes.yml to /home/rohaan/.m2/repository/io/fabric8/fabric8-maven-sample-spring-boot/4.1-SNAPSHOT/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT-kubernetes.yml
[INFO] Installing /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/classes/META-INF/fabric8/openshift.yml to /home/rohaan/.m2/repository/io/fabric8/fabric8-maven-sample-spring-boot/4.1-SNAPSHOT/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT-openshift.yml
[INFO] Installing /home/rohaan/work/repos/fabric8-maven-plugin/samples/spring-boot/target/fabric8-maven-sample-spring-boot-is.yml to /home/rohaan/.m2/repository/io/fabric8/fabric8-maven-sample-spring-boot/4.1-SNAPSHOT/fabric8-maven-sample-spring-boot-4.1-SNAPSHOT-is.yml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  33.590 s
[INFO] Finished at: 2019-06-20T14:09:42+05:30
[INFO] ------------------------------------------------------------------------
~/work/repos/fabric8-maven-plugin/samples/spring-boot : $ 

@devang-gaur
Copy link
Contributor

@rohanKanojia ok to close this now ?

@rohanKanojia
Copy link
Member

Yeah, we can close it.

@dsimansk
Copy link

dsimansk commented Aug 13, 2019

Hi, @rohanKanojia @dev-gaur! Unfortunately I' still able to reproduce the following the same error on OpenJDK 11 on MacOS and Fedora 30.

[INFO] --- fabric8-maven-plugin:4.2.0:build (fmp) @ configuration-it ---
[INFO] F8: Running in OpenShift mode
[INFO] F8: Using OpenShift build with strategy S2I
[INFO] F8: Running generator vertx
[INFO] F8: vertx: Using Docker image fabric8/s2i-java:2.3 as base / builder
[INFO] Copying files to /home/dsimansk/Git/rhoar-qe/vertx-openshift-it/configuration-it/target/docker/configuration-it/latest/build/maven
[INFO] Building tar: /home/dsimansk/Git/rhoar-qe/vertx-openshift-it/configuration-it/target/docker/configuration-it/latest/tmp/docker-build.tar
[INFO] F8: [configuration-it:latest] "vertx": Created docker source tar /home/dsimansk/Git/rhoar-qe/vertx-openshift-it/configuration-it/target/docker/configuration-it/latest/tmp/docker-build.tar
[INFO] F8: Updating BuildServiceConfig configuration-it-s2i for Source strategy
[INFO] F8: Adding to ImageStream configuration-it
[INFO] F8: Starting Build configuration-it-s2i
[ERROR] F8: Build for configuration-it-s2i failed: stream was reset: PROTOCOL_ERROR
[ERROR] F8: configuration-it-s2i-1		null	null
[ERROR] F8: Failed to execute the build [Unable to build the image using the OpenShift build service]

➜  configuration-it git:(fixes) ✗ java -version  
openjdk version "11.0.4" 2019-07-16
OpenJDK Runtime Environment 18.9 (build 11.0.4+11)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.4+11, mixed mode, sharing)
➜  configuration-it git:(fixes) ✗ javac -version
javac 11.0.4
➜  configuration-it git:(fixes) ✗ ./mvnw -version                                                                                 
Apache Maven 3.6.1 (d66c9c0b3152b2e69ee9bac180bb8fcc8e6af555; 2019-04-04T21:00:29+02:00)
Maven home: /home/dsimansk/.m2/wrapper/dists/apache-maven-3.6.1-bin/38pn40mp89t5c94bjdbeod370m/apache-maven-3.6.1
Java version: 11.0.4, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-11-openjdk-11.0.4.11-0.fc30.x86_64
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.2.7-200.fc30.x86_64", arch: "amd64", family: "unix"

Let me know if I should open a new issue for it.

@rohanKanojia rohanKanojia reopened this Aug 13, 2019
@rohanKanojia
Copy link
Member

@dev-gaur : Could you please look into it when you get time

@rohanKanojia
Copy link
Member

@dsimansk : Could you please share a sample project with us? and which version of openshift were you using? Was it openshift online?

@dsimansk
Copy link

@rohanKanojia sorry it was false positive alarm. I've double checked the modules and found out that there was a misconfiguration of f-m-p. It's working fine fine with OpenJDK 11 now. You may close the issue once again.

@rohanKanojia
Copy link
Member

@dsimansk : pheww, Thanks for trying out latest release

@dsimansk
Copy link

dsimansk commented Aug 14, 2019

@rohanKanojia @dev-gaur
So I'm back once again... :(

I can't reproduce the error on Minishift 3.11 cluster, but on OCP 3.11 running on OpenStack VMs. It's not reproducible 100%, but I'd say 30-40% of builds fail with reset stream exception.

Any advice to debug it further?

Here is the sample project: https://github.com/openshift-vertx-examples/vertx-crud-example-redhat

OCP version

openshift v3.11.136
kubernetes v1.11.0+d4cacc0

Build with

mvn clean install -Dfabric8-maven-plugin.version=4.2.0 -Dfabric8.generator.from=registry.access.redhat.com/openjdk/openjdk-11-rhel7

Debug log:

[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[INFO] F8: Running in OpenShift mode
[INFO] F8: Using OpenShift build with strategy S2I
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[INFO] F8: Running generator vertx
[INFO] F8: vertx: Using Docker image registry.access.redhat.com/openjdk/openjdk-11-rhel7 as base / builder
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] Trying to configure client from Kubernetes config...
[DEBUG] Found for Kubernetes config at: [/home/dsimansk/.kube/config].
[DEBUG] All known ContainerDescriptorHandler components: [metaInf-spring, file-aggregator, plexus, metaInf-services]
[DEBUG] FileSet[bin/] dir perms: -1 file perms: -1
[DEBUG] The archive base directory is 'null'
[DEBUG] FileSet[] dir perms: -1 file perms: -1
[DEBUG] The archive base directory is 'null'
[DEBUG] FileSet[] dir perms: -1 file perms: -1
[DEBUG] The archive base directory is 'null'
[DEBUG] NOT reformatting any files in /home/dsimansk/Git/vertx-crud-example-redhat/target
[DEBUG] Adding file-set in: /home/dsimansk/Git/vertx-crud-example-redhat/target to archive location: ./
[DEBUG] Adding exclude for assembly working-directory: docker/crud-vertx/latest/work
File-Set source directory: /home/dsimansk/Git/vertx-crud-example-redhat/target
[INFO] Copying files to /home/dsimansk/Git/vertx-crud-example-redhat/target/docker/crud-vertx/latest/build/maven
[INFO] Building tar: /home/dsimansk/Git/vertx-crud-example-redhat/target/docker/crud-vertx/latest/tmp/docker-build.tar
[DEBUG] Dockerfile already added, skipping
[INFO] F8: [crud-vertx:latest] "vertx": Created docker source tar /home/dsimansk/Git/vertx-crud-example-redhat/target/docker/crud-vertx/latest/tmp/docker-build.tar
[DEBUG] F8: AuthConfig: no credentials found
[INFO] F8: Creating BuildServiceConfig crud-vertx-s2i for Source build
[INFO] F8: Creating ImageStream crud-vertx
[INFO] F8: Starting Build crud-vertx-s2i
[ERROR] F8: Build for crud-vertx-s2i failed: stream was reset: PROTOCOL_ERROR
[ERROR] F8: crud-vertx-s2i-1		FetchSourceFailed	Failed to fetch the input source.
[ERROR] F8: Failed to execute the build [Unable to build the image using the OpenShift build service]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 01:03 min
[INFO] Finished at: 2019-08-14T14:54:45+02:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.fabric8:fabric8-maven-plugin:4.2.0:build (fmp) on project crud-vertx: Failed to execute the build: Unable to build the image using the OpenShift build service: FetchSourceFailed Failed to fetch the input source. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal io.fabric8:fabric8-maven-plugin:4.2.0:build (fmp) on project crud-vertx: Failed to execute the build
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: org.apache.maven.plugin.MojoExecutionException: Failed to execute the build
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.buildAndTag (BuildMojo.java:289)
    at io.fabric8.maven.docker.BuildMojo.processImageConfig (BuildMojo.java:105)
    at io.fabric8.maven.docker.BuildMojo.executeInternal (BuildMojo.java:61)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.executeInternal (BuildMojo.java:251)
    at io.fabric8.maven.docker.AbstractDockerMojo.execute (AbstractDockerMojo.java:230)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.execute (BuildMojo.java:210)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: io.fabric8.maven.core.service.Fabric8ServiceException: Unable to build the image using the OpenShift build service
    at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.logBuildFailure (OpenshiftBuildService.java:669)
    at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.build (OpenshiftBuildService.java:140)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.buildAndTag (BuildMojo.java:286)
    at io.fabric8.maven.docker.BuildMojo.processImageConfig (BuildMojo.java:105)
    at io.fabric8.maven.docker.BuildMojo.executeInternal (BuildMojo.java:61)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.executeInternal (BuildMojo.java:251)
    at io.fabric8.maven.docker.AbstractDockerMojo.execute (AbstractDockerMojo.java:230)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.execute (BuildMojo.java:210)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
Caused by: io.fabric8.kubernetes.client.KubernetesClientException: FetchSourceFailed Failed to fetch the input source.
    at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.logBuildFailure (OpenshiftBuildService.java:669)
    at io.fabric8.maven.core.service.openshift.OpenshiftBuildService.build (OpenshiftBuildService.java:140)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.buildAndTag (BuildMojo.java:286)
    at io.fabric8.maven.docker.BuildMojo.processImageConfig (BuildMojo.java:105)
    at io.fabric8.maven.docker.BuildMojo.executeInternal (BuildMojo.java:61)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.executeInternal (BuildMojo.java:251)
    at io.fabric8.maven.docker.AbstractDockerMojo.execute (AbstractDockerMojo.java:230)
    at io.fabric8.maven.plugin.mojo.build.BuildMojo.execute (BuildMojo.java:210)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:208)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:154)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:146)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:954)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:566)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants