Thanks, Chris. You solved my problem.

On Dec 1, 2:33 pm, Christian Hammond <chip...@chipx86.com> wrote:
> Which beta version?
>
> The failure is due to the p4 print command failing. It is trying to do:
>
>     p4 -p <servername> print -q <path>
>
> If you have a username and password set for the repository, it's tacking "-u
> <username> -p <password>" before the "print" part above.
>
> You may want to try running this manually from that server and see what
> happens. It may be that p4 isn't being invoked, or there's a communication
> or authentication issue with the server.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
> On Tue, Dec 1, 2009 at 11:17 AM, Kunjal <kunjal.par...@gmail.com> wrote:
> > Hello,
>
> > We are using RB-Beta version integrated with Perforce.
> > Suddendly, from yesterday evening, for all of the reviews in RB, when
> > someone clicks on View Diff, we get below error.
> > Any pointers to debug this issue?
>
> > Traceback (most recent call last):
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/views.py", line 82, in view_diff
> >    files = get_diff_files(diffset, None, interdiffset, highlighting)
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/diffutils.py", line 561, in get_diff_files
> >    enable_syntax_highlighting)
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/diffutils.py", line 500, in generate_files
> >    lambda: get_chunks(filediff.diffset,
> >  File "/usr/local/lib64/python2.5/site-packages/djblets/util/
> > misc.py", line 47, in cache_memoize
> >    data = lookup_callable()
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/diffutils.py", line 503, in <lambda>
> >    enable_syntax_highlighting))
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/diffutils.py", line 297, in get_chunks
> >    old = get_original_file(filediff)
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/diffutils.py", line 208, in get_original_file
> >    return cache_memoize(key, lambda: [tool.get_file(file, revision)])
> > [0]
> >  File "/usr/local/lib64/python2.5/site-packages/djblets/util/
> > misc.py", line 47, in cache_memoize
> >    data = lookup_callable()
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/
> > diffviewer/diffutils.py", line 208, in <lambda>
> >    return cache_memoize(key, lambda: [tool.get_file(file, revision)])
> > [0]
> >  File "/usr/local/lib64/python2.5/site-packages/reviewboard/scmtools/
> > perforce.py", line 89, in get_file
> >    raise P4Error('\n'.join(line[1:] for line in error[1:]))
> > P4Error
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~----------~----~----~----~------~----~------~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com<reviewboard%2bunsubscr...@googlegr­oups.com>
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en- Hide quoted text -
>
> - Show quoted text -

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~----------~----~----~----~------~----~------~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Reply via email to