I think the issue is with caching.  Examples is the only app that I've
run with caching on by default (all the funcs in its default.py are
decorated).  Since inmemory appears to be the default it is possible
that apache is running out of RAM. Sort of surprising as it works in
rocket and this is a 4G machine.  Although when I run xampp I also
have mysql running, which is not the case with rocket. So, maybe I
just run out of RAM.  I am still digging.  I'll try to turn off
caching--as a test--globally for web2py.

On Jan 12, 10:09 am, Likit <lewis_le...@hotmail.com> wrote:
> Here is the returned page when clicking on the help button in the
> extreme upper right corner of the admin page:
>
> Service unavailable!
>
> The server is temporarily unable to service your request due to
> maintenance downtime or capacity problems. Please try again later.
>
> If you think this is a server error, please contact the webmaster.
>
> Error 503
>
> 127.0.0.1
> 01/12/12 10:05:52
> Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/1.0.0e mod_wsgi/3.3
> Python/2.7.2 PHP/5.3.8 mod_perl/2.0.4 Perl/v5.10.1
>
> Doesn't seem like apache url access issue:  that would appear as not
> having permission.  I guess I should point out that the url is
> requested with https as it is part of the admin url.
>
> Thanks

Reply via email to