[web2py] Rocket error

2020-03-18 Thread 'Annet' via web2py-users
In web2py 2.18.5 on Mac OS X Catalina I get the following error in the terminal: ERROR:Rocket.Errors.Thread-10:Traceback (most recent call last): File "/Users/me/web2py/gluon/rocket.py", line 1288, in run self.run_app(conn) File "/Users/me/web2py/gluon/rocket.py", line 1781, in run_app

[web2py] Rocket Error after (easy and successful) switch to Python 3

2019-02-17 Thread Yi Liu
Hi, I switch my server and local macbook web2py to Python 3 successfully without any change to web2py or applications, except minor 2to3 syntax changes. Amazing! On my local macbook, I start to have this error in the terminal. And it seems does not affect anything at the app. All the app loads

[web2py] web2py rocket error Unhandled Error when serving connection

2012-05-08 Thread Ynap
I need other computers in my network to access to my website, I ran web2py with my ip address, for example: python web2py -a xxx -i 192.168.1.70 -p 8000. I can access to my site on 192.168.1.70:8000 in browser on my computer, however I cannot access on another computer in my network. The clie

[web2py] Re: web2py rocket error on vps

2012-03-25 Thread Unyo
I finally figured out why this is happens. If you have a small VPN like i do (tinyvpn on ipxcore, 96MB ram), the thread size (8MB) will cause a very small amount of threads to be allowed. To fix this, enter the command below: ulimit -s 1024 http://www.alak.cc/2011/11/python-threaderror-cant-s

[web2py] Re: web2py rocket error on vps

2011-12-22 Thread Cody M
I'm getting this error with the latest version of web2py as well. Which is confusing, since all the web2py's I've used before the most recent version has worked fine.

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread mdipierro
Good to know. Thanks Graham. Massimo On Jul 31, 5:47 am, Graham Dumpleton wrote: > Did you actually try Googling for it? > > Python 2.6.5 and 3.1.2 (???) made a change to C api behaviour. > > The message is harmless all the same. > > Upgrade to mod_wsgi 3.3 where the message has been suppressed.

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread Graham Dumpleton
Did you actually try Googling for it? Python 2.6.5 and 3.1.2 (???) made a change to C api behaviour. The message is harmless all the same. Upgrade to mod_wsgi 3.3 where the message has been suppressed. Go read ticket 197 on mod_wsgi site and read mod_wsgi release notes for version 3.3. Graham

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread mdipierro
I have never seen this before but it seems something is wrong in the threading module in python 2.6.5. Has anybody else seen this with other Python versions? On Jul 31, 3:49 am, Johan wrote: > I tried with -N 1, 2, 3, etc., same error message. > > On a side note: I configured web2py to work with

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread Johan
I tried with -N 1, 2, 3, etc., same error message. On a side note: I configured web2py to work with apache and mod_wsgi, it works , but I noticed an exception in the apache error_log [error] Exception KeyError: KeyError(-1211209984,) in ignored It doesn't seem to affect web2py, but I'm not sure

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread mdipierro
Can you try with the -N option? On Jul 31, 3:20 am, Johan wrote: > I'm using python 2.6.5 > > On 31 iul., 11:00, mdipierro wrote: > > > which python version? > > > On Jul 30, 11:41 am, Johan wrote: > > > > Hello. I'm new here. > > > I just bought a vps at intovps.com , I installed archlinux on

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread Johan
I'm using python 2.6.5 On 31 iul., 11:00, mdipierro wrote: > which python version? > > On Jul 30, 11:41 am, Johan wrote: > > > > > Hello. I'm new here. > > I just bought a vps at intovps.com , I installed archlinux on it with > > everything that I'm used to work with, and tried launching web2py,

[web2py] Re: web2py rocket error on vps

2010-07-31 Thread mdipierro
which python version? On Jul 30, 11:41 am, Johan wrote: > Hello. I'm new here. > I just bought a vps at intovps.com , I installed archlinux on it with > everything that I'm used to work with, and tried launching web2py, but > to no avail. > > $ python web2py.py --nogui --password="a" --port="5500

[web2py] web2py rocket error on vps

2010-07-31 Thread Johan
Hello. I'm new here. I just bought a vps at intovps.com , I installed archlinux on it with everything that I'm used to work with, and tried launching web2py, but to no avail. $ python web2py.py --nogui --password="a" --port="55000" web2py Enterprise Web Framework Created by Massimo Di Pierro, Cop