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

Reset Karaf, Tomcat, and Activemq in Sequence to ensure Api-X comes up right #738

Closed
dannylamb opened this issue Oct 24, 2017 · 0 comments
Closed
Assignees

Comments

@dannylamb
Copy link
Contributor

dannylamb commented Oct 24, 2017

See fcrepo4-labs/fcrepo-api-x#149 (comment)

TL;DR We need to reset the a chunk of the stack after single instance installs have finished, making sure to wait an appropriate amount of time between services.

E.g.

$ sudo service karaf stop
$ sudo service tomcat8 stop
$ sudo service activemq stop

wait a bit...

$sudo service activemq start

wait a bit...

$sudo service tomcat8 start

wait a bit...

$sudo service karaf start

This does not address the underlying issue, but is an easy enough workaround to implement until the deeper issue is resolved.

This work would have to be done in both https://github.com/Islandora-CLAW/claw_vagrant and https://github.com/Islandora-Devops/claw-playbook.

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

2 participants