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 <ja...@apache.org> on 2015/10/23 01:25:56 UTC

NPE between maven failsafe plugin test runs?

Anyone have any idea how to work around or get to the bottom of this NPE
we're frequently seeing (https://builds.apache.org/job/Phoenix-master/935/)?
I've tried locally with the -e flag, but still didn't see a stack trace...

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:2.18:integration-test
(ClientManagedTimeTests) on project phoenix-core: 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-core

Re: NPE between maven failsafe plugin test runs?

Posted by Stack <st...@duboce.net>.
It seems to finger ClientManagedTimeTests. These annotations are not
supplying vitals in all circumstance? Try removing temporarily or replacing
to see if NPE goes away....
St.Ack



On Thu, Oct 22, 2015 at 4:25 PM, James Taylor <ja...@apache.org>
wrote:

> Anyone have any idea how to work around or get to the bottom of this NPE
> we're frequently seeing (https://builds.apache.org/job/Phoenix-master/935/
> )?
> I've tried locally with the -e flag, but still didn't see a stack trace...
>
> [ERROR] Failed to execute goal
> org.apache.maven.plugins:maven-failsafe-plugin:2.18:integration-test
> (ClientManagedTimeTests) on project phoenix-core: 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-core
>