Advertisement
wizonesolutions

vagrant-ariadne example vagrant up

Dec 31st, 2012
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.79 KB | None | 0 0
  1.     [2012-12-31T15:44:07+00:00] INFO: Processing bash[Installing Drupal...] action nothing (example::default line 26)
  2.     [2012-12-31T15:44:07+00:00] INFO: Processing bash[Downloading Drupal...] action run (example::default line 42)
  3.     [2012-12-31T15:44:53+00:00] INFO: bash[Downloading Drupal...] ran successfully
  4.     [2012-12-31T15:44:53+00:00] INFO: bash[Downloading Drupal...] sending run action to bash[Installing Drupal...] (immediate)
  5.     [2012-12-31T15:44:53+00:00] INFO: Processing bash[Installing Drupal...] action run (example::default line 26)
  6.  
  7.     ================================================================================
  8.  
  9.     Error executing action `run` on resource 'bash[Installing Drupal...]'
  10.  
  11.     ================================================================================
  12.  
  13.  
  14.     Mixlib::ShellOut::ShellCommandFailed
  15.  
  16.     ------------------------------------
  17.  
  18.     Expected process to exit with [0], but received '1'
  19.     ---- Begin output of "bash"  "/tmp/chef-script20121231-25108-42yg8b-0" ----
  20.     STDOUT: You are about to create a sites/default/files directory and create a sites/default/settings.php file and DROP all tables in your 'example' database. Do you want to continue? (y/n): y
  21.     Exception: The e-mail address <em class="placeholder">vagrant+admin@locahost</em> is not valid.
  22.     The e-mail address <em class="placeholder">vagrant+site@localhost</em> is not valid. in install_run_task() (line 414 of /mnt/www/html/example/includes/install.core.inc).
  23.     STDERR: Starting Drupal installation. This takes a few seconds ...                  [ok]
  24.     WD php: Exception: The e-mail address vagrant+admin@locahost is not      [error]
  25.     valid.
  26.     The e-mail address vagrant+site@localhost is not valid. in
  27.     install_run_task() (line 414 of
  28.     /mnt/www/html/example/includes/install.core.inc).
  29.     WD php: Warning: Cannot modify header information - headers already    [warning]
  30.     sent by (output started at
  31.     /usr/share/php/drush/includes/output.inc:37) in drupal_send_headers()
  32.     (line 1212 of /mnt/www/html/example/includes/bootstrap.inc).
  33.     Drush command terminated abnormally due to an unrecoverable error.       [error]
  34.     ---- End output of "bash"  "/tmp/chef-script20121231-25108-42yg8b-0" ----
  35.     Ran "bash"  "/tmp/chef-script20121231-25108-42yg8b-0" returned 1
  36.  
  37.  
  38.     Resource Declaration:
  39.  
  40.     ---------------------
  41.  
  42.     # In /tmp/vagrant-chef-1/chef-solo-3/cookbooks/example/recipes/default.rb
  43.  
  44.      25:
  45.      26: bash "Installing Drupal..." do
  46.      27:   action :nothing
  47.      28:   user "vagrant"
  48.      29:   group "vagrant"
  49.      30:   code <<-EOH
  50.      31:     drush -y si \
  51.      32:       --root=/mnt/www/html/#{project} \
  52.      33:       --db-url=mysqli://root:root@localhost/#{project} \
  53.      34:       --site-name="Ariadne Vanilla Drupal Example" \
  54.      35:       --site-mail=vagrant+site@localhost \
  55.      36:       --account-mail=vagrant+admin@locahost \
  56.      37:       --account-name=admin \
  57.      38:       --account-pass=admin
  58.      39:   EOH
  59.      40: end
  60.      41:
  61.  
  62.     Compiled Resource:
  63.  
  64.     ------------------
  65.     # Declared in /tmp/vagrant-chef-1/chef-solo-3/cookbooks/example/recipes/default.rb:26:in `from_file'
  66.  
  67.     bash("Installing Drupal...") do
  68.       retry_delay 2
  69.       user "vagrant"
  70.       returns 0
  71.       command "\"bash\"  \"/tmp/chef-script20121231-25108-42yg8b-0\""
  72.       retries 0
  73.       recipe_name "default"
  74.       code "    drush -y si       --root=/mnt/www/html/example       --db-url=mysqli://root:root@localhost/example       --site-name=\"Ariadne Vanilla Drupal Example\"       --site-mail=vagrant+site@localhost       --account-mail=vagrant+admin@locahost       --account-name=admin       --account-pass=admin\n"
  75.       action [:nothing]
  76.       cookbook_name :example
  77.       interpreter "bash"
  78.       group "vagrant"
  79.       backup 5
  80.     end
  81.  
  82.     [2012-12-31T15:46:57+00:00] ERROR: Running exception handlers
  83.     [2012-12-31T15:46:57+00:00] ERROR: Exception handlers complete
  84.     [2012-12-31T15:46:57+00:00] FATAL: Stacktrace dumped to /tmp/vagrant-chef-1/chef-stacktrace.out
  85.     [2012-12-31T15:46:57+00:00] FATAL: Mixlib::ShellOut::ShellCommandFailed: bash[Installing Drupal...] (example::default line 26) had an error: Mixlib::ShellOut::ShellCommandFailed: Expected process to exit with [0], but received '1'
  86.     ---- Begin output of "bash"  "/tmp/chef-script20121231-25108-42yg8b-0" ----
  87.     STDOUT: You are about to create a sites/default/files directory and create a sites/default/settings.php file and DROP all tables in your 'example' database. Do you want to continue? (y/n): y
  88.     Exception: The e-mail address <em class="placeholder">vagrant+admin@locahost</em> is not valid.
  89.     The e-mail address <em class="placeholder">vagrant+site@localhost</em> is not valid. in install_run_task() (line 414 of /mnt/www/html/example/includes/install.core.inc).
  90.     STDERR: Starting Drupal installation. This takes a few seconds ...                  [ok]
  91.     WD php: Exception: The e-mail address vagrant+admin@locahost is not      [error]
  92.     valid.
  93.     The e-mail address vagrant+site@localhost is not valid. in
  94.     install_run_task() (line 414 of
  95.     /mnt/www/html/example/includes/install.core.inc).
  96.     WD php: Warning: Cannot modify header information - headers already    [warning]
  97.     sent by (output started at
  98.     /usr/share/php/drush/includes/output.inc:37) in drupal_send_headers()
  99.     (line 1212 of /mnt/www/html/example/includes/bootstrap.inc).
  100.     Drush command terminated abnormally due to an unrecoverable error.       [error]
  101.     ---- End output of "bash"  "/tmp/chef-script20121231-25108-42yg8b-0" ----
  102.     Ran "bash"  "/tmp/chef-script20121231-25108-42yg8b-0" returned 1
  103.     Chef never successfully completed! Any errors should be visible in the
  104.     output above. Please fix your recipes so that they properly complete.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement