You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2015/11/11 01:59:10 UTC

[jira] [Commented] (PHOENIX-2397) Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test failed. NullPointerException

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

James Taylor commented on PHOENIX-2397:
---------------------------------------

[~mujtabachohan] - any idea how we can get to the bottom of this issue? I noticed there's a maven -e option mentioned here:
{code}
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.18:integration-test (ClientManagedTimeTests) on project phoenix-pherf: Execution ClientManagedTimeTests of goal org.apache.maven.plugins:maven-failsafe-plugin:2.18:integration-test failed. NullPointerException -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :phoenix-pherf
{code}
Maybe we can run our Jenkins builds with this -e option to see if we can get a stack trace if this issue persists?

> Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test failed. NullPointerException
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: PHOENIX-2397
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-2397
>             Project: Phoenix
>          Issue Type: Bug
>            Reporter: James Taylor
>         Attachments: PHOENIX-2397_v1.patch
>
>
> We're seeing a mysterious NPE with no stack trace:
> {code}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project phoenix-core: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test failed. NullPointerException -> [Help 1]
> {code}
> It happens between stages of test runs. Not clear where the NPE is coming from - our code or surefire's code. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)