You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geode.apache.org by Kirk Lund <kl...@pivotal.io> on 2016/04/14 19:17:30 UTC

build on develop is broken with NullPointerException

I tried using --info and --debug but it doesn't reveal enough info for me
to tell what's wrong.

At some point gemfire-test prints:

*Running on null*

and then eventually fails with

* java.lang.NullPointerException (no error message)*

<kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [551]$ git
branch
* develop
  feature/GEODE-1162
  feature/GEODE-217
  feature/GEODE-693
  master

<kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [552]$ git
status
On branch develop
Your branch is up-to-date with 'origin/develop'.
nothing to commit, working directory clean

<kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [553]$
./gradlew -Dskip.tests=true clean build

GemFire Build Log

Build Started at: 2016-04-14 10:07:30 -0700

Defining custom 'clean' task when using the standard Gradle lifecycle
plugins has been deprecated and is scheduled to be removed in Gradle 3.0

*Running on null*
JAVA_HOME = /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home



FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred evaluating project ':gemfire-test'.
*> java.lang.NullPointerException (no error message)*

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.

BUILD FAILED

Total time: 0.981 secs

Re: build on develop is broken with NullPointerException

Posted by Kirk Lund <kl...@pivotal.io>.
Oops, my bad! The geode build is unaffected.

Thanks,
Kirk


On Thu, Apr 14, 2016 at 10:33 AM, Bruce Schuchardt <bs...@pivotal.io>
wrote:

> I'm not seeing this in the Apache build - just the Pivotal "gemfire-test"
> module
>
> Le 4/14/2016 10:17 AM, Kirk Lund a écrit :
>
>> I tried using --info and --debug but it doesn't reveal enough info for me
>> to tell what's wrong.
>>
>> At some point gemfire-test prints:
>>
>> *Running on null*
>>
>> and then eventually fails with
>>
>> * java.lang.NullPointerException (no error message)*
>>
>> <kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [551]$
>> git
>> branch
>> * develop
>>    feature/GEODE-1162
>>    feature/GEODE-217
>>    feature/GEODE-693
>>    master
>>
>> <kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [552]$
>> git
>> status
>> On branch develop
>> Your branch is up-to-date with 'origin/develop'.
>> nothing to commit, working directory clean
>>
>> <kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [553]$
>> ./gradlew -Dskip.tests=true clean build
>>
>> GemFire Build Log
>>
>> Build Started at: 2016-04-14 10:07:30 -0700
>>
>> Defining custom 'clean' task when using the standard Gradle lifecycle
>> plugins has been deprecated and is scheduled to be removed in Gradle 3.0
>>
>> *Running on null*
>> JAVA_HOME =
>> /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home
>>
>>
>>
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> A problem occurred evaluating project ':gemfire-test'.
>> *> java.lang.NullPointerException (no error message)*
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or
>> --debug option to get more log output.
>>
>> BUILD FAILED
>>
>> Total time: 0.981 secs
>>
>>
>

Re: build on develop is broken with NullPointerException

Posted by Bruce Schuchardt <bs...@pivotal.io>.
I'm not seeing this in the Apache build - just the Pivotal 
"gemfire-test" module

Le 4/14/2016 10:17 AM, Kirk Lund a écrit :
> I tried using --info and --debug but it doesn't reveal enough info for me
> to tell what's wrong.
>
> At some point gemfire-test prints:
>
> *Running on null*
>
> and then eventually fails with
>
> * java.lang.NullPointerException (no error message)*
>
> <kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [551]$ git
> branch
> * develop
>    feature/GEODE-1162
>    feature/GEODE-217
>    feature/GEODE-693
>    master
>
> <kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [552]$ git
> status
> On branch develop
> Your branch is up-to-date with 'origin/develop'.
> nothing to commit, working directory clean
>
> <kl...@pdx2-office-dhcp32>/Users/klund/dev/gemfire_CLEAN/closed [553]$
> ./gradlew -Dskip.tests=true clean build
>
> GemFire Build Log
>
> Build Started at: 2016-04-14 10:07:30 -0700
>
> Defining custom 'clean' task when using the standard Gradle lifecycle
> plugins has been deprecated and is scheduled to be removed in Gradle 3.0
>
> *Running on null*
> JAVA_HOME = /Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home
>
>
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> A problem occurred evaluating project ':gemfire-test'.
> *> java.lang.NullPointerException (no error message)*
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED
>
> Total time: 0.981 secs
>