You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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:
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
The text was updated successfully, but these errors were encountered: