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

WSOD when adding a term if ActiveMQ is down #1461

Open
seth-shaw-unlv opened this issue Mar 11, 2020 · 1 comment
Open

WSOD when adding a term if ActiveMQ is down #1461

seth-shaw-unlv opened this issue Mar 11, 2020 · 1 comment
Assignees
Labels
Type: bug identifies a problem in the software with clear steps to reproduce

Comments

@seth-shaw-unlv
Copy link
Contributor

To reproduce:

  1. Using a working Islandora 8 site...
  2. Disable ActiveMQ
    1. vagrant ssh
    2. sudo systemctl stop activemq
  3. Try to add a new taxonomy term:
    • WSOD: "The website encountered an unexpected error. Please try again later."
    • Watchdog reports two errors:
      • "Error publishing message: Could not connect to a broker (Host: localhost)"
      • "Error: Call to a member function getBeginFrame() on null in Stomp\States\ProducerTransactionState->initTransaction()..."
  4. Re-enable activemq sudo systemctl restart activemq
  5. Try to create a taxonomy term and everything works.

We should probably catch and report the issue rather than WSOD.

@kstapelfeldt kstapelfeldt added Type: bug identifies a problem in the software with clear steps to reproduce and removed bug labels Sep 25, 2021
@rosiel rosiel self-assigned this Nov 29, 2022
@seth-shaw-asu
Copy link
Member

This issue was probably resolved with Islandora/islandora#868.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug identifies a problem in the software with clear steps to reproduce
Projects
Development

No branches or pull requests

4 participants