Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
tested out with clean environment (even no mysql)

$ virtualenv ~/envs/rb-2.0
$ source ~/envs/rb-2.0/bin/activate
$ pip install --upgrade setuptools
$ easy_install -f 
http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ -U ReviewBoard
$ rb-site install /home/rb/www/rb-20 --sitelist=$HOME/sites

same result:

(rb-2.0)[rb@vilje03 ~]$ ls /home/rb/www/rb-20/htdocs/static/
admin  lib  rb

/v

вторник, 19 ноября 2013 г., 15:03:03 UTC+4 пользователь Christian Hammond 
написал:
>
> So there aren't any errors indicating that the symlink failed. I don't 
> know what's going on, but certainly that symlink should appear. Perhaps 
> there's something strange with running in a virtualenv setup, or it's 
> grabbing the wrong version of Djblets while building the static directory.
>
> It's 3AM here, so I'm crashing for the night. Sorry I didn't have an 
> immediate answer for you.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
>
> On Tue, Nov 19, 2013 at 2:48 AM, Vishal Gautam 
> 
> > wrote:
>
>> Here is the info you requested Chris 
>>
>> *rb-site upgrade output*
>>
>> Rebuilding directory structure
>> Updating database. This may take a while.
>>
>> The log output below, including warnings and errors,
>> can be ignored unless upgrade fails.
>>
>> --  --
>> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
>>  
>> DeprecationWarning: The 'execute_manager' function is deprecated, you 
>> likely need to update your 'manage.py'; please see the Django 1.4 release 
>> notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
>>   DeprecationWarning)
>> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
>>  
>> DeprecationWarning: The 'setup_environ' function is deprecated, you likely 
>> need to update your 'manage.py'; please see the Django 1.4 release notes (
>> https://docs.djangoproject.com/en/dev/releases/1.4/).
>>   DeprecationWarning)
>> Creating tables ...
>> Installing custom SQL ...
>> Installing indexes ...
>> Installed 0 object(s) from 0 fixture(s)
>> No evolution required.
>> ---  ---
>>
>> Resetting in-database caches.
>>
>> Upgrade complete!
>>
>> * rb-site --version*
>> rb-site 2.0 beta 1
>>
>> *Path to  Djblets 0.8alpha1 egg: *
>>  /usr/local/lib/python2.6/site-packages/Djblets-0.8alpha1-py2.6.egg
>>
>>
>> On Tuesday, November 19, 2013 3:48:42 PM UTC+5:30, Christian Hammond 
>> wrote:
>>
>>> The djblets/static/ directory isn't the one you want, as those are 
>>> source files the generated ones come from. Instead, you want 
>>> djblets/htdocs/static/. My egg has them. See if they exist there in your 
>>> egg.
>>>
>>> Can you also run 'rb-site --version' and show me what that says? Just 
>>> want to confirm it is indeed running the correct version.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>
>>>
>>> On Tue, Nov 19, 2013 at 2:09 AM, Vlad S.  wrote:
>>>
 There is something wrong with Djblets 0.8 itself, I have checked static 
 directory in there and could find any *min.js files. Can you check yours? 

 вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam 
 написал:

> I am using easy_install, but I did use pip once, a few days ago to 
> downgrade Django to a specific version when I was getting issues of diff 
> not coming up after upgrading to 1.7.18, but that turned out to be an 
> issue 
> due to our svn server .. svn update and co were failing, most likely some 
> vhost conf settings are changed; switching the repository url from https 
> to 
> http finally worked. During this troubleshooting I did upgrade RB to 2.0 
> Beta1 using easy_install.
>
> Now what do you suggest?
>
> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond 
> wrote:
>>
>> That sounds like rb-site upgrade wasn't run or wasn't successful.
>>
>> Are you using pip or easy_install to install Review Board and 
>> Djblets? We don't support pip, as it doesn't support some crucial Python 
>> packaging features we depend on.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam 
>> wrote:
>>
>>> Ah  after posting this I noticed that while pip list is showing 
>>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to 
>>> 0.7.23 ... any idea why?
>>>
>>>
>>> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam 
>>> wrote:

 Hi Ch

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vishal Gautam
Have a good sleep Chris .. don't dream on Djblets ;). There are 2 issues 
getting interleaved here but I am going to exit now as my issue is RESOLVED 
after I deleted previously existing symlink of Djblets-0.7* and manually 
added following under the htdocs/static folder of my site. Notice an extra 
djblets folder in the end

lrwxrwxrwx 1 root root  96 Nov 19 03:24 djblets -> 
/usr/local/lib/python2.6/site-packages/Djblets-0.8alpha1-py2.6.egg/djblets/htdocs/static/
*djblets*

Thanks a lot Chris for pointers!!

On Tuesday, November 19, 2013 4:33:03 PM UTC+5:30, Christian Hammond wrote:
>
> So there aren't any errors indicating that the symlink failed. I don't 
> know what's going on, but certainly that symlink should appear. Perhaps 
> there's something strange with running in a virtualenv setup, or it's 
> grabbing the wrong version of Djblets while building the static directory.
>
> It's 3AM here, so I'm crashing for the night. Sorry I didn't have an 
> immediate answer for you.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
>
> On Tue, Nov 19, 2013 at 2:48 AM, Vishal Gautam 
> 
> > wrote:
>
>> Here is the info you requested Chris 
>>
>> *rb-site upgrade output*
>>
>> Rebuilding directory structure
>> Updating database. This may take a while.
>>
>> The log output below, including warnings and errors,
>> can be ignored unless upgrade fails.
>>
>> --  --
>> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
>>  
>> DeprecationWarning: The 'execute_manager' function is deprecated, you 
>> likely need to update your 'manage.py'; please see the Django 1.4 release 
>> notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
>>   DeprecationWarning)
>> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
>>  
>> DeprecationWarning: The 'setup_environ' function is deprecated, you likely 
>> need to update your 'manage.py'; please see the Django 1.4 release notes (
>> https://docs.djangoproject.com/en/dev/releases/1.4/).
>>   DeprecationWarning)
>> Creating tables ...
>> Installing custom SQL ...
>> Installing indexes ...
>> Installed 0 object(s) from 0 fixture(s)
>> No evolution required.
>> ---  ---
>>
>> Resetting in-database caches.
>>
>> Upgrade complete!
>>
>> * rb-site --version*
>> rb-site 2.0 beta 1
>>
>> *Path to  Djblets 0.8alpha1 egg: *
>>  /usr/local/lib/python2.6/site-packages/Djblets-0.8alpha1-py2.6.egg
>>
>>
>> On Tuesday, November 19, 2013 3:48:42 PM UTC+5:30, Christian Hammond 
>> wrote:
>>
>>> The djblets/static/ directory isn't the one you want, as those are 
>>> source files the generated ones come from. Instead, you want 
>>> djblets/htdocs/static/. My egg has them. See if they exist there in your 
>>> egg.
>>>
>>> Can you also run 'rb-site --version' and show me what that says? Just 
>>> want to confirm it is indeed running the correct version.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>
>>>
>>> On Tue, Nov 19, 2013 at 2:09 AM, Vlad S.  wrote:
>>>
 There is something wrong with Djblets 0.8 itself, I have checked static 
 directory in there and could find any *min.js files. Can you check yours? 

 вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam 
 написал:

