We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
./mvnw clean install
Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ minimal --- [WARNING] Error injecting: org.codehaus.plexus.archiver.jar.JarArchiver java.lang.ExceptionInInitializerError at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ... Caused by: java.lang.ArrayIndexOutOfBoundsException: 1 at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.<clinit>(AbstractZipArchiver.java:116) ... 96 more [INFO] Reactor Summary: [INFO] [INFO] spring-cloud-sample-configserver ................... SUCCESS [02:39 min] [INFO] demo ............................................... SUCCESS [ 30.017 s] [INFO] minimal ............................................ FAILURE [ 22.581 s]
macOS 10.13.3
$ java -version java version "1.8.0_66" Java(TM) SE Runtime Environment (build 1.8.0_66-b17) Java HotSpot(TM) 64-Bit Server VM (build 25.66-b17, mixed mode)
$ docker --version Docker version 18.03.0-ce, build 0520e24
The text was updated successfully, but these errors were encountered:
Works for me.
$ java -version openjdk version "1.8.0_152" OpenJDK Runtime Environment (Zulu 8.25.0.1-linux64) (build 1.8.0_152-b16) OpenJDK 64-Bit Server VM (Zulu 8.25.0.1-linux64) (build 25.152-b16, mixed mode)
Try updating your JDK? Clear the maven cache?
Sorry, something went wrong.
Seems like the difference is Oracle vs OpenJDK?
Works for me too with Oracle JDK. I guess there's something in your environment still.
No branches or pull requests
./mvnw clean install
macOS 10.13.3
The text was updated successfully, but these errors were encountered: