[web2py] Re: help with js issue

2012-01-31 Thread Cliff
I have seen the stopping problem on 1.99.4. Running on Ubuntu 10.04 LTS, Gnome. No Tk library on the machine, so I just use 'python web2py.py' and take the defaults. Ctrl-C won't stop it and neither will 'Kill -SIGTERM ' The problem occurs after using the application. On Jan 30, 9:37 am, Ross

Re: [web2py] Re: help with js issue

2012-01-30 Thread Ross Peoples
In reference to the cron error, I posted this a couple days ago: https://groups.google.com/forum/#!searchin/web2py/ross$20peoples$20cron%7Csort:date/web2py/q4qoTTuu6zw/jo-H1LPjWB4J Also, I should mention that for the stopping problem: It's not just Mac. The previous message with instructions on

Re: [web2py] Re: help with js issue

2012-01-30 Thread Jonathan Lundell
On Jan 30, 2012, at 8:30 AM, Ross Peoples wrote: > I was able to reproduce this a few times by doing this: > > Start web2py: > python web2py.py -a password -i 0.0.0.0 -N > > Navigate to the admin app from another computer (important): > http://192.168.1.10:8000/admin > > You will get the "admin

Re: [web2py] Re: help with js issue

2012-01-30 Thread Jonathan Lundell
On Jan 30, 2012, at 8:07 AM, Ross Peoples wrote: > Also, I am running this: > > python web2py.py -a password -i 0.0.0.0 -p 8001 -N > > I have to use -N, otherwise I get a web2py cron error in the terminal every > 15 to 30 minutes. What error do you get from cron? Can you reproduce the error w

Re: [web2py] Re: help with js issue

2012-01-30 Thread Ross Peoples
I was able to reproduce this a few times by doing this: Start web2py: python web2py.py -a password -i 0.0.0.0 -N Navigate to the admin app from another computer (important): http://192.168.1.10:8000/admin You will get the "admin is disabled" message. Now try to Control + C web2py. For me, it to

Re: [web2py] Re: help with js issue

2012-01-30 Thread Ross Peoples
Also, I am running this: python web2py.py -a password -i 0.0.0.0 -p 8001 -N I have to use -N, otherwise I get a web2py cron error in the terminal every 15 to 30 minutes.

Re: [web2py] Re: help with js issue

2012-01-30 Thread Ross Peoples
Usually if I start and immediately stop, then it quits quickly. But after using the app (database activity, logout/login, etc) for a few minutes, then I start to notice the problem.

Re: [web2py] Re: help with js issue

2012-01-30 Thread Jonathan Lundell
On Jan 30, 2012, at 7:19 AM, Ross Peoples wrote: > Just wanted to add that this happens to me too, but it actually does stop. > Sometimes it takes 20 seconds, sometimes it takes a minute or two, but it > eventually stops without needing to kill -9. So there could be a timeout > issue somewhere.

[web2py] Re: help with js issue

2012-01-30 Thread Ross Peoples
Just wanted to add that this happens to me too, but it actually does stop. Sometimes it takes 20 seconds, sometimes it takes a minute or two, but it eventually stops without needing to kill -9. So there could be a timeout issue somewhere.

Re: [web2py] Re: help with js issue

2012-01-29 Thread Jonathan Lundell
On Jan 29, 2012, at 4:23 PM, Massimo Di Pierro wrote: > Yes I am sure it is not running in background. > > Recently I started having two problems and I cannot track them down. > 1) on 10.6.8 I cannot quit with ctrl+C > 2) on Lion is keeps printing '^@' to console, about one per minute. > I suspec

Re: [web2py] Re: help with js issue

2012-01-29 Thread Jonathan Lundell
On Jan 29, 2012, at 4:23 PM, Massimo Di Pierro wrote: > Yes I am sure it is not running in background. > > Recently I started having two problems and I cannot track them down. > 1) on 10.6.8 I cannot quit with ctrl+C > 2) on Lion is keeps printing '^@' to console, about one per minute. > I suspec

[web2py] Re: help with js issue

2012-01-29 Thread Alan Etkin
On Mandriva Linux Free 2010 (32 bit) with KDE desktop I get a message when I stop rocket with Ctrl-C: (10129)/ ClientApp::doIt: Creating ClientApp kioclient(10129) ClientApp::kde_open: KUrl("http://127.0.0.1:8000";) ^CUnhandled exception in thread started by Error in sys.excepthook: The server ex

[web2py] Re: help with js issue

2012-01-29 Thread Massimo Di Pierro
I fixed issue 627. The other issue is still open. On Jan 29, 10:27 am, Massimo Di Pierro wrote: > I would like to post web2py 2.0 since we have no major pending issues. > Yet there are two issues I would like to fix first: > > http://code.google.com/p/web2py/issues/detail?id=627 > > I used to be

[web2py] Re: help with js issue

2012-01-29 Thread Massimo Di Pierro
Yes I am sure it is not running in background. Recently I started having two problems and I cannot track them down. 1) on 10.6.8 I cannot quit with ctrl+C 2) on Lion is keeps printing '^@' to console, about one per minute. I suspect these problems are related and bother me very much. I cannot thin