Skip to content

Instantly share code, notes, and snippets.

@tjfontaine
Created May 16, 2013 20:00
Show Gist options
  • Save tjfontaine/5594624 to your computer and use it in GitHub Desktop.
Save tjfontaine/5594624 to your computer and use it in GitHub Desktop.
FATAL: null
java.lang.NullPointerException
at hudson.tasks.test.MatrixTestResult.getChildName(MatrixTestResult.java:50)
at hudson.tasks.test.AggregatedTestResultAction.add(AggregatedTestResultAction.java:85)
at hudson.tasks.test.TestResultAggregator.endRun(TestResultAggregator.java:57)
at hudson.matrix.DefaultMatrixExecutionStrategyImpl.notifyEndBuild(DefaultMatrixExecutionStrategyImpl.java:188)
at hudson.matrix.DefaultMatrixExecutionStrategyImpl.run(DefaultMatrixExecutionStrategyImpl.java:165)
at hudson.matrix.MatrixBuild$MatrixBuildExecution.doRun(MatrixBuild.java:355)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:586)
at hudson.model.Run.execute(Run.java:1575)
at hudson.matrix.MatrixBuild.run(MatrixBuild.java:304)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:241)
at hudson.model.OneOffExecutor.run(OneOffExecutor.java:66)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment