That was the problem, this took me one step further:

(uwsgi-tip)yml@toulouse:emperor-test$ ./start-uwsgi.sh
.
/opt/webapps/emperor-test/uwsgi-tip/bin/uwsgi
(uwsgi-tip)yml@toulouse:emperor-test$ tail -f uwsgi.log
*** uWSGI is running in multiple interpreter mode ***
gracefully (RE)spawned uWSGI master process (pid: 8684)
spawned uWSGI worker 1 (pid: 8687, cores: 1)
adding 6 to signal poll
ImportError: No module named xml
unable to load app SCRIPT_NAME=
*** uWSGI is running in multiple interpreter mode ***
gracefully (RE)spawned uWSGI master process (pid: 8685)
spawned uWSGI worker 1 (pid: 8688, cores: 1)
adding 5 to signal poll

Thanks fo the hand holding.

--yml


On Thu, Feb 3, 2011 at 1:09 PM, Roberto De Ioris <[email protected]> wrote:

>
> > I am seeing this kind of message in the log file :
> >
> > (uwsgi-tip)yml@toulouse:emperor-test$ tail -f uwsgi.log
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a511a0
> > removed uwsgi instance ./vassal-sites/site2/site2.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site2/site2.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:38:45 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7396
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a50e80
> > removed uwsgi instance ./vassal-sites/site1/site1.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site1/site1.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:38:48 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7409
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a512e0
> > removed uwsgi instance ./vassal-sites/site2/site2.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site2/site2.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:38:51 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7410
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a51120
> > removed uwsgi instance ./vassal-sites/site1/site1.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site1/site1.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:38:54 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7411
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a50e80
> > removed uwsgi instance ./vassal-sites/site2/site2.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site2/site2.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:38:57 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7412
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a51360
> > removed uwsgi instance ./vassal-sites/site1/site1.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site1/site1.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:39:00 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7413
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > c_ui->ui_next = 0x1a514a0
> > removed uwsgi instance ./vassal-sites/site2/site2.xml
> > *** has_emperor mode detected (fd: 7) ***
> > [uWSGI] parsing config file ./vassal-sites/site2/site2.xml
> > *** Starting uWSGI 0.9.7-dev (64bit) on [Thu Feb  3 12:39:03 2011] ***
> > compiled with version: 4.4.3
> > my PID is 7414
> > your memory page size is 4096 bytes
> > bind(): No such file or directory [socket.c line 46]
> > ^C
> >
> > I have just pushed my config here :
> >
> https://bitbucket.org/yml/uwsgi-emperor-template-configuration/src/02d5c4354b2e
> >
> > The plan next is to create a vserver in cherokee called : "uwsgi-router"
> > This vserver will have one behavior rule type directory : "/" and use the
> > uwsgi handler to connect it to a remote source called "fast-router" on
> > 127.0.0.1:3031.
> >
> >
> > For now uwsgi only return a 500.
>
>
> Check if the socket directory exists (/tmp/sockets/)
>
>
>
>
> --
> Roberto De Ioris
> http://unbit.it
> _______________________________________________
> uWSGI mailing list
> [email protected]
> http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
>
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to