Using rocket on trunk, the admin-> database->cache "Clear Cache?" is 
causing an exception.

Version:0.9 StartHTML:00000229 EndHTML:00005194 StartFragment:00000263 
EndFragment:00005158 
SourceURL:http://localhost:8000/admin/default/ticket/commission/127.0.0.1.2014-10-27.20-26-34.233250d7-ec5c-4004-9da3-da0526048dd9
 
Traceback 

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.

Traceback (most recent call last):
  File "C:\Users\tim\web2py_dev\gluon\restricted.py", line 224, in restricted
    exec ccode in environment
  File 
"C:/Users/tim/web2py_dev/applications/commission/controllers/appadmin.py" 
<http://localhost:8000/admin/default/edit/commission/controllers/appadmin.py>, 
line 635, in <module>
  File "C:\Users\tim\web2py_dev\gluon\globals.py", line 393, in <lambda>
    self._caller = lambda f: f()
  File 
"C:/Users/tim/web2py_dev/applications/commission/controllers/appadmin.py" 
<http://localhost:8000/admin/default/edit/commission/controllers/appadmin.py>, 
line 370, in ccache
    cache.disk.clear()
  File "C:\Users\tim\web2py_dev\gluon\cache.py", line 394, in clear
    storage.clear()
  File "C:\Users\tim\web2py_dev\gluon\cache.py", line 334, in clear
    del self[key]
  File "C:\Users\tim\web2py_dev\gluon\cache.py", line 316, in __delitem__
    recfile.remove(key, path=self.folder)
  File "C:\Users\tim\web2py_dev\gluon\recfile.py", line 36, in remove
    raise IOError
IOError

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