Given that in real life I'm a Windows system administrator on top of a SQL 
Server DBA, if we can arrange a remote session I'll be happy to debug with 
you the issue ;-P

On Thursday, September 25, 2014 3:52:38 PM UTC+2, Tim Richardson wrote:
>
> I get the same behaviour even why I tell the application pool to run as me.
> The create_app code turns the .w2p file into a .tar file.
> It is supposed to os.unlink(tarname) the tar file but this fails; the .tar 
> remains. I think this may be the first thing which doesn't work. 
>
>
>
> On Thursday, September 25, 2014 5:10:45 AM UTC+10, Niphlod wrote:
>>
>> access denied .... you're still having permission problems.
>>
>> On Wednesday, September 24, 2014 2:43:26 PM UTC+2, Tim Richardson wrote:
>>>
>>> OK. the GUI management tool make a new application pool by default if 
>>> creating a new site. I deleted that and I'm using the default application 
>>> pool. I am now back to where I was: it works until it needs to make new 
>>> files
>>>
>>> I tried to "clean" the welcome app from admin and I got a ticket:
>>>
>>> Traceback 
>>>
>>> 1.
>>> 2.
>>> 3.
>>> 4.
>>> 5.
>>> 6.
>>> 7.
>>> 8.
>>> 9.
>>> 10.
>>> 11.
>>> 12.
>>>
>>> Traceback (most recent call last):
>>>   File ".\gluon\restricted.py", line 224, in restricted
>>>     exec ccode in environment
>>>   File 
>>> "E:/web2py/web2py_iis/web2py/applications/admin/controllers/default.py" 
>>> <http://localhost:81/admin/default/edit/admin/controllers/default.py>, line 
>>> 1946, in <module>
>>>   File ".\gluon\globals.py", line 392, in <lambda>
>>>     self._caller = lambda f: f()
>>>   File 
>>> "E:/web2py/web2py_iis/web2py/applications/admin/controllers/default.py" 
>>> <http://localhost:81/admin/default/edit/admin/controllers/default.py>, line 
>>> 448, in cleanup
>>>     clean = app_cleanup(app, request)
>>>   File ".\gluon\admin.py", line 124, in app_cleanup
>>>     if f[:1] != '.': os.unlink(os.path.join(path, f))
>>> WindowsError: [Error 5] Access is denied: 
>>> 'E:/web2py/web2py_iis/web2py/applications/welcome/cache/0c1'THe 
>>>
>>>
>>>>>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to