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

[BUG] Installation of Solr in Playbook is failing #2138

Closed
mjordan opened this issue Jul 21, 2022 · 3 comments
Closed

[BUG] Installation of Solr in Playbook is failing #2138

mjordan opened this issue Jul 21, 2022 · 3 comments
Labels
Type: bug identifies a problem in the software with clear steps to reproduce

Comments

@mjordan
Copy link
Contributor

mjordan commented Jul 21, 2022

For two consecutive attempts this morning, building the Playbook has failed for me when it attempts to install Solr. Here is the top of the error I am seeing (it goes on for hundreds of lines, mostly reporting the inability to create subcategories):

TASK [geerlingguy.solr : Expand Solr.] *****************************************
Thursday 21 July 2022  09:45:29 -0700 (0:01:31.084)       0:49:12.465 ********* 
[WARNING]: Error deleting remote temporary files (rc: 1, stderr: })
fatal: [default]: FAILED! => {"changed": false, "dest": "/root", "extract_results": {"cmd": ["/usr/bin/tar", "--extract", "-C", "/root", "-z", "-f", "/root/solr-8.11.2.tgz"], "err": "/usr/bin/tar: solr-8.11.2: Cannot mkdir: Read-only file system\n/usr/bin/tar: solr-8.11.2/LUCENE_CHANGES.txt: Cannot open: No such file or directory\

What steps does it take to reproduce the issue?

Try to build an Islandora Playbook. I am using code at 311aa2126947869ce20d7765e9689de3d219d835. My host is running Ubuntu 20.04.4.

  • When does this issue occur?

When I try to build a Playbook.

  • Which page does it occur on?
    n/a

  • What happens?
    See error above.

  • To whom does it occur (anonymous visitor, editor, administrator)?
    n/a

  • What did you expect to happen?

No errors.

Which version of Islandora are you using?

https://github.com/Islandora-Devops/islandora-playbook at 311aa2126947869ce20d7765e9689de3d219d835.

Any related open or closed issues to this bug report?

Not that I know of.

@mjordan mjordan added the Type: bug identifies a problem in the software with clear steps to reproduce label Jul 21, 2022
@alxp
Copy link
Contributor

alxp commented Jul 27, 2022

Hi @mjordan ,

I was just able to run a full playbook install on to a Vagrant box running Ubuntu 20.04 (recently updated focal64 base box)

Are you deploying to Vagrant or to a remote server?

I did run in to a similar error of tar reporting that it couldn't open a file and I think it ended up being a network error. Perhaps some basic checking of m35 sums of downloaded files would be good practic.

@mjordan
Copy link
Contributor Author

mjordan commented Jul 27, 2022

Huh, it's building fine now. Sorry for the false report!

@mjordan mjordan closed this as completed Jul 27, 2022
@mjordan
Copy link
Contributor Author

mjordan commented Jul 27, 2022

BTW I was building to Vagrant on my laptop.

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
None yet
Development

No branches or pull requests

2 participants