By: Warwick Chapman user 02 Oct 2014 at 9:55 a.m. CDT

11 Responses
Warwick Chapman gravatar
Howdy When I try step 1 on clean minimal Centos 6.5 install, I get: [root@gluu ~]# yum -y install Gluu-Server.x86_64 Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: centos.mirror.linuxwerk.com * extras: mirror.de.leaseweb.net * updates: mirror.softaculous.com Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package Gluu-Server.x86_64 0:1.9-0.el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ================================================================================================================================================================================================= Package Arch Version Repository Size ================================================================================================================================================================================================= Installing: Gluu-Server x86_64 1.9-0.el6 gluu-server-ce 553 M Transaction Summary ================================================================================================================================================================================================= Install 1 Package(s) Total download size: 553 M Installed size: 1.4 G Downloading Packages: http://repo.gluu.org/GLUU/centos/6/base/x86_64/Packages/Gluu-Server-1.9-0.el6.x86_64.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 416 Requested Range Not Satisfiable" Trying other mirror. Error Downloading Packages: Gluu-Server-1.9-0.el6.x86_64: failure: Packages/Gluu-Server-1.9-0.el6.x86_64.rpm from gluu-server-ce: [Errno 256] No more mirrors to try.

By Michael Schwartz Account Admin 02 Oct 2014 at 10:01 a.m. CDT

Michael Schwartz gravatar
Did you make sure the Gluu repo is there: # rpm -ivh http://repo.gluu.org/GLUU/centos/latest/base/x86_64/Packages/Gluu-Server-Repo-1.9-0.el6.x86_64.rpm

By William Lowe user 02 Oct 2014 at 2:56 p.m. CDT

William Lowe gravatar
It looks like it is an issue on the client side router/network. Here's a link to a Centos forums related to that error: [https://www.centos.org/forums/viewtopic.php?t=4766](https://www.centos.org/forums/viewtopic.php?t=4766)

By Warwick Chapman user 03 Oct 2014 at 4:38 a.m. CDT

Warwick Chapman gravatar
Ok, did a "yum clean all" and tried again and it worked.

By Warwick Chapman user 03 Oct 2014 at 4:59 a.m. CDT

Warwick Chapman gravatar
Enter IP Address [192.168.20.109] : Enter hostname [ce.gluu.info] : gluu.xyz.org Enter Organization Name : XYZ Enter your city or locality : Cape Town Enter your state or province : Western Cape Enter two-digit Country Code : ZA Enter email address for support at your organization : warwickc@xyz.org Enter maximum RAM for tomcat in MB [1024] : Optional: enter password for oxTrust and LDAP superuser [sXFTi7rzjFIj] : Something Very Secret hostname gluu.xyz.org ip 192.168.20.109 orgName XYZ countryCode ZA city Cape Town state Western Cape support email warwickc@xyz.org tomcat max ram 1024 ldapPass Something Very Secret Proceed with these values [Y|n] Traceback (most recent call last): File "/opt/gluu/bin/encode.py", line 38, in <module> print unobscure(arg) File "/opt/gluu/bin/encode.py", line 18, in unobscure decrypted = cipher.decrypt(base64.b64decode(s), padmode=PAD_PKCS5) File "/usr/lib64/python2.6/base64.py", line 76, in b64decode raise TypeError(msg)TypeError: Incorrect padding Giving LDAP 5 seconds to perform imports Welcome to the Gluu Server! Starting Tomcat Servlet Container... Waiting for Tomcat Servlet Container...... running: PID:17494 . . . . . Gluu Server installation successful! Point your broswer to https://gluu.xyz.org (Ps. Had to reformat whole block on edit because all line breaks were lost)

By Warwick Chapman user 03 Oct 2014 at 5:16 a.m. CDT

Warwick Chapman gravatar
On trying to load the web interface at https://gluu.xyz.org The browser displays nothing "this webpage is not available" and catalina.out says: INFO: Illegal access: this web application instance has been stopped already. Could not load com.unboundid.ldap.protocol.ProtocolMessages. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. java.lang.IllegalStateException at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1612) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1571) at com.unboundid.ldap.protocol.LDAPMessage.readLDAPResponseFrom(LDAPMessage.java:994) at com.unboundid.ldap.sdk.LDAPConnectionReader.run(LDAPConnectionReader.java:254)

By Warwick Chapman user 03 Oct 2014 at 5:18 a.m. CDT

Warwick Chapman gravatar
On uninstall attempt, says package does not exist. Should it not be **yum remove Gluu-Server.x86_64**: [root@ce ~]# yum remove gluu-server Loaded plugins: fastestmirror Setting up Remove Process No Match for argument: gluu-server Loading mirror speeds from cached hostfile * base: centos.mirror.linuxwerk.com * extras: centos.mirror.linuxwerk.com * updates: mirror.de.leaseweb.net No package gluu-server available. * Maybe you meant: Gluu-Server No Packages marked for removal

By Warwick Chapman user 03 Oct 2014 at 5:32 a.m. CDT

Warwick Chapman gravatar
Trying install again. Seems setup.py doesn't like a space in password. Doesn't complain if I accept suggested password. Installation worked second time with no spaces in password.

By William Lowe user 03 Oct 2014 at 12:21 p.m. CDT

William Lowe gravatar
Ok good to hear. Let us know if you have any additional questions.

By Michael Schwartz Account Admin 03 Oct 2014 at 12:34 p.m. CDT

Michael Schwartz gravatar
Definitely no space in the passwords !

By William Lowe user 06 Oct 2014 at 1:02 p.m. CDT

William Lowe gravatar
Closing this ticket, Warwick. Please let us know if you have additional questions.