-
Notifications
You must be signed in to change notification settings - Fork 202
io.fabric8:build on jdk-11.0.1 failing #1472
Comments
Do you face same error on |
I don't know what you are referring to sorry.
|
I'm asking you to try fmp |
Yeah, the same error is occuring when using f-m-p 4.0.0-M2
|
Hm, strange. There was a contributor who sent a PR for JDK 11 #1437 . Will try to reproduce whenever I get time. |
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! |
@barry-folan : HI, I tried this on jdk11 but I was unable to reproduce this issue. I believe you tested this on our
|
@rohanKanojia ok to close this now ? |
Yeah, we can close it. |
Hi, @rohanKanojia @dev-gaur! Unfortunately I' still able to reproduce the following the same error on OpenJDK 11 on MacOS and Fedora 30.
Let me know if I should open a new issue for it. |
@dev-gaur : Could you please look into it when you get time |
@dsimansk : Could you please share a sample project with us? and which version of openshift were you using? Was it openshift online? |
@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. |
@dsimansk : pheww, Thanks for trying out latest release |
@rohanKanojia @dev-gaur 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
Build with
Debug log:
|
Description
When running io.fabric8:build using jdk-11.0.1 this error is showing in the console:
The exact same task run using jdk1.8.0_191 works perfectly fine.
Full command and stacktrace:
The pom.xml extract is:
Info
mvn -v
) : 3.3.9openshift v3.11.51
kubernetes v1.11.0+d4cacc0
Run io.fabric8:fabric8-maven-plugin:3.5.42:build against a java which is configured via f-m-p xml configuration.
The text was updated successfully, but these errors were encountered: