• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

fusioAuth install is damaged?

Scheduled Pinned Locked Moved
General Discussion
0
29
83.8k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R
    robotdan @richb201
    last edited by 25 Feb 2021, 15:29

    @richb201 said in fusioAuth install is damaged?:

    DATABASE_URL: jdbc:mysql://database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com/fusionauthdb

    You are still missing the port in this string (as I mentioned above).

    DATABASE_URL: jdbc:mysql://database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com:3306/fusionauthdb.

    You cannot view the connection string from the UI at runtime.

    R 1 Reply Last reply 25 Feb 2021, 16:15 Reply Quote 0
    • R
      richb201 @robotdan
      last edited by richb201 25 Feb 2021, 16:15

      @robotdan Dan, putting that port in causes the RDS server to time out. It is repeatable. Is there some other way to see what the connection string is set to on the EC2? Perhaps there is a config file? I do have filezilla attached to that server.

      1 Reply Last reply Reply Quote 0
      • M
        maciej.wisniowski Power User
        last edited by 25 Feb 2021, 16:18

        @richb201 have you tried to connect to this RDS database using any other MySQL client from the same machine? Maybe there is some firewall or permissions issue with RDS

        R 1 Reply Last reply 25 Feb 2021, 16:22 Reply Quote 0
        • R
          richb201 @maciej.wisniowski
          last edited by richb201 25 Feb 2021, 16:22

          @maciej-wisniowski When I try this string I get:

          ERROR 2005 (HY000): Unknown MySQL server host 'database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com/fusionauthdb' (2)

          mysql -h database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com/fusionauthdb -P 3306 -u admin -p

          That is why seeing what a working connection string from the EC2 is would solve the problem.

          1 Reply Last reply Reply Quote 0
          • R
            robotdan
            last edited by 25 Feb 2021, 16:42

            ERROR 2005 (HY000): Unknown MySQL server host 'database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com/fusionauthdb'

            That is an invalid host name so that error makes sense. The host is database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com and the database is fusionauthdb.

            R 1 Reply Last reply 25 Feb 2021, 17:05 Reply Quote 0
            • R
              richb201 @robotdan
              last edited by richb201 25 Feb 2021, 17:05

              @robotdan said in fusioAuth install is damaged?:

              database-2.cwymdn16cxes.us-east-1.rds.amazonaws.com

              What is strange is that I can get into it (RDS mysql) fine from the ec2 directly. I just don't know how that was set up (what connection string is being used)?

              As I think I said, using the path and database name you recommend

              Screenshot from 2021-02-25 21-25-42.png

              Causes a 500 error:
              HTTP ERROR 500

              1 Reply Last reply Reply Quote 0
              • M
                maciej.wisniowski Power User
                last edited by 26 Feb 2021, 06:58

                Where is your FA instance? On EC2 or localhost? Seems to be localhost from your screen. If so, then can you connect to RDS from the same machine (localhost probably) as one where is your FA instance? Previously you had errors like: "Host '73.188.125.114' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'", so maybe it is your localhost IP that is blocked?

                Also, if you get error 500 from FA then you should be able to see more detailed logs on the docker-compose console or using docker-compose logs fusionauth

                R 1 Reply Last reply 26 Feb 2021, 11:03 Reply Quote 0
                • R
                  richb201 @maciej.wisniowski
                  last edited by richb201 26 Feb 2021, 11:03

                  @maciej-wisniowski thanks for the comment. The fa instance is in EACH container. At least that is my plan. Each container has apache, fa, AWS-CLI, php-fpm, and my application code. The application talks with mysql on RDS just fine. The plan is for fa (in each container) to speak with fusionauthdb which is also up on mysql RDS. So the container on my laptop has its own fa that talks to fusionauthdb on RDS. At least that is the plan!

                  I will check to see that I have granted permission to my laptop by putting in the question to AWS support for RDS. I am assuming in 2021 that I don't need to serialize access to the fusionauthdb like we use to be required to do in the old mini days?

                  I have a copy running on my laptop for development purposes. I also plan to have a staging server which is just another copy with xdebug and development logging enabled, and finally the actual deployment server. The servers will all be Lightsail.

                  1 Reply Last reply Reply Quote 0
                  • R
                    richb201
                    last edited by richb201 26 Feb 2021, 21:36

                    This post is deleted!
                    1 Reply Last reply Reply Quote 0
                    • R
                      richb201 @maciej.wisniowski
                      last edited by 26 Feb 2021, 21:56

                      @maciej-wisniowski That was done when we found that there was a bug in

                      #FROM fusionauth/fusionauth-app:1.19.4

                      and we replaced it with:

                      FROM fusionauth/fusionauth-app:1.19.7

                      1 Reply Last reply Reply Quote 1
                      • R
                        richb201
                        last edited by richb201 26 Feb 2021, 22:19

                        This post is deleted!
                        1 Reply Last reply Reply Quote 0
                        • R
                          richb201
                          last edited by 27 Feb 2021, 10:14

                          This post is deleted!
                          1 Reply Last reply Reply Quote 0
                          27 out of 29
                          • First post
                            27/29
                            Last post