Skip to content
This repository has been archived by the owner on Nov 6, 2021. It is now read-only.

Cannot run CentOS with Vagrant #12

Closed
maoo opened this issue Aug 4, 2014 · 2 comments
Closed

Cannot run CentOS with Vagrant #12

maoo opened this issue Aug 4, 2014 · 2 comments
Labels

Comments

@maoo
Copy link
Contributor

maoo commented Aug 4, 2014

Running Vagrant using CentOS

cd vagrant
BOX_OS="centos64" vagrant up

Alfresco doesn't run; reason is because running java -version returns 1.6.x

By running the following commands on the guest machine, the issue is fixed

sudo alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.7.0_65/bin/java 200000
sudo /etc/init.d/tomcat restart

These steps should be included in the RPM installation; if not, they should be implemented in the chef-tomcat cookbook

@maoo maoo added the bug label Aug 29, 2014
@maoo
Copy link
Contributor Author

maoo commented Feb 16, 2015

Centos 64 is definitely too old and not maintained; we should try using Centos 7 (regardless it's not official Alfresco Supported stacks) as it's much easier to find up-to-date packages, containing security and vulnerability fixes.

@maoo
Copy link
Contributor Author

maoo commented Feb 19, 2015

Cannot reproduce, closing issue

@maoo maoo closed this as completed Feb 19, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant