[openstack-dev] [Openstack] KeyStone service is not responding while installing thorough DevStack !!
Joseph Heck
heckj at me.com
Thu Aug 23 15:37:28 UTC 2012
One of two things -
either the file doesn't exist in that location, or the process running it doesn't have permissions to see the file.
Does the file exist at /etc/keystone/logging.conf?
Devstack tries to set that up in the right location in stack.sh at line 2038 - did that fail when you ran it?
-joe
On Aug 23, 2012, at 8:28 AM, hitesh wadekar <hitesh.wadekar at gmail.com> wrote:
> Thanks Dolph and Joseph for a quick answers.
>
> I tried through command though,..
>
> cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/kestone/logging.conf -d --debug
>
>
> The output of this ->
>
> Traceback (most recent call last):
> File "/opt/stack/keystone/bin/keystone-all", line 83, in <module>
> config.setup_logging(CONF)
> File "/opt/stack/keystone/keystone/config.py", line 45, in setup_logging
> 'config file: %s' % conf.log_config)
> RuntimeError: Unable to locate specified logging config file: /etc/kestone/logging.conf
>
> It seems some problem with logging.conf file.. any idea? location issue?.
>
> Thanks,
> Hitesh
>
>
> On Thu, Aug 23, 2012 at 5:21 PM, Dolph Mathews <dolph.mathews at gmail.com> wrote:
> What exactly happens when you try to start it directly?
>
> cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/ke'stone/logging.conf -d --debug
>
> What happens when you curl http://localhost:5000/v2.0/ on that machine? And with port 35357?
>
> -Dolph
>
> On Thu, Aug 23, 2012 at 3:15 AM, hitesh wadekar <hitesh.wadekar at gmail.com> wrote:
> Guys,
>
> I am installing DevStack script. I stucked here.
>
> + screen -S stack -p key -X stuff 'cd /opt/stack/keystone && /opt/stack/keystone/bin/keystone-all --config-file /etc/keystone/keystone.conf --log-config /etc/ke'stone/logging.conf -d --debug
>
> echo 'Waiting for keystone to start...'
> Waiting for keystone to start...
> + timeout 60 sh -c 'while ! http_proxy= curl -s http://192.168.1.100:5000/v2.0/ >/dev/null; do sleep 1; done'
> + echo 'keystone did not start'
> keystone did not start
>
> By looking at message, it is sure that KeyStone service has not been responding. I installed it manually but no luck still seen the same issue.
>
> Any suggestion or pointers for this?
>
> Thanks,
> Hitesh Wadekar
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
>
>
>
> --
> -Dolph
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20120823/c2e0dbc4/attachment-0001.html>
More information about the OpenStack-dev
mailing list