> I am using easy_install, but I did use pip once, a few days ago to 
> downgrade Django to a specific version when I was getting issues of diff 
> not coming up after upgrading to 1.7.18, but that turned out to be an 
> issue 
> due to our svn server .. svn update and co were failing, most likely some 
> vhost conf settings are changed; switching the repository url from https 
> to 
> http finally worked. During this troubleshooting I did upgrade RB to 2.0 
> Beta1 using easy_install.
>
> Now what do you suggest?
>
> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond 
> wrote:
>>
>> That sounds like rb-site upgrade wasn't run or wasn't successful.
>>
>> Are you using pip or easy_install to install Review Board and 
>> Djblets? We don't support pip, as it doesn't support some crucial Python 
>> packaging features we depend on.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam 
>> wrote:
>>
>>> Ah  after posting this I noticed that while pip list is showing 
>>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to 
>>> 0.7.23 ... any idea why?
>>>
>>>
>>

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
that was clean virtual environment built with one command 

$ easy_install -f http://downloads.reviewboard.org/releases/ReviewBoard/1.6/ -U 
ReviewBoard

ok, I am going to create a new one and run this again.

/v

вторник, 19 ноября 2013 г., 15:03:03 UTC+4 пользователь Christian Hammond 
написал:
>
> So there aren't any errors indicating that the symlink failed. I don't 
> know what's going on, but certainly that symlink should appear. Perhaps 
> there's something strange with running in a virtualenv setup, or it's 
> grabbing the wrong version of Djblets while building the static directory.
>
> It's 3AM here, so I'm crashing for the night. Sorry I didn't have an 
> immediate answer for you.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>  
>
> On Tue, Nov 19, 2013 at 2:48 AM, Vishal Gautam 
> 
> > wrote:
>
>> Here is the info you requested Chris 
>>
>> *rb-site upgrade output*
>>
>> Rebuilding directory structure
>> Updating database. This may take a while.
>>
>> The log output below, including warnings and errors,
>> can be ignored unless upgrade fails.
>>
>> --  --
>> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
>>  
>> DeprecationWarning: The 'execute_manager' function is deprecated, you 
>> likely need to update your 'manage.py'; please see the Django 1.4 release 
>> notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
>>   DeprecationWarning)
>> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
>>  
>> DeprecationWarning: The 'setup_environ' function is deprecated, you likely 
>> need to update your 'manage.py'; please see the Django 1.4 release notes (
>> https://docs.djangoproject.com/en/dev/releases/1.4/).
>>   DeprecationWarning)
>> Creating tables ...
>> Installing custom SQL ...
>> Installing indexes ...
>> Installed 0 object(s) from 0 fixture(s)
>> No evolution required.
>> ---  ---
>>
>> Resetting in-database caches.
>>
>> Upgrade complete!
>>
>> * rb-site --version*
>> rb-site 2.0 beta 1
>>
>> *Path to  Djblets 0.8alpha1 egg: *
>>  /usr/local/lib/python2.6/site-packages/Djblets-0.8alpha1-py2.6.egg
>>
>>
>> On Tuesday, November 19, 2013 3:48:42 PM UTC+5:30, Christian Hammond 
>> wrote:
>>
>>> The djblets/static/ directory isn't the one you want, as those are 
>>> source files the generated ones come from. Instead, you want 
>>> djblets/htdocs/static/. My egg has them. See if they exist there in your 
>>> egg.
>>>
>>> Can you also run 'rb-site --version' and show me what that says? Just 
>>> want to confirm it is indeed running the correct version.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>
>>>
>>> On Tue, Nov 19, 2013 at 2:09 AM, Vlad S.  wrote:
>>>
 There is something wrong with Djblets 0.8 itself, I have checked static 
 directory in there and could find any *min.js files. Can you check yours? 

 вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam 
 написал:

> I am using easy_install, but I did use pip once, a few days ago to 
> downgrade Django to a specific version when I was getting issues of diff 
> not coming up after upgrading to 1.7.18, but that turned out to be an 
> issue 
> due to our svn server .. svn update and co were failing, most likely some 
> vhost conf settings are changed; switching the repository url from https 
> to 
> http finally worked. During this troubleshooting I did upgrade RB to 2.0 
> Beta1 using easy_install.
>
> Now what do you suggest?
>
> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond 
> wrote:
>>
>> That sounds like rb-site upgrade wasn't run or wasn't successful.
>>
>> Are you using pip or easy_install to install Review Board and 
>> Djblets? We don't support pip, as it doesn't support some crucial Python 
>> packaging features we depend on.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam 
>> wrote:
>>
>>> Ah  after posting this I noticed that while pip list is showing 
>>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to 
>>> 0.7.23 ... any idea why?
>>>
>>>
>>> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam 
>>> wrote:

 Hi Chris,

 After upgrading to 2.0 beta1 we hit a similar issue for following 
 files and as a result diffs are not worknig
 [Tue Nov 19 09:09:03 2013] [erro

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Christian Hammond
So there aren't any errors indicating that the symlink failed. I don't know
what's going on, but certainly that symlink should appear. Perhaps there's
something strange with running in a virtualenv setup, or it's grabbing the
wrong version of Djblets while building the static directory.

It's 3AM here, so I'm crashing for the night. Sorry I didn't have an
immediate answer for you.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Nov 19, 2013 at 2:48 AM, Vishal Gautam wrote:

> Here is the info you requested Chris 
>
> *rb-site upgrade output*
>
> Rebuilding directory structure
> Updating database. This may take a while.
>
> The log output below, including warnings and errors,
> can be ignored unless upgrade fails.
>
> --  --
> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
> DeprecationWarning: The 'execute_manager' function is deprecated, you
> likely need to update your 'manage.py'; please see the Django 1.4 release
> notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
>   DeprecationWarning)
> /usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
> DeprecationWarning: The 'setup_environ' function is deprecated, you likely
> need to update your 'manage.py'; please see the Django 1.4 release notes (
> https://docs.djangoproject.com/en/dev/releases/1.4/).
>   DeprecationWarning)
> Creating tables ...
> Installing custom SQL ...
> Installing indexes ...
> Installed 0 object(s) from 0 fixture(s)
> No evolution required.
> ---  ---
>
> Resetting in-database caches.
>
> Upgrade complete!
>
> * rb-site --version*
> rb-site 2.0 beta 1
>
> *Path to  Djblets 0.8alpha1 egg: *
>  /usr/local/lib/python2.6/site-packages/Djblets-0.8alpha1-py2.6.egg
>
>
> On Tuesday, November 19, 2013 3:48:42 PM UTC+5:30, Christian Hammond wrote:
>
>> The djblets/static/ directory isn't the one you want, as those are source
>> files the generated ones come from. Instead, you want
>> djblets/htdocs/static/. My egg has them. See if they exist there in your
>> egg.
>>
>> Can you also run 'rb-site --version' and show me what that says? Just
>> want to confirm it is indeed running the correct version.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 2:09 AM, Vlad S.  wrote:
>>
>>> There is something wrong with Djblets 0.8 itself, I have checked static
>>> directory in there and could find any *min.js files. Can you check yours?
>>>
>>> вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam
>>> написал:
>>>
 I am using easy_install, but I did use pip once, a few days ago to
 downgrade Django to a specific version when I was getting issues of diff
 not coming up after upgrading to 1.7.18, but that turned out to be an issue
 due to our svn server .. svn update and co were failing, most likely some
 vhost conf settings are changed; switching the repository url from https to
 http finally worked. During this troubleshooting I did upgrade RB to 2.0
 Beta1 using easy_install.

 Now what do you suggest?

 On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond
 wrote:
