Add File not working after upgrade

2015-08-22 Thread shravanthi s
Hi, After we upgraded our Review board instance from 2.0.2 to the latest version 2.0.18, we are facing an issue with Add file feature for existing Review requests. We are not able to add files (any type of file) to existing review requests. It doesnt throw any error but the upload of file is

Re: Issue with base directory path while uploading diff in UI

2015-03-03 Thread shravanthi s
Any other suggestions? On Monday, 23 February 2015 15:31:52 UTC+5:30, shravanthi s wrote: One of our users had issues updating a diff in one of the reviews as the base directory path which gets populated automatically, was not proper. It was coming up something like this ibm-lpar runk

Re: Issue with base directory path while uploading diff in UI

2015-02-24 Thread shravanthi s
We need to plan for this upgrade and it might take a while. Meanwhile is there any other way to fix this issue? On Monday, 23 February 2015 15:31:52 UTC+5:30, shravanthi s wrote: One of our users had issues updating a diff in one of the reviews as the base directory path which gets populated

Issue with base directory path while uploading diff in UI

2015-02-23 Thread shravanthi s
One of our users had issues updating a diff in one of the reviews as the base directory path which gets populated automatically, was not proper. It was coming up something like this ibm-lpar runk lockscollect emplates ext-collectorconf whereas it should have been

Re: Issue with base directory path while uploading diff in UI

2015-02-23 Thread shravanthi s
February 2015 15:31:52 UTC+5:30, shravanthi s wrote: One of our users had issues updating a diff in one of the reviews as the base directory path which gets populated automatically, was not proper. It was coming up something like this ibm-lpar runk lockscollect emplates ext-collectorconf

Re: Unable to see diff after uploading to review board

2014-11-03 Thread shravanthi s
Is this a bug in review board? Please let me know if there is a work around or i can file bug as well. -- 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

Re: Unable to see diff after uploading to review board

2014-10-28 Thread shravanthi s
Any update on this issue? We are still unable to resolve the same. -- 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

Unable to see diff after uploading to review board

2014-10-25 Thread shravanthi s
Hi, One of the reviewboard users had a problem with uploading their diff. It had changes which consisted of addition of more than 250 lines of code. After uploading patch created by svn, it is showing diff as blank when i try to View Diff in review board. We are using review board version

Re: Unable to see diff after uploading to review board

2014-10-25 Thread shravanthi s
It is working properly if i do smaller changes like addition of 10 or 20 lines of code. But for large change, it is not showing diff. Attaching a screenshot of how the diff currently looks. https://lh5.googleusercontent.com/-XjlXnERxFEc/VEtiNoXXXkI/Dpc/thHonWRDPLE/s1600/rbissue.png --

Re: OS Error 2

2014-10-13 Thread shravanthi s
The issue was fixed after i added PATH variable in /etc/sysconfig/httpd file on my RHEL server. Thanks for your help! Shravanthi EMC2 -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ ---

Re: OS Error 2

2014-09-16 Thread shravanthi s
We have included line SetEnv PATH /usr/atria/bin:$PATH in httpd.conf file (path where cleartool resides). But we are still not able to get it working. Any other place we can look at? We are still unable to root cause the issue. -- Get the Review Board Power Pack at

Re: OS Error 2

2014-09-15 Thread shravanthi s
Hi, Can you please let us know why we are getting this error? Our linux server where Review Board was hosted (RHEL 6.5), was patched by out IT dept. Since then our review board stopped working. So we rebooted the server with older kernel and we were able to get the application up and

Re: Authentication failed while adding svn repository

