[Lift] occasional unresponsiveness after a long period of inactivity

2009-02-23 Thread Paul O'Rorke
Several times now when I've left a page with Ajax checkboxes and textboxes sitting for a while, and then when I've gone to check a box or type in a textbox, there is no response from the server. In the console window, I see nothing unusual. Sometimes I used to get could not reach server

[Lift] Re: occasional unresponsiveness after a long period of inactivity

2009-02-23 Thread Paul O'Rorke
On Mon, Feb 23, 2009 at 2:34 PM, Paul O'Rorke p...@ororke.com wrote: Several times now when I've left a page with Ajax checkboxes and textboxes sitting for a while, and then when I've gone to check a box or type in a textbox, there is no response from the server.  In the console window

[Lift] Re: occasional unresponsiveness after a long period of inactivity

2009-02-23 Thread Paul O'Rorke
: On Mon, Feb 23, 2009 at 3:55 PM, Paul O'Rorke p...@ororke.com wrote: David:  I think you are probably right that it is something external to lift or scala as it seems to be intermittent, happening sometimes but not others under what seem to be the same circumstances. The server process

[Lift] Re: A round of thanks to Marius for better GC

2009-02-20 Thread Paul O'Rorke
Has this fix been committed? Dunno for sure if it is really GC related But I did an mvn -U clean install and my app worked fine on my desktop But when I accessed it from my iPhone I got logged out in 10 or 15 seconds. I had cookies disabled in Safari on my iPhone. Enabling cookies fixed the

[Lift] Re: JSON stack overflow issue

2009-02-15 Thread Paul O'Rorke
Pollak feeder.of.the.be...@gmail.com wrote: Paul, Please provide a sample of the JSON that caused the stack overflow. Thanks, David On Sun, Feb 15, 2009 at 1:24 PM, Paul O'Rorke p...@ororke.com wrote: Something odd has started to happen in the last day or two:  I am starting to get

[Lift] jetty EOF errors with lift

2009-01-27 Thread Paul O'Rorke
Hi: I see EOF errors in Jetty when I'm using lift. Is this a known issue or just something that happens frequently with Jetty or (and lift?) or am I doing something wrong that people can advise me about because they've seen this happen before? I'm wondering if the page is beginning to be

[Lift] Re: Revised to-do tutorial

2008-12-17 Thread Paul O'Rorke
. Please do a mvn -U clean install and see if that works any better. Thanks, David On Tue, Dec 16, 2008 at 3:06 PM, Paul O'Rorke p...@ororke.com wrote: does anybody know what causes an error like value util is not a member of package net.liftweb? when I try to install this, I get

[Lift] Re: Revised to-do tutorial

2008-12-16 Thread Paul O'Rorke
does anybody know what causes an error like value util is not a member of package net.liftweb? when I try to install this, I get the following errors/warnings. note that I did not use the tar'd zip but used maven and the instructions in the pdf. maybe I will try that next. When I create and run