I've yet to do an install like that, and someone else may correct me, but
normally that message means that the apache user does not have write access
to bothr the sqlite file and the folder that contains it.

Try tracking that down and changing the permissions/owner.

--Jeff

2009/6/25 Eric P <eric.maill...@gmail.com>

>
> Hi (me again),
>
> I have all my dependency issues sorted, and I've installed my first
> Review Board site per the documentation.
>
> When I go to visit the site, I see the 'Review Board is taking a nap'
> dialog box.
>
> In my Apache error_log, I see some errors:
>
> [error] [client 127.0.0.1] mod_python (pid=3617,
> interpreter='reviewboard_reviews_mysite_com', phase='PythonHandler',
> handler='django.core.handlers.modpython'): Application error
> ...
> [error] [client 127.0.0.1] Traceback (most recent call last):
> [Thu Jun 25 09:51:56 2009] [error] [client 127.0.0.1]   File
> "/usr/lib/python2.6/site-packages/mod_python/importer.py", line 1537,
> in HandlerDispatch\n    default=default_handler, arg=req,
> silent=hlist.silent)
> ...
> [error] [client 127.0.0.1] OperationalError: attempt to write a
> readonly database
>
>
> FYI. Here are the params I used to set up the site.
>
> rb-site install reviews.mysite.com \
> --domain-name=reviews.mysite.com \
> --site-root=/ \
> --media-url=/media \
> --db-type=sqlite3 \
> --cache-type=memcached \
> --cache-info=memcached://localhost:11211/ \
> --web-server-type=apache \
> --python-loader=modpython
>
>
> I'm not sure what to make of those errors.   It looks like there are a
> couple issues.
>
> Anyway, thanks for reading.
> Eric P
>
> >
>


-- 
Jeff
O|||||||O

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to