[ 
https://issues.apache.org/jira/browse/SUREFIRE-1612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16722654#comment-16722654
 ] 

Tibor Digana commented on SUREFIRE-1612:
----------------------------------------

[~randgalt]
See the first stack trace. The problem is in 
TestNG.{{JDK15AnnotationFinder.java:111}}.
Open an issue for TestNG on GitHub. What TestNG version and JDK version you use?
Regarding {{TypeNotPresentExceptionProxy}} this is Oracle JVM class and should 
be found with JavaDoc.
The second dump is 4 days old.

> ExecutionException TypeNotPresentExceptionProxy
> -----------------------------------------------
>
>                 Key: SUREFIRE-1612
>                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1612
>             Project: Maven Surefire
>          Issue Type: Bug
>          Components: Maven Surefire Plugin
>    Affects Versions: 2.22.0
>            Reporter: Jordan Zimmerman
>            Priority: Major
>
> I'm not sure what causes this, but it's very consistent. At the end of the 
> last module of Apache Curator's test run we get this exception. Sometimes it 
> causes the build to fail, sometimes not. The pom is here: 
> [https://github.com/apache/curator/blob/master/curator-test-zk34/pom.xml]
> Here's an example failure at Apache's Jenkins:
> [https://builds.apache.org/job/Curator/74/console]
> {{[INFO] }}
> {{ [INFO] Results:}}
> {{ [INFO] }}
> {{ [INFO] Tests run: 400, Failures: 0, Errors: 0, Skipped: 0}}
> {{ [INFO] }}
> {{ [ERROR] There are test failures.}}{{Please refer to 
> /home/jenkins/jenkins-slave/workspace/Curator/curator-test-zk34/target/surefire-reports
>  for the individual test results.}}
> {{ Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
> [date].dumpstream and [date]-jvmRun[N].dumpstream.}}
> {{ ExecutionException There was an error in the forked process}}
> {{ sun.reflect.annotation.TypeNotPresentExceptionProxy}}
> {{ org.apache.maven.surefire.booter.SurefireBooterForkException: 
> ExecutionException There was an error in the forked process}}
> {{ sun.reflect.annotation.TypeNotPresentExceptionProxy}}
> {{ at 
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.awaitResultsDone(ForkStarter.java:494)}}
> {{ at 
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.runSuitesForkPerTestSet(ForkStarter.java:441)}}
> {{ at 
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:293)}}
> {{ at 
> org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:245)}}
> {{ at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)}}
> {{ at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)}}
> {{ at 
> org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)}}
> {{ at 
> org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)}}
>  
>  



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

Reply via email to