>
> That sounds like rb-site upgrade wasn't run or wasn't successful.
>
> Are you using pip or easy_install to install Review Board and Djblets?
> We don't support pip, as it doesn't support some crucial Python packaging
> features we depend on.
>
> Christian
>
> --
> Christian Hammond - chi...@chipx86.com
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam wrote:
>
>> Ah  after posting this I noticed that while pip list is showing
>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to
>> 0.7.23 ... any idea why?
>>
>>
>> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam
>> wrote:
>>>
>>> Hi Chris,
>>>
>>> After upgrading to 2.0 beta1 we hit a similar issue for following
>>> files and as a result diffs are not worknig
>>> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does
>>> not exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.
>>> min.js, referer: https://rb-site-name/r/
>>>
>>>- js/datagrid.min.js
>>>- js/extensions.min.js
>>>- js/jquery.gravy.min.js
>>>- css/datagrid.min.css
>>>
>>> Djblet version is correct - Djblets (0.8alpha1) and we do have
>>> djblets symlink inside htdocs/static folder
>>> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets ->
>>> /usr/local/

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vishal Gautam
Here is the info you requested Chris 

*rb-site upgrade output*

Rebuilding directory structure
Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

--  --
/usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
 
DeprecationWarning: The 'execute_manager' function is deprecated, you 
likely need to update your 'manage.py'; please see the Django 1.4 release 
notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
/usr/local/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
 
