By: eric pratt user 16 Mar 2015 at 5:10 p.m. CDT

2 Responses
eric pratt gravatar
I cannot log into the Gluu server with the instructions provided for CentOS. I get to the service gluu-server login and I get the following message: service gluu-server login gluu-server is not running please start it and run /etc/init.d/gluu-server start When I run the above it again say's it has started, but I still cannot login. When I run a service gluu-server status I get the following: ERROR: gluu-server was not run properly. HINT: Please manually remove /var/run/gluu-server.pid and unmount chroot container by running rm -f /var/run/gluu-server.pid df -aP | grep gluu-server | awk '{print $6}' | xargs -I {} umount -l {} After I do this if I run a service gluu-server stop and then start again it will fail to start. Once I run the commands above it will say it has started again, but I once again cannot login. My environment: linux RHEL 7.1 running on and Amazon ec2 instance java 1.7_67 2 cpu with 4GB ram 25 GB disk space I noticed when i look at the gluu-server script in /etc/init.d/gluu-server that the following line is where it fails: STAT=(`df -aP |grep gluu | awk '{ print $6 }' | grep -Eohw 'proc|lo|pts|modules|dev'`) when I run grep -Eohw 'proc|lo|pts|modules|dev'`) it returns 7 and proc is listed twice. not sure if that has anything to do with it, but I have given up.

By Mohib Zico staff 16 Mar 2015 at 5:15 p.m. CDT

Mohib Zico gravatar
Eric, Our official supported version is 6.x http://www.gluu.org/docs/admin-guide/installation/centos/

By eric pratt user 16 Mar 2015 at 5:44 p.m. CDT

eric pratt gravatar
Yeaaaa........ went down to 6.x and works fine. Thank you.