By: Mohib Zico staff 30 Aug 2014 at 7:09 a.m. CDT

0 Responses
Mohib Zico gravatar
I am trying to install Gluu CE Deb package in one Amazon AWS Ubuntu instance. My environment is: 1. Ubuntu 14.04 LTS 2. One CPU. 3. 2GB memory. I have couple of issues I am facing here: (a) After running the deb package, apache2 is throwing warning: [Sat Aug 30 11:12:55.665373 2014] [core:error] [pid2294:tid40146255792000 (EAI 2)Name or service not known: AH00547: Could not resolve host name xxx.xxx.xxx.xxx -- ignoring! [Sat Aug 30 11:12:55.753788 2014] [core:error] [pid 2294:tid 140146255792000] (EAI 2)Name or service not known: AH00547: Could not resolve host name xxx.xxx.xxx.xxx -- ignoring! AH00557: apache2: apr_sockaddr_info_get() failed for DA855F9895A1CA3B00020B185D7A.gluu.info AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message (b) When I am running "gluuce_configuration", it's ending here. [30/Aug/2014:12:01:09 +0000] severity="NOTICE" msgCount=21 msgID=9896350 message="Import task 20140830120108036 finished execution" Import task 20140830120108036 has been successfully completed Traceback (most recent call last): File "/usr/bin/gluuce_configuration", line 390, in <module> ldap_stuff() File "/usr/bin/gluuce_configuration", line 301, in ldap_stuff l.simple_bind_s(bindDN, ldapPass) File "/usr/lib/python2.7/dist-packages/ldap/ldapobject.py", line 207, in simple_bind_s msgid = self.simple_bind(who,cred,serverctrls,clientctrls) File "/usr/lib/python2.7/dist-packages/ldap/ldapobject.py", line 201, in simple_bind return self._ldap_call(self._l.simple_bind,who,cred,RequestControlTuples(serverctrls), RequestControlTuples(clientctrls)) File "/usr/lib/python2.7/dist-packages/ldap/ldapobject.py", line 99, in _ldap_call result = func(*args,**kwargs) ldap.SERVER_DOWN: {'desc': "Can't contact LDAP server"} GLUU.root@DA855F9895A1CA3B00020B185D7A:~# As we can see, the problem is with LDAP's hostname may be.... Though my instance's inum is `@!2304.3ED0.EF22.774B!52C5!9B1A.22A5`, my OpenDJ is getting different one. Here is one snippet from OpenDJ startup syntaxes: [30/Aug/2014:12:01:08 +0000] severity="NOTICE" msgCount=7 msgID=20381714 message="JVM Host: Unknown (java.net.UnknownHostException: DA855F9895A1CA3B00020B185D7A.gluu.info: DA855F9895A1CA3B00020B185D7A.gluu.info: Name or service not known), running Linux 3.13.0-29-generic amd64, 2097635328 bytes physical memory size, number of processors available 1" Any thoughts? Kind regards, Zico