This is because that port is already in use. if not by one of your programs by another user.
On Sep 7, 7:42 am, Jose <jjac...@gmail.com> wrote: > Hi, > > follow the instructions:http://forum.webfaction.com/viewtopic.php?pid=8473 > > when I startup web2py > > Create admin password: > in ~/webapps/apachewsgi/web2py: > python2.5 web2py -p NNNN # where NNNN is port number, no > quotes > > web2py will ask you for a password, which it will then store in a > file, 'parameters_NNNN.py' > > from another terminal, kill web2py process according to web2py's > output instructions > > The following error occurs: > ... > use "kill -SIGTERM 24024" to shutdown the web2py server > Traceback (most recent call last): > File "web2py.py", line 20, in <module> > gluon.widget.start(cron=True) > File "/home/myaccount/webapps/apachewsgi/web2py/gluon/widget.py", > line 852, in start > server.start() > File "/home/myaccount/webapps/apachewsgi/web2py/gluon/main.py", line > 637, in start > self.server.start() > File "/home/myaccount/webapps/apachewsgi/web2py/gluon/ > wsgiserver.py", line 1386, in start > raise socket.error, msg > socket.error: (98, 'Address already in use') > > Jose --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---