ConnectionException {#903
  -driverException: PDOException {#906
    -errorCode: 2002
    -sqlState: 2002
    #message: "SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known"
    #code: 2002
    #file: "/home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
    #line: 31
    -previous: PDOException {#905
      #message: "SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known"
      #code: 2002
      #file: "/home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
      #line: 27
      -previous: PDOException {#904
        #message: "PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known"
        #code: 0
        #file: "/home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php"
        #line: 27
        +errorInfo: null
        +"severity": 2
        trace: {
          /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27 {
            › try {
            ›     parent::__construct($dsn, $user, $password, $options);
            ›     $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [PDOStatement::class, []]);
            arguments: {
              $dsn: "mysql:host=esthe-woods-20260812.c7sscag513cv.ap-northeast-2.rds.amazonaws.com;port=3306;dbname=esthe_no_mori_db;charset=utf8mb4;"
              $username: "esthetique"
              $passwd: "rikitakeuchi5018"
              $options: array:1 [ …1]
            }
          }
          /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
            ›     $password,
            ›     $driverOptions
            › );
            arguments: {
              $dsn: "mysql:host=esthe-woods-20260812.c7sscag513cv.ap-northeast-2.rds.amazonaws.com;port=3306;dbname=esthe_no_mori_db;charset=utf8mb4;"
              $user: "esthetique"
              $password: "rikitakeuchi5018"
              $options: array:1 [ …1]
            }
          }
          /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
            › 
            › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);
            › $this->isConnected = true;
            arguments: {
              $params: array:11 [ …11]
              $username: "esthetique"
              $password: "rikitakeuchi5018"
              $driverOptions: array:1 [ …1]
            }
          }
          /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:889 {
            › 
            › $this->connect();
            › 
          }
          /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:733 {
            › list($params, $types) = $this->expandParameters($criteria);
            › $stmt = $this->conn->executeQuery($sql, $params, $types);
            › 
            arguments: {
              $query: "SELECT t0.id AS id_1, t0.manage_disp_row AS manage_disp_row_2, t0.top_new_shops_row AS top_new_shops_row_3, t0.top_new_staffs_row AS top_new_staffs_row_4, t0.top_ranking_shops_row AS top_ranking_shops_row_5, t0.top_ranking_staffs_row AS top_ranking_staffs_row_6, t0.top_ranking_contents_row AS top_ranking_contents_row_7, t0.top_news_contents_row AS top_news_contents_row_8, t0.top_coupon_row AS top_coupon_row_9, t0.top_mail_row AS top_mail_row_10, t0.mail_row AS mail_row_11, t0.top_movie_row AS top_movie_row_12, t0.news_contents_row AS news_contents_row_13, t0.new_shops_row AS new_shops_row_14, t0.new_staffs_row AS new_staffs_row_15, t0.shops_row AS shops_row_16, t0.staffs_row AS staffs_row_17, t0.coupon_row AS coupon_row_18, t0.default_row AS default_row_19, t0.new_shop_period AS new_shop_period_20, t0.update_period AS update_period_21, t0.new_staff_period AS new_staff_period_22, t0.non_carrier_period AS non_carrier_period_23, t0.html_make_period AS html_make_period_24, t0.active AS active_25, t0.updated AS updated_26 FROM site_setting t0 LIMIT 1"
              $params: []
              $types: []
            }
          }
          /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:196 {
            › 
            ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);
            › }
            arguments: {
              $criteria: []
              $entity: null
              $assoc: null
              $hints: []
              $lockMode: null
              $limit: 1
              $orderBy: null
            }
          }
          /home/www/front/src/Controller/Pref/PrefBaseController.php:283 {
            › // サイト設定の取得
            › $this->SiteSetting = $this->siteSettingRepository->findOneBy([]);
            › 
            arguments: {
              $criteria: []
            }
          }
          /home/www/front/src/Controller/Pref/PrefController.php:285 {
            › // 初期化
            › $this->init($request, $route);
            › 
            arguments: {
              $request: Request {#4 …}
              $route: "kyoto"
            }
          }
          /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:149 {
            › // call controller
            › $response = \call_user_func_array($controller, $arguments);
            › 
            arguments: {
              $request: Request {#4 …}
              $route: "kyoto"
            }
          }
          /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:66 {
            › try {
            ›     return $this->handleRaw($request, $type);
            › } catch (\Exception $e) {
            arguments: {
              $request: Request {#4 …}
              $type: 1
            }
          }
          /home/www/front/vendor/symfony/http-kernel/Kernel.php:188 {
            › try {
            ›     return $this->getHttpKernel()->handle($request, $type, $catch);
            › } finally {
            arguments: {
              $request: Request {#4 …}
              $type: 1
              $catch: true
            }
          }
          /home/www/front/index.php:43 {
            › $request = Request::createFromGlobals();
            › $response = $kernel->handle($request);
            › $response->send();
            arguments: {
              $request: Request {#4 …}
            }
          }
        }
      }
      +errorInfo: null
      trace: {
        /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:27 {
          › try {
          ›     parent::__construct($dsn, $user, $password, $options);
          ›     $this->setAttribute(PDO::ATTR_STATEMENT_CLASS, [PDOStatement::class, []]);
          arguments: {
            $dsn: "mysql:host=esthe-woods-20260812.c7sscag513cv.ap-northeast-2.rds.amazonaws.com;port=3306;dbname=esthe_no_mori_db;charset=utf8mb4;"
            $username: "esthetique"
            $passwd: "rikitakeuchi5018"
            $options: array:1 [ …1]
          }
        }
        /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
          ›     $password,
          ›     $driverOptions
          › );
          arguments: {
            $dsn: "mysql:host=esthe-woods-20260812.c7sscag513cv.ap-northeast-2.rds.amazonaws.com;port=3306;dbname=esthe_no_mori_db;charset=utf8mb4;"
            $user: "esthetique"
            $password: "rikitakeuchi5018"
            $options: array:1 [ …1]
          }
        }
        /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
          › 
          › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);
          › $this->isConnected = true;
          arguments: {
            $params: array:11 [ …11]
            $username: "esthetique"
            $password: "rikitakeuchi5018"
            $driverOptions: array:1 [ …1]
          }
        }
        /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:889 {
          › 
          › $this->connect();
          › 
        }
        /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:733 {
          › list($params, $types) = $this->expandParameters($criteria);
          › $stmt = $this->conn->executeQuery($sql, $params, $types);
          › 
          arguments: {
            $query: "SELECT t0.id AS id_1, t0.manage_disp_row AS manage_disp_row_2, t0.top_new_shops_row AS top_new_shops_row_3, t0.top_new_staffs_row AS top_new_staffs_row_4, t0.top_ranking_shops_row AS top_ranking_shops_row_5, t0.top_ranking_staffs_row AS top_ranking_staffs_row_6, t0.top_ranking_contents_row AS top_ranking_contents_row_7, t0.top_news_contents_row AS top_news_contents_row_8, t0.top_coupon_row AS top_coupon_row_9, t0.top_mail_row AS top_mail_row_10, t0.mail_row AS mail_row_11, t0.top_movie_row AS top_movie_row_12, t0.news_contents_row AS news_contents_row_13, t0.new_shops_row AS new_shops_row_14, t0.new_staffs_row AS new_staffs_row_15, t0.shops_row AS shops_row_16, t0.staffs_row AS staffs_row_17, t0.coupon_row AS coupon_row_18, t0.default_row AS default_row_19, t0.new_shop_period AS new_shop_period_20, t0.update_period AS update_period_21, t0.new_staff_period AS new_staff_period_22, t0.non_carrier_period AS non_carrier_period_23, t0.html_make_period AS html_make_period_24, t0.active AS active_25, t0.updated AS updated_26 FROM site_setting t0 LIMIT 1"
            $params: []
            $types: []
          }
        }
        /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:196 {
          › 
          ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);
          › }
          arguments: {
            $criteria: []
            $entity: null
            $assoc: null
            $hints: []
            $lockMode: null
            $limit: 1
            $orderBy: null
          }
        }
        /home/www/front/src/Controller/Pref/PrefBaseController.php:283 {
          › // サイト設定の取得
          › $this->SiteSetting = $this->siteSettingRepository->findOneBy([]);
          › 
          arguments: {
            $criteria: []
          }
        }
        /home/www/front/src/Controller/Pref/PrefController.php:285 {
          › // 初期化
          › $this->init($request, $route);
          › 
          arguments: {
            $request: Request {#4 …}
            $route: "kyoto"
          }
        }
        /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:149 {
          › // call controller
          › $response = \call_user_func_array($controller, $arguments);
          › 
          arguments: {
            $request: Request {#4 …}
            $route: "kyoto"
          }
        }
        /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:66 {
          › try {
          ›     return $this->handleRaw($request, $type);
          › } catch (\Exception $e) {
          arguments: {
            $request: Request {#4 …}
            $type: 1
          }
        }
        /home/www/front/vendor/symfony/http-kernel/Kernel.php:188 {
          › try {
          ›     return $this->getHttpKernel()->handle($request, $type, $catch);
          › } finally {
          arguments: {
            $request: Request {#4 …}
            $type: 1
            $catch: true
          }
        }
        /home/www/front/index.php:43 {
          › $request = Request::createFromGlobals();
          › $response = $kernel->handle($request);
          › $response->send();
          arguments: {
            $request: Request {#4 …}
          }
        }
      }
    }
    +errorInfo: null
    trace: {
      /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:31 {
        › } catch (\PDOException $exception) {
        ›     throw new PDOException($exception);
        › }
      }
      /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:25 {
        ›     $password,
        ›     $driverOptions
        › );
        arguments: {
          $dsn: "mysql:host=esthe-woods-20260812.c7sscag513cv.ap-northeast-2.rds.amazonaws.com;port=3306;dbname=esthe_no_mori_db;charset=utf8mb4;"
          $user: "esthetique"
          $password: "rikitakeuchi5018"
          $options: array:1 [ …1]
        }
      }
      /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
        › 
        › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);
        › $this->isConnected = true;
        arguments: {
          $params: array:11 [ …11]
          $username: "esthetique"
          $password: "rikitakeuchi5018"
          $driverOptions: array:1 [ …1]
        }
      }
      /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:889 {
        › 
        › $this->connect();
        › 
      }
      /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:733 {
        › list($params, $types) = $this->expandParameters($criteria);
        › $stmt = $this->conn->executeQuery($sql, $params, $types);
        › 
        arguments: {
          $query: "SELECT t0.id AS id_1, t0.manage_disp_row AS manage_disp_row_2, t0.top_new_shops_row AS top_new_shops_row_3, t0.top_new_staffs_row AS top_new_staffs_row_4, t0.top_ranking_shops_row AS top_ranking_shops_row_5, t0.top_ranking_staffs_row AS top_ranking_staffs_row_6, t0.top_ranking_contents_row AS top_ranking_contents_row_7, t0.top_news_contents_row AS top_news_contents_row_8, t0.top_coupon_row AS top_coupon_row_9, t0.top_mail_row AS top_mail_row_10, t0.mail_row AS mail_row_11, t0.top_movie_row AS top_movie_row_12, t0.news_contents_row AS news_contents_row_13, t0.new_shops_row AS new_shops_row_14, t0.new_staffs_row AS new_staffs_row_15, t0.shops_row AS shops_row_16, t0.staffs_row AS staffs_row_17, t0.coupon_row AS coupon_row_18, t0.default_row AS default_row_19, t0.new_shop_period AS new_shop_period_20, t0.update_period AS update_period_21, t0.new_staff_period AS new_staff_period_22, t0.non_carrier_period AS non_carrier_period_23, t0.html_make_period AS html_make_period_24, t0.active AS active_25, t0.updated AS updated_26 FROM site_setting t0 LIMIT 1"
          $params: []
          $types: []
        }
      }
      /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:196 {
        › 
        ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);
        › }
        arguments: {
          $criteria: []
          $entity: null
          $assoc: null
          $hints: []
          $lockMode: null
          $limit: 1
          $orderBy: null
        }
      }
      /home/www/front/src/Controller/Pref/PrefBaseController.php:283 {
        › // サイト設定の取得
        › $this->SiteSetting = $this->siteSettingRepository->findOneBy([]);
        › 
        arguments: {
          $criteria: []
        }
      }
      /home/www/front/src/Controller/Pref/PrefController.php:285 {
        › // 初期化
        › $this->init($request, $route);
        › 
        arguments: {
          $request: Request {#4 …}
          $route: "kyoto"
        }
      }
      /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:149 {
        › // call controller
        › $response = \call_user_func_array($controller, $arguments);
        › 
        arguments: {
          $request: Request {#4 …}
          $route: "kyoto"
        }
      }
      /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:66 {
        › try {
        ›     return $this->handleRaw($request, $type);
        › } catch (\Exception $e) {
        arguments: {
          $request: Request {#4 …}
          $type: 1
        }
      }
      /home/www/front/vendor/symfony/http-kernel/Kernel.php:188 {
        › try {
        ›     return $this->getHttpKernel()->handle($request, $type, $catch);
        › } finally {
        arguments: {
          $request: Request {#4 …}
          $type: 1
          $catch: true
        }
      }
      /home/www/front/index.php:43 {
        › $request = Request::createFromGlobals();
        › $response = $kernel->handle($request);
        › $response->send();
        arguments: {
          $request: Request {#4 …}
        }
      }
    }
  }
  #message: "An exception occurred in driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known"
  #code: 0
  #file: "/home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
  #line: 93
  -previous: PDOException {#906}
  trace: {
    /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:93 {
      › case '2005':
      ›     return new Exception\ConnectionException($message, $exception);
      › 
    }
    /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
      › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DriverExceptionInterface) {
      ›     return $driver->convertException($msg, $driverEx);
      › }
      arguments: {
        $message: "An exception occurred in driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known"
        $exception: PDOException {#906}
      }
    }
    /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:155 {
      › {
      ›     return static::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());
      › }
      arguments: {
        $driver: Driver {#259 …}
        $driverEx: PDOException {#906}
        $msg: "An exception occurred in driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known"
      }
    }
    /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:28 {
      › } catch (PDOException $e) {
      ›     throw DBALException::driverException($this, $e);
      › }
      arguments: {
        $driver: Driver {#259 …}
        $driverEx: PDOException {#906}
      }
    }
    /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:356 {
      › 
      › $this->_conn       = $this->_driver->connect($this->params, $user, $password, $driverOptions);
      › $this->isConnected = true;
      arguments: {
        $params: array:11 [ …11]
        $username: "esthetique"
        $password: "rikitakeuchi5018"
        $driverOptions: array:1 [ …1]
      }
    }
    /home/www/front/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:889 {
      › 
      › $this->connect();
      › 
    }
    /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:733 {
      › list($params, $types) = $this->expandParameters($criteria);
      › $stmt = $this->conn->executeQuery($sql, $params, $types);
      › 
      arguments: {
        $query: "SELECT t0.id AS id_1, t0.manage_disp_row AS manage_disp_row_2, t0.top_new_shops_row AS top_new_shops_row_3, t0.top_new_staffs_row AS top_new_staffs_row_4, t0.top_ranking_shops_row AS top_ranking_shops_row_5, t0.top_ranking_staffs_row AS top_ranking_staffs_row_6, t0.top_ranking_contents_row AS top_ranking_contents_row_7, t0.top_news_contents_row AS top_news_contents_row_8, t0.top_coupon_row AS top_coupon_row_9, t0.top_mail_row AS top_mail_row_10, t0.mail_row AS mail_row_11, t0.top_movie_row AS top_movie_row_12, t0.news_contents_row AS news_contents_row_13, t0.new_shops_row AS new_shops_row_14, t0.new_staffs_row AS new_staffs_row_15, t0.shops_row AS shops_row_16, t0.staffs_row AS staffs_row_17, t0.coupon_row AS coupon_row_18, t0.default_row AS default_row_19, t0.new_shop_period AS new_shop_period_20, t0.update_period AS update_period_21, t0.new_staff_period AS new_staff_period_22, t0.non_carrier_period AS non_carrier_period_23, t0.html_make_period AS html_make_period_24, t0.active AS active_25, t0.updated AS updated_26 FROM site_setting t0 LIMIT 1"
        $params: []
        $types: []
      }
    }
    /home/www/front/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:196 {
      › 
      ›     return $persister->load($criteria, null, null, [], null, 1, $orderBy);
      › }
      arguments: {
        $criteria: []
        $entity: null
        $assoc: null
        $hints: []
        $lockMode: null
        $limit: 1
        $orderBy: null
      }
    }
    /home/www/front/src/Controller/Pref/PrefBaseController.php:283 {
      › // サイト設定の取得
      › $this->SiteSetting = $this->siteSettingRepository->findOneBy([]);
      › 
      arguments: {
        $criteria: []
      }
    }
    /home/www/front/src/Controller/Pref/PrefController.php:285 {
      › // 初期化
      › $this->init($request, $route);
      › 
      arguments: {
        $request: Request {#4 …}
        $route: "kyoto"
      }
    }
    /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:149 {
      › // call controller
      › $response = \call_user_func_array($controller, $arguments);
      › 
      arguments: {
        $request: Request {#4 …}
        $route: "kyoto"
      }
    }
    /home/www/front/vendor/symfony/http-kernel/HttpKernel.php:66 {
      › try {
      ›     return $this->handleRaw($request, $type);
      › } catch (\Exception $e) {
      arguments: {
        $request: Request {#4 …}
        $type: 1
      }
    }
    /home/www/front/vendor/symfony/http-kernel/Kernel.php:188 {
      › try {
      ›     return $this->getHttpKernel()->handle($request, $type, $catch);
      › } finally {
      arguments: {
        $request: Request {#4 …}
        $type: 1
        $catch: true
      }
    }
    /home/www/front/index.php:43 {
      › $request = Request::createFromGlobals();
      › $response = $kernel->handle($request);
      › $response->send();
      arguments: {
        $request: Request {#4 …}
      }
    }
  }
}