Skip to content
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

Endless boot loop with Docker image in Azure App Services. #73994

Open
kristiandg opened this issue Oct 27, 2024 · 2 comments
Open

Endless boot loop with Docker image in Azure App Services. #73994

kristiandg opened this issue Oct 27, 2024 · 2 comments
Assignees
Labels
suitecrm tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@kristiandg
Copy link

kristiandg commented Oct 27, 2024

Name and Version

bitnami/suitecrm:latest

What architecture are you using?

amd64

What steps will reproduce the bug?

In the attached pics, you can see how it's configured in Azure, as well as the boot log, which shows it repeatedly running the same tasks (such as "Starting CRM Setup", "Generating Sample Certs", and "Running Setup Wizard"). The last thing it seems to do is "Configuring SMTP" before it starts the cycle over again. I don't see any error messages, just the next log stream entry is an item it said previously, and in the last pic you can see the log stream, where the top and bottom lines are "Starting Apache in Background". I had hoped to get into Kudu and issue a command-line command to test the database connection (thinking maybe that was the issue, that it wasn't connecting), but it didn't recognize any "mysql" commands at the CLI.
Screenshot 2024-10-27 at 10 15 36 AM

Screenshot 2024-10-27 at 9 58 17 AM Screenshot 2024-10-27 at 9 57 37 AM

What I end up with is this (endless loading - briefly the login fields appear, then the SuiteCRM logo takes over, and it keeps cycling through that):
Screenshot 2024-10-27 at 10 02 59 AM

What is the expected behavior?

I had expected it would boot fully, but it appears to be dying at some point, making it so my client is no longer in contact with the server (and I'm guessing the parts of the webpage that had already successfully downloaded, are seeing that lost connection and generating the overriding SuiteCRM "loading" logo).

What do you see instead?

I'm seeing an endless loading screen on the web front-end, and repeating log entries indicating it's crashing right around Configuring SMTP, and then re-attempting to boot from startup.

Additional information

No response

@kristiandg kristiandg added the tech-issues The user has a technical issue about an application label Oct 27, 2024
@github-actions github-actions bot added the triage Triage is needed label Oct 27, 2024
@kristiandg
Copy link
Author

After turning on the detailed logs, I found the error to be that the SUITECRM_DATA_TO_PERSIST=$SUITECRM_BASE_DIR was returning that no such directory existed.

Removing that line, allowed it to boot, and me to log in, but a subsequent restart of the image showed "Container not healthy, stopping".

@carrodher
Copy link
Member

Hi, the issue may not be directly related to the Bitnami container image/Helm chart, but rather to how the application is being utilized, configured in your specific environment, or tied to a particular scenario that is not easy to reproduce on our side.

If you think that's not the case and want to contribute a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Suppose you have any questions about the application, customizing its content, or technology and infrastructure usage. In that case, we highly recommend that you refer to the forums and user guides provided by the project responsible for the application or technology.

With that said, we'll keep this ticket open until the stale bot automatically closes it, in case someone from the community contributes valuable insights.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suitecrm tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants