-
Notifications
You must be signed in to change notification settings - Fork 70
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
Playbook dev HEAD has Gemini HTTP 500 error #1744
Comments
Building from b4d6ac6 Update Tomcat groups_vars for Cantaloupe 4+ (#194) seems to work ok. |
Rebuilt using commit
|
Ah, that's some config that was added to Gemini to make it so you could port your data between domains (e.g. stage.example.org to prod.example.org). To make it work now, you need to add these two empty variables to your config.yaml
But this is only happening because I was sloppy and am not providing a default value. I can add a try/catch block a la https://github.com/Islandora/Crayfish/blob/dev/Milliner/src/app.php#L23-L30 and provide those for you so you're not forced to add it to your config. |
Do you remember which config yml file this is exactly?
|
its in the gemini config at |
thank you --- I just found it because I assumed the file extension was a typo so I was searching for "config.yml", but yaml is the same as yml. |
Also I think its |
Hello! We are no longer using Gemini. Please update Islandora and you should no longer experience this issue. If you are still encountering an issue, please feel free to open or resubmit your issue. |
If I spin up a fresh Playbook VM using dev branch (755f9d1 (HEAD -> refs/heads/dev, refs/remotes/origin/dev, refs/remotes/origin/HEAD) d9 build (#196)) the system builds and I can log in as admin, but on adding node/1 (Model=Collection) I get "The website encountered an unexpected error. Please try again later." and watchdog shows
GuzzleHttp\Exception\ServerException: Server error:
GET http://127.0.0.1:8000/gemini/35282c65-f955-4cc6-bc03-632127311583` resulted in a500 Internal Server Error
response: <meta name="robots" content="noindex,nofollow (truncated...) in GuzzleHttp\Exception\RequestException::create() (line 113 of /var/www/html/drupal/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php).`Also, the playbook now defaults to a Drupal 9.x build, but it would be good to document what's needed to build to 8.9.x instead; is
inventory/vagrant/group_vars/webserver/drupal.yml
the only place that Drupal core version needs to specified?^ @dannylamb
The text was updated successfully, but these errors were encountered: