[
https://issues.apache.org/jira/browse/GEODE-6683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831799#comment-16831799
]
ASF subversion and git services commented on GEODE-6683:
--------------------------------------------------------
Commit f943418f2c15fa4063ca7d80099b2d9deea65f46 in geode's branch
refs/heads/develop from Aaron Lindsey
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=f943418 ]
GEODE-6683: Set java SSL properties when Pulse runs in non-embedded mode (#3525)
* GEODE-6683: Set java SSL properties when Pulse runs in non-embedded mode
Co-authored-by: Aaron Lindsey <[email protected]>
Co-authored-by: Michael Oleske <[email protected]>
Co-authored-by: Mark Hanson <[email protected]>
> 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
> 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)