Previous Topic: Importing Policy Store Through Java SDK Fails (140561)Next Topic: SmDmsUser.getGroups() and SmDmsUser.getRoles() Function Calls (135395)


Java SDK Client No Longer Fails when Re-initializing Crypto Factory (135784)

Symptom:

The first time crypto factory is initialized is when the Policy Server Starts up. So a request from java API SDK client was re-initializing the crypto factory in the SmTransact code. Therefore it was returning the error that “Unable to initialize crypto factory when using Java API”

Solution:

If the crypto factory is already initialized, an exception is not thrown when a JDK client tries to re-initializes it.

Star issues: 20170410-01; 20214913-1