Steps to Reproduce:
update fav_connections set password = null where password = '';
Expected Results:
After upgrade all ConnectAll services should be started successfully.
Actual Results:
Core services will not start and in ConnectAll UI, message will pop-up "Server not Running" and in below message will be seen in Core/ConnectAll.log file
[ERROR] com.install4j.runtime.beans.actions.control.RunScriptAction [ID 31605]: com.go2group.connectall.config.manager.ApplicationEncryptionUtils - Error in setting password
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded cipher
In action "Execute_DataBase_Scripts [Run script]" (screen "Execute Sql Scripts [Form]"), property "Script":
javax.crypto.IllegalBlockSizeException: Input length must be multiple of 16 when decrypting with padded cipher
at java.base/com.sun.crypto.provider.CipherCore.prepareInputBuffer(CipherCore.java:1005)
3.7.x
DE167353
Fix will be delivered in 3.7.0.3 build.