wasp ssl_reinitialize_keystore callback throws unknown error in Probe utility
search cancel

wasp ssl_reinitialize_keystore callback throws unknown error in Probe utility

book

Article ID: 205351

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) Unified Infrastructure Management for Mainframe CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

wasp probe utility throws unknown error when running ssl_reinitialize_keystore callback

wasp log shows:

Dec 17 16:42:18:534 WARN  [attach_socket, com.nimsoft.nimbus.NimServerSession] An exception occurred while processing a message from Socket[addr=/10.xx.xxx.xxx,port=55561,localport=48037].
Dec 17 16:42:18:535 WARN  [attach_socket, com.nimsoft.nimbus.NimServerSession] (120) Callback error, Exception in callback for public void com.nimsoft.nimbus.probe.service.wasp.SSL.reinitializeKeystore(com.nimsoft.nimbus.NimSession,java.lang.String) throws com.nimsoft.nimbus.NimException: null: null

Environment

wasp v20.10

Resolution

To avoid this issue:

1. Deactivate wasp
2. Unset https_port and only set http_port
3. Delete existing keystore from wasp/conf
4. Activate wasp and let it come up and get a port and a PID
5. Deactivate wasp again
6. Set https_port
7. Activate wasp, new keystore should get created so check.
8. Now try the probe callback to reinitialize 

If possible, minimize the number of special characters in the password. It also must be 6 characters minimum length.

Additional Information

wasp probe ssl reinitialize keystore callback unknown error