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 - [email protected] Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Tue, Nov 19, 2013 at 2:48 AM, Vishal Gautam <[email protected]>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. > > ------------------ <begin log output> ------------------ > /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. > ------------------- <end log output> ------------------- > > 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 - [email protected] >> Review Board - http://www.reviewboard.org >> Beanbag, Inc. - http://www.beanbaginc.com >> >> >> On Tue, Nov 19, 2013 at 2:09 AM, Vlad S. <[email protected]> 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 - [email protected] >>>>> Review Board - http://www.reviewboard.org >>>>> Beanbag, Inc. - http://www.beanbaginc.com >>>>> >>>>> >>>>> On Tue, Nov 19, 2013 at 1:41 AM, Vishal Gautam <[email protected]>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 - [email protected] >>>>>>>> Review Board - http://www.reviewboard.org >>>>>>>> Beanbag, Inc. - http://www.beanbaginc.com >>>>>>>> >>>>>>>> >>>>>>>> On Tue, Nov 19, 2013 at 12:38 AM, Vlad S. <[email protected]> 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 [email protected]. >>>>>>>>> For more options, visit https://groups.google.com/groups/opt_out. >>>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>> 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 [email protected]. >>>>>> >>>>>> 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 [email protected]. >>> 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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
