By: Kristen Toledano user 14 Jul 2016 at 10:18 a.m. CDT

1 Response
Kristen Toledano gravatar
So I'm having an issue getting to the configuration screen. Below is a copy of the commands ran. When I point my browser to the link provided it is unable to connect. ``` [root@localhost ~]# /sbin/gluu-serverd-2.4.3 login Last login: Thu Jul 14 10:24:08 2016 from localhost Welcome to the Gluu Server! [root@gluu_server_2 ~]# cd /install/community-edition-setup [root@gluu_server_2 community-edition-setup]# ./setup.py Installing Gluu Server... Detected OS : centos Detected init: systemd Detected Apache: 2.4 Detected OpenDJ: 3.0 Installing Gluu Server... For more info see: ./setup.log ./setup_error.log ** All clear text passwords contained in ./setup.properties.last. Enter IP Address [172.20.9.30] : localhost.localdomain ERROR: The IP Address is invalid. Try again Enter hostname [gluu_server_2.4.3] : localhost.localdomain Enter your city or locality : Bronx Enter your state or province two letter code : NY Enter two letter Country Code : US Enter Organization Name : BCC Enter email address for support at your organization : kristen.toledano@bcc.cuny.edu Enter maximum RAM for tomcat in MB [1536] : 1536 Optional: enter password for oxTrust and LDAP superuser [adVPwElG386L] : Install oxAuth OAuth2 Authorization Server? [Yes] : Yes Install oxTrust Admin UI? [Yes] : Yes Install Gluu OpenDJ LDAP Server? [Yes] : Yes Install Apache HTTPD Server [Yes] : Yes Install Shibboleth 2 SAML IDP? [No] : Yes Install Asimba SAML Proxy? [No] : Yes Install CAS? [No] : Yes Install oxAuth RP? [No] : Yes Enter IP Address [172.20.9.30] : 172.20.9.30 hostname localhost.localdomain orgName os centos city state NY countryCode US support email tomcat max ram 1536 Admin Pass Install oxAuth True Install oxTrust True Install LDAP True Install Apache 2 web server True Install Shibboleth 2 SAML IDP True Install Asimba SAML Proxy True Install CAS True Install oxAuth RP True Proceed with these values [Y|n] Y Downloading Asimba war file... Downloading oxAuth RP war file... . . . . . Gluu Server installation successful! Point your browser to https://localhost.localdomain ```

By Mohib Zico staff 14 Jul 2016 at 12:19 p.m. CDT

Mohib Zico gravatar
>> Enter IP Address [172.20.9.30] : localhost.localdomain ERROR: The IP Address is invalid. Try again This might be the problem; setup script asked if this is the correct IP address or not but you provided hostname. And btw...don't use 'localhost' / 'localdomain' for your Gluu Server's hostname. localhost can't serve https request. Also... better not to use 'setup.properties.last' file atm; it's in QA cycle. Grab a fresh VM and run installation from scratch.