Skip to content

Some applications with LTPA and encryption are stuck #735

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
2 of 3 tasks
leochr opened this issue Mar 25, 2025 · 1 comment
Open
2 of 3 tasks

Some applications with LTPA and encryption are stuck #735

leochr opened this issue Mar 25, 2025 · 1 comment

Comments

@leochr
Copy link
Member

leochr commented Mar 25, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants