Skip to content

Instantly share code, notes, and snippets.

@JacobSanford
Last active January 8, 2016 20:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JacobSanford/12612d42080cce324b4b to your computer and use it in GitHub Desktop.
Save JacobSanford/12612d42080cce324b4b to your computer and use it in GitHub Desktop.
Islandora Newspaper Error Log
root@7d79049359ea:/var/www/html# drush --version
Drush Version : 7.2-dev
root@7d79049359ea:/var/www/html# drush status
Drupal version : 7.41
Site URI : http://default
Database driver : mysql
Database hostname : 172.17.0.3
Database port : 3306
Database username : islanddev_user
Database name : islanddev_db
Drupal bootstrap : Successful
Drupal user :
Default theme : stanford_light
Administration theme : seven
PHP executable : /usr/bin/php
PHP configuration : /etc/php5/cli/php.ini
PHP OS : Linux
Drush script : /usr/local/src/drush/drush.php
Drush version : 7.2-dev
Drush temp directory : /tmp
Drush configuration :
Drush alias files :
Install profile : islanddev
Drupal root : /var/www/html
Site path : sites/default
File directory path : sites/default/files
Temporary file directory path : /tmp
root@7d79049359ea:/var/www/html# drush -v --user=admin --root=/var/www/html --uri=http://default islandora_newspaper_batch_preprocess --type=directory --target=/data/XXX --namespace=XXX --parent=XXX:1
The drush command 'islandora_newspaper_batch_preprocess' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions. [error]
Drush was not able to start (bootstrap) the Drupal database. [error]
Hint: This may occur when Drush is trying to:
* bootstrap a site that has not been installed or does not have a configured database. In this case you can select another site with a working database setup by specifying the URI to use with the --uri parameter on the command line. See `drush topic docs-aliases` for
details.
* connect the database through a socket. The socket file may be wrong or the php-cli may have no access to it in a jailed shell. See http://drupal.org/node/1428638 for details.
Drush was attempting to connect to:
Drupal version : 7.41
Site URI : http://default
PHP executable : /usr/bin/php
PHP configuration : /etc/php5/cli/php.ini
PHP OS : Linux
Drush script : /usr/local/src/drush/drush.php
Drush version : 7.2-dev
Drush temp directory : /tmp
Drush configuration :
Drush alias files :
Drupal root : /var/www/html
Site path : sites/default
root@7d79049359ea:/var/www/html# drush -v --user=admin --root=/var/www/html --uri=http://default islandora_newspaper_batch_preprocess --type=directory --data_source=/data/XXX --namespace=dailymail --parent=XXX:1
Executing: mysql --defaults-extra-file=/tmp/drush_PmMKM3 --database=islanddev_db --host=172.17.0.3 --port=3306 --silent < /tmp/drush_rGovyw
Executing: mysql --defaults-extra-file=/tmp/drush_NCGXh8 --database=islanddev_db --host=172.17.0.3 --port=3306 --silent < /tmp/drush_y2Yk2A
Command dispatch complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment