[ 
http://jira.codehaus.org/browse/SUREFIRE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

S Daigle updated SUREFIRE-704:
------------------------------

    Attachment: stack.txt
                test-out.txt

Hi Kristian. Now that we're using the latest 2.8.2-SNAPSHOT version of the 
plugin, were seeing the following errors in some of our tests. For example, 
this happened with a System.err.println("foo");

java.lang.NullPointerException
                at 
org.apache.maven.surefire.report.ConsoleOutputCapture$ForwardingPrintStream.println(ConsoleOutputCapture.java:84)
                at 
com.attivio.special.client.AttivioDocumentClientTest.getBatchingDocumentClient(AttivioDocumentClientTest.java:65)
                at 
com.attivio.special.client.AttivioDocumentClientTest.batchingDocumentTest(AttivioDocumentClientTest.java:78)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Do you know what this is? I attach the stack.txt and test-out.txt logfiles so 
you have more information.
Thanks

> maven surefire Error while executing forked tests.; nested exception is 
> java.lang.IllegalStateException: testSetStarting called twice
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: SUREFIRE-704
>                 URL: http://jira.codehaus.org/browse/SUREFIRE-704
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Junit 4.x support
>    Affects Versions: 2.7.2
>         Environment: Windows/Linux/SunOS
>            Reporter: S Daigle
>            Assignee: Kristian Rosenvold
>             Fix For: 2.8.2
>
>         Attachments: stack.txt, surefire-272.txt, surefire-failure.log, 
> surefire.txt, test-out.txt
>
>
> We want to upgrade from our current 2.5 version of the maven-surefire-plugin 
> to something newer but cannot get past the error below. We've tried versions 
> 2.6, 2.7 up to and including 2.7.3-SNAPSHOT but they all fail.
> When setting forkmode to "once" and redirectTestOutputToFile to "true", we 
> get the following error on multiple tests:
> [ERROR] Failed to execute goal 
> org.apache.maven.plugins:maven-surefire-plugin:2.7.3-SNAPSHOT:test 
> (default-test) on project api: Error while executing forked tests.; nested 
> exception is java.lang.IllegalStateException: testSetStarting called twice -> 
> [Help 1]
> Please see the attachment for full "mvn -e test" output.
> If we set the redirectTestOutputToFile to false, it works but we need this 
> option set to true.
> Thanks

-- 
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

        

Reply via email to