You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Diane Hardman (Jira)" <ji...@apache.org> on 2019/12/23 19:07:00 UTC

[jira] [Created] (GEODE-7619) Confusing error message when cryptoImpl is not on the path

Diane Hardman created GEODE-7619:
------------------------------------

             Summary: Confusing error message when cryptoImpl is not on the path
                 Key: GEODE-7619
                 URL: https://issues.apache.org/jira/browse/GEODE-7619
             Project: Geode
          Issue Type: Bug
          Components: native client
            Reporter: Diane Hardman


When following the example sslputget on Linux, if I don't have LD_LIBRARY_PATH set to the location where libcryptoImpl.so resides, when the app does it's first put, the error is ambiguous and caused me to question if I was referencing an incorrect locator IP address.

Here is the error message generated:

terminate called after throwing an instance of 'std::_Nested_exception<apache::geode::client::NotConnectedException>'
 what(): : No locators available
Aborted (core dumped)

 

Prefer a more specific error message such as "Could not connect to locator configured with SSL; could not find libcryptoImpl.so.  Is LD_LIBRARY_PATH set?"

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)