Skip to content

Instantly share code, notes, and snippets.

@aldaris
Created October 21, 2017 23:47
Show Gist options
  • Save aldaris/3373b213fb95429ac72a99b5aedd5d97 to your computer and use it in GitHub Desktop.
Save aldaris/3373b213fb95429ac72a99b5aedd5d97 to your computer and use it in GitHub Desktop.
Maven compilation failure
---------------------------------------------------
constituent[0]: file:/usr/local/apache-maven-3.5.0/conf/logging/
constituent[1]: file:/usr/local/apache-maven-3.5.0/lib/jansi-1.13.jar
constituent[2]: file:/usr/local/apache-maven-3.5.0/lib/maven-slf4j-provider-3.5.0.jar
constituent[3]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-spi-1.0.3.jar
constituent[4]: file:/usr/local/apache-maven-3.5.0/lib/slf4j-api-1.7.22.jar
constituent[5]: file:/usr/local/apache-maven-3.5.0/lib/maven-artifact-3.5.0.jar
constituent[6]: file:/usr/local/apache-maven-3.5.0/lib/aopalliance-1.0.jar
constituent[7]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-provider-3.5.0.jar
constituent[8]: file:/usr/local/apache-maven-3.5.0/lib/plexus-interpolation-1.24.jar
constituent[9]: file:/usr/local/apache-maven-3.5.0/lib/plexus-cipher-1.7.jar
constituent[10]: file:/usr/local/apache-maven-3.5.0/lib/maven-repository-metadata-3.5.0.jar
constituent[11]: file:/usr/local/apache-maven-3.5.0/lib/guava-20.0.jar
constituent[12]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-util-1.0.3.jar
constituent[13]: file:/usr/local/apache-maven-3.5.0/lib/plexus-utils-3.0.24.jar
constituent[14]: file:/usr/local/apache-maven-3.5.0/lib/cdi-api-1.0.jar
constituent[15]: file:/usr/local/apache-maven-3.5.0/lib/maven-settings-builder-3.5.0.jar
constituent[16]: file:/usr/local/apache-maven-3.5.0/lib/maven-plugin-api-3.5.0.jar
constituent[17]: file:/usr/local/apache-maven-3.5.0/lib/maven-compat-3.5.0.jar
constituent[18]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-transport-wagon-1.0.3.jar
constituent[19]: file:/usr/local/apache-maven-3.5.0/lib/guice-4.0-no_aop.jar
constituent[20]: file:/usr/local/apache-maven-3.5.0/lib/plexus-sec-dispatcher-1.4.jar
constituent[21]: file:/usr/local/apache-maven-3.5.0/lib/plexus-component-annotations-1.7.1.jar
constituent[22]: file:/usr/local/apache-maven-3.5.0/lib/jcl-over-slf4j-1.7.22.jar
constituent[23]: file:/usr/local/apache-maven-3.5.0/lib/commons-cli-1.4.jar
constituent[24]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-api-1.0.3.jar
constituent[25]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-connector-basic-1.0.3.jar
constituent[26]: file:/usr/local/apache-maven-3.5.0/lib/commons-io-2.5.jar
constituent[27]: file:/usr/local/apache-maven-3.5.0/lib/maven-builder-support-3.5.0.jar
constituent[28]: file:/usr/local/apache-maven-3.5.0/lib/maven-shared-utils-3.1.0.jar
constituent[29]: file:/usr/local/apache-maven-3.5.0/lib/wagon-file-2.12.jar
constituent[30]: file:/usr/local/apache-maven-3.5.0/lib/wagon-provider-api-2.12.jar
constituent[31]: file:/usr/local/apache-maven-3.5.0/lib/org.eclipse.sisu.inject-0.3.3.jar
constituent[32]: file:/usr/local/apache-maven-3.5.0/lib/maven-core-3.5.0.jar
constituent[33]: file:/usr/local/apache-maven-3.5.0/lib/maven-resolver-impl-1.0.3.jar
constituent[34]: file:/usr/local/apache-maven-3.5.0/lib/maven-embedder-3.5.0.jar
constituent[35]: file:/usr/local/apache-maven-3.5.0/lib/maven-model-builder-3.5.0.jar
constituent[36]: file:/usr/local/apache-maven-3.5.0/lib/wagon-http-2.12-shaded.jar
constituent[37]: file:/usr/local/apache-maven-3.5.0/lib/org.eclipse.sisu.plexus-0.3.3.jar
constituent[38]: file:/usr/local/apache-maven-3.5.0/lib/javax.inject-1.jar
constituent[39]: file:/usr/local/apache-maven-3.5.0/lib/maven-settings-3.5.0.jar
constituent[40]: file:/usr/local/apache-maven-3.5.0/lib/jsr250-api-1.0.jar
constituent[41]: file:/usr/local/apache-maven-3.5.0/lib/commons-lang3-3.5.jar
constituent[42]: file:/usr/local/apache-maven-3.5.0/lib/maven-model-3.5.0.jar
---------------------------------------------------
Exception in thread "main" java.lang.AssertionError
at jdk.compiler/com.sun.tools.javac.util.Assert.error(Assert.java:155)
at jdk.compiler/com.sun.tools.javac.util.Assert.check(Assert.java:46)
at jdk.compiler/com.sun.tools.javac.comp.Modules.enter(Modules.java:250)
at jdk.compiler/com.sun.tools.javac.main.JavaCompiler.readSourceFile(JavaCompiler.java:821)
at jdk.compiler/com.sun.tools.javac.processing.JavacProcessingEnvironment$ImplicitCompleter.complete(JavacProcessingEnvironment.java:1510)
at jdk.compiler/com.sun.tools.javac.code.Symbol.complete(Symbol.java:633)
at jdk.compiler/com.sun.tools.javac.code.Symbol$ClassSymbol.complete(Symbol.java:1314)
at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.complete(Type.java:1139)
at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.getTypeArguments(Type.java:1065)
at jdk.compiler/com.sun.tools.javac.code.Printer.visitClassType(Printer.java:237)
at jdk.compiler/com.sun.tools.javac.code.Printer.visitClassType(Printer.java:52)
at jdk.compiler/com.sun.tools.javac.code.Type$ClassType.accept(Type.java:992)
at jdk.compiler/com.sun.tools.javac.code.Printer.visit(Printer.java:136)
at jdk.compiler/com.sun.tools.javac.util.AbstractDiagnosticFormatter.formatArgument(AbstractDiagnosticFormatter.java:197)
at jdk.compiler/com.sun.tools.javac.util.AbstractDiagnosticFormatter.formatArguments(AbstractDiagnosticFormatter.java:165)
at jdk.compiler/com.sun.tools.javac.util.BasicDiagnosticFormatter.formatMessage(BasicDiagnosticFormatter.java:111)
at jdk.compiler/com.sun.tools.javac.util.BasicDiagnosticFormatter.formatMessage(BasicDiagnosticFormatter.java:67)
at jdk.compiler/com.sun.tools.javac.util.AbstractDiagnosticFormatter.formatArgument(AbstractDiagnosticFormatter.java:183)
at jdk.compiler/com.sun.tools.javac.util.AbstractDiagnosticFormatter.formatArguments(AbstractDiagnosticFormatter.java:165)
at jdk.compiler/com.sun.tools.javac.util.BasicDiagnosticFormatter.formatMessage(BasicDiagnosticFormatter.java:111)
at jdk.compiler/com.sun.tools.javac.util.BasicDiagnosticFormatter.formatMessage(BasicDiagnosticFormatter.java:67)
at jdk.compiler/com.sun.tools.javac.util.JCDiagnostic.getMessage(JCDiagnostic.java:771)
at jdk.compiler/com.sun.tools.javac.api.ClientCodeWrapper$DiagnosticSourceUnwrapper.getMessage(ClientCodeWrapper.java:799)
at org.codehaus.plexus.compiler.javac.JavaxToolsCompiler.compileInProcess(JavaxToolsCompiler.java:131)
at org.codehaus.plexus.compiler.javac.JavacCompiler.performCompile(JavacCompiler.java:174)
at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:1075)
at org.apache.maven.plugin.compiler.CompilerMojo.execute(CompilerMojo.java:168)
at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
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:51)
at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
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:564)
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 join this conversation on GitHub. Already have an account? Sign in to comment