[jira] [Updated] (GEODE-6683) java.lang.NullPointerException

2019-05-16 Thread Aaron Lindsey (JIRA)


 [ 
https://issues.apache.org/jira/browse/GEODE-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron Lindsey updated GEODE-6683:
-
Fix Version/s: 1.10.0

> java.lang.NullPointerException
> --
>
> Key: GEODE-6683
> URL: https://issues.apache.org/jira/browse/GEODE-6683
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Affects Versions: 1.6.0
>Reporter: YE LIN
>Assignee: Aaron Lindsey
>Priority: Major
>  Labels: observability
> Fix For: 1.10.0
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> when Pulse is ran without embedded mode in Locator, throw NullPointException 
> during running code : repository.getJavaSslProperties().stringPropertyNames()
> look like repository.javaSslProperties is null.
> {noformat}
> 2019-04-24 02:08:06,767 INFO o.a.g.t.p.i.d.JMXDataUpdater 
> [http-nio-7070-exec-1] Locator has found a jmx manager: Host=10.116.37.211 & 
> Port=1099, with SSL
> 2019-04-24 02:08:06,773 FATAL o.a.g.t.p.i.d.JMXDataUpdater 
> [http-nio-7070-exec-1] null
> java.lang.NullPointerException: null
> at 
> org.apache.geode.tools.pulse.internal.data.JMXDataUpdater.connect(JMXDataUpdater.java:217)
>  [classes/:?]
> at 
> org.apache.geode.tools.pulse.internal.data.Cluster.connectToGemFire(Cluster.java:2805)
>  [classes/:?]
> at 
> org.apache.geode.tools.pulse.internal.data.Repository.getCluster(Repository.java:139)
>  [classes/:?]
> at 
> org.apache.geode.tools.pulse.internal.security.GemFireAuthenticationProvider.authenticate(GemFireAuthenticationProvider.java:57)
>  [classes/:?]
> at 
> org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-6683) java.lang.NullPointerException

2019-04-26 Thread Kirk Lund (JIRA)


 [ 
https://issues.apache.org/jira/browse/GEODE-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Lund updated GEODE-6683:
-
Description: 
when Pulse is ran without embedded mode in Locator, throw NullPointException 
during running code : repository.getJavaSslProperties().stringPropertyNames()
look like repository.javaSslProperties is null.

{noformat}
2019-04-24 02:08:06,767 INFO o.a.g.t.p.i.d.JMXDataUpdater 
[http-nio-7070-exec-1] Locator has found a jmx manager: Host=10.116.37.211 & 
Port=1099, with SSL

2019-04-24 02:08:06,773 FATAL o.a.g.t.p.i.d.JMXDataUpdater 
[http-nio-7070-exec-1] null
java.lang.NullPointerException: null
at 
org.apache.geode.tools.pulse.internal.data.JMXDataUpdater.connect(JMXDataUpdater.java:217)
 [classes/:?]
at 
org.apache.geode.tools.pulse.internal.data.Cluster.connectToGemFire(Cluster.java:2805)
 [classes/:?]
at 
org.apache.geode.tools.pulse.internal.data.Repository.getCluster(Repository.java:139)
 [classes/:?]
at 
org.apache.geode.tools.pulse.internal.security.GemFireAuthenticationProvider.authenticate(GemFireAuthenticationProvider.java:57)
 [classes/:?]
at 
org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174)
{noformat}

  was:
*Context:*

when Pulse is ran without embedded mode in Locator, throw NullPointException 
during running code : repository.getJavaSslProperties().stringPropertyNames()
look like repository.javaSslProperties is null.


> java.lang.NullPointerException
> --
>
> Key: GEODE-6683
> URL: https://issues.apache.org/jira/browse/GEODE-6683
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Affects Versions: 1.6.0
>Reporter: YE LIN
>Assignee: Aaron Lindsey
>Priority: Major
>  Labels: observability
>
> when Pulse is ran without embedded mode in Locator, throw NullPointException 
> during running code : repository.getJavaSslProperties().stringPropertyNames()
> look like repository.javaSslProperties is null.
> {noformat}
> 2019-04-24 02:08:06,767 INFO o.a.g.t.p.i.d.JMXDataUpdater 
> [http-nio-7070-exec-1] Locator has found a jmx manager: Host=10.116.37.211 & 
> Port=1099, with SSL
> 2019-04-24 02:08:06,773 FATAL o.a.g.t.p.i.d.JMXDataUpdater 
> [http-nio-7070-exec-1] null
> java.lang.NullPointerException: null
> at 
> org.apache.geode.tools.pulse.internal.data.JMXDataUpdater.connect(JMXDataUpdater.java:217)
>  [classes/:?]
> at 
> org.apache.geode.tools.pulse.internal.data.Cluster.connectToGemFire(Cluster.java:2805)
>  [classes/:?]
> at 
> org.apache.geode.tools.pulse.internal.data.Repository.getCluster(Repository.java:139)
>  [classes/:?]
> at 
> org.apache.geode.tools.pulse.internal.security.GemFireAuthenticationProvider.authenticate(GemFireAuthenticationProvider.java:57)
>  [classes/:?]
> at 
> org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174)
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-6683) java.lang.NullPointerException

2019-04-23 Thread Kirk Lund (JIRA)


 [ 
https://issues.apache.org/jira/browse/GEODE-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kirk Lund updated GEODE-6683:
-
Affects Version/s: 1.6.0

> java.lang.NullPointerException
> --
>
> Key: GEODE-6683
> URL: https://issues.apache.org/jira/browse/GEODE-6683
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Affects Versions: 1.6.0
>Reporter: YE LIN
>Assignee: Kirk Lund
>Priority: Major
>  Labels: observability
>
> *Context:*
> when Pulse is ran without embedded mode in Locator, throw NullPointException 
> during running code : repository.getJavaSslProperties().stringPropertyNames()
> look like repository.javaSslProperties is null.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (GEODE-6683) java.lang.NullPointerException

2019-04-22 Thread Nick Vallely (JIRA)


 [ 
https://issues.apache.org/jira/browse/GEODE-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nick Vallely updated GEODE-6683:

Labels: observability  (was: )

> java.lang.NullPointerException
> --
>
> Key: GEODE-6683
> URL: https://issues.apache.org/jira/browse/GEODE-6683
> Project: Geode
>  Issue Type: Bug
>  Components: pulse
>Reporter: YE LIN
>Priority: Major
>  Labels: observability
>
> *Context:*
> when Pulse is ran without embedded mode in Locator, throw NullPointException 
> during running code : repository.getJavaSslProperties().stringPropertyNames()
> look like repository.javaSslProperties is null.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)