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

Fedora fails to deploy on vagrant up #458

Closed
dannylamb opened this issue Dec 14, 2016 · 7 comments
Closed

Fedora fails to deploy on vagrant up #458

dannylamb opened this issue Dec 14, 2016 · 7 comments
Assignees

Comments

@dannylamb
Copy link
Contributor

dannylamb commented Dec 14, 2016

Blocks #448

Fedora fails to deploy when running a new vagrant up. Seems to be related to our tomcat setup, and where transaction.log gets written to. Somehow it's going somewhere the user doesn't have access to during the install process. See this gist for my catalina.out: https://gist.github.com/dannylamb/cea486a82d1467baf70d67bf40e8f9b9

@dannylamb
Copy link
Contributor Author

dannylamb commented Dec 14, 2016

Just updated my ubuntu/xenial basebox to see if that does anything. After that, I'm investigating the service script for tomcat7 to see where the command is run from, as that may lead to where transaction.log gets written.

@DiegoPino
Copy link
Contributor

DiegoPino commented Dec 14, 2016

@DiegoPino
Copy link
Contributor

@dannylamb
Copy link
Contributor Author

I'm going to attempt the fix outlined in https://bugs.launchpad.net/ubuntu/+source/tomcat7/+bug/1232258

sudo ln -s /var/lib/tomcat7/common/ common
sudo ln -s /var/lib/tomcat7/server/ server
sudo ln -s /var/lib/tomcat7/shared/ shared

I believe the installer should create these links.

@dannylamb
Copy link
Contributor Author

PR is up! #462

@dannylamb
Copy link
Contributor Author

bah.... perms are getting set incorrectly further downstream... tested in isolation, (e.g. just the fcrepo.sh script), everything works fine. but full install shows this still fails.

@DiegoPino
Copy link
Contributor

Fixed via 876d44b

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