My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 106: Path problem
3 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  May 2009


 
Reported by fcb...@gmail.com, Apr 30, 2009
What steps will reproduce the problem?

1 - Check out the repository (it's somewhat large due to image binaries):
svn checkout http://jaikuengine.googlecode.com/svn/trunk/ jaikuengine
2 - Copy local_settings.example.py to local_settings.py
3 - Run the server with some test data pre-loaded: python manage.py
testserver common/fixtures/*.json

What is the expected output? What do you see instead?
A: The jaiku engine never loads, it prints the following error

" 1044     """
 1045     if not FakeFile.IsFileAccessible(path):
 1046       raise OSError(errno.EACCES, 'path not accessible', path)
 1047 
 1048     return self._original_func(path, *args, **kwargs)
builtin OSError = <type 'exceptions.OSError'>, global errno = <module
'errno' (built-in)>, errno.EACCES = 13, path = '.'"



What version of the product are you using? On what operating system?
A:Release 66

Please provide any additional information below.
A:Tested on ubuntu and mac, python versions 2.5 and 2.6. both with the same
problem.
Apr 30, 2009
#2 fcb...@gmail.com
I forgot to mention the fourth step.
4 - Browse to localhost:8080 and log in with popular/password

The bug occurs when the localhost:8080 is loaded.

May 1, 2009
Project Member #3 tony.t.t...@gmail.com
looks like it's broken by the change in dev_appserver.py.
fixing...
Status: Started

Powered by Google Project Hosting