[openstack-dev] [Congress] congress-server fails to start
Aaron Rosen
aaronorosen at gmail.com
Tue Aug 12 03:14:33 UTC 2014
Hi Rajdeep,
I think the issue you're facing here is because you have a non-asci char in
your etc/congress.conf.sample file. Could you try the following commands:
mv congress/etc/congress.config.sample /tmp
git checkout congress/etc/config.sample
./bin/congress-server --config-file etc/congress.conf.sample
p.s: you shouldn't run congress or probably any openstack component as root
fwiw.
On Mon, Aug 11, 2014 at 7:58 PM, Rajdeep Dua <rajdeep.dua at gmail.com> wrote:
> Thanks, i was running older version of pip.
>
> All the requirements were installed successfully.
>
> Now getting the following error
>
> sudo ./bin/congress-server --config-file etc/congress.conf.sample
> 2014-08-12 08:26:23.417 31129 CRITICAL congress.service [-] 'ascii' codec
> can't decode byte 0xf3 in position 1: ordinal not in range(128)
>
>
>
> On Tue, Aug 12, 2014 at 2:05 AM, Peter Balland <pballand at vmware.com>
> wrote:
>
>> Hi Rajdeep,
>>
>> What version of pip are you running? Please try installing the latest
>> version (https://pip.pypa.io/en/latest/installing.html) and run ‘sudo
>> pip install –r requirements.txt’.
>>
>> - Peter
>>
>> From: Rajdeep Dua <rajdeep.dua at gmail.com>
>> Reply-To: "OpenStack Development Mailing List (not for usage questions)"
>> <openstack-dev at lists.openstack.org>
>> Date: Monday, August 11, 2014 at 11:27 AM
>> To: "OpenStack Development Mailing List (not for usage questions)" <
>> openstack-dev at lists.openstack.org>
>> Subject: [openstack-dev] [Congress] congress-server fails to start
>>
>> Hi All,
>> command to start the congress-server fails
>>
>> $ ./bin/congress-server --config-file etc/congress.conf.sample
>>
>> Error :
>> ImportError: No module named keystonemiddleware.auth_token
>>
>> Installing keystonemiddleware manually also fails
>>
>> $ sudo pip install keystonemiddleware
>>
>> Could not find a version that satisfies the requirement
>> oslo.config>=1.4.0.0a3 (from keystonemiddleware) (from versions: )
>> No distributions matching the version for oslo.config>=1.4.0.0a3 (from
>> keystonemiddleware)
>>
>> Thanks
>> Rajdeep
>>
>>
>> _______________________________________________
>> OpenStack-dev mailing list
>> OpenStack-dev at lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20140811/fb077fd4/attachment.html>
More information about the OpenStack-dev
mailing list