DeprecationWarning: The 'setup_environ' function is deprecated, you likely 
need to update your 'manage.py'; please see the Django 1.4 release notes 
(https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
No evolution required.
---  ---

Resetting in-database caches.

Upgrade complete!

* rb-site --version*
rb-site 2.0 beta 1

*Path to  Djblets 0.8alpha1 egg: *
 /usr/local/lib/python2.6/site-packages/Djblets-0.8alpha1-py2.6.egg


On Tuesday, November 19, 2013 3:48:42 PM UTC+5:30, Christian Hammond wrote:
>
> The djblets/static/ directory isn't the one you want, as those are source 
> files the generated ones come from. Instead, you want 
> djblets/htdocs/static/. My egg has them. See if they exist there in your 
> egg.
>
> Can you also run 'rb-site --version' and show me what that says? Just want 
> to confirm it is indeed running the correct version.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Tue, Nov 19, 2013 at 2:09 AM, Vlad S.  >wrote:
>
>> There is something wrong with Djblets 0.8 itself, I have checked static 
>> directory in there and could find any *min.js files. Can you check yours? 
>>
>> вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam 
>> написал:
>>
>>> I am using easy_install, but I did use pip once, a few days ago to 
>>> downgrade Django to a specific version when I was getting issues of diff 
>>> not coming up after upgrading to 1.7.18, but that turned out to be an issue 
>>> due to our svn server .. svn update and co were failing, most likely some 
>>> vhost conf settings are changed; switching the repository url from https to 
>>> http finally worked. During this troubleshooting I did upgrade RB to 2.0 
>>> Beta1 using easy_install.
>>>
>>> Now what do you suggest?
>>>
>>> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond 
>>> wrote:

 That sounds like rb-site upgrade wasn't run or wasn't successful.

 Are you using pip or easy_install to install Review Board and Djblets? 
 We don't support pip, as it doesn't support some crucial Python packaging 
 features we depend on.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam wrote:

> Ah  after posting this I noticed that while pip list is showing 
> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to 
> 0.7.23 ... any idea why?
>
>
> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:
>>
>> Hi Chris,
>>
>> After upgrading to 2.0 beta1 we hit a similar issue for following 
>> files and as a result diffs are not worknig
>> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not 
>> exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js, 
>> referer: https://rb-site-name/r/
>>
>>- js/datagrid.min.js
>>- js/extensions.min.js
>>- js/jquery.gravy.min.js 
>>- css/datagrid.min.css
>>
>> Djblet version is correct - Djblets (0.8alpha1) and we do have 
>> djblets symlink inside htdocs/static folder
>> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets -> 
>> /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.
>> egg/djblets/static
>>
>> Since I do see their corresponding non min version, I simply copied 
>> that to above name to get around. With that the error went away from 
>> apache 
>> log but diff is still not working, have some JS errors (see attachment).
>>
>> Any pointers?
>>
>>
>>
>>
>> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond 
>> wrote:
>>>
>>> If it didn't have one, then the rb-site upgrade went wrong. Please 
>>> run it again and see if there are any mentions of the djblets symlink.
>>>
>>> We have a couple installs using this build t

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Christian Hammond
The djblets/static/ directory isn't the one you want, as those are source
files the generated ones come from. Instead, you want
djblets/htdocs/static/. My egg has them. See if they exist there in your
egg.

Can you also run 'rb-site --version' and show me what that says? Just want
to confirm it is indeed running the correct version.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Nov 19, 2013 at 2:09 AM, Vlad S.  wrote:

> There is something wrong with Djblets 0.8 itself, I have checked static
> directory in there and could find any *min.js files. Can you check yours?
>
> вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam
> написал:
>
>> I am using easy_install, but I did use pip once, a few days ago to
>> downgrade Django to a specific version when I was getting issues of diff
>> not coming up after upgrading to 1.7.18, but that turned out to be an issue
>> due to our svn server .. svn update and co were failing, most likely some
>> vhost conf settings are changed; switching the repository url from https to
>> http finally worked. During this troubleshooting I did upgrade RB to 2.0
>> Beta1 using easy_install.
>>
>> Now what do you suggest?
>>
>> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond
>> wrote:
>>>
>>> That sounds like rb-site upgrade wasn't run or wasn't successful.
>>>
>>> Are you using pip or easy_install to install Review Board and Djblets?
>>> We don't support pip, as it doesn't support some crucial Python packaging
>>> features we depend on.
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>
>>>
>>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam wrote:
>>>
 Ah  after posting this I noticed that while pip list is showing
 Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to
 0.7.23 ... any idea why?


 On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:
>
> Hi Chris,
>
> After upgrading to 2.0 beta1 we hit a similar issue for following
> files and as a result diffs are not worknig
> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not
> exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js,
> referer: https://rb-site-name/r/
>
>- js/datagrid.min.js
>- js/extensions.min.js
>- js/jquery.gravy.min.js
>- css/datagrid.min.css
>
> Djblet version is correct - Djblets (0.8alpha1) and we do have djblets
> symlink inside htdocs/static folder
> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets ->
> /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.
> egg/djblets/static
>
> Since I do see their corresponding non min version, I simply copied
> that to above name to get around. With that the error went away from 
> apache
> log but diff is still not working, have some JS errors (see attachment).
>
> Any pointers?
>
>
>
>
> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond
> wrote:
>>
>> If it didn't have one, then the rb-site upgrade went wrong. Please
>> run it again and see if there are any mentions of the djblets symlink.
>>
>> We have a couple installs using this build that both have that
>> djblets symlink, so it should be working.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:
>>
>>> non recursive ls:
>>>
>>> $ ls -l
>>> total 12
>>> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin ->
>>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard
>>> -2.0beta1-py2.6.egg/reviewboard/htdocs/static/admin
>>> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/
>>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/
>>> reviewboard/htdocs/static/lib
>>> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> /home/rb/envs/rb-dev/lib/
>>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/
>>> reviewboard/htdocs/static/rb
>>>
>>> --
>>> Get the Review Board Power Pack at http://www.reviewboard.org/pow
>>> erpack/
>>> ---
>>> 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 reviewboard...@googlegroups.com.
>>> For more options, visit https://grou

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
There is something wrong with Djblets 0.8 itself, I have checked static 
directory in there and could find any *min.js files. Can you check yours? 

вторник, 19 ноября 2013 г., 13:59:10 UTC+4 пользователь Vishal Gautam 
написал:
>
> I am using easy_install, but I did use pip once, a few days ago to 
> downgrade Django to a specific version when I was getting issues of diff 
> not coming up after upgrading to 1.7.18, but that turned out to be an issue 
> due to our svn server .. svn update and co were failing, most likely some 
> vhost conf settings are changed; switching the repository url from https to 
> http finally worked. During this troubleshooting I did upgrade RB to 2.0 
> Beta1 using easy_install.
>
> Now what do you suggest?
>
> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond wrote:
>>
>> That sounds like rb-site upgrade wasn't run or wasn't successful.
>>
>> Are you using pip or easy_install to install Review Board and Djblets? We 
>> don't support pip, as it doesn't support some crucial Python packaging 
>> features we depend on.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam wrote:
>>
>>> Ah  after posting this I noticed that while pip list is showing 
>>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to 
>>> 0.7.23 ... any idea why?
>>>
>>>
>>> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:

 Hi Chris,

 After upgrading to 2.0 beta1 we hit a similar issue for following files 
 and as a result diffs are not worknig
 [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not 
 exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js, 
 referer: https://rb-site-name/r/

- js/datagrid.min.js
- js/extensions.min.js
- js/jquery.gravy.min.js 
- css/datagrid.min.css

 Djblet version is correct - Djblets (0.8alpha1) and we do have djblets 
 symlink inside htdocs/static folder
 lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets -> 
 /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.
 egg/djblets/static

 Since I do see their corresponding non min version, I simply copied 
 that to above name to get around. With that the error went away from 
 apache 
 log but diff is still not working, have some JS errors (see attachment).

 Any pointers?




 On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond 
 wrote:
>
> If it didn't have one, then the rb-site upgrade went wrong. Please run 
> it again and see if there are any mentions of the djblets symlink.
>
> We have a couple installs using this build that both have that djblets 
> symlink, so it should be working.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:
>
>> non recursive ls:
>>
>> $ ls -l
>> total 12
>> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> /home/rb/envs/rb-dev/lib/
>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
>> egg/reviewboard/htdocs/static/admin
>> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/
>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
>> egg/reviewboard/htdocs/static/lib
>> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> /home/rb/envs/rb-dev/lib/
>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
>> egg/reviewboard/htdocs/static/rb
>>  
>> -- 
>> 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 reviewboard...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  -- 
>>> 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 reviewboard...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>

-- 
Get the Rev

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Christian Hammond
Can you run another rb-site upgrade on that site, and paste the results?
(Feel free to filter out any confidential data.)

Also, can you show me the path to the Djblets 0.8alpha1 egg?

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Nov 19, 2013 at 1:59 AM, Vishal Gautam wrote:

> I am using easy_install, but I did use pip once, a few days ago to
> downgrade Django to a specific version when I was getting issues of diff
> not coming up after upgrading to 1.7.18, but that turned out to be an issue
> due to our svn server .. svn update and co were failing, most likely some
> vhost conf settings are changed; switching the repository url from https to
> http finally worked. During this troubleshooting I did upgrade RB to 2.0
> Beta1 using easy_install.
>
> Now what do you suggest?
>
> On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond wrote:
>
>> That sounds like rb-site upgrade wasn't run or wasn't successful.
>>
>> Are you using pip or easy_install to install Review Board and Djblets? We
>> don't support pip, as it doesn't support some crucial Python packaging
>> features we depend on.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam wrote:
>>
>>> Ah  after posting this I noticed that while pip list is showing
>>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to
>>> 0.7.23 ... any idea why?
>>>
>>>
>>> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:

 Hi Chris,

 After upgrading to 2.0 beta1 we hit a similar issue for following files
 and as a result diffs are not worknig
 [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not
 exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js,
 referer: https://rb-site-name/r/

- js/datagrid.min.js
- js/extensions.min.js
- js/jquery.gravy.min.js
- css/datagrid.min.css

 Djblet version is correct - Djblets (0.8alpha1) and we do have djblets
 symlink inside htdocs/static folder
 lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets ->
 /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.
 egg/djblets/static

 Since I do see their corresponding non min version, I simply copied
 that to above name to get around. With that the error went away from apache
 log but diff is still not working, have some JS errors (see attachment).

 Any pointers?




 On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond
 wrote:
>
> If it didn't have one, then the rb-site upgrade went wrong. Please run
> it again and see if there are any mentions of the djblets symlink.
>
> We have a couple installs using this build that both have that djblets
> symlink, so it should be working.
>
> Christian
>
> --
> Christian Hammond - chi...@chipx86.com
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:
>
>> non recursive ls:
>>
>> $ ls -l
>> total 12
>> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> /home/rb/envs/rb-dev/lib/
>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/
>> reviewboard/htdocs/static/admin
>> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/
>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/
>> reviewboard/htdocs/static/lib
>> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> /home/rb/envs/rb-dev/lib/
>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/
>> reviewboard/htdocs/static/rb
>>
>> --
>> Get the Review Board Power Pack at http://www.reviewboard.org/pow
>> erpack/
>> ---
>> 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 reviewboard...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>  --
>>> 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 reviewboard...@googlegr

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vishal Gautam
I am using easy_install, but I did use pip once, a few days ago to 
downgrade Django to a specific version when I was getting issues of diff 
not coming up after upgrading to 1.7.18, but that turned out to be an issue 
due to our svn server .. svn update and co were failing, most likely some 
vhost conf settings are changed; switching the repository url from https to 
http finally worked. During this troubleshooting I did upgrade RB to 2.0 
Beta1 using easy_install.

Now what do you suggest?

On Tuesday, November 19, 2013 3:12:44 PM UTC+5:30, Christian Hammond wrote:
>
> That sounds like rb-site upgrade wasn't run or wasn't successful.
>
> Are you using pip or easy_install to install Review Board and Djblets? We 
> don't support pip, as it doesn't support some crucial Python packaging 
> features we depend on.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam 
> 
> > wrote:
>
>> Ah  after posting this I noticed that while pip list is showing 
>> Djblet as 0.8alpha1 but symlink inside htdocs/st is still pointing to 
>> 0.7.23 ... any idea why?
>>
>>
>> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:
>>>
>>> Hi Chris,
>>>
>>> After upgrading to 2.0 beta1 we hit a similar issue for following files 
>>> and as a result diffs are not worknig
>>> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not 
>>> exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js, 
>>> referer: https://rb-site-name/r/
>>>
>>>- js/datagrid.min.js
>>>- js/extensions.min.js
>>>- js/jquery.gravy.min.js 
>>>- css/datagrid.min.css
>>>
>>> Djblet version is correct - Djblets (0.8alpha1) and we do have djblets 
>>> symlink inside htdocs/static folder
>>> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets -> 
>>> /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.
>>> egg/djblets/static
>>>
>>> Since I do see their corresponding non min version, I simply copied that 
>>> to above name to get around. With that the error went away from apache log 
>>> but diff is still not working, have some JS errors (see attachment).
>>>
>>> Any pointers?
>>>
>>>
>>>
>>>
>>> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond 
>>> wrote:

 If it didn't have one, then the rb-site upgrade went wrong. Please run 
 it again and see if there are any mentions of the djblets symlink.

 We have a couple installs using this build that both have that djblets 
 symlink, so it should be working.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com


 On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:

> non recursive ls:
>
> $ ls -l
> total 12
> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> /home/rb/envs/rb-dev/lib/
> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
> egg/reviewboard/htdocs/static/admin
> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/
> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
> egg/reviewboard/htdocs/static/lib
> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> /home/rb/envs/rb-dev/lib/
> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
> egg/reviewboard/htdocs/static/rb
>  
> -- 
> 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 reviewboard...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

  -- 
>> 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 reviewboard...@googlegroups.com .
>>
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

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

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Christian Hammond
That sounds like rb-site upgrade wasn't run or wasn't successful.

Are you using pip or easy_install to install Review Board and Djblets? We
don't support pip, as it doesn't support some crucial Python packaging
features we depend on.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam wrote:

> Ah  after posting this I noticed that while pip list is showing Djblet
> as 0.8alpha1 but symlink inside htdocs/st is still pointing to 0.7.23 ...
> any idea why?
>
>
> On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:
>>
>> Hi Chris,
>>
>> After upgrading to 2.0 beta1 we hit a similar issue for following files
>> and as a result diffs are not worknig
>> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not
>> exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js,
>> referer: https://rb-site-name/r/
>>
>>- js/datagrid.min.js
>>- js/extensions.min.js
>>- js/jquery.gravy.min.js
>>- css/datagrid.min.css
>>
>> Djblet version is correct - Djblets (0.8alpha1) and we do have djblets
>> symlink inside htdocs/static folder
>> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets ->
>> /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.
>> egg/djblets/static
>>
>> Since I do see their corresponding non min version, I simply copied that
>> to above name to get around. With that the error went away from apache log
>> but diff is still not working, have some JS errors (see attachment).
>>
>> Any pointers?
>>
>>
>>
>>
>> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond
>> wrote:
>>>
>>> If it didn't have one, then the rb-site upgrade went wrong. Please run
>>> it again and see if there are any mentions of the djblets symlink.
>>>
>>> We have a couple installs using this build that both have that djblets
>>> symlink, so it should be working.
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>
>>>
>>> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:
>>>
 non recursive ls:

 $ ls -l
 total 12
 lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> /home/rb/envs/rb-dev/lib/
 python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
 egg/reviewboard/htdocs/static/admin
 lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/
 python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
 egg/reviewboard/htdocs/static/lib
 lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> /home/rb/envs/rb-dev/lib/
 python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
 egg/reviewboard/htdocs/static/rb

 --
 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 reviewboard...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.

>>>
>>>  --
> 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 reviewboard+unsubscr...@googlegroups.com.
>
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vishal Gautam
Ah  after posting this I noticed that while pip list is showing Djblet 
as 0.8alpha1 but symlink inside htdocs/st is still pointing to 0.7.23 ... 
any idea why?

On Tuesday, November 19, 2013 3:06:45 PM UTC+5:30, Vishal Gautam wrote:
>
> Hi Chris,
>
> After upgrading to 2.0 beta1 we hit a similar issue for following files 
> and as a result diffs are not worknig
> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not 
> exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js, 
> referer: https://rb-site-name/r/
>
>- js/datagrid.min.js
>- js/extensions.min.js
>- js/jquery.gravy.min.js
>- css/datagrid.min.css
>
> Djblet version is correct - Djblets (0.8alpha1) and we do have djblets 
> symlink inside htdocs/static folder
> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets -> 
> /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.egg/djblets/static
>
> Since I do see their corresponding non min version, I simply copied that 
> to above name to get around. With that the error went away from apache log 
> but diff is still not working, have some JS errors (see attachment).
>
> Any pointers?
>
>
>
>
> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond wrote:
>>
>> If it didn't have one, then the rb-site upgrade went wrong. Please run it 
>> again and see if there are any mentions of the djblets symlink.
>>
>> We have a couple installs using this build that both have that djblets 
>> symlink, so it should be working.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:
>>
>>> non recursive ls:
>>>
>>> $ ls -l
>>> total 12
>>> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> 
>>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/admin
>>> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> 
>>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/lib
>>> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> 
>>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/rb
>>>  
>>> -- 
>>> 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 reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread David Trowbridge
It looks like the djblets symlink is pointing to the wrong version.

-David


On Tue, Nov 19, 2013 at 1:36 AM, Vishal Gautam wrote:

> Hi Chris,
>
> After upgrading to 2.0 beta1 we hit a similar issue for following files
> and as a result diffs are not worknig
> [Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not
> exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js,
> referer: https://rb-site-name/r/
>
>- js/datagrid.min.js
>- js/extensions.min.js
>- js/jquery.gravy.min.js
>- css/datagrid.min.css
>
> Djblet version is correct - Djblets (0.8alpha1) and we do have djblets
> symlink inside htdocs/static folder
> lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets ->
> /usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.egg/djblets/static
>
> Since I do see their corresponding non min version, I simply copied that
> to above name to get around. With that the error went away from apache log
> but diff is still not working, have some JS errors (see attachment).
>
> Any pointers?
>
>
>
>
> On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond wrote:
>
>> If it didn't have one, then the rb-site upgrade went wrong. Please run it
>> again and see if there are any mentions of the djblets symlink.
>>
>> We have a couple installs using this build that both have that djblets
>> symlink, so it should be working.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>>
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:
>>
>>>  non recursive ls:
>>>
>>> $ ls -l
>>> total 12
>>> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> /home/rb/envs/rb-dev/lib/
>>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
>>> egg/reviewboard/htdocs/static/admin
>>> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> /home/rb/envs/rb-dev/lib/
>>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
>>> egg/reviewboard/htdocs/static/lib
>>> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> /home/rb/envs/rb-dev/lib/
>>> python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.
>>> egg/reviewboard/htdocs/static/rb
>>>
>>> --
>>> 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 reviewboard...@googlegroups.com.
>>>
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>  --
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vishal Gautam
Hi Chris,

After upgrading to 2.0 beta1 we hit a similar issue for following files and 
as a result diffs are not worknig
[Tue Nov 19 09:09:03 2013] [error] [client 10.10.x.xxx] File does not 
exist: /var/www/rb-site-name/htdocs/static/djblets/js/datagrid.min.js, 
referer: https://rb-site-name/r/

   - js/datagrid.min.js
   - js/extensions.min.js
   - js/jquery.gravy.min.js
   - css/datagrid.min.css

Djblet version is correct - Djblets (0.8alpha1) and we do have djblets 
symlink inside htdocs/static folder
lrwxrwxrwx 1 root root  78 Nov  8 00:47 djblets -> 
/usr/local/lib/python2.6/site-packages/Djblets-0.7.23-py2.6.egg/djblets/static

Since I do see their corresponding non min version, I simply copied that to 
above name to get around. With that the error went away from apache log but 
diff is still not working, have some JS errors (see attachment).

Any pointers?




On Tuesday, November 19, 2013 2:54:38 PM UTC+5:30, Christian Hammond wrote:
>
> If it didn't have one, then the rb-site upgrade went wrong. Please run it 
> again and see if there are any mentions of the djblets symlink.
>
> We have a couple installs using this build that both have that djblets 
> symlink, so it should be working.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  >wrote:
>
>> non recursive ls:
>>
>> $ ls -l
>> total 12
>> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> 
>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/admin
>> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> 
>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/lib
>> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> 
>> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/rb
>>  
>> -- 
>> 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 reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
<>

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Christian Hammond
If it didn't have one, then the rb-site upgrade went wrong. Please run it
again and see if there are any mentions of the djblets symlink.

We have a couple installs using this build that both have that djblets
symlink, so it should be working.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Tue, Nov 19, 2013 at 12:38 AM, Vlad S.  wrote:

> non recursive ls:
>
> $ ls -l
> total 12
> lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin ->
> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/admin
> lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib ->
> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/lib
> lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb ->
> /home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/rb
>
> --
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
non recursive ls:

$ ls -l
total 12
lrwxrwxrwx 1 rb rb 111 Nov 18 16:15 admin -> 
/home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/admin
lrwxrwxrwx 1 rb rb 109 Nov 18 16:15 lib -> 
/home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/lib
lrwxrwxrwx 1 rb rb 108 Nov 18 16:15 rb -> 
/home/rb/envs/rb-dev/lib/python2.6/site-packages/ReviewBoard-2.0beta1-py2.6.egg/reviewboard/htdocs/static/rb

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-19 Thread Vlad S.
Hi!

This would disclose uploaded directory. I can say 
that /home/rb/www/rb-dev/htdocs/static had *no* djblets subdirectory or 
symlink. 

понедельник, 18 ноября 2013 г., 23:24:12 UTC+4 пользователь Christian 
Hammond написал:
>
> Hi Vlad,
>
> Can you show me the contents of your site's htdocs/static/ directory, 
> recursively?
>
> Christian
>
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-18 Thread Christian Hammond
Hi Vlad,

Can you show me the contents of your site's htdocs/static/ directory,
recursively?

Christian


On Monday, November 18, 2013, Vlad S. wrote:

> Hi Christian,
>
> upgrade went fine, djblets is 0.8alpha1 installed.
>
> (rb-dev)[rb@xxx ~]$ rb-site upgrade /home/rb/www/rb-dev
> /home/rb/envs/rb-dev/lib/python2.6/site-packages/pkg_resources.py:979:
> UserWarning: /home/rb/.python-eggs is writable by group/others and
> vulnerable to attack when used with get_resource_filename. Consider a more
> secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE
> environment variable).
>   warnings.warn(msg, UserWarning)
> Rebuilding directory structure
> Updating database. This may take a while.
>
> The log output below, including warnings and errors,
> can be ignored unless upgrade fails.
>
> --  --
> /home/rb/envs/rb-dev/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
> DeprecationWarning: The 'execute_manager' function is deprecated, you
> likely need to update your 'manage.py'; please see the Django 1.4 release
> notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
>   DeprecationWarning)
> /home/rb/envs/rb-dev/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
> DeprecationWarning: The 'setup_environ' function is deprecated, you likely
> need to update your 'manage.py'; please see the Django 1.4 release notes (
> https://docs.djangoproject.com/en/dev/releases/1.4/).
>   DeprecationWarning)
> Creating tables ...
> Installing custom SQL ...
> Installing indexes ...
> Installed 0 object(s) from 0 fixture(s)
> No evolution required.
> ---  ---
>
> Resetting in-database caches.
>
> Upgrade complete!
>
> (rb-dev)[rb@xxx ~]$ pip list
> Django (1.5.5)
> django-evolution (0.6.9)
> django-pipeline (1.3.16)
> Djblets (0.8alpha1)
> docutils (0.11)
> ecdsa (0.10)
> feedparser (5.1.3)
> futures (2.1.5)
> Markdown (2.3.1)
> mimeparse (0.1.3)
> MySQL-python (1.2.4)
> osso (0.1)
> paramiko (1.12.0)
> PIL (1.1.7)
> pip (1.4.1)
> pycrypto (2.6.1)
> Pygments (1.6)
> python-dateutil (1.5)
> python-memcached (1.53)
> pytz (2013.8)
> recaptcha-client (1.0.6)
> ReviewBoard (2.0beta1)
> setuptools (1.3.2)
>
> воскресенье, 17 ноября 2013 г., 4:03:28 UTC+4 пользователь Christian
> Hammond написал:
>
> That's the result of either Djblets not being installed correctly, or
> rb-site upgrade not being run after fixing up Djblets (or it pulling in the
> wrong version). I expect the site won't work correctly without it.
>
> Christian
>
>
> On Saturday, November 16, 2013, Vlad S. wrote:
>
> I have managed to run RB in virtualenv, but get (harmless?) repeating
> error - https://groups.google.com/forum/#!topic/reviewboard/NGKUWOeJobI
>
> /v
>
> суббота, 16 ноября 2013 г., 0:43:20 UTC+4 пользователь Christian Hammond
> написал:
>
> Hi,
>
> It's not SITE_ID. Assuming you're using a different database for 2.0
> (really hope you are), then it's something else.
>
> Most likely, it's not using the proper Djblets. Can you check to make sure
> Djblets 0.8alpha1 is being used within the virtualenv? And if you have any
> tracebacks in the logs that might indicate, that'd help too.
>
> Christian
>
> --
> Christian Hammond - chi...@chipx86.com
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Fri, Nov 15, 2013 at 3:33 AM, Vlad S.  wrote:
>
> Hi!
>
> I am trying out new 2.0 beta1 in a staging virtual env and getting this
> error:
>
> [Fri Nov 15 11:10:01 2013] [error] ERROR:root:Exception thrown for user
> AnonymousUser at http://rb-dev.[..]/rb/account/login/?next_page=/rb/
> dashboard/
> [Fri Nov 15 11:10:01 2013] [error]
> [Fri Nov 15 11:10:01 2013] [error] The file 'djblets/js/jquery.gravy.min.js'
> could not be found with  e.storage.PipelineCachedStorage object at 0x7f82acfc24d0>.
> [Fri Nov 15 11:10:01 2013] [error] Traceback (most recent call last):
>
>
> RB ws installed with
> $ easy_install -f http://downloads.reviewboard.o
> rg/releases/ReviewBoard/2.0/ -U ReviewBoard
> in python virtual env.
>
> reviewboard.wsgi has been fixed to use virtualenv:
> ---
> import os
> import sys
> import site
>
> # Add the site-packages of the chosen virtualenv to work with
> site.addsitedir('/home/rb/envs/rb-dev/lib/python2.6/site-packages')
>
> os.environ['DJANGO_SETTINGS_MODULE'] = "reviewboard.settings"
> os.environ['PYTHON_EGG_CACHE'] = "/home/rb/www/rb-dev/tmp/egg_cache"
> os.environ['HOME'] = "/home/rb/www/rb-dev/data"
> os.environ['PYTHONPATH'] = '/home/rb/www/rb-dev/conf:' +
> os.environ.get('PYTHONPATH', '')
>
> sys.path = ['/home/rb/www/rb-dev/conf'] + sys.path
>
> # Activate rb-dev virtual env
> activate_env=os.path.expanduser("/home/rb/envs/rb-dev/bin/
> activate_this.py")
> execfile(activate_env, dict(__file__=activate_env))
>
> import django.core.handlers.wsgi
> application = django.core.handlers.wsgi.WSGIHandler()
> -

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-18 Thread Vlad S.
Hi Christian,

upgrade went fine, djblets is 0.8alpha1 installed.

(rb-dev)[rb@xxx ~]$ rb-site upgrade /home/rb/www/rb-dev
/home/rb/envs/rb-dev/lib/python2.6/site-packages/pkg_resources.py:979: 
UserWarning: /home/rb/.python-eggs is writable by group/others and 
vulnerable to attack when used with get_resource_filename. Consider a more 
secure location (set with .set_extraction_path or the PYTHON_EGG_CACHE 
environment variable).
  warnings.warn(msg, UserWarning)
Rebuilding directory structure
Updating database. This may take a while.

The log output below, including warnings and errors,
can be ignored unless upgrade fails.

--  --
/home/rb/envs/rb-dev/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:465:
 
DeprecationWarning: The 'execute_manager' function is deprecated, you 
likely need to update your 'manage.py'; please see the Django 1.4 release 
notes (https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
/home/rb/envs/rb-dev/lib/python2.6/site-packages/Django-1.5.5-py2.6.egg/django/core/management/__init__.py:409:
 
DeprecationWarning: The 'setup_environ' function is deprecated, you likely 
need to update your 'manage.py'; please see the Django 1.4 release notes 
(https://docs.djangoproject.com/en/dev/releases/1.4/).
  DeprecationWarning)
Creating tables ...
Installing custom SQL ...
Installing indexes ...
Installed 0 object(s) from 0 fixture(s)
No evolution required.
---  ---

Resetting in-database caches.

Upgrade complete!

(rb-dev)[rb@xxx ~]$ pip list
Django (1.5.5)
django-evolution (0.6.9)
django-pipeline (1.3.16)
Djblets (0.8alpha1)
docutils (0.11)
ecdsa (0.10)
feedparser (5.1.3)
futures (2.1.5)
Markdown (2.3.1)
mimeparse (0.1.3)
MySQL-python (1.2.4)
osso (0.1)
paramiko (1.12.0)
PIL (1.1.7)
pip (1.4.1)
pycrypto (2.6.1)
Pygments (1.6)
python-dateutil (1.5)
python-memcached (1.53)
pytz (2013.8)
recaptcha-client (1.0.6)
ReviewBoard (2.0beta1)
setuptools (1.3.2)

воскресенье, 17 ноября 2013 г., 4:03:28 UTC+4 пользователь Christian 
Hammond написал:
>
> That's the result of either Djblets not being installed correctly, or 
> rb-site upgrade not being run after fixing up Djblets (or it pulling in the 
> wrong version). I expect the site won't work correctly without it.
>
> Christian
>
>
> On Saturday, November 16, 2013, Vlad S. wrote:
>
>> I have managed to run RB in virtualenv, but get (harmless?) repeating 
>> error - https://groups.google.com/forum/#!topic/reviewboard/NGKUWOeJobI
>>
>> /v
>>
>> суббота, 16 ноября 2013 г., 0:43:20 UTC+4 пользователь Christian Hammond 
>> написал:
>>>
>>> Hi,
>>>
>>> It's not SITE_ID. Assuming you're using a different database for 2.0 
>>> (really hope you are), then it's something else.
>>>
>>> Most likely, it's not using the proper Djblets. Can you check to make 
>>> sure Djblets 0.8alpha1 is being used within the virtualenv? And if you have 
>>> any tracebacks in the logs that might indicate, that'd help too.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chi...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> Beanbag, Inc. - http://www.beanbaginc.com
>>>
>>>
>>> On Fri, Nov 15, 2013 at 3:33 AM, Vlad S.  wrote:
>>>
 Hi!

 I am trying out new 2.0 beta1 in a staging virtual env and getting this 
 error:

 [Fri Nov 15 11:10:01 2013] [error] ERROR:root:Exception thrown for user 
 AnonymousUser at http://rb-dev.[..]/rb/account/login/?next_page=/rb/
 dashboard/
 [Fri Nov 15 11:10:01 2013] [error] 
 [Fri Nov 15 11:10:01 2013] [error] The file 
 'djblets/js/jquery.gravy.min.js' could not be found with >>> e.storage.PipelineCachedStorage object at 0x7f82acfc24d0>.
 [Fri Nov 15 11:10:01 2013] [error] Traceback (most recent call last):


 RB ws installed with
 $ easy_install -f http://downloads.reviewboard.
 org/releases/ReviewBoard/2.0/ -U ReviewBoard
 in python virtual env.

 reviewboard.wsgi has been fixed to use virtualenv:
 ---
 import os
 import sys
 import site

 # Add the site-packages of the chosen virtualenv to work with
 site.addsitedir('/home/rb/envs/rb-dev/lib/python2.6/site-packages')

 os.environ['DJANGO_SETTINGS_MODULE'] = "reviewboard.settings"
 os.environ['PYTHON_EGG_CACHE'] = "/home/rb/www/rb-dev/tmp/egg_cache"
 os.environ['HOME'] = "/home/rb/www/rb-dev/data"
 os.environ['PYTHONPATH'] = '/home/rb/www/rb-dev/conf:' + 
 os.environ.get('PYTHONPATH', '')

 sys.path = ['/home/rb/www/rb-dev/conf'] + sys.path

 # Activate rb-dev virtual env
 activate_env=os.path.expanduser("/home/rb/envs/rb-
 dev/bin/activate_this.py")
 execfile(activate_env, dict(__file__=activate_env))

 import django.core.handlers.wsgi
 application = django.core.handlers.wsgi.WSGIHandler()
 --

 I think I made things right but still getting this er

Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-16 Thread Christian Hammond
That's the result of either Djblets not being installed correctly, or
rb-site upgrade not being run after fixing up Djblets (or it pulling in the
wrong version). I expect the site won't work correctly without it.

Christian


On Saturday, November 16, 2013, Vlad S. wrote:

> I have managed to run RB in virtualenv, but get (harmless?) repeating
> error - https://groups.google.com/forum/#!topic/reviewboard/NGKUWOeJobI
>
> /v
>
> суббота, 16 ноября 2013 г., 0:43:20 UTC+4 пользователь Christian Hammond
> написал:
>>
>> Hi,
>>
>> It's not SITE_ID. Assuming you're using a different database for 2.0
>> (really hope you are), then it's something else.
>>
>> Most likely, it's not using the proper Djblets. Can you check to make
>> sure Djblets 0.8alpha1 is being used within the virtualenv? And if you have
>> any tracebacks in the logs that might indicate, that'd help too.
>>
>> Christian
>>
>> --
>> Christian Hammond - chi...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> Beanbag, Inc. - http://www.beanbaginc.com
>>
>>
>> On Fri, Nov 15, 2013 at 3:33 AM, Vlad S.  wrote:
>>
>>> Hi!
>>>
>>> I am trying out new 2.0 beta1 in a staging virtual env and getting this
>>> error:
>>>
>>> [Fri Nov 15 11:10:01 2013] [error] ERROR:root:Exception thrown for user
>>> AnonymousUser at http://rb-dev.[..]/rb/account/login/?next_page=/rb/
>>> dashboard/
>>> [Fri Nov 15 11:10:01 2013] [error]
>>> [Fri Nov 15 11:10:01 2013] [error] The file 'djblets/js/jquery.gravy.min.js'
>>> could not be found with >> e.storage.PipelineCachedStorage object at 0x7f82acfc24d0>.
>>> [Fri Nov 15 11:10:01 2013] [error] Traceback (most recent call last):
>>>
>>>
>>> RB ws installed with
>>> $ easy_install -f http://downloads.reviewboard.
>>> org/releases/ReviewBoard/2.0/ -U ReviewBoard
>>> in python virtual env.
>>>
>>> reviewboard.wsgi has been fixed to use virtualenv:
>>> ---
>>> import os
>>> import sys
>>> import site
>>>
>>> # Add the site-packages of the chosen virtualenv to work with
>>> site.addsitedir('/home/rb/envs/rb-dev/lib/python2.6/site-packages')
>>>
>>> os.environ['DJANGO_SETTINGS_MODULE'] = "reviewboard.settings"
>>> os.environ['PYTHON_EGG_CACHE'] = "/home/rb/www/rb-dev/tmp/egg_cache"
>>> os.environ['HOME'] = "/home/rb/www/rb-dev/data"
>>> os.environ['PYTHONPATH'] = '/home/rb/www/rb-dev/conf:' +
>>> os.environ.get('PYTHONPATH', '')
>>>
>>> sys.path = ['/home/rb/www/rb-dev/conf'] + sys.path
>>>
>>> # Activate rb-dev virtual env
>>> activate_env=os.path.expanduser("/home/rb/envs/rb-
>>> dev/bin/activate_this.py")
>>> execfile(activate_env, dict(__file__=activate_env))
>>>
>>> import django.core.handlers.wsgi
>>> application = django.core.handlers.wsgi.WSGIHandler()
>>> --
>>>
>>> I think I made things right but still getting this error with no clue on
>>> how to fix this.
>>>
>>> Shall I change SITE_ID=1? The testing environment is on the site as
>>> production one, so I had to isolate that with virtualenv.
>>>
>>> --
>>> V.
>>> ~
>>>
>>> ~
>>>
>>> ~
>>>
>>> --
>>> 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 reviewboard...@googlegroups.com.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>

-- 
-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-16 Thread Vlad S.
I have managed to run RB in virtualenv, but get (harmless?) repeating error 
- https://groups.google.com/forum/#!topic/reviewboard/NGKUWOeJobI

/v

суббота, 16 ноября 2013 г., 0:43:20 UTC+4 пользователь Christian Hammond 
написал:
>
> Hi,
>
> It's not SITE_ID. Assuming you're using a different database for 2.0 
> (really hope you are), then it's something else.
>
> Most likely, it's not using the proper Djblets. Can you check to make sure 
> Djblets 0.8alpha1 is being used within the virtualenv? And if you have any 
> tracebacks in the logs that might indicate, that'd help too.
>
> Christian
>
> -- 
> Christian Hammond - chi...@chipx86.com 
> Review Board - http://www.reviewboard.org
> Beanbag, Inc. - http://www.beanbaginc.com
>
>
> On Fri, Nov 15, 2013 at 3:33 AM, Vlad S.  >wrote:
>
>> Hi!
>>
>> I am trying out new 2.0 beta1 in a staging virtual env and getting this 
>> error:
>>
>> [Fri Nov 15 11:10:01 2013] [error] ERROR:root:Exception thrown for user 
>> AnonymousUser at http://rb-dev.
>> [..]/rb/account/login/?next_page=/rb/dashboard/
>> [Fri Nov 15 11:10:01 2013] [error] 
>> [Fri Nov 15 11:10:01 2013] [error] The file 
>> 'djblets/js/jquery.gravy.min.js' could not be found with > e.storage.PipelineCachedStorage object at 0x7f82acfc24d0>.
>> [Fri Nov 15 11:10:01 2013] [error] Traceback (most recent call last):
>>
>>
>> RB ws installed with
>> $ easy_install -f 
>> http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ -U ReviewBoard
>> in python virtual env.
>>
>> reviewboard.wsgi has been fixed to use virtualenv:
>> ---
>> import os
>> import sys
>> import site
>>
>> # Add the site-packages of the chosen virtualenv to work with
>> site.addsitedir('/home/rb/envs/rb-dev/lib/python2.6/site-packages')
>>
>> os.environ['DJANGO_SETTINGS_MODULE'] = "reviewboard.settings"
>> os.environ['PYTHON_EGG_CACHE'] = "/home/rb/www/rb-dev/tmp/egg_cache"
>> os.environ['HOME'] = "/home/rb/www/rb-dev/data"
>> os.environ['PYTHONPATH'] = '/home/rb/www/rb-dev/conf:' + 
>> os.environ.get('PYTHONPATH', '')
>>
>> sys.path = ['/home/rb/www/rb-dev/conf'] + sys.path
>>
>> # Activate rb-dev virtual env
>>
>> activate_env=os.path.expanduser("/home/rb/envs/rb-dev/bin/activate_this.py")
>> execfile(activate_env, dict(__file__=activate_env))
>>
>> import django.core.handlers.wsgi
>> application = django.core.handlers.wsgi.WSGIHandler()
>> --
>>
>> I think I made things right but still getting this error with no clue on 
>> how to fix this.
>>
>> Shall I change SITE_ID=1? The testing environment is on the site as 
>> production one, so I had to isolate that with virtualenv.
>>
>> -- 
>> V.
>> ~ 
>>
>> ~ 
>>
>> ~   
>>
>> -- 
>> 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 reviewboard...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: 2.0 beta1: The file 'djblets/js/jquery.gravy.min.js' could not be found with

2013-11-15 Thread Christian Hammond
Hi,

It's not SITE_ID. Assuming you're using a different database for 2.0
(really hope you are), then it's something else.

Most likely, it's not using the proper Djblets. Can you check to make sure
Djblets 0.8alpha1 is being used within the virtualenv? And if you have any
tracebacks in the logs that might indicate, that'd help too.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com


On Fri, Nov 15, 2013 at 3:33 AM, Vlad S.  wrote:

> Hi!
>
> I am trying out new 2.0 beta1 in a staging virtual env and getting this
> error:
>
> [Fri Nov 15 11:10:01 2013] [error] ERROR:root:Exception thrown for user
> AnonymousUser at http://rb-dev.
> [..]/rb/account/login/?next_page=/rb/dashboard/
> [Fri Nov 15 11:10:01 2013] [error]
> [Fri Nov 15 11:10:01 2013] [error] The file
> 'djblets/js/jquery.gravy.min.js' could not be found with  e.storage.PipelineCachedStorage object at 0x7f82acfc24d0>.
> [Fri Nov 15 11:10:01 2013] [error] Traceback (most recent call last):
>
>
> RB ws installed with
> $ easy_install -f
> http://downloads.reviewboard.org/releases/ReviewBoard/2.0/ -U ReviewBoard
> in python virtual env.
>
> reviewboard.wsgi has been fixed to use virtualenv:
> ---
> import os
> import sys
> import site
>
> # Add the site-packages of the chosen virtualenv to work with
> site.addsitedir('/home/rb/envs/rb-dev/lib/python2.6/site-packages')
>
> os.environ['DJANGO_SETTINGS_MODULE'] = "reviewboard.settings"
> os.environ['PYTHON_EGG_CACHE'] = "/home/rb/www/rb-dev/tmp/egg_cache"
> os.environ['HOME'] = "/home/rb/www/rb-dev/data"
> os.environ['PYTHONPATH'] = '/home/rb/www/rb-dev/conf:' +
> os.environ.get('PYTHONPATH', '')
>
> sys.path = ['/home/rb/www/rb-dev/conf'] + sys.path
>
> # Activate rb-dev virtual env
>
> activate_env=os.path.expanduser("/home/rb/envs/rb-dev/bin/activate_this.py")
> execfile(activate_env, dict(__file__=activate_env))
>
> import django.core.handlers.wsgi
> application = django.core.handlers.wsgi.WSGIHandler()
> --
>
> I think I made things right but still getting this error with no clue on
> how to fix this.
>
> Shall I change SITE_ID=1? The testing environment is on the site as
> production one, so I had to isolate that with virtualenv.
>
> --
> V.
> ~
>
> ~
>
> ~
>
> --
> 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 reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.