You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Dmitriy Rashko <dr...@sourcevalley.com> on 2005/06/22 10:34:23 UTC

Wiki DeclarativeSecurity Error

 --> -->


 
 
*OSError*[Errno 2] No such file or directory: 
'/www/wiki.apache.org/data/jakarta-tapestry/data/pages/DeclarativeSecurity/revisions/99999999' 
	*Please include this information in your bug reports!:*
Python Python 2.2.3: /usr/local/bin/python
Linux ajax.apache.org 2.4.21-32.0.1.EL #1 SMP Tue May 17 18:02:44 EDT 
2005 ia64
MoinMoin Release 1.3.4 [Revision 1.3.4 release]
Wed Jun 22 10:20:22 2005

A problem occurred in a Python script. Here is the sequence of function 
calls leading up to the error, in the order they occurred.

 /www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/request.py 
<file:///www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/request.py> 
in *run*(self=<MoinMoin.request.RequestCGI instance>)
  917             else:
  918                 try:
  919                     cgitb.Hook(file=self).handle(saved_exc)
  920                     # was: cgitb.handler()
  921                 except:
*cgitb* = <module 'MoinMoin.support.cgitb' from 
'/www/wiki...hon2.3/site-packages/MoinMoin/support/cgitb.pyo'>, 
cgitb.*Hook* = <class MoinMoin.support.cgitb.Hook>, file /undefined/, 
*self* = <MoinMoin.request.RequestCGI instance>, ).handle /undefined/, 
*saved_exc* = (<class exceptions.OSError>, <exceptions.OSError 
instance>, <traceback object>)

 /www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/Page.py 
<file:///www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/Page.py> 
in *send_page*(self=<MoinMoin.Page.Page instance>, 
request=<MoinMoin.request.RequestCGI instance>, msg='', 
**keywords={'count_hit': 1})
 1105                 # use the correct last-modified value from the on-disk file
 1106                 # to ensure cacheability
 1107                 request.setHttpHeader("Last-Modified: "+formathttpdate(os.path.getmtime(self._text_filename())))
 1108                 request.http_headers()
 1109 
*request* = <MoinMoin.request.RequestCGI instance>, 
request.*setHttpHeader* = <bound method RequestCGI.setHttpHeader of 
<MoinMoin.request.RequestCGI instance>>, /global/ *formathttpdate* = 
<function formathttpdate>, /global/ *os* = <module 'os' from 
'/usr/lib/python2.2/os.pyo'>, os.*path* = <module 'posixpath' from 
'/usr/lib/python2.2/posixpath.pyo'>, os.path.*getmtime* = <function 
getmtime>, *self* = <MoinMoin.Page.Page instance>, 
self.*_text_filename* = <bound method Page._text_filename of 
<MoinMoin.Page.Page instance>>

 ? <file://?> in 
*getmtime*(filename='/www/wiki.apache.org/data/jakarta-tapestry/data/pages/DeclarativeSecurity/revisions/99999999') 


*OSError*: [Errno 2] No such file or directory: 
'/www/wiki.apache.org/data/jakarta-tapestry/data/pages/DeclarativeSecurity/revisions/99999999' 

      __doc__ = 'OS system call failed.'
      __getitem__ = <bound method OSError.__getitem__ of 
<exceptions.OSError instance>>
      __init__ = <bound method OSError.__init__ of <exceptions.OSError 
instance>>
      __module__ = 'exceptions'
      __str__ = <bound method OSError.__str__ of <exceptions.OSError 
instance>>
      args = (2, 'No such file or directory')
      errno = 2
      filename = 
'/www/wiki.apache.org/data/jakarta-tapestry/data/pages/DeclarativeSecurity/revisions/99999999' 

      strerror = 'No such file or directory'