2014-07-19 Thread shravanthi s
I tried upgrading pysvn and upgraded my subversion as well. Still same error :( . However when i try to save a repository with Show this repository option unchecked, then its able to save the repository. Am still seeing same error in logs. The only solution i can think of is to get rid of all

Re: Authentication failed while adding svn repository

2014-07-13 Thread shravanthi s
I have checked reviewboard.log and this is the only error which comes up in the log ERROR - - SVN: Failed to get repository information for https://test.com/svn/myfolder/Phoenix: callback_get_login required Any other log you want me to check? -- Get the Review Board Power Pack at

Re: Authentication failed while adding svn repository

2014-07-12 Thread shravanthi s
Should i try to reinstall pysvn or subversion? I have to get this working asap :( Can someone pls help me resolve this issue? -- 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?

Re: Authentication failed while adding svn repository

2014-07-11 Thread shravanthi s
I have tried accessing the svn repo from the server and it works without any issue. So am not sure what else is causing the issue. Any pointers? -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons:

Re: Authentication failed while adding svn repository

2014-07-10 Thread shravanthi s
I tried this piece of code to check if pysvn was working fine import pysvn def login(realm, username, may_save): user = 'my_user' password = 'my_password' return True, user, password, False def svnCo(repo_url,checkout_dir): client = pysvn.Client() client.callback_get_login

Re: Authentication failed while adding svn repository

2014-07-09 Thread shravanthi s
else to try, to fix this issue On Tuesday, 8 July 2014 14:55:40 UTC+5:30, shravanthi s wrote: Hi, I have installed Review Board 2.0.2 on RHEL 6.5 machine. I installed subversion 1.6.11 and pysvn version 1.7.8. However when i tried to add a repository, even though my login credentials

Re: Authentication - Subversion

2014-07-08 Thread shravanthi s
I am facing a similar issue. But my login credentials are correct and am able to access the svn repo link directly. However its not letting me add a repository and gives an authentication failed error. Any idea what is going wrong here? My review board log is as follows 'ERROR - - SVN:

Authentication failed while adding svn repository

2014-07-08 Thread shravanthi s
Hi, I have installed Review Board 2.0.2 on RHEL 6.5 machine. I installed subversion 1.6.11 and pysvn version 1.7.8. However when i tried to add a repository, even though my login credentials are correct, am unable to add it. It gives an error 'Authentication failed' . So currently review

Re: RB website showing only directory listing

2014-07-08 Thread shravanthi s
It looks like the issue was with DNS entry. I was trying to access the instance using IP while i had given the virtual hostname as instance name. I got this working! Thanks for your suggestions -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for

Re: Authentication failed while adding svn repository

2014-07-08 Thread shravanthi s
Any update on this? Am kinda stuck as review board in unusable right now. Can someone please point me in the right direction? -- 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?

Re: RB website showing only directory listing

2014-07-04 Thread shravanthi s
Am not sure why it is causing a problem now :( I had installed reviewboard successfully on another machine which was also RHEL 6.5 previously with ReviewBoard 1.7.22 version using the same procedure and it worked just fine. Now am trying to install latest version on a new server using same

Re: RB website showing only directory listing

2014-07-03 Thread shravanthi s
Any update? Am still not able to get this working On Thursday, 26 June 2014 21:23:34 UTC+5:30, shravanthi s wrote: I installed RB 2.0 version on a RHEL 6.5 . I installed all the pre requisites and created RB site and added the line in /etc/httpd/conf/httpd.conf Include /var/www

Re: RB website showing only directory listing

2014-07-03 Thread shravanthi s
specific reason why it is suggested to create review board site in /var/www? I cannot disable SELinux temporarily as it is against our company policies and there are security concerns related to it. Would it work even if i dont disable it? On Thursday, 26 June 2014 21:23:34 UTC+5:30, shravanthi s

Re: RB website showing only directory listing

2014-07-01 Thread shravanthi s
difference in this environment from my previous installations is that /var/www is a separate mount or file system on this machine as we needed more space in this path. Does that matter to review board installation? On Thursday, 26 June 2014 21:23:34 UTC+5:30, shravanthi s wrote: I installed RB 2.0

Re: RB website showing only directory listing

2014-07-01 Thread shravanthi s
/var/www/mytest.example.com/htdocs/static/rb/images/favicon.png /VirtualHost On Thursday, 26 June 2014 21:23:34 UTC+5:30, shravanthi s wrote: I installed RB 2.0 version on a RHEL 6.5 . I installed all the pre requisites and created RB site and added the line in /etc/httpd/conf/httpd.conf

Re: RB website showing only directory listing

2014-06-29 Thread shravanthi s
for this machine yet. On Thursday, 26 June 2014 21:23:34 UTC+5:30, shravanthi s wrote: I installed RB 2.0 version on a RHEL 6.5 . I installed all the pre requisites and created RB site and added the line in /etc/httpd/conf/httpd.conf Include /var/www/mytest.example.com/conf/apache-wsgi.conf

RB website showing only directory listing

2014-06-26 Thread shravanthi s
I installed RB 2.0 version on a RHEL 6.5 . I installed all the pre requisites and created RB site and added the line in /etc/httpd/conf/httpd.conf Include /var/www/mytest.example.com/conf/apache-wsgi.conf Everything else in httpd.conf is default settings. But am only seeing the directory

Re: Error : The Python module pysvn is not installed

2014-05-13 Thread shravanthi s
I installed pysvn module and the error doesnt come up anymore! Thank you for the suggestion! However this step is missing from the documentation. It would be helpful if this is mentioned too. Thanks, Shravanthi On Monday, 12 May 2014 11:40:46 UTC+5:30, shravanthi s wrote: Hi, I installed

Error : The Python module pysvn is not installed

2014-05-12 Thread shravanthi s
Hi, I installed all prerequisites and then review board 1.7.22 on RHEL 6.5 machine. The application is up and running, However i get an error when i tried to add a svn repository. The Python module pysvn is not installed.You may need to restart the server after installing it. I have

Re: Email notifications not sent when review comments are added.

2014-03-26 Thread shravanthi s
that i need to change? Thanks, Shravanthi On Monday, 13 January 2014 09:17:51 UTC+5:30, shravanthi s wrote: Hi, Some of our users are complaining that they are not getting any mail notifications when review comments are added to an ongoing review. However these users get email alets when

Re: Email notifications not sent when review comments are added.

2014-03-24 Thread shravanthi s
Any update? We are unable to root cause the issue and it is becoming more difficult to track reviews if notification mails are not sent. Please help! Thanks, Shravanthi On Monday, 13 January 2014 09:17:51 UTC+5:30, shravanthi s wrote: Hi, Some of our users are complaining

Re: Email notifications not sent when review comments are added.

2014-03-20 Thread shravanthi s
': (550, '5.7.1 examp...@emc.com... Access denied')} Please advice. On Monday, 13 January 2014 09:17:51 UTC+5:30, shravanthi s wrote: Hi, Some of our users are complaining that they are not getting any mail notifications when review comments are added to an ongoing review. However

css not coming up

2014-03-18 Thread shravanthi s
Hi, We installed review board succesfully and created a site as well. Its coming up but there is no style or css present so its only plain text and hyperlinks in the webpage. Please let us know how we can fix this issue (RB installed is 1.7.21) Thanks, Shravanthi -- Get the Review Board

Re: Migrate data from 1.6.12 version to 1.7.21?

2014-02-25 Thread shravanthi s
February 2014 14:39:13 UTC+5:30, shravanthi s wrote: Hi, We are in the process of upgrading our Review Board version from 1.6.12 to 1.7.21 . However we had issues upgrading python so we installed latest ReviewBoard on another server with higher version of python (as we faced certificate issues

Migrate data from 1.6.12 version to 1.7.21?

2014-02-21 Thread shravanthi s
Hi, We are in the process of upgrading our Review Board version from 1.6.12 to 1.7.21 . However we had issues upgrading python so we installed latest ReviewBoard on another server with higher version of python (as we faced certificate issues while running easy_install ReviewBoard==1.6.12 --

Re: Email notifications not sent when review comments are added.

2014-02-11 Thread shravanthi s
...@emc.com': (550, '5.7.1 raphael.aub...@emc.com... Access denied'),..etc} Please let me know how i can resolve this issue as i do not see any error in maillog. On Monday, 13 January 2014 09:17:51 UTC+5:30, shravanthi s wrote: Hi, Some of our users are complaining that they are not getting any mail

Re: Email notifications not sent when review comments are added.

2014-02-11 Thread shravanthi s
Also, the emails are not sent occasionally. Sometimes, users dont get email notification on first review comment but they get notified for the second one. So the issue is very intermittent as of now. On Monday, 13 January 2014 09:17:51 UTC+5:30, shravanthi s wrote: Hi, Some of our users

Email notifications not sent when review comments are added.

2014-01-12 Thread shravanthi s
Hi, Some of our users are complaining that they are not getting any mail notifications when review comments are added to an ongoing review. However these users get email alets when the review is created/posted. I took a look at the email settings and they seem to be fine. Any other settings i

Error while uploading files and screen shots

2012-11-23 Thread shravanthi s
Hi, I created a new instance of review board and ported data from another existing Review Board instance to my instance (same version). Everything seems to be working fine except the file attachment part. It looks like its still pointing to the old server. How do i change it to the new server?

LDAP Authentication method option not available

2012-10-09 Thread shravanthi s
Hi, I am facing an issue with LDAP option not available in Authentication method. There are only two authentication methods available in drop down.(Standard Registration and Legacy Authentication module. Actually I had successfully configured LDAP and it was working fine (I am using version

Re: Problem after installing RB 1.0 - Images and CSSs not working

2012-07-19 Thread shravanthi s
I have a similar issue. Is it possible to run one Review Board instance in root folder(www.example.com) and another instance in sub folder? (www.example.com/reviews)? When i installed in sub folder, root instance doesnt seem to work. Also I tried installing two instances as www.example.com/rb1

Migrate review board data from two instances to another instance

2012-06-23 Thread shravanthi s
Hi, In our company, we have different product teams using their own instance of reviewboard( currently there are 3 or 4 instances of review board). However we have a new instance of reviewboard set up (1.6.5). and we are planning to use only this instance across all teams. So we need to migrate