RE: NullPointerException during SystemManagementService.startManager

2017-03-10 Thread Vahram Aharonyan
[mailto:jil...@pivotal.io] Sent: Tuesday, March 7, 2017 1:59 AM To: user@geode.apache.org Subject: Re: NullPointerException during SystemManagementService.startManager Hi, I don't think your ssl setting is the reason you are getting the NPE, but it would be a good idea to change to the new scheme fo

Re: NullPointerException during SystemManagementService.startManager

2017-03-06 Thread Jinmei Liao
Hi, I don't think your ssl setting is the reason you are getting the NPE, but it would be a good idea to change to the new scheme for ssl configurations. The line you are getting the NPE Is this line: String levelName = jmxAdapter.getDistributedSystemMXBean().getAlertLevel(); I believe at this po

RE: NullPointerException during SystemManagementService.startManager

2017-03-06 Thread Vahram Aharonyan
ubject: RE: NullPointerException during SystemManagementService.startManager Yes, I don’t get NPE because I replaced startManager() calling with jmx-manager-true option setting. If we go down startManager routine() following stacktrace below it does something like jmxAdapter.getDistributedSystem

RE: NullPointerException during SystemManagementService.startManager

2017-03-02 Thread Vahram Aharonyan
Hi Jinmei, Could it be you have had a chance to look at this ? Thanks, Vahram. From: Vahram Aharonyan [mailto:vaharon...@vmware.com] Sent: Thursday, February 23, 2017 9:34 PM To: user@geode.apache.org Subject: RE: NullPointerException during SystemManagementService.startManager Yes, I don’t

RE: NullPointerException during SystemManagementService.startManager

2017-02-23 Thread Vahram Aharonyan
To: user@geode.apache.org<mailto:user@geode.apache.org> Subject: Re: NullPointerException during SystemManagementService.startManager Can you let us know the use case where you need to configure the locator with .set("jmx-manager-start", "false") and then call ManagementServi

Re: NullPointerException during SystemManagementService.startManager

2017-02-23 Thread Jinmei Liao
Ok, so after you set jmx-manager-start=true, you don't get this this NPE anymore? I am not very familiar with the code path you mentioned since it's been there for a long time and haven't been changed recently. Will investigate more if this is a blocking issue for you. On Thu, Feb 23, 2017 at 8:4

RE: NullPointerException during SystemManagementService.startManager

2017-02-23 Thread Vahram Aharonyan
10:12 PM To: user@geode.apache.org Subject: Re: NullPointerException during SystemManagementService.startManager I'm not aware of any changes in this area between GF 8.2 and Geode 1.1. How are you invoking ManagementService.startManager()? Does the JVM in which you're invoking this alre

RE: NullPointerException during SystemManagementService.startManager

2017-02-23 Thread Vahram Aharonyan
? Or should I take care of this separately? Thanks, Vahram From: Jinmei Liao [mailto:jil...@pivotal.io] Sent: Wednesday, February 22, 2017 12:58 PM To: user@geode.apache.org Subject: Re: NullPointerException during SystemManagementService.startManager Can you let us know the use case where you

Re: NullPointerException during SystemManagementService.startManager

2017-02-22 Thread Kirk Lund
I'm not aware of any changes in this area between GF 8.2 and Geode 1.1. How are you invoking ManagementService.startManager()? Does the JVM in which you're invoking this already have a Cache or is the Cache still being created when you invoke startManager? On Wed, Feb 22, 2017 at 9:51 AM, Vahram

Re: NullPointerException during SystemManagementService.startManager

2017-02-22 Thread Jinmei Liao
Can you let us know the use case where you need to configure the locator with .set("jmx-manager-start", "false") and then call ManagementService.startManager manually? On Wed, Feb 22, 2017 at 9:51 AM, Vahram Aharonyan wrote: > Hi Anthony, > > > > Currently I’m using Geode 1.1.0 released last wee

RE: NullPointerException during SystemManagementService.startManager

2017-02-22 Thread Vahram Aharonyan
esday, February 22, 2017 8:41 AM To: user@geode.apache.org Subject: Re: NullPointerException during SystemManagementService.startManager What version of Geode are you using? On Feb 22, 2017, at 12:09 AM, Vahram Aharonyan mailto:vaharon...@vmware.com>> wrote: Hi All, We

Re: NullPointerException during SystemManagementService.startManager

2017-02-22 Thread Anthony Baker
What version of Geode are you using? > On Feb 22, 2017, at 12:09 AM, Vahram Aharonyan wrote: > > Hi All, > > We are getting java.lang.NullPointerException while trying to start JMX > Manager Node by invoking ManagementService.startManager: > > org.apache.geode.management.ManagementException