Hi Alexey, Can you check the directory permissions for that directory and all contents? Before installing, we attempt to remove the directory, so it sounds like that didn't happen fully.
Christian -- Christian Hammond - [email protected] Review Board - https://www.reviewboard.org Beanbag, Inc. - https://www.beanbaginc.com -----Original Message----- From: Alexey Neyman <[email protected]> Reply: [email protected] <[email protected]>> Date: October 30, 2014 at 11:41:45 AM To: [email protected] <[email protected]>> Subject: Re: Power Pack 1.1 is released > Tried to update, the server threw an error 500 (traceback below). > Downgraded back to 1.0.4, seems to work fine. > > File > "/usr/lib/python2.6/site-packages/Django-1.6.7-py2.6.egg/django/core/handlers/base.py", > > line 88, in get_response > response = middleware_method(request) > > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/admin/middleware.py", > > line 36, in process_request > initialize() > > File > "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.11-py2.6.egg/reviewboard/__init__.py", > > line 115, in initialize > get_extension_manager().load() > > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py", > > line 405, in load > self._load_extensions(full_reload) > > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py", > > line 503, in _load_extensions > self._init_extension(ext_class) > > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py", > > line 609, in _init_extension > self._install_extension_media(ext_class) > > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py", > > line 718, in _install_extension_media > self._install_extension_media_internal(ext_class) > > File > "/usr/lib/python2.6/site-packages/Djblets-0.8.12-py2.6.egg/djblets/extensions/manager.py", > > line 768, in _install_extension_media_internal > shutil.copytree(extracted_path, ext_htdocs_path, symlinks=True) > > File "/usr/lib64/python2.6/shutil.py", line 142, in copytree > os.makedirs(dst) > > File "/usr/lib64/python2.6/os.py", line 157, in makedirs > mkdir(name, mode) > > OSError: [Errno 17] File exists: > '/var/www.reviewboard/htdocs/media/ext/ReviewBoardPowerPack' > > > On Wednesday, October 29, 2014 4:50:07 PM UTC-7, David Trowbridge wrote: > > > > Hey everyone, > > > > We just put out a release of Power Pack 1.1. Power Pack is our premium > > add-on to Review Board that offers PDF document review, GitHub Enterprise, > > and more. > > > > The new version of Power Pack adds a major new feature: Reports. Reports > > allow you to get deep insights into the performance of the code review > > process. > > > > More details are up on the announcement at > > https://www.reviewboard.org/news/2014/10/29/power-pack-1-1-released/ > > > > For more information on Power Pack, see > > https://www.reviewboard.org/powerpack/ > > > > -David > > > > -- > Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ > --- > Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ > --- > Happy user? Let us know at http://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" > group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
