You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Tomcat is down when visiting the general configuration page '/admin/config' will WSOD and report to the log GuzzleHttp\Exception\ConnectException: cURL error 7: Failed connect to 127.0.0.1:8080; Connection refused (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in GuzzleHttp\Handler\CurlFactory::createRejection() (line 185 of /var/www/html/drupal/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php)..
To be honest, I don't know why the general configuration page crashes when Tomcat is down, but it does.
If Tomcat is down when visiting the general configuration page '/admin/config' will WSOD and report to the log
GuzzleHttp\Exception\ConnectException: cURL error 7: Failed connect to 127.0.0.1:8080; Connection refused (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in GuzzleHttp\Handler\CurlFactory::createRejection() (line 185 of /var/www/html/drupal/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php).
.To be honest, I don't know why the general configuration page crashes when Tomcat is down, but it does.
To reproduce:
vagrant ssh
sudo systemctl stop tomcat8
http://localhost:8000/admin/reports/dblog
) and see the error listed.The text was updated successfully, but these errors were encountered: