Advertisement
Guest User

ee error

a guest
Sep 14th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.43 KB | None | 0 0
  1. 2015-09-14 21:11:49,926 (DEBUG) ee : logging initialized for 'ee' using LoggingLogHandler
  2. 2015-09-14 21:11:50,043 (DEBUG) ee : ['/usr/local/sbin/ee', 'site', 'create', 'teste.com.br', '--wp']
  3. 2015-09-14 21:11:50,043 (DEBUG) ee : collecting arguments/commands for <ee.cli.controllers.base.EEBaseController object at 0x266ab50>
  4. 2015-09-14 21:11:50,044 (DEBUG) ee : collecting arguments/commands for <ee.cli.plugins.site.EESiteController object at 0x266ac90>
  5. 2015-09-14 21:11:50,045 (DEBUG) ee : collecting arguments/commands for <ee.cli.plugins.site.EESiteCreateController object at 0x2694590>
  6. 2015-09-14 21:11:50,048 (INFO) ee : Initializing EasyEngine Database
  7. 2015-09-14 21:11:50,053 (DEBUG) ee : Setting apt_packages variable for Nginx
  8. 2015-09-14 21:11:50,817 (DEBUG) ee : Finding string SCRIPT_FILENAME to file /etc/nginx/fastcgi_params
  9. 2015-09-14 21:11:50,817 (DEBUG) ee : Setting apt_packages variable for PHP
  10. 2015-09-14 21:11:51,584 (DEBUG) ee : Setting apt_packages variable for MySQL
  11. 2015-09-14 21:11:51,584 (DEBUG) ee : Running command: mysqladmin ping
  12. 2015-09-14 21:11:51,592 (DEBUG) ee : Setting apt_packages variable for Postfix
  13. 2015-09-14 21:11:52,377 (DEBUG) ee : Setting packages variable for WP-CLI
  14. 2015-09-14 21:11:52,377 (DEBUG) ee : Running command: which wp
  15. 2015-09-14 21:11:52,383 (INFO) ee : Running pre-update checks, please wait...
  16. 2015-09-14 21:11:52,383 (DEBUG) ee : checking NGINX configuration ...
  17. 2015-09-14 21:11:52,517 (INFO) ee : Setting up NGINX configuration
  18. 2015-09-14 21:11:52,517 (DEBUG) ee : loading template file /usr/lib/ee/templates/virtualconf.mustache
  19. 2015-09-14 21:11:52,534 (DEBUG) ee : Checking generated nginx conf, please wait...
  20. 2015-09-14 21:11:52,678 (INFO) ee : [Done]
  21. 2015-09-14 21:11:52,678 (DEBUG) ee : Creating Symbolic link, Source:/etc/nginx/sites-available/teste.com.br, Dest:/etc/nginx/sites-enabled/teste.com.br
  22. 2015-09-14 21:11:52,678 (INFO) ee : Setting up webroot
  23. 2015-09-14 21:11:52,679 (DEBUG) ee : Creating Symbolic link, Source:/var/log/nginx/teste.com.br.access.log, Dest:/var/www/teste.com.br/logs/access.log
  24. 2015-09-14 21:11:52,679 (DEBUG) ee : Creating Symbolic link, Source:/var/log/nginx/teste.com.br.error.log, Dest:/var/www/teste.com.br/logs/error.log
  25. 2015-09-14 21:11:52,679 (INFO) ee : [Done]
  26. 2015-09-14 21:11:52,951 (INFO) ee : Downloading Wordpress
  27. 2015-09-14 21:11:52,951 (DEBUG) ee : Changing directory to /var/www/teste.com.br/htdocs/
  28. 2015-09-14 21:11:52,951 (DEBUG) ee : Running command: wp --allow-root core download
  29. 2015-09-14 21:11:53,595 (INFO) ee : [Done]
  30. 2015-09-14 21:11:53,595 (INFO) ee : Setting up database
  31. 2015-09-14 21:11:53,595 (DEBUG) ee : Creating database teste_com_br
  32. 2015-09-14 21:11:53,597 (DEBUG) ee :
  33. 2015-09-14 21:11:53,598 (DEBUG) ee : 'MySQL Connectivity problem occured'
  34. 2015-09-14 21:11:53,598 (INFO) ee : Oops Something went wrong !!
  35. 2015-09-14 21:11:53,598 (INFO) ee : Calling cleanup actions ...
  36. 2015-09-14 21:11:53,598 (DEBUG) ee : Removing Nginx configuration
  37. 2015-09-14 21:11:53,598 (DEBUG) ee : Removing /etc/nginx/sites-enabled/teste.com.br
  38. 2015-09-14 21:11:53,598 (DEBUG) ee : Removing /etc/nginx/sites-available/teste.com.br
  39. 2015-09-14 21:11:53,598 (INFO) ee : Reload : nginx
  40. 2015-09-14 21:11:53,875 (INFO) ee : [OK]
  41. 2015-09-14 21:11:53,938 (DEBUG) ee : Removing /var/www/teste.com.br
  42. 2015-09-14 21:11:53,939 (DEBUG) ee : Removing /var/www/teste.com.br
  43. 2015-09-14 21:11:54,089 (ERROR) ee : Check logs for reason `tail /var/log/ee/ee.log` & Try Again!!!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement