You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michal Galet (JIRA)" <ji...@codehaus.org> on 2010/10/18 20:34:33 UTC

[jira] Commented: (SUREFIRE-640) org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error inside systemErr parser

    [ http://jira.codehaus.org/browse/SUREFIRE-640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=239998#action_239998 ] 

Michal Galet commented on SUREFIRE-640:
---------------------------------------

Hi,

I have the same problem. When I set *redirectTestOutputToFile* to true the build fails with this Error. It happens for both Maven 2.2.1 and 3.0.0 using surefire plugin 2.6.

> org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error inside systemErr parser
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-640
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-640
>             Project: Maven Surefire
>          Issue Type: Bug
>    Affects Versions: 2.6
>         Environment: Maven 2.2.1
>            Reporter: Michael Hinterseher
>            Priority: Minor
>
> Since update to Surefire 2.6 our CI server is breaking builds every now and then with:
> ...
> Results :
> Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error inside systemErr parser
> [INFO] ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> ...
> Up to now I was not able to reproduce the issue. It looks like a concurrency issue.
> Configuration:
> 				<configuration>
> 					<systemPropertyVariables>
> 						<net.sourceforge.cobertura.datafile>target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile>
> 						<java.awt.headless>true</java.awt.headless>
> 					</systemPropertyVariables>
> 					<redirectTestOutputToFile>true</redirectTestOutputToFile>
> 				</configuration>
> Probably due to 42 tests ;-)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira