You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Gili (JIRA)" <ji...@apache.org> on 2019/01/25 21:35:00 UTC

[jira] [Created] (SUREFIRE-1629) Improve error message for JPMS load-time failures

Gili created SUREFIRE-1629:
------------------------------

             Summary: Improve error message for JPMS load-time failures
                 Key: SUREFIRE-1629
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1629
             Project: Maven Surefire
          Issue Type: Improvement
          Components: Maven Surefire Plugin
    Affects Versions: 2.22.1
         Environment: OpenJDK 11.0.2
            Reporter: Gili


I tried running a test against an application with split packages and ended up with the following message in the {{dumpstream file}}:
{code:java}
Corrupted STDOUT by directly writing to native stream in forked JVM 1. Stream 'java.lang.LayerInstantiationException: Package com.foobar.internal.scope in both module com.foobar.database and module com.foobar.backend'.
java.lang.IllegalArgumentException: Stream stdin corrupted. Expected comma after third character in command 'java.lang.LayerInstantiationException: Package com.foobar.internal.scope in both module com.foobar.database and module com.foobar.backend'.
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient$OperationalData.<init>(ForkClient.java:507)
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.processLine(ForkClient.java:210)
at org.apache.maven.plugin.surefire.booterclient.output.ForkClient.consumeLine(ForkClient.java:177)
at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:88)
at java.base/java.lang.Thread.run(Thread.java:834){code}
 
Expected behavior: the Surefire plugin should surface this error message to stdout/stderr instead making developers dig into the dumpstream file.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)