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

Undocumented requirement for 64 bit jvm #43

Closed
chris001 opened this issue Feb 18, 2015 · 1 comment
Closed

Undocumented requirement for 64 bit jvm #43

chris001 opened this issue Feb 18, 2015 · 1 comment

Comments

@chris001
Copy link
Contributor

Peter, First thanks for this install script.

On 32 bit Ubuntu 14.04, ran the script, it uses apt-get to install the matching (32 bit) openjdk 7 JVM from the standard ubuntu 14.04 repo, however it seems to have an undocumented requirement for 64 bit JVM.
Alfresco fails to start.
It sits forever in the browser at the nginx "Alfresco down for maintenance" page.

script~# sudo service alfresco start
alfresco start/running, process 419
~# tail /var/log/upstart/alfresco.log
Error: This Java instance does not support a 64-bit JVM.
Please install the desired version.
~#

@loftux loftux closed this as completed in f7eb145 Feb 19, 2015
@loftux
Copy link
Contributor

loftux commented Feb 19, 2015

You just cannot run Alfresco properly on a 32bit system. This is because Java cannot address enough memory on a 32bit system. If you still want to try you can try removing -d64 in /etc/init/alfresco.conf line 42. It may work for a testing environment, but for any production server go with 64 bit and lots of memory.

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