Uwsgi is running. I'll have to watch it like you mention. Thanks. 

root@plumi:~/plumi.app# ./bin/supervisorctl status
cache                            RUNNING    pid 4620, uptime 2:08:43
nginx                            RUNNING    pid 4621, uptime 2:08:43
ploneftp                         RUNNING    pid 4617, uptime 2:08:43
transcodedaemon                  RUNNING    pid 4616, uptime 2:08:43
uwsgi                            RUNNING    pid 4614, uptime 2:08:43
worker                           RUNNING    pid 4615, uptime 2:08:43
zeo                              RUNNING    pid 4613, uptime 2:08:43
root@plumi:~/plumi.app# 


-Ali

On Feb 18, 2013, at 3:27 AM, mike muzurakis <[email protected]> wrote:

> You can try opening one terminal and doing tail -f var/log/uwsgi* and with 
> another terminal, try to start uwsgi with ./bin/supervisorctl start uwsgi
> 
> Also, if you do a ./bin/supervisorctl status it'll tell you if uwsgi is 
> running or not. If it's running then you've got different error and you 
> should monitor the logs with the command above while visiting the site in 
> order to see what the log says when it throughs the 503 error.
> 
> 
> On Mon, Feb 18, 2013 at 1:10 PM, Ali Daniali <[email protected]> wrote:
>> Markos the file uwsgi log file is packed full, any particular keyword that I 
>> could look for to narrow my search?
>> 
>> ----------------------
>> Ali Daniali
>> Founder
>> [email protected]
>> 
>> On Feb 18, 2013, at 2:30 AM, Markos Gogoulos <[email protected]> wrote:
>> 
>>> Most probably this means that the cache server and frontent web server 
>>> (nginx) have started, but uwsgi fails to load. In order to find out what is 
>>> the problem, have a look at var/log/ and especially the uwsgi log files 
>>> there. If you see any stack trace, paste the output here so we can have a 
>>> look. 
>>> 
>>> Cheers
>>> 
>>> On Mon, Feb 18, 2013 at 8:51 AM, Ali Daniali <[email protected]> wrote:
>>>> I now receive the following error message
>>>> 
>>>> Error 503 Service Unavailable
>>>> 
>>>> Service Unavailable
>>>> 
>>>> Guru Meditation:
>>>> 
>>>> XID: 859011631
>>>> 
>>>> Varnish cache server
>>>> 
>>>> 
>>>> When I go to http://workroom.unscripted.co
>>>> 
>>>> 
>>>> 
>>>> On Feb 16, 2013, at 1:35 PM, Markos Gogoulos <[email protected]> wrote:
>>>> 
>>>>> Hi Ali, 
>>>>> 
>>>>> -v option on ./bin/buildout is for verbose. 
>>>>> 
>>>>> Seems you've installed Plone, for some reason it couldn't add a Plumi 
>>>>> site. Try to start the server with ./bin/supervisord, which will start 
>>>>> all services (uwsgi, nginx, transcodedaemon), or just paster 
>>>>> (./bin/paster serve development.ini)
>>>>> 
>>>>> If Plone is up, login as admin and add a new Plumi site, there are 
>>>>> instructions on the documentation for this. 
>>>>> 
>>>>> 
>>>>> 
>>>>> On Sat, Feb 16, 2013 at 3:10 AM, Ali Daniali <[email protected]> wrote:
>>>>>> What message should I get once the build progress is completed 
>>>>>> successfully?
>>>>>> 
>>>>>> -Ali
>>>>>> 
>>>>>> On Feb 15, 2013, at 3:29 AM, Markos Gogoulos <[email protected]> wrote:
>>>>>> 
>>>>>>> Seems that for some reason there's a problem downloading that zip file. 
>>>>>>> It might have been a temp issue with github, so try re-run the buildout 
>>>>>>> (./bin/buildout -v)
>>>>>>> 
>>>>>>> 
>>>>>>> On Fri, Feb 15, 2013 at 10:18 AM, Ali Daniali <[email protected]> 
>>>>>>> wrote:
>>>>>>>> After I started my plumi buildout script I get the following error - 
>>>>>>>> any help is appreciated in determining the cause.
>>>>>>>> 
>>>>>>>> Installing ngx_upload_module.
>>>>>>>> Downloading 
>>>>>>>> https://github.com/vkholodkov/nginx-upload-module/archive/master.zip
>>>>>>>> While:
>>>>>>>>   Installing ngx_upload_module.
>>>>>>>> 
>>>>>>>> An internal error occured due to a bug in either zc.buildout or in a
>>>>>>>> recipe being used:
>>>>>>>> Traceback (most recent call last):
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py",
>>>>>>>>  line 1683, in main
>>>>>>>>     getattr(buildout, command)(args)
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py",
>>>>>>>>  line 555, in install
>>>>>>>>     installed_files = self[part]._call(recipe.install)
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/buildout.py",
>>>>>>>>  line 1227, in _call
>>>>>>>>     return f()
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/hexagonit.recipe.download-1.6-py2.6.egg/hexagonit/recipe/download/__init__.py",
>>>>>>>>  line 80, in install
>>>>>>>>     path, is_temp = download(self.options['url'], 
>>>>>>>> md5sum=self.options.get('md5sum'))
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/download.py",
>>>>>>>>  line 94, in __call__
>>>>>>>>     local_path, is_temp = self.download_cached(url, md5sum)
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/download.py",
>>>>>>>>  line 139, in download_cached
>>>>>>>>     _, is_temp = self.download(url, md5sum, cached_path)
>>>>>>>>   File 
>>>>>>>> "/root/plumi.app/eggs/zc.buildout-1.4.4-py2.6.egg/zc/buildout/download.py",
>>>>>>>>  line 173, in download
>>>>>>>>     tmp_path, headers = urllib.urlretrieve(url, tmp_path)
>>>>>>>>   File "/usr/lib/python2.6/urllib.py", line 93, in urlretrieve
>>>>>>>>     return _urlopener.retrieve(url, filename, reporthook, data)
>>>>>>>>   File "/usr/lib/python2.6/urllib.py", line 239, in retrieve
>>>>>>>>     fp = self.open(url, data)
>>>>>>>>   File "/usr/lib/python2.6/urllib.py", line 207, in open
>>>>>>>>     return getattr(self, name)(url)
>>>>>>>>   File "/usr/lib/python2.6/urllib.py", line 457, in open_https
>>>>>>>>     return self.http_error(url, fp, errcode, errmsg, headers)
>>>>>>>>   File "/usr/lib/python2.6/urllib.py", line 379, in http_error
>>>>>>>>     return self.http_error_default(url, fp, errcode, errmsg, headers)
>>>>>>>>   File "/usr/lib/python2.6/urllib.py", line 385, in http_error_default
>>>>>>>>     raise IOError, ('http error', errcode, errmsg, headers)
>>>>>>>> IOError: ('http error', 406, 'Not Acceptable', <httplib.HTTPMessage 
>>>>>>>> instance at 0x1e2a830>)
>>>>>>>> *********************************************
>>>>>>>> Writing picked versions to versions.cfg
>>>>>>>> *********************************************
>>>>>>>> *********************************************
>>>>>>>> Overwriting versions.cfg
>>>>>>>> *********************************************
>>>>>>>> 
>>>>>>>> 
>>>>>>>> _______________________________________________
>>>>>>>> Discuss mailing list
>>>>>>>> [email protected]
>>>>>>>> http://lists.plumi.org/listinfo/discuss
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> -- 
>>>>>>> https://unweb.me
>>>>>>> state of the art information systems 
>>>>>>> _______________________________________________
>>>>>>> 
>>>>>>> Discuss mailing list
>>>>>>> [email protected]
>>>>>>> http://lists.plumi.org/listinfo/discuss
>>>>>> 
>>>>>> 
>>>>>> _______________________________________________
>>>>>> Discuss mailing list
>>>>>> [email protected]
>>>>>> http://lists.plumi.org/listinfo/discuss
>>>>> 
>>>>> 
>>>>> 
>>>>> -- 
>>>>> https://unweb.me
>>>>> state of the art information systems
>>>>> _______________________________________________
>>>>> Discuss mailing list
>>>>> [email protected]
>>>>> http://lists.plumi.org/listinfo/discuss
>>>> 
>>>> _______________________________________________
>>>> Discuss mailing list
>>>> [email protected]
>>>> http://lists.plumi.org/listinfo/discuss
>>> 
>>> 
>>> 
>>> -- 
>>> https://unweb.me
>>> state of the art information systems
>>> _______________________________________________
>>> Discuss mailing list
>>> [email protected]
>>> http://lists.plumi.org/listinfo/discuss
>> 
>> _______________________________________________
>> Discuss mailing list
>> [email protected]
>> http://lists.plumi.org/listinfo/discuss
> 
> _______________________________________________
> Discuss mailing list
> [email protected]
> http://lists.plumi.org/listinfo/discuss
_______________________________________________
Discuss mailing list
[email protected]
http://lists.plumi.org/listinfo/discuss

Reply via email to