Re: startClusterManagementService throws NPE

2020-01-10 Thread Jinmei Liao
Is there a specific test that would cause this NPE? I will try to take a
look at it.

On Fri, Jan 10, 2020 at 9:08 AM Kirk Lund  wrote:

> I think this may only occur in tests that perform a reconnect of the
> Locator.
>
> On Fri, Jan 10, 2020 at 9:06 AM Kirk Lund  wrote:
>
> > Anyone know why we keep intermittently dealing with this suspect string
> in
> > dunit tests?
> >
> > I think we need all valid ways of starting up a Locator to be in a state
> > that NEVER produces this NPE. But I'm not sure how to fix it because I'm
> > not familiar with startClusterManagementService. Some pointers on how to
> > fix, please?
> >
> > [fatal 2020/01/09 23:37:49.594 GMT 
> > tid=182] Uncaught exception in thread Thread[Location services restart
> > thread,5,RMI Runtime]
> > java.lang.NullPointerException
> > at
> >
> org.apache.geode.distributed.internal.InternalLocator.startClusterManagementService(InternalLocator.java:779)
> > at
> >
> org.apache.geode.distributed.internal.InternalLocator.restartWithSystem(InternalLocator.java:1215)
> > at
> >
> org.apache.geode.distributed.internal.InternalLocator.attemptReconnect(InternalLocator.java:1142)
> > at
> >
> org.apache.geode.distributed.internal.InternalLocator.lambda$launchRestartThread$4(InternalLocator.java:1052)
> > at java.base/java.lang.Thread.run(Thread.java:834)
> >
>


-- 
Cheers

Jinmei


Re: startClusterManagementService throws NPE

2020-01-10 Thread Kirk Lund
I think this may only occur in tests that perform a reconnect of the
Locator.

On Fri, Jan 10, 2020 at 9:06 AM Kirk Lund  wrote:

> Anyone know why we keep intermittently dealing with this suspect string in
> dunit tests?
>
> I think we need all valid ways of starting up a Locator to be in a state
> that NEVER produces this NPE. But I'm not sure how to fix it because I'm
> not familiar with startClusterManagementService. Some pointers on how to
> fix, please?
>
> [fatal 2020/01/09 23:37:49.594 GMT 
> tid=182] Uncaught exception in thread Thread[Location services restart
> thread,5,RMI Runtime]
> java.lang.NullPointerException
> at
> org.apache.geode.distributed.internal.InternalLocator.startClusterManagementService(InternalLocator.java:779)
> at
> org.apache.geode.distributed.internal.InternalLocator.restartWithSystem(InternalLocator.java:1215)
> at
> org.apache.geode.distributed.internal.InternalLocator.attemptReconnect(InternalLocator.java:1142)
> at
> org.apache.geode.distributed.internal.InternalLocator.lambda$launchRestartThread$4(InternalLocator.java:1052)
> at java.base/java.lang.Thread.run(Thread.java:834)
>


startClusterManagementService throws NPE

2020-01-10 Thread Kirk Lund
Anyone know why we keep intermittently dealing with this suspect string in
dunit tests?

I think we need all valid ways of starting up a Locator to be in a state
that NEVER produces this NPE. But I'm not sure how to fix it because I'm
not familiar with startClusterManagementService. Some pointers on how to
fix, please?

[fatal 2020/01/09 23:37:49.594 GMT 
tid=182] Uncaught exception in thread Thread[Location services restart
thread,5,RMI Runtime]
java.lang.NullPointerException
at
org.apache.geode.distributed.internal.InternalLocator.startClusterManagementService(InternalLocator.java:779)
at
org.apache.geode.distributed.internal.InternalLocator.restartWithSystem(InternalLocator.java:1215)
at
org.apache.geode.distributed.internal.InternalLocator.attemptReconnect(InternalLocator.java:1142)
at
org.apache.geode.distributed.internal.InternalLocator.lambda$launchRestartThread$4(InternalLocator.java:1052)
at java.base/java.lang.Thread.run(Thread.java:834)