-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I encountered this error while testing the latest driver with some random app configurations for LTPA and encryption.
It's an edge case, but once encountered, it can affect subsequent deployments with the same configuration, and they are stuck with:
Waiting for WebSphereLibertyApplication instance 'app-2' to update the shared LTPA config for the namespace 'liberty'.
I narrowed it down to this sequence in app deployment that results in the error. If the first app is created with LTPA and password encryption or just password encryption then the error doesn't occur:
-
Deploy app-1 with manageLTPA enabled --> Deploys successfully
-
Deploy app-2 with manageLTPA and managePasswordEncryption enabled --> Deploys successfully
-
Deploy app-3 with manageLTPA and managePasswordEncryption enabled --> Stuck with error "Waiting for WebSphereLibertyApplication instance 'app-2' to update the shared LTPA config for the namespace 'liberty'."
-
Subsequent app deployments with manageLTPA and managePasswordEncryption enabled also encounter the same error
-
Delivered to WLO
-
Delivered to OLO
-
Add tests for this scenario