Sidebar

Cannot Load qie: java.security.NoSuchAlgorithmException: Error constructing implementation

0 votes
189 views
asked Jun 7 by brandon-w-8204 (33,860 points)

Qie starts and this pops up when going to the admin console:

1 Answer

0 votes

This is caused by a truststore that is not found in the qie service manager. 

The fix is to remove the following arguments in the QIE service manager startup tab:

-Djavax.net.ssl.trustStore=/some/loc/on/server/ mytruststore.jks
-Djavax.net.ssl.trustStorePassword=changeit

Once removed stop and start QIE

answered Jun 7 by brandon-w-8204 (33,860 points)
edited Jun 7 by gary-t-8719
...