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

Vagrant が起動しない #1240

Closed
ryuring opened this issue Sep 16, 2019 · 1 comment
Closed

Vagrant が起動しない #1240

ryuring opened this issue Sep 16, 2019 · 1 comment
Assignees
Labels
Todo 実行確定タスク

Comments

@ryuring
Copy link
Collaborator

ryuring commented Sep 16, 2019

概要

初期状態で vagrant up すると、エラーが発生します。phpのバージョンと doctrine のバージョンの問題の様子。

baserCMS version : 4.2.2

備考

エラーログ

==> default: [2019-08-27T13:12:50+09:00] ERROR: Running exception handlers
==> default: Running handlers complete
==> default: [2019-08-27T13:12:50+09:00] ERROR: Exception handlers complete
==> default: Chef Client failed. 89 resources updated in 09 minutes 51 seconds
==> default: [2019-08-27T13:12:50+09:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2019-08-27T13:12:50+09:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
==> default: [2019-08-27T13:12:50+09:00] ERROR: execute[composer-execute] (php-composer::default line 6) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '2'
==> default: ---- Begin output of composer install ----
==> default: STDOUT:
==> default: STDERR: Cannot load Xdebug - extension already loaded
==> default: Do not run Composer as root/super user! See https://getcomposer.org/root for details
==> default: Loading composer repositories with package information
==> default: Installing dependencies (including require-dev) from lock file
==> default: Your requirements could not be resolved to an installable set of packages.
==> default:
==> default:   Problem 1
==> default:     - doctrine/instantiator 1.2.0 requires php ^7.1 -> your PHP version (5.6.40) does not satisfy that requirement.
==> default:     - doctrine/instantiator 1.2.0 requires php ^7.1 -> your PHP version (5.6.40) does not satisfy that requirement.
==> default:     - Installation request for doctrine/instantiator 1.2.0 -> satisfiable by doctrine/instantiator[1.2.0].
==> default: ---- End output of composer install ----
==> default: Ran composer install returned 2
==> default: [2019-08-27T13:12:51+09:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.
@ryuring ryuring added the Todo 実行確定タスク label Sep 16, 2019
@ryuring
Copy link
Collaborator Author

ryuring commented May 5, 2020

Vagrant を Dockerコンテナ用の利用に変更したためクローズ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Todo 実行確定タスク
Projects
None yet
Development

No branches or pull requests

2 participants