Hello.

I am using 1.66.2 (SVN revision 1178) and still getting "Permission
denied" error occasionally:

Traceback (most recent call last):  File "C:\web2py\gluon\main.py",
line 412, in wsgibase    session._try_store_on_disk(request,
response)  File "C:\web2py\gluon\globals.py", line 366, in
_try_store_on_disk    self._unlock(response)  File "C:\web2py\gluon
\globals.py", line 374, in _unlock    response.session_file.close()
IOError: [Errno 13] Permission denied

Could you please double check your fix in r1178?

On Aug 25, 12:50 pm, mdipierro <mdipie...@cs.depaul.edu> wrote:
> Yes. That issues was fixed in1.66.2
>
> On Aug 20, 4:24 am, Carl <carl.ro...@gmail.com> wrote:
>
> > hi,
>
> > I upgraded from1.65.5to 1.66.1 this morning but had the following
> > issue.
>
> > I'm using WinXP with sqlite.
>
> > recent call stack (most recent call at bottom)...
>
> > gluon/main.py line 470 inwsgibase session._unlock(response)
>
> > gluon/globals.py line 369 in _unlock portalocker.unlock
> > (response.session_file)
>
> > gluon/portalocker.py line 74 unlock
> > hfile = win32file._get_ofshandle(file.fileno())
> > ValueError: I/O operation on closed file
>
> > I didn't try to deploy to gae (my production environment) but a return
> > to1.65.5worked just fine.
>
> > Before I give more details, is this a known issue with the 1.66.1
> > release?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to