I have installed Plone using unified installer.
I have tried starting plone using :
plone@localhost [zeocluster]# ./bin/plonectl start
zeoserver: .
daemon process started, pid=6738
client1: .
daemon process started, pid=6743
client2: .
daemon process started, pid=6756
When I check for the status I am getting below info:
plone@localhost [zeocluster]# ./bin/plonectl start
zeoserver: .
daemon process started, pid=6738
client1: .
daemon process started, pid=6743
client2: .
daemon process started, pid=6756
When I try to run the client1 in fg , getting the below response.
plone@localhost [zeocluster]# ./bin/client1 fg
2015-07-14 03:57:35 INFO ZServer HTTP server started at Tue Jul 14 03:57:35 2015
Hostname: 0.0.0.0
Port: 8080
2015-07-14 03:57:35 INFO Zope Set effective user to "plone_daemon"
2015-07-14 03:57:35 ERROR Application Could not import Products.ATContentTypes
.......
......
File "/usr/local/Plone/Python-2.7/lib/python2.7/locale.py", line 443, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
ValueError: unknown locale: UTF-8
Even I tried to find the local using :
plone@localhost [bin]# printenv LANG
en_US.UTF-8
my buildout.cfg has the below values also:
environment-vars =
LC_ALL en_US.UTF-8
LANG en_US.UTF-8
Can someone help me out to solve the issue.