By: Nagarajan Viswanathan user 06 May 2015 at 9:35 a.m. CDT

3 Responses
Nagarajan Viswanathan gravatar
Hi, I installed the gluu server 2.0 version deb file on ubuntu. I got the certficiate signed by CA and replaced the httpd files in respective folder (/etc/certs and /etc/ssl/certs/java). When i restarted and tried to connect to gluu server from the browser, I get error page "this web page is not available" in the browser/unable to connect to oxtrust endpoint of the gluu server. When i start the service, it remains at "Starting Gluu server, please wait..." for a long time. When i restart the service i get Shutting down Gluu Server... Stopping Tomcat... OK Stopping Memcached... OK Stopping OpendDJ... OK Port address(es) 1689 4444 8009 1389 already in use, Please stop the service(s) listening on one of 1689 4444 8009 1389 ports and execute /etc/init.d/gluu-server start Where do i see what is the error? Thanks Naga

By Mohib Zico staff 06 May 2015 at 10:24 a.m. CDT

Mohib Zico gravatar
>> Port address(es) 1689 4444 8009 1389 already in use, Please stop the service(s) listening on one of 1689 4444 8009 1389 ports and execute /etc/init.d/gluu-server start Seems like Gluu-server container wasn't stopped properly. You can kill those processes which are running in these ports and try to stop-start Gluu-Server container again.

By Nagarajan Viswanathan user 06 May 2015 at 11:33 a.m. CDT

Nagarajan Viswanathan gravatar
Thanks. I figured out that it has got something to do with apache2 as the error logs of apache2 shows the message below: [Wed May 06 15:35:17.435500 2015] [ssl:warn] [pid 6434:tid 139985531561856] AH01906: RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?) [Wed May 06 15:35:17.446190 2015] [ssl:warn] [pid 6434:tid 139985531561856] AH01909: RSA certificate configured for six-24.rdg.ac.uk:443 does NOT include an ID which matches the server name [Wed May 06 15:35:17.446325 2015] [ssl:emerg] [pid 6434:tid 139985531561856] AH02238: Unable to configure RSA server private key [Wed May 06 15:35:17.446428 2015] [ssl:emerg] [pid 6434:tid 139985531561856] SSL Library Error: error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch [Wed May 06 15:35:17.446449 2015] [ssl:emerg] [pid 6434:tid 139985531561856] AH02312: Fatal error initialising mod_ssl, exiting.

By Mohib Zico staff 06 May 2015 at 11:41 a.m. CDT

Mohib Zico gravatar
Great! You got it. Please feel free to close the ticket if it's resolved.