バージョン選択

フォーラム

メニュー

オンライン状況

53 人のユーザが現在オンラインです。 (41 人のユーザが フォーラム を参照しています。)
登録ユーザ: 0
ゲスト: 53
もっと...

サイト内検索

質問 > その他 > Dockerを使用してインストールの手順実行時にエラー

その他

新規スレッドを追加する

フラット表示 前のトピック | 次のトピック
投稿者 スレッド
swift
投稿日時: 2023/8/22 17:12
対応状況: 確認中
新米
登録日: 2021/8/18
居住地:
投稿: 1
Dockerを使用してインストールの手順実行時にエラー


EC-CUBE 4をdockerのコンテナで実行するため
EC-CUBE 4 開発者向けドキュメントサイトの
各種インストール方法ー>CUIでインストールするー>Dockerを使用してインストールする
を参考に
以下のコマンドを実施したところエラーメッセージ(AH00094: Command line: 'apache2 -D FOREGROUND')が表示されその状態で画面はフリース
しております。
恐らく「Docker コンテナーの Apache を介してローカル Web サイトにアクセスできない」という
状況と思われますが、対策方法がわかりません。ご教示いただけますでしょうか?
実行したコマンド:docker run --name ec-cube -p "8080:80" -p "4430:443" -v "$PWD/html:/var/www/html/html:cached" -v "$PWD/src:/var/www/html/src:cached" -v "$PWD/app:/var/www/html/app:cached" eccube4-php-apache
<実行時の画面>
PS C:\EC-CUBE\eccube-4.2.2\ec-cube> docker run --name ec-cube -p "8080:80" -p "4430:443" -v "$PWD/html:/var/www/html/html:cached" -v "$PWD/src:/var/www/html/src:cached" -v "$PWD/app:/var/www/html/app:cached" eccube4-php-apache
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Warning: The lock file is not up to date with the latest changes in composer.json. You may be getting outdated dependencies. It is recommended that you run `composer update` or `composer update <package name>`.
Package operations: 214 installs, 0 updates, 0 removals
- Downloading ec-cube/plugin-installer (2.0.1)
- Downloading symfony/flex (v1.19.4)
- Downloading behat/gherkin (v4.9.0)
- Downloading symfony/polyfill-mbstring (v1.27.0)
- Downloading symfony/polyfill-iconv (v1.27.0)
- Downloading zbateson/mb-wrapper (1.1.2)
- Downloading ralouphie/getallheaders (3.0.3)
- Downloading psr/http-message (1.0.1)
- Downloading psr/http-factory (1.0.2)
- Downloading guzzlehttp/psr7 (2.4.5)
- Downloading zbateson/stream-decorators (1.0.7)
- Downloading zbateson/mail-mime-parser (1.3.3)
- Downloading symfony/deprecation-contracts (v2.5.2)
- Downloading psr/http-client (1.0.1)
- Downloading guzzlehttp/promises (1.5.2)
- Downloading guzzlehttp/guzzle (7.5.0)
- Downloading symfony/polyfill-ctype (v1.27.0)
- Downloading symfony/yaml (v5.4.17)
- Downloading symfony/polyfill-php80 (v1.27.0)
- Downloading symfony/finder (v5.4.17)
- Downloading psr/event-dispatcher (1.0.0)
- Downloading symfony/event-dispatcher-contracts (v2.5.2)
- Downloading symfony/event-dispatcher (v5.4.19)
- Downloading symfony/css-selector (v5.4.17)
- Downloading symfony/polyfill-intl-normalizer (v1.27.0)
- Downloading symfony/polyfill-intl-grapheme (v1.27.0)
- Downloading symfony/string (v5.4.19)
- Downloading psr/container (1.1.2)
- Downloading symfony/service-contracts (v2.5.2)
- Downloading symfony/polyfill-php73 (v1.27.0)
- Downloading symfony/console (v5.4.17)
- Downloading sebastian/version (3.0.2)
- Downloading sebastian/type (3.2.0)
- Downloading sebastian/resource-operations (3.0.3)
- Downloading sebastian/recursion-context (4.0.4)
- Downloading sebastian/object-reflector (2.0.4)
- Downloading sebastian/object-enumerator (4.0.4)
- Downloading sebastian/global-state (5.0.5)
- Downloading sebastian/exporter (4.0.5)
- Downloading sebastian/environment (5.1.4)
- Downloading sebastian/diff (4.0.4)
- Downloading sebastian/comparator (4.0.8)
- Downloading sebastian/code-unit (1.0.8)
- Downloading sebastian/cli-parser (1.0.1)
- Downloading phpunit/php-timer (5.0.3)
- Downloading phpunit/php-text-template (2.0.4)
- Downloading phpunit/php-invoker (3.1.1)
- Downloading phpunit/php-file-iterator (3.0.6)
- Downloading theseer/tokenizer (1.2.1)
- Downloading nikic/php-parser (v4.15.2)
- Downloading sebastian/lines-of-code (1.0.3)
- Downloading sebastian/complexity (2.0.2)
- Downloading sebastian/code-unit-reverse-lookup (2.0.3)
- Downloading phpunit/php-code-coverage (9.2.23)
- Downloading phar-io/version (3.2.1)
- Downloading phar-io/manifest (2.0.3)
- Downloading myclabs/deep-copy (1.11.0)
- Downloading doctrine/instantiator (1.5.0)
- Downloading phpunit/phpunit (9.5.27)
- Downloading codeception/stub (4.0.2)
- Downloading codeception/phpunit-wrapper (9.0.9)
- Downloading codeception/lib-asserts (1.13.2)
- Downloading codeception/codeception (4.2.2)
- Downloading captbaritone/mailcatcher-codeception-module (2.4.1)
- Downloading codeception/module-asserts (1.3.1)
- Downloading symfony/dom-crawler (v5.4.17)
- Downloading symfony/browser-kit (v5.4.11)
- Downloading codeception/lib-innerbrowser (1.5.1)
- Downloading codeception/module-phpbrowser (1.0.3)
- Downloading softcreatr/jsonpath (0.7.5)
- Downloading justinrainbow/json-schema (5.2.12)
- Downloading codeception/module-rest (1.4.2)
- Downloading symfony/process (v5.4.11)
- Downloading php-webdriver/webdriver (1.13.1)
- Downloading codeception/module-webdriver (1.4.1)
- Downloading symfony/polyfill-php81 (v1.27.0)
- Downloading symfony/filesystem (v5.4.19)
- Downloading seld/signal-handler (2.0.1)
- Downloading seld/phar-utils (1.2.1)
- Downloading seld/jsonlint (1.9.0)
- Downloading react/promise (v2.9.0)
- Downloading psr/log (1.1.4)
- Downloading composer/pcre (3.1.0)
- Downloading composer/xdebug-handler (3.0.3)
- Downloading composer/spdx-licenses (1.5.7)
- Downloading composer/semver (3.3.2)
- Downloading composer/metadata-minifier (1.0.0)
- Downloading composer/class-map-generator (1.0.0)
- Downloading composer/ca-bundle (1.3.4)
- Downloading composer/composer (2.5.1)
- Downloading symfony/routing (v5.4.17)
- Downloading symfony/http-foundation (v5.4.20)
- Downloading symfony/var-dumper (v5.4.19)
- Downloading symfony/error-handler (v5.4.19)
- Downloading symfony/http-kernel (v5.4.20)
- Downloading symfony/dependency-injection (v5.4.20)
- Downloading symfony/config (v5.4.19)
- Downloading symfony/var-exporter (v5.4.17)
- Downloading psr/cache (1.0.1)
- Downloading symfony/cache-contracts (v2.5.2)
- Downloading symfony/cache (v5.4.18)
- Downloading symfony/framework-bundle (v5.4.17)
- Downloading doctrine/deprecations (v1.0.0)
- Downloading doctrine/event-manager (1.2.0)
- Downloading doctrine/collections (1.8.0)
- Downloading doctrine/cache (2.2.0)
- Downloading doctrine/persistence (2.5.6)
- Downloading symfony/doctrine-bridge (v5.4.17)
- Downloading doctrine/sql-formatter (1.1.3)
- Downloading doctrine/dbal (3.5.2)
- Downloading doctrine/doctrine-bundle (2.8.2)
- Downloading dama/doctrine-test-bundle (v6.7.5)
- Downloading paragonie/random_compat (v9.99.100)
- Downloading defuse/php-encryption (v2.4.0)
- Downloading doctrine/common (3.4.3)
- Downloading symfony/polyfill-php72 (v1.27.0)
- Downloading doctrine/lexer (1.2.3)
- Downloading doctrine/inflector (2.0.6)
- Downloading doctrine/orm (2.14.0)
- Downloading doctrine/data-fixtures (1.6.3)
- Downloading doctrine/doctrine-fixtures-bundle (3.4.2)
- Downloading symfony/stopwatch (v5.4.13)
- Downloading laminas/laminas-code (4.7.1)
- Downloading friendsofphp/proxy-manager-lts (v1.0.13)
- Downloading doctrine/migrations (3.5.2)
- Downloading doctrine/doctrine-migrations-bundle (3.2.2)
- Downloading monolog/monolog (2.8.0)
- Downloading easycorp/easy-log-handler (v1.0.9)
- Downloading webonyx/graphql-php (v14.11.9)
- Downloading php-http/message-factory (1.1.0)
- Downloading nyholm/psr7 (1.6.1)
- Downloading symfony/password-hasher (v5.4.19)
- Downloading symfony/security-core (v5.4.19)
- Downloading symfony/property-info (v5.4.19)
- Downloading symfony/property-access (v5.4.19)
- Downloading symfony/security-http (v5.4.20)
- Downloading symfony/security-guard (v5.4.19)
- Downloading symfony/security-csrf (v5.4.19)
- Downloading symfony/security-bundle (v5.4.20)
- Downloading symfony/psr-http-message-bridge (v2.2.0)
- Downloading league/uri-interfaces (2.3.0)
- Downloading league/uri (6.7.2)
- Downloading league/event (2.2.0)
- Downloading lcobucci/clock (2.0.0)
- Downloading lcobucci/jwt (4.3.0)
- Downloading league/oauth2-server (8.4.1)
- Downloading league/oauth2-server-bundle (v0.3.0)
- Downloading ec-cube/api42 (4.2.3)
- Downloading ec-cube/coupon42 (4.2.4)
- Downloading ec-cube/mailmagazine42 (4.2.3)
- Downloading ec-cube/productreview42 (4.2.4)
- Downloading ec-cube/recommend42 (4.2.2)
- Downloading ec-cube/relatedproduct42 (4.2.2)
- Downloading ec-cube/salesreport42 (4.2.3)
- Downloading ec-cube/securitychecker42 (4.2.0)
- Downloading paragonie/constant_time_encoding (v2.6.3)
- Downloading phpseclib/phpseclib (3.0.20)
- Downloading firebase/php-jwt (v6.8.0)
- Downloading google/auth (v1.26.0)
- Downloading google/apiclient-services (v0.306.0)
- Downloading google/apiclient (v2.14.0)
- Downloading ec-cube/sitekit42 (4.2.2)
- Downloading ezyang/htmlpurifier (v4.16.0)
- Downloading exercise/htmlpurifier-bundle (v3.1.0)
- Downloading fakerphp/faker (v1.21.0)
- Downloading symfony/options-resolver (v5.4.11)
- Downloading doctrine/annotations (1.14.2)
- Downloading friendsofphp/php-cs-fixer (v3.13.2)
- Downloading twig/twig (v2.15.4)
- Downloading symfony/translation-contracts (v2.5.2)
- Downloading symfony/translation (v5.4.14)
- Downloading knplabs/knp-components (v3.6.0)
- Downloading knplabs/knp-paginator-bundle (v5.9.0)
- Downloading mikey179/vfsstream (v1.6.11)
- Downloading mobiledetect/mobiledetectlib (2.8.41)
- Downloading nesbot/carbon (2.65.0)
- Downloading phpstan/phpstan (1.9.8)
- Downloading psr/simple-cache (1.0.1)
- Downloading robthree/twofactorauth (1.8.2)
- Downloading sensio/framework-extra-bundle (v6.2.9)
- Downloading setasign/fpdi (v2.3.6)
- Downloading skorp/detect-incompatible-samesite-useragents (1.0.1)
- Downloading symfony/asset (v5.4.13)
- Downloading symfony/twig-bridge (v5.4.17)
- Downloading symfony/debug-bundle (v5.4.11)
- Downloading symfony/dotenv (v5.4.5)
- Downloading symfony/expression-language (v5.4.14)
- Downloading symfony/polyfill-intl-icu (v1.27.0)
- Downloading symfony/form (v5.4.17)
- Downloading symfony/inflector (v5.4.11)
- Downloading symfony/polyfill-intl-idn (v1.27.0)
- Downloading symfony/mime (v5.4.17)
- Downloading egulias/email-validator (2.1.25)
- Downloading symfony/mailer (v5.4.17)
- Downloading symfony/maker-bundle (v1.43.0)
- Downloading symfony/monolog-bridge (v5.4.17)
- Downloading symfony/monolog-bundle (v3.8.0)
- Downloading symfony/phpunit-bridge (v5.4.17)
- Downloading symfony/proxy-manager-bridge (v5.4.6)
- Downloading symfony/lock (v5.4.15)
- Downloading symfony/rate-limiter (v5.4.17)
- Downloading symfony/serializer (v5.4.17)
- Downloading symfony/templating (v5.4.11)
- Downloading symfony/validator (v5.4.17)
- Downloading symfony/twig-bundle (v5.4.17)
- Downloading symfony/web-profiler-bundle (v5.4.17)
- Downloading symfony/workflow (v5.4.17)
- Downloading tecnickcom/tcpdf (6.6.2)
- Downloading twig/extra-bundle (v3.5.0)
- Downloading symfony/intl (v5.4.15)
- Downloading twig/intl-extra (v3.5.0)
- Downloading phpoption/phpoption (1.9.0)
- Downloading graham-campbell/result-type (v1.1.0)
- Downloading vlucas/phpdotenv (v5.4.0)
0/214 [>---------------------------] 0%
29/214 [===>------------------------] 13%
43/214 [=====>----------------------] 20%
65/214 [========>-------------------] 30%
87/214 [===========>----------------] 40%
107/214 [==============>-------------] 50%
130/214 [=================>----------] 60%
151/214 [===================>--------] 70%
163/214 [=====================>------] 76%
175/214 [======================>-----] 81%
195/214 [=========================>--] 91%
212/214 [===========================>] 99%
214/214 [============================] 100%
- Installing ec-cube/plugin-installer (2.0.1): Extracting archive
- Installing symfony/flex (v1.19.4): Extracting archive
- Installing behat/gherkin (v4.9.0): Extracting archive
- Installing symfony/polyfill-mbstring (v1.27.0): Extracting archive
- Installing symfony/polyfill-iconv (v1.27.0): Extracting archive
- Installing zbateson/mb-wrapper (1.1.2): Extracting archive
- Installing ralouphie/getallheaders (3.0.3): Extracting archive
- Installing psr/http-message (1.0.1): Extracting archive
- Installing psr/http-factory (1.0.2): Extracting archive
- Installing guzzlehttp/psr7 (2.4.5): Extracting archive
- Installing zbateson/stream-decorators (1.0.7): Extracting archive
- Installing zbateson/mail-mime-parser (1.3.3): Extracting archive
- Installing symfony/deprecation-contracts (v2.5.2): Extracting archive
- Installing psr/http-client (1.0.1): Extracting archive
- Installing guzzlehttp/promises (1.5.2): Extracting archive
- Installing guzzlehttp/guzzle (7.5.0): Extracting archive
- Installing symfony/polyfill-ctype (v1.27.0): Extracting archive
- Installing symfony/yaml (v5.4.17): Extracting archive
- Installing symfony/polyfill-php80 (v1.27.0): Extracting archive
- Installing symfony/finder (v5.4.17): Extracting archive
- Installing psr/event-dispatcher (1.0.0): Extracting archive
- Installing symfony/event-dispatcher-contracts (v2.5.2): Extracting archive
- Installing symfony/event-dispatcher (v5.4.19): Extracting archive
- Installing symfony/css-selector (v5.4.17): Extracting archive
- Installing symfony/polyfill-intl-normalizer (v1.27.0): Extracting archive
- Installing symfony/polyfill-intl-grapheme (v1.27.0): Extracting archive
- Installing symfony/string (v5.4.19): Extracting archive
- Installing psr/container (1.1.2): Extracting archive
- Installing symfony/service-contracts (v2.5.2): Extracting archive
- Installing symfony/polyfill-php73 (v1.27.0): Extracting archive
- Installing symfony/console (v5.4.17): Extracting archive
- Installing sebastian/version (3.0.2): Extracting archive
- Installing sebastian/type (3.2.0): Extracting archive
- Installing sebastian/resource-operations (3.0.3): Extracting archive
- Installing sebastian/recursion-context (4.0.4): Extracting archive
- Installing sebastian/object-reflector (2.0.4): Extracting archive
- Installing sebastian/object-enumerator (4.0.4): Extracting archive
- Installing sebastian/global-state (5.0.5): Extracting archive
- Installing sebastian/exporter (4.0.5): Extracting archive
- Installing sebastian/environment (5.1.4): Extracting archive
- Installing sebastian/diff (4.0.4): Extracting archive
- Installing sebastian/comparator (4.0.8): Extracting archive
- Installing sebastian/code-unit (1.0.8): Extracting archive
- Installing sebastian/cli-parser (1.0.1): Extracting archive
- Installing phpunit/php-timer (5.0.3): Extracting archive
- Installing phpunit/php-text-template (2.0.4): Extracting archive
- Installing phpunit/php-invoker (3.1.1): Extracting archive
- Installing phpunit/php-file-iterator (3.0.6): Extracting archive
- Installing theseer/tokenizer (1.2.1): Extracting archive
- Installing nikic/php-parser (v4.15.2): Extracting archive
- Installing sebastian/lines-of-code (1.0.3): Extracting archive
- Installing sebastian/complexity (2.0.2): Extracting archive
- Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive
- Installing phpunit/php-code-coverage (9.2.23): Extracting archive
- Installing phar-io/version (3.2.1): Extracting archive
- Installing phar-io/manifest (2.0.3): Extracting archive
- Installing myclabs/deep-copy (1.11.0): Extracting archive
- Installing doctrine/instantiator (1.5.0): Extracting archive
- Installing phpunit/phpunit (9.5.27): Extracting archive
- Installing codeception/stub (4.0.2): Extracting archive
- Installing codeception/phpunit-wrapper (9.0.9): Extracting archive
- Installing codeception/lib-asserts (1.13.2): Extracting archive
- Installing codeception/codeception (4.2.2): Extracting archive
- Installing captbaritone/mailcatcher-codeception-module (2.4.1): Extracting archive
- Installing codeception/module-asserts (1.3.1): Extracting archive
- Installing symfony/dom-crawler (v5.4.17): Extracting archive
- Installing symfony/browser-kit (v5.4.11): Extracting archive
- Installing codeception/lib-innerbrowser (1.5.1): Extracting archive
- Installing codeception/module-phpbrowser (1.0.3): Extracting archive
- Installing softcreatr/jsonpath (0.7.5): Extracting archive
- Installing justinrainbow/json-schema (5.2.12): Extracting archive
- Installing codeception/module-rest (1.4.2): Extracting archive
- Installing symfony/process (v5.4.11): Extracting archive
- Installing php-webdriver/webdriver (1.13.1): Extracting archive
- Installing codeception/module-webdriver (1.4.1): Extracting archive
- Installing symfony/polyfill-php81 (v1.27.0): Extracting archive
- Installing symfony/filesystem (v5.4.19): Extracting archive
- Installing seld/signal-handler (2.0.1): Extracting archive
- Installing seld/phar-utils (1.2.1): Extracting archive
- Installing seld/jsonlint (1.9.0): Extracting archive
- Installing react/promise (v2.9.0): Extracting archive
- Installing psr/log (1.1.4): Extracting archive
- Installing composer/pcre (3.1.0): Extracting archive
- Installing composer/xdebug-handler (3.0.3): Extracting archive
- Installing composer/spdx-licenses (1.5.7): Extracting archive
- Installing composer/semver (3.3.2): Extracting archive
- Installing composer/metadata-minifier (1.0.0): Extracting archive
- Installing composer/class-map-generator (1.0.0): Extracting archive
- Installing composer/ca-bundle (1.3.4): Extracting archive
- Installing composer/composer (2.5.1): Extracting archive
- Installing symfony/routing (v5.4.17): Extracting archive
- Installing symfony/http-foundation (v5.4.20): Extracting archive
- Installing symfony/var-dumper (v5.4.19): Extracting archive
- Installing symfony/error-handler (v5.4.19): Extracting archive
- Installing symfony/http-kernel (v5.4.20): Extracting archive
- Installing symfony/dependency-injection (v5.4.20): Extracting archive
- Installing symfony/config (v5.4.19): Extracting archive
- Installing symfony/var-exporter (v5.4.17): Extracting archive
- Installing psr/cache (1.0.1): Extracting archive
- Installing symfony/cache-contracts (v2.5.2): Extracting archive
- Installing symfony/cache (v5.4.18): Extracting archive
- Installing symfony/framework-bundle (v5.4.17): Extracting archive
- Installing doctrine/deprecations (v1.0.0): Extracting archive
- Installing doctrine/event-manager (1.2.0): Extracting archive
- Installing doctrine/collections (1.8.0): Extracting archive
- Installing doctrine/cache (2.2.0): Extracting archive
- Installing doctrine/persistence (2.5.6): Extracting archive
- Installing symfony/doctrine-bridge (v5.4.17): Extracting archive
- Installing doctrine/sql-formatter (1.1.3): Extracting archive
- Installing doctrine/dbal (3.5.2): Extracting archive
- Installing doctrine/doctrine-bundle (2.8.2): Extracting archive
- Installing dama/doctrine-test-bundle (v6.7.5): Extracting archive
- Installing paragonie/random_compat (v9.99.100): Extracting archive
- Installing defuse/php-encryption (v2.4.0): Extracting archive
- Installing doctrine/common (3.4.3): Extracting archive
- Installing symfony/polyfill-php72 (v1.27.0): Extracting archive
- Installing doctrine/lexer (1.2.3): Extracting archive
- Installing doctrine/inflector (2.0.6): Extracting archive
- Installing doctrine/orm (2.14.0): Extracting archive
- Installing doctrine/data-fixtures (1.6.3): Extracting archive
- Installing doctrine/doctrine-fixtures-bundle (3.4.2): Extracting archive
- Installing symfony/stopwatch (v5.4.13): Extracting archive
- Installing laminas/laminas-code (4.7.1): Extracting archive
- Installing friendsofphp/proxy-manager-lts (v1.0.13): Extracting archive
- Installing doctrine/migrations (3.5.2): Extracting archive
- Installing doctrine/doctrine-migrations-bundle (3.2.2): Extracting archive
- Installing monolog/monolog (2.8.0): Extracting archive
- Installing easycorp/easy-log-handler (v1.0.9): Extracting archive
- Installing webonyx/graphql-php (v14.11.9): Extracting archive
- Installing php-http/message-factory (1.1.0): Extracting archive
- Installing nyholm/psr7 (1.6.1): Extracting archive
- Installing symfony/password-hasher (v5.4.19): Extracting archive
- Installing symfony/security-core (v5.4.19): Extracting archive
- Installing symfony/property-info (v5.4.19): Extracting archive
- Installing symfony/property-access (v5.4.19): Extracting archive
- Installing symfony/security-http (v5.4.20): Extracting archive
- Installing symfony/security-guard (v5.4.19): Extracting archive
- Installing symfony/security-csrf (v5.4.19): Extracting archive
- Installing symfony/security-bundle (v5.4.20): Extracting archive
- Installing symfony/psr-http-message-bridge (v2.2.0): Extracting archive
- Installing league/uri-interfaces (2.3.0): Extracting archive
- Installing league/uri (6.7.2): Extracting archive
- Installing league/event (2.2.0): Extracting archive
- Installing lcobucci/clock (2.0.0): Extracting archive
- Installing lcobucci/jwt (4.3.0): Extracting archive
- Installing league/oauth2-server (8.4.1): Extracting archive
- Installing league/oauth2-server-bundle (v0.3.0): Extracting archive
- Installing ec-cube/api42 (4.2.3): Extracting archive
- Installing ec-cube/coupon42 (4.2.4): Extracting archive
- Installing ec-cube/mailmagazine42 (4.2.3): Extracting archive
- Installing ec-cube/productreview42 (4.2.4): Extracting archive
- Installing ec-cube/recommend42 (4.2.2): Extracting archive
- Installing ec-cube/relatedproduct42 (4.2.2): Extracting archive
- Installing ec-cube/salesreport42 (4.2.3): Extracting archive
- Installing ec-cube/securitychecker42 (4.2.0): Extracting archive
- Installing paragonie/constant_time_encoding (v2.6.3): Extracting archive
- Installing phpseclib/phpseclib (3.0.20): Extracting archive
- Installing firebase/php-jwt (v6.8.0): Extracting archive
- Installing google/auth (v1.26.0): Extracting archive
- Installing google/apiclient-services (v0.306.0): Extracting archive
- Installing google/apiclient (v2.14.0): Extracting archive
- Installing ec-cube/sitekit42 (4.2.2): Extracting archive
- Installing ezyang/htmlpurifier (v4.16.0): Extracting archive
- Installing exercise/htmlpurifier-bundle (v3.1.0): Extracting archive
- Installing fakerphp/faker (v1.21.0): Extracting archive
- Installing symfony/options-resolver (v5.4.11): Extracting archive
- Installing doctrine/annotations (1.14.2): Extracting archive
- Installing friendsofphp/php-cs-fixer (v3.13.2): Extracting archive
- Installing twig/twig (v2.15.4): Extracting archive
- Installing symfony/translation-contracts (v2.5.2): Extracting archive
- Installing symfony/translation (v5.4.14): Extracting archive
- Installing knplabs/knp-components (v3.6.0): Extracting archive
- Installing knplabs/knp-paginator-bundle (v5.9.0): Extracting archive
- Installing mikey179/vfsstream (v1.6.11): Extracting archive
- Installing mobiledetect/mobiledetectlib (2.8.41): Extracting archive
- Installing nesbot/carbon (2.65.0): Extracting archive
- Installing phpstan/phpstan (1.9.8): Extracting archive
- Installing psr/simple-cache (1.0.1): Extracting archive
- Installing robthree/twofactorauth (1.8.2): Extracting archive
- Installing sensio/framework-extra-bundle (v6.2.9): Extracting archive
- Installing setasign/fpdi (v2.3.6): Extracting archive
- Installing skorp/detect-incompatible-samesite-useragents (1.0.1): Extracting archive
- Installing symfony/asset (v5.4.13): Extracting archive
- Installing symfony/twig-bridge (v5.4.17): Extracting archive
- Installing symfony/debug-bundle (v5.4.11): Extracting archive
- Installing symfony/dotenv (v5.4.5): Extracting archive
- Installing symfony/expression-language (v5.4.14): Extracting archive
- Installing symfony/polyfill-intl-icu (v1.27.0): Extracting archive
- Installing symfony/form (v5.4.17): Extracting archive
- Installing symfony/inflector (v5.4.11): Extracting archive
- Installing symfony/polyfill-intl-idn (v1.27.0): Extracting archive
- Installing symfony/mime (v5.4.17): Extracting archive
- Installing egulias/email-validator (2.1.25): Extracting archive
- Installing symfony/mailer (v5.4.17): Extracting archive
- Installing symfony/maker-bundle (v1.43.0): Extracting archive
- Installing symfony/monolog-bridge (v5.4.17): Extracting archive
- Installing symfony/monolog-bundle (v3.8.0): Extracting archive
- Installing symfony/phpunit-bridge (v5.4.17): Extracting archive
- Installing symfony/proxy-manager-bridge (v5.4.6): Extracting archive
- Installing symfony/lock (v5.4.15): Extracting archive
- Installing symfony/rate-limiter (v5.4.17): Extracting archive
- Installing symfony/serializer (v5.4.17): Extracting archive
- Installing symfony/templating (v5.4.11): Extracting archive
- Installing symfony/validator (v5.4.17): Extracting archive
- Installing symfony/twig-bundle (v5.4.17): Extracting archive
- Installing symfony/web-profiler-bundle (v5.4.17): Extracting archive
- Installing symfony/workflow (v5.4.17): Extracting archive
- Installing tecnickcom/tcpdf (6.6.2): Extracting archive
- Installing twig/extra-bundle (v3.5.0): Extracting archive
- Installing symfony/intl (v5.4.15): Extracting archive
- Installing twig/intl-extra (v3.5.0): Extracting archive
- Installing phpoption/phpoption (1.9.0): Extracting archive
- Installing graham-campbell/result-type (v1.1.0): Extracting archive
- Installing vlucas/phpdotenv (v5.4.0): Extracting archive
0/203 [>---------------------------] 0%
30/203 [====>-----------------------] 14%
50/203 [======>---------------------] 24%
70/203 [=========>------------------] 34%
86/203 [===========>----------------] 42%
116/203 [================>-----------] 57%
130/203 [=================>----------] 64%
143/203 [===================>--------] 70%
163/203 [======================>-----] 80%
189/203 [==========================>-] 93%
203/203 [============================] 100%
Package easycorp/easy-log-handler is abandoned, you should avoid using it. No replacement was suggested.
Package php-http/message-factory is abandoned, you should avoid using it. Use psr/http-factory instead.
Package sensio/framework-extra-bundle is abandoned, you should avoid using it. Use Symfony instead.
Package symfony/inflector is abandoned, you should avoid using it. Use EnglishInflector from the String component instead.
152 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Generating optimized autoload files
Generated optimized autoload files containing 33022 classes
> bin/console doctrine:database:create
Created database var/eccube.db for connection named default
> bin/console doctrine:schema:create

! [CAUTION] This operation should not be executed in a production environment!

Creating database schema...

[OK] Database schema created successfully!

> bin/console eccube:fixtures:load
> Finished Successful!
Executing script cache:clear --no-warmup [OK]
Executing script cache:warmup --no-optional-warmers [OK]
Executing script assets:install --symlink --relative html
[OK]
[Tue Aug 22 06:45:58.382456 2023] [env:warn] [pid 1] AH01506: PassEnv variable APP_ENV was undefined
[Tue Aug 22 06:45:58.382496 2023] [env:warn] [pid 1] AH01506: PassEnv variable APP_DEBUG was undefined
[Tue Aug 22 06:45:58.382498 2023] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
[Tue Aug 22 06:45:58.382498 2023] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[Tue Aug 22 06:45:58.384858 2023] [ssl:warn] [pid 1] AH01909: 172.17.0.2:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 22 06:45:58.392769 2023] [env:warn] [pid 1] AH01506: PassEnv variable APP_ENV was undefined
[Tue Aug 22 06:45:58.392794 2023] [env:warn] [pid 1] AH01506: PassEnv variable APP_DEBUG was undefined
[Tue Aug 22 06:45:58.392795 2023] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_PROXIES was undefined
[Tue Aug 22 06:45:58.392796 2023] [env:warn] [pid 1] AH01506: PassEnv variable TRUSTED_HOSTS was undefined
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.2. Set the 'ServerName' directive globally to suppress this message
[Tue Aug 22 06:45:58.409232 2023] [ssl:warn] [pid 1] AH01909: 172.17.0.2:443:0 server certificate does NOT include an ID which matches the server name
[Tue Aug 22 06:45:58.411282 2023] [mpm_prefork:notice] [pid 1] AH00163: Apache/2.4.56 (Debian) PHP/7.4.33 OpenSSL/1.1.1n configured -- resuming normal operations
[Tue Aug 22 06:45:58.411301 2023] [core:notice] [pid 1] AH00094: Command line: 'apache2 -D FOREGROUND'
ここで画面がフリーズ(止まっているため)
ctrl+cコマンドで終了させた。
フラット表示 前のトピック | 次のトピック


題名 投稿者 日時
 » Dockerを使用してインストールの手順実行時にエラー swift 2023/8/22 17:12

 



ログイン


EC-CUBE公式 Amazon Payプラグイン

統計情報

総メンバー数は93,749名です
総投稿数は111,095件です

投稿数ランキング

1
seasoft
7369
2
468
3217
3
AMUAMU
2712
4
nanasess
2318
5
umebius
2085
6
yuh
1858
7
h_tanaka
1760
8
red
1574
9
mcontact
1469
10
tsuji
958
11
fukap
907
12
shutta
835
13
tao_s
804
14 ramrun 789
15 karin 689
16 sumida 641
17
homan
633
18 DELIGHT 572
19
patapata
502
20
flealog
485


ネットショップの壺

EC-CUBEインテグレートパートナー

Copyright© EC-CUBE CO.,LTD. All Rights Reserved.