Hi @moisesjosemiranda,
I'm sorry, I couldn't reproduce the issue. I just launched OpenProject using our Launchpad and everything went fine
https://docs.bitnami.com/azure/get-started-launchpad/
I set the same region and instance size that you are using and could access the application and the database
bitnami@bitnami-openproject-3e29:~$ cat bitnami_credentials
Welcome to the Bitnami OpenProject Stack
******************************************************************************
The default username and password is 'user' and 'mgzi4dYXJ3nw'.
******************************************************************************
You can also use this password to access the databases and any other component the stack includes.
Please refer to https://docs.bitnami.com/ for more details.
bitnami@bitnami-openproject-3e29:~$ mysql -u root -pmgzi4dYXJ3nw
mysql.bin: [Warning] Using a password on the command line interface can be insecure.
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 12
Server version: 5.7.25 MySQL Community Server (GPL)
Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
No entry for terminal type "xterm-256color";
using dumb terminal settings.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
I also got the password from the boot's log
bitnami@bitnami-openproject-3e29:~$ sudo cat /opt/bitnami/var/log/pre-start.log
resize2fs 1.42.13 (17-May-2015)
The filesystem is already 7864059 (4k) blocks long. Nothing to do!
## 2019-04-03 13:11:49+00:00 ## INFO ## 80 has been blocked
## 2019-04-03 13:11:51+00:00 ## INFO ## 443 has been blocked
#########################################################################
# #
# Setting Bitnami application password to 'mgzi4dYXJ3nw' #
# (the default application username is 'user') #
# #
#########################################################################
Can you try launching the instance again to see if it works properly? It'd be helpful if you share the output of these commands in the old instance so we verify that the boot went fine though
sudo cat /opt/bitnami/var/log/*
Thanks