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

Configuration page WSOD when Tomcat is down #1396

Closed
seth-shaw-unlv opened this issue Jan 9, 2020 · 4 comments
Closed

Configuration page WSOD when Tomcat is down #1396

seth-shaw-unlv opened this issue Jan 9, 2020 · 4 comments
Assignees
Milestone

Comments

@seth-shaw-unlv
Copy link
Contributor

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:

  1. Spin up a box
  2. Visit `http://localhost:8000/admin/config' which should load fine.
  3. vagrant ssh
  4. sudo systemctl stop tomcat8
  5. Visit `http://localhost:8000/admin/config' which will WSOD.
  6. Visit the recent log messages page (http://localhost:8000/admin/reports/dblog) and see the error listed.
@Natkeeran
Copy link
Contributor

Natkeeran commented Jan 15, 2020

Yes, I've noted this issue as well.

I think this has something to do with Islandora config's trying to look up fedora, but as Seth noted, not sure what on that screen.

@wgilling
Copy link
Contributor

I thought that this was traced to the fly system

@dannylamb dannylamb added this to the 1.1.0 milestone Jan 29, 2020
@whikloj whikloj self-assigned this Jan 29, 2020
@seth-shaw-unlv
Copy link
Contributor Author

@wgilling, that is what @dannylamb was postulating last meeting, but we haven't followed up on it yet.

@whikloj
Copy link
Member

whikloj commented Mar 2, 2020

Resolved with Islandora/islandora@2a1024c

@whikloj whikloj closed this as completed Mar 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants