By: Nan Wang user 01 May 2017 at 6:53 p.m. CDT

6 Responses
Nan Wang gravatar
Newbie needs help. I followed the installation guide and installed the Gluu server on CentOS 6.5. I got the message: Gluu Server installation successful! Point your browser to https://gluu-lab.example.com However, I cannot access to the page. I am not sure how can I attach the whole log file here. From the install log, I got some messages like: ``` 23:59:32 05/01/17 Importing LDIF files into OpenLDAP 23:59:32 05/01/17 Running: /bin/su ldap -c cd /install/community-edition-setup; /opt/symas/bin/slapadd -b o=gluu -f /opt/symas/etc/openldap/slapd.conf -l ./output/base.ldif 23:59:32 05/01/17 5907cbe4 mdb_id2entry_put: mdb_put failed: MDB_KEYEXIST: Key/data pair already exists(-30799) "o=gluu" 5907cbe4 => mdb_tool_entry_put: id2entry_add failed: err=-30799 5907cbe4 => mdb_tool_entry_put: txn_aborted! MDB_KEYEXIST: Key/data pair already exists (-30799) slapadd: could not add entry dn="o=gluu" (line=1): txn_aborted! MDB_KEYEXIST: Key/data pair already exists (-30799) 23:59:32 05/01/17 Running: /bin/su ldap -c cd /install/community-edition-setup; /opt/symas/bin/slapadd -b o=gluu -f /opt/symas/etc/openldap/slapd.conf -l ./output/appliance.ldif 23:59:32 05/01/17 Running: /bin/su ldap -c cd /install/community-edition-setup; /opt/symas/bin/slapadd -b o=gluu -f /opt/symas/etc/openldap/slapd.conf -l ./output/attributes.ldif 23:59:33 05/01/17 Error, entries missing! entry 169: o=@!e718.1361.3910.83d2!0001!ab8e.8c7e,o=gluu entry 170: ou=attributes,o=@!e718.1361.3910.83d2!0001!ab8e.8c7e,o=gluu ``` ``` 23:59:33 05/01/17 Running: /bin/su ldap -c cd /install/community-edition-setup; /opt/symas/bin/slapadd -b o=site -f /opt/symas/etc/openldap/slapd.conf -l ./static/cache-refresh/o_site.ldif 23:59:33 05/01/17 5907cbe5 mdb_id2entry_put: mdb_put failed: MDB_KEYEXIST: Key/data pair already exists(-30799) "o=site" 5907cbe5 => mdb_tool_entry_put: id2entry_add failed: err=-30799 5907cbe5 => mdb_tool_entry_put: txn_aborted! MDB_KEYEXIST: Key/data pair already exists (-30799) slapadd: could not add entry dn="o=site" (line=1): txn_aborted! MDB_KEYEXIST: Key/data pair already exists (-30799) ``` ... ... ``` 23:59:41 05/01/17 Running: /opt/jre/bin/java -classpath /opt/dist/gluu/idp3_cml_keygenerator.jar org.xdi.oxshibboleth.keygenerator.KeyGenerator /opt/shibboleth-idp/credentials 3SBgdHgc0C8Z 23:59:41 05/01/17 java.io.IOException: Keystore was tampered with, or password was incorrect at com.sun.crypto.provider.JceKeyStore.engineLoad(JceKeyStore.java:865) at java.security.KeyStore.load(KeyStore.java:1445) at org.xdi.oxshibboleth.keygenerator.Keystore.<init>(Keystore.java:46) at org.xdi.oxshibboleth.keygenerator.KeyGenerator.main(KeyGenerator.java:32) Caused by: java.security.UnrecoverableKeyException: Password verification failed ... 4 more java.security.KeyStoreException: Uninitialized keystore at java.security.KeyStore.containsAlias(KeyStore.java:1252) at org.xdi.oxshibboleth.keygenerator.Keystore.addKey(Keystore.java:89) at org.xdi.oxshibboleth.keygenerator.KeyGenerator.main(KeyGenerator.java:33) 23:59:41 05/01/17 Installing jetty service idp... 23:59:41 05/01/17 Preparing idp service base folders ``` ... ... ``` 23:59:51 05/01/17 Running: find /etc/default -perm 600 -exec /bin/chmod 644 {} ; 23:59:51 05/01/17 Running: /bin/chmod -R 644 /etc/hosts /etc/hostname 23:59:51 05/01/17 /bin/chmod: cannot access `/etc/hostname': No such file or directory ``` ...

By Michael Schwartz Account Admin 01 May 2017 at 7:03 p.m. CDT

Michael Schwartz gravatar
Strange... How did you answer the setup questions? And are you sure you did `service gluu-server-3.0.1 login` before you ran setup?

By Michael Schwartz Account Admin 01 May 2017 at 7:17 p.m. CDT

Michael Schwartz gravatar
Strange... How did you answer the setup questions? And are you sure you did `service gluu-server-3.0.1 login` before you ran setup?

By Nan Wang user 01 May 2017 at 7:23 p.m. CDT

Nan Wang gravatar
Hi Mike, Thanks for the quick response! Yes, I did run `service gluu-server-3.0.1 login` before the setup. I will try to install again or in Ubuntu later. Thanks, Nan

By Mohib Zico staff 02 May 2017 at 8:37 a.m. CDT

Mohib Zico gravatar
Nan, You used a brand new server to install 3.x.x or there was another Gluu Server container here?

By Nan Wang user 05 May 2017 at 12:01 p.m. CDT

Nan Wang gravatar
I changed to another CentOS 6.*. I am able to install Gluu server without any issues... I think this could be my server's issue, not related to Gluu. Going to close the ticket. Thanks for the quick response and help!

By William Lowe user 05 May 2017 at 12:03 p.m. CDT

William Lowe gravatar
Thanks, Nan.