Re: I'm seeing a "The file was not found in the repository" error against a Git server but don't know why...

2017-07-31 Thread 'Eric Johnson' via reviewboard
I believe I figured this out.

Turns out, a space had snuck into a URL for repository configuration.

Perhaps the server should validate that the URL has no spaces?

Eric.


On Sat, Jun 24, 2017 at 6:35 PM, David Trowbridge 
wrote:

> Eric,
>
> How is the repository configured in the Review Board admin UI?
>
> -David
> On Fri, Jun 23, 2017 at 6:12 PM eric via reviewboard <
> reviewboard@googlegroups.com> wrote:
>
>> Very confused. Perhaps this is fixed by an upgrade? I'm running 2.5.9.
>>
>> I've got a user who clones a Git repository, makes a random change to the
>> source, commits the change, then tries "rbt post -d". It fails. I've been
>> able to reproduce the problem, so it isn't restricted to the specific user.
>>
>> (Note that I've blanked details specific to our environment, that seem
>> unrelated to the bug.)
>>
>> >>> RBTools 0.7.10
>> >>> Python 2.7.10 (default, Feb  7 2017, 00:08:15)
>> ___
>> >>> Command line: rbt post -d
>> >>> Running: tf vc help
>> >>> Checking for a Subversion repository...
>> >>> Running: svn --non-interactive info
>> >>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
>> svn: E155007: '___' is not a working copy
>> ---
>> >>> Checking for a Git repository...
>> >>> Running: git rev-parse --git-dir
>> >>> Running: git config core.bare
>> >>> Running: git rev-parse --show-toplevel
>> >>> Running: git symbolic-ref -q HEAD
>> >>> Running: git config --get branch.master.merge
>> >>> Running: git config --get branch.master.remote
>> >>> Running: git config --get remote.origin.url
>> >>> repository info: Path: https://__, Base path: ,
>> Supports changesets: False
>> >>> Making HTTP GET request to https://___api/
>> >>> Running: git rev-parse refs/heads/master
>> >>> Running: git merge-base e7b4515500eddbacd3846f24e59e6b5c5672fa6b
>> origin/master
>> >>> Running: git rev-parse 0c5abaf3d4854a4e13f084b85aa7bb9f3b8c491e
>> >>> Running: git status --porcelain --untracked-files=no
>> --ignore-submodules=dirty
>> >>> Running: git rev-parse --git-dir
>> >>> Running: git version
>> >>> Running: git -c core.quotepath=false -c diff.noprefix=false diff
>> --no-color --full-index --ignore-submodules -M --no-ext-diff
>> 0c5abaf3d4854a4e13f084b85aa7bb9f3b8c491e..e7b4515500eddbacd3846f24e59e6b
>> 5c5672fa6b
>> >>> Making HTTP GET request to https://__api/
>> validation/diffs/
>> >>> Cached response for HTTP GET 
>> >>> https://api/validation/diffs/
>> expired and was modified
>> >>> Making HTTP POST request to https://api/
>> validation/diffs/
>> >>> Got API Error 207 (HTTP code 400): The file was not found in the
>> repository.
>> >>> Error data: {u'stat': u'fail', u'file': u'karma.conf.js', u'err':
>> {u'msg': u'The file was not found in the repository.', u'code': 207},
>> u'revision': u'3c350734aaf218bc5d8c2b5ee1e257ff22ac2e7d'}
>> Traceback (most recent call last):
>>   File "/usr/local/bin/rbt", line 9, in 
>> load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
>>   File 
>> "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/main.py",
>> line 133, in main
>> command.run_from_argv([RB_MAIN, command_name] + args)
>>   File "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.
>> egg/rbtools/commands/__init__.py", line 663, in run_from_argv
>> exit_code = self.main(*args) or 0
>>   File 
>> "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/post.py",
>> line 812, in main
>> (msg_prefix, e))
>> rbtools.commands.CommandError: Error validating diff
>>
>> What's going on, and how do I fix it?
>>
>> Eric
>>
>>
>> --
>> Supercharge your Review Board with Power Pack:
>> https://www.reviewboard.org/powerpack/
>> Want us to host Review Board for you? Check out RBCommons:
>> https://rbcommons.com/
>> Happy user? Let us know! https://www.reviewboard.org/users/
>> ---
>> You r

Re: I'm seeing a "The file was not found in the repository" error against a Git server but don't know why...

2017-06-24 Thread David Trowbridge
Eric,

How is the repository configured in the Review Board admin UI?

-David
On Fri, Jun 23, 2017 at 6:12 PM eric via reviewboard <
reviewboard@googlegroups.com> wrote:

> Very confused. Perhaps this is fixed by an upgrade? I'm running 2.5.9.
>
> I've got a user who clones a Git repository, makes a random change to the
> source, commits the change, then tries "rbt post -d". It fails. I've been
> able to reproduce the problem, so it isn't restricted to the specific user.
>
> (Note that I've blanked details specific to our environment, that seem
> unrelated to the bug.)
>
> >>> RBTools 0.7.10
> >>> Python 2.7.10 (default, Feb  7 2017, 00:08:15)
> ___
> >>> Command line: rbt post -d
> >>> Running: tf vc help
> >>> Checking for a Subversion repository...
> >>> Running: svn --non-interactive info
> >>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
> svn: E155007: '___' is not a working copy
> ---
> >>> Checking for a Git repository...
> >>> Running: git rev-parse --git-dir
> >>> Running: git config core.bare
> >>> Running: git rev-parse --show-toplevel
> >>> Running: git symbolic-ref -q HEAD
> >>> Running: git config --get branch.master.merge
> >>> Running: git config --get branch.master.remote
> >>> Running: git config --get remote.origin.url
> >>> repository info: Path: https://__, Base path: ,
> Supports changesets: False
> >>> Making HTTP GET request to https://___api/
> >>> Running: git rev-parse refs/heads/master
> >>> Running: git merge-base e7b4515500eddbacd3846f24e59e6b5c5672fa6b
> origin/master
> >>> Running: git rev-parse 0c5abaf3d4854a4e13f084b85aa7bb9f3b8c491e
> >>> Running: git status --porcelain --untracked-files=no
> --ignore-submodules=dirty
> >>> Running: git rev-parse --git-dir
> >>> Running: git version
> >>> Running: git -c core.quotepath=false -c diff.noprefix=false diff
> --no-color --full-index --ignore-submodules -M --no-ext-diff
> 0c5abaf3d4854a4e13f084b85aa7bb9f3b8c491e..e7b4515500eddbacd3846f24e59e6b5c5672fa6b
> >>> Making HTTP GET request to https://
> __api/validation/diffs/
> >>> Cached response for HTTP GET https://api/validation/diffs/
> expired and was modified
> >>> Making HTTP POST request to https://
> api/validation/diffs/
> >>> Got API Error 207 (HTTP code 400): The file was not found in the
> repository.
> >>> Error data: {u'stat': u'fail', u'file': u'karma.conf.js', u'err':
> {u'msg': u'The file was not found in the repository.', u'code': 207},
> u'revision': u'3c350734aaf218bc5d8c2b5ee1e257ff22ac2e7d'}
> Traceback (most recent call last):
>   File "/usr/local/bin/rbt", line 9, in 
> load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
>   File
> "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/main.py",
> line 133, in main
> command.run_from_argv([RB_MAIN, command_name] + args)
>   File
> "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/__init__.py",
> line 663, in run_from_argv
> exit_code = self.main(*args) or 0
>   File
> "/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/post.py",
> line 812, in main
> (msg_prefix, e))
> rbtools.commands.CommandError: Error validating diff
>
> What's going on, and how do I fix it?
>
> Eric
>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://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/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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/d/optout.


I'm seeing a "The file was not found in the repository" error against a Git server but don't know why...

2017-06-23 Thread eric via reviewboard
Very confused. Perhaps this is fixed by an upgrade? I'm running 2.5.9.

I've got a user who clones a Git repository, makes a random change to the 
source, commits the change, then tries "rbt post -d". It fails. I've been 
able to reproduce the problem, so it isn't restricted to the specific user.

(Note that I've blanked details specific to our environment, that seem 
unrelated to the bug.)

>>> RBTools 0.7.10
>>> Python 2.7.10 (default, Feb  7 2017, 00:08:15) 
___
>>> Command line: rbt post -d
>>> Running: tf vc help
>>> Checking for a Subversion repository...
>>> Running: svn --non-interactive info
>>> Command exited with rc 1: ['svn', '--non-interactive', u'info']
svn: E155007: '___' is not a working copy
---
>>> Checking for a Git repository...
>>> Running: git rev-parse --git-dir
>>> Running: git config core.bare
>>> Running: git rev-parse --show-toplevel
>>> Running: git symbolic-ref -q HEAD
>>> Running: git config --get branch.master.merge
>>> Running: git config --get branch.master.remote
>>> Running: git config --get remote.origin.url
>>> repository info: Path: https://__, Base path: , 
Supports changesets: False
>>> Making HTTP GET request to https://___api/
>>> Running: git rev-parse refs/heads/master
>>> Running: git merge-base e7b4515500eddbacd3846f24e59e6b5c5672fa6b 
origin/master
>>> Running: git rev-parse 0c5abaf3d4854a4e13f084b85aa7bb9f3b8c491e
>>> Running: git status --porcelain --untracked-files=no 
--ignore-submodules=dirty
>>> Running: git rev-parse --git-dir
>>> Running: git version
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff 
--no-color --full-index --ignore-submodules -M --no-ext-diff 
0c5abaf3d4854a4e13f084b85aa7bb9f3b8c491e..e7b4515500eddbacd3846f24e59e6b5c5672fa6b
>>> Making HTTP GET request to 
https://______api/validation/diffs/
>>> Cached response for HTTP GET 
https://api/validation/diffs/ expired and was modified
>>> Making HTTP POST request to 
https://api/validation/diffs/
>>> Got API Error 207 (HTTP code 400): The file was not found in the 
repository.
>>> Error data: {u'stat': u'fail', u'file': u'karma.conf.js', u'err': 
{u'msg': u'The file was not found in the repository.', u'code': 207}, 
u'revision': u'3c350734aaf218bc5d8c2b5ee1e257ff22ac2e7d'}
Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 9, in 
load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
  File 
"/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/main.py",
 
line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File 
"/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/__init__.py",
 
line 663, in run_from_argv
exit_code = self.main(*args) or 0
  File 
"/Library/Python/2.7/site-packages/RBTools-0.7.10-py2.7.egg/rbtools/commands/post.py",
 
line 812, in main
(msg_prefix, e))
rbtools.commands.CommandError: Error validating diff

What's going on, and how do I fix it?

Eric


-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://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/d/optout.


Re: Another "The file was not found in the repository" Error 207 issue

2014-12-13 Thread David Trowbridge
That command would try to post the diff contained in the commit HEAD~1 (so
the diff between HEAD~2..HEAD~2), which may not actually have the changes
you expected. If you want the diff between master~1 and master, you can run
'rbt post master'

-David
On Thu, Dec 11, 2014 at 6:12 AM Kevin Jones  wrote:

> I tried rbt post HEAD~1 to get a diff from the last commit to the master,
> but it only caused the error.
>
> -Kevin
>
> On Wed, Dec 10, 2014 at 6:46 PM, David Trowbridge 
> wrote:
>>
>> What commands are you using for your "post-commit review"?
>>
>> -David
>>
>>
>> On Tue, Dec 9, 2014 at 6:57 PM, Kevin Jones  wrote:
>>
>>> Yes. Same hash.
>>>
>>> More digging showed that creating a review from a new branch via rbt
>>> post works. Attempting to do a post-commit review is where the error occurs.
>>>
>>> -Kevin
>>>
>>> On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge 
>>> wrote:
>>>
 Do master and origin/master point to the same thing?

 -David

 On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones  wrote:

> Greetings,
>
> I'm trying to figure out why a diff, regardless of whether it was
> created with local diff tools or rbt, keeps reporting that it can't find a
> particular revision of a file in the repository.
>
> Using: Git and reviewboard 2.0.5
> What I've tried:
> rbt diff
> rbt post master changed_branch
> other permutations of the above to load the diff into reviewboard.
>
> Right now, I'm grasping at straws, and I'm not even sure how to begin
> debugging the issue. The reviewboard user has access to the repository.
> Gitweb access is configured properly... all of the usual suspects aren't
> that suspicious.
>
> I know I've done something wrong. I just don't know what.
>
> Any tips on where to start debugging would be greatly appreciated.
> -Kevin
>
> --
> 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/d/optout.
>

  --
 Get the Review Board Power Pack at
 http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to a topic in the
 Google Groups "reviewboard" group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.

>>>
>>>  --
>>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
>>> ---
>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
>>> ---
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "reviewboard" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to reviewboard+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
>> ---
>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
>> ---
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "reviewboard" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Revie

Re: Another "The file was not found in the repository" Error 207 issue

2014-12-11 Thread Kevin Jones
I tried rbt post HEAD~1 to get a diff from the last commit to the master,
but it only caused the error.

-Kevin

On Wed, Dec 10, 2014 at 6:46 PM, David Trowbridge 
wrote:
>
> What commands are you using for your "post-commit review"?
>
> -David
>
>
> On Tue, Dec 9, 2014 at 6:57 PM, Kevin Jones  wrote:
>
>> Yes. Same hash.
>>
>> More digging showed that creating a review from a new branch via rbt post
>> works. Attempting to do a post-commit review is where the error occurs.
>>
>> -Kevin
>>
>> On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge 
>> wrote:
>>
>>> Do master and origin/master point to the same thing?
>>>
>>> -David
>>>
>>> On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones  wrote:
>>>
 Greetings,

 I'm trying to figure out why a diff, regardless of whether it was
 created with local diff tools or rbt, keeps reporting that it can't find a
 particular revision of a file in the repository.

 Using: Git and reviewboard 2.0.5
 What I've tried:
 rbt diff
 rbt post master changed_branch
 other permutations of the above to load the diff into reviewboard.

 Right now, I'm grasping at straws, and I'm not even sure how to begin
 debugging the issue. The reviewboard user has access to the repository.
 Gitweb access is configured properly... all of the usual suspects aren't
 that suspicious.

 I know I've done something wrong. I just don't know what.

 Any tips on where to start debugging would be greatly appreciated.
 -Kevin

 --
 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/d/optout.

>>>
>>>  --
>>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
>>> ---
>>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
>>> ---
>>> Happy user? Let us know at http://www.reviewboard.org/users/
>>> ---
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "reviewboard" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> reviewboard+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>  --
>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
>> ---
>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
>> ---
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "reviewboard" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Another "The file was not found in the repository" Error 207 issue

2014-12-10 Thread David Trowbridge
What commands are you using for your "post-commit review"?

-David


On Tue, Dec 9, 2014 at 6:57 PM, Kevin Jones  wrote:

> Yes. Same hash.
>
> More digging showed that creating a review from a new branch via rbt post
> works. Attempting to do a post-commit review is where the error occurs.
>
> -Kevin
>
> On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge 
> wrote:
>
>> Do master and origin/master point to the same thing?
>>
>> -David
>>
>> On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones  wrote:
>>
>>> Greetings,
>>>
>>> I'm trying to figure out why a diff, regardless of whether it was
>>> created with local diff tools or rbt, keeps reporting that it can't find a
>>> particular revision of a file in the repository.
>>>
>>> Using: Git and reviewboard 2.0.5
>>> What I've tried:
>>> rbt diff
>>> rbt post master changed_branch
>>> other permutations of the above to load the diff into reviewboard.
>>>
>>> Right now, I'm grasping at straws, and I'm not even sure how to begin
>>> debugging the issue. The reviewboard user has access to the repository.
>>> Gitweb access is configured properly... all of the usual suspects aren't
>>> that suspicious.
>>>
>>> I know I've done something wrong. I just don't know what.
>>>
>>> Any tips on where to start debugging would be greatly appreciated.
>>> -Kevin
>>>
>>> --
>>> 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/d/optout.
>>>
>>
>>  --
>> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
>> ---
>> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
>> ---
>> Happy user? Let us know at http://www.reviewboard.org/users/
>> ---
>> You received this message because you are subscribed to a topic in the
>> Google Groups "reviewboard" group.
>> To unsubscribe from this topic, visit
>> https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to
>> reviewboard+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Another "The file was not found in the repository" Error 207 issue

2014-12-09 Thread Kevin Jones
Yes. Same hash.

More digging showed that creating a review from a new branch via rbt post
works. Attempting to do a post-commit review is where the error occurs.

-Kevin

On Tue, Dec 9, 2014 at 4:46 PM, David Trowbridge  wrote:

> Do master and origin/master point to the same thing?
>
> -David
>
> On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones  wrote:
>
>> Greetings,
>>
>> I'm trying to figure out why a diff, regardless of whether it was created
>> with local diff tools or rbt, keeps reporting that it can't find a
>> particular revision of a file in the repository.
>>
>> Using: Git and reviewboard 2.0.5
>> What I've tried:
>> rbt diff
>> rbt post master changed_branch
>> other permutations of the above to load the diff into reviewboard.
>>
>> Right now, I'm grasping at straws, and I'm not even sure how to begin
>> debugging the issue. The reviewboard user has access to the repository.
>> Gitweb access is configured properly... all of the usual suspects aren't
>> that suspicious.
>>
>> I know I've done something wrong. I just don't know what.
>>
>> Any tips on where to start debugging would be greatly appreciated.
>> -Kevin
>>
>> --
>> 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/d/optout.
>>
>
>  --
> Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
> ---
> Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
> ---
> Happy user? Let us know at http://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/Pewp-yIO9Kc/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Another "The file was not found in the repository" Error 207 issue

2014-12-09 Thread David Trowbridge
Do master and origin/master point to the same thing?

-David

On Tue, Dec 9, 2014 at 10:16 AM, Kevin Jones  wrote:

> Greetings,
>
> I'm trying to figure out why a diff, regardless of whether it was created
> with local diff tools or rbt, keeps reporting that it can't find a
> particular revision of a file in the repository.
>
> Using: Git and reviewboard 2.0.5
> What I've tried:
> rbt diff
> rbt post master changed_branch
> other permutations of the above to load the diff into reviewboard.
>
> Right now, I'm grasping at straws, and I'm not even sure how to begin
> debugging the issue. The reviewboard user has access to the repository.
> Gitweb access is configured properly... all of the usual suspects aren't
> that suspicious.
>
> I know I've done something wrong. I just don't know what.
>
> Any tips on where to start debugging would be greatly appreciated.
> -Kevin
>
> --
> 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/d/optout.
>

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Another "The file was not found in the repository" Error 207 issue

2014-12-09 Thread Kevin Jones
Greetings,

I'm trying to figure out why a diff, regardless of whether it was created 
with local diff tools or rbt, keeps reporting that it can't find a 
particular revision of a file in the repository. 

Using: Git and reviewboard 2.0.5
What I've tried:
rbt diff 
rbt post master changed_branch
other permutations of the above to load the diff into reviewboard.

Right now, I'm grasping at straws, and I'm not even sure how to begin 
debugging the issue. The reviewboard user has access to the repository. 
Gitweb access is configured properly... all of the usual suspects aren't 
that suspicious.

I know I've done something wrong. I just don't know what.

Any tips on where to start debugging would be greatly appreciated.
-Kevin

-- 
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/d/optout.


Re: Add Perforce repository error

2012-09-22 Thread Christian Hammond
Can you go into more detail on what error you're seeing? I need to know
yours specifically.

In this case, it looks like you didn't do a site upgrade, if that directory
is missing.

Christian

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


On Fri, Sep 14, 2012 at 3:16 AM, kvr  wrote:

> I am also facing the same problem.
> Could some one please help?
> here is my apache log:
>
> File does not exist: C:/wamp/www/reviewboard.com/htdocs/media/djblets
>
>
> On Monday, October 31, 2011 8:55:02 AM UTC+5:30, thegreendroid wrote:
>
>> Can anyone help? Please?
>>
>> On Oct 27, 6:20 pm, thegreendroid  wrote:
>> > Disregard the previous message, that exception was thrown when I had
>> > nothing specified in the path field. If I have everything populated
>> > correctly, I still get the same error (but nothing is logged in the
>> > web server's logs or in Reviewboard's logs)  -
>> > "Please correct the error below.
>> > DLL load failed: The specified module could not be found."
>> >
>> > Here's some more information about my Reviewboard install -
>> >
>> > Python 2.7.2
>> > Reviewboard 1.6.1
>> > memcached x86 1.2.6
>> > python-memcached-1.47
>> > flup-1.0.3.dev_20110111-py2.7
>> > Django-1.3.1
>> > Djblets-0.6.13-py2.7
>> > django_evolution-0.6.5
>> > MySQL-python-1.2.3.win32-py2.7
>> > paramiko-1.7.7.1
>> > PIL-1.1.7
>> > pycrypto-2.3
>> > Pygments-1.4-py2.7
>> > python-dateutil-1.5
>> > pytz-2011k-py2.7
>> > RBTools-0.3.4-py2.7
>> > recaptcha-client-1.0.6
>> >
>> > MySQL 5.5 x86 Community Edition
>> > Apache 2.2.21 x86 with mod_wsgi-win32-ap22py27-3.3
>> >
>> > I'd really appreciate your help as I'm close to pulling my hair out!
>> >
>> > On Oct 27, 6:03 pm, thegreendroid  wrote:
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > > Yes I can, the import is successful.
>> >
>> > > On Oct 27, 6:00 pm, David Trowbridge  wrote:
>> >
>> > > > Can you "import P4" from an interactive python shell?
>> >
>> > > > -David
>> >
>> > > > On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid <
>> shreyasbhar...@gmail.com> wrote:
>> > > > > Thanks David.
>> >
>> > > > > I've enabled logging and there's nothing in the logs except
>> >
>> > > > > '08:11:43   DEBUG
>> > > > > Logging to logs\reviewboard.log with a minimum level of DEBUG
>> > > > > 08:18:28DEBUG
>> > > > > Logging to logs\reviewboard.log with a minimum level of DEBUG
>> > > > > 08:18:28DEBUG
>> > > > > Log file for Review Board v1.6.1 (PID 6392)'
>> >
>> > > > > How do I go about figuring out the problem if I don't know have
>> any
>> > > > > details about the exception?
>> >
>> > > > > Thanks for your help.
>> >
>> > > > > On Oct 26, 7:19 pm, David Trowbridge  wrote:
>> > > > >> There's a "logging" tab in the admin where you can set this up.
>> >
>> > > > >> -David
>> >
>> > > > >> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>> >
>> > > > >>  wrote:
>> > > > >> > I am using Apache v2.2.21 with mod_wsgi and p4python is
>> installed. I
>> > > > >> > am using Python 2.7 by the way.
>> >
>> > > > >> > I'll check the logs and post what I find here. Also, how do I
>> enable
>> > > > >> > Reviewboard logs?
>> >
>> > > > >> > On Oct 26, 6:56 pm, David Trowbridge 
>> wrote:
>> > > > >> >> It depends on which web server you're using and what method
>> of
>> > > > >> >> invoking review board.
>> > > > >> >> You can also check the review board logs (if enabled).
>> >
>> > > > >> >> -David
>> >
>> > > > >> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>> >
>> > > > >> >>  wrote:
>> > > > >> >> > Thanks for the quick reply David.
>> >
>> > > > >> >> > Would the exception be recorded in the web server log? I
>> checked
>> > > > >> >> > Reviewboard's logs but there was nothing there.
>> >
>> > > > >> >> > On Oct 26, 6:02 pm, David Trowbridge 
>> wrote:
>> > > > >> >> >> You'll have to check your web server logs for the full
>> error, but my
>> > > > >> >> >> guess is that p4python is not correctly installed.
>> >
>> > > > >> >> >> -David
>> >
>> > > > >> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid <
>> shreyasbhar...@gmail.com> wrote:
>> > > > >> >> >> > Hi there,
>> >
>> > > > >> >> >> > I am trying to add a new Perforce repository in the
>> Reviewboard Admin
>> > > > >> >> >> > dashboard and I get the following error (at the top of
>> the page) -
>> >
>> > > > >> >> >> > "Please correct the error below.
>> > > > >> >> >> > DLL load failed: The specified module could not be
>> found."
>> >
>> > > > >> >> >> > Can someone please point out what could be wrong?
>> >
>> > > > >> >> >> > Thanks.
>> >
>> > > > >> >> >> > --
>> > > > >> >> >> > Want to help the Review Board project? Donate today
>> athttp://www.reviewboard.org/**donate/
>> > > > >> >> >> > Happy user? Let us know athttp://www.reviewboard.org/**
>> users/ 
>> > > > >> >> >> > -~--~~~~--**~~--~--~---
>> > > > >> >> >> > To uns

Re: Add Perforce repository error

2012-09-14 Thread kvr
I am also facing the same problem.
Could some one please help?
here is my apache log:

File does not exist: C:/wamp/www/reviewboard.com/htdocs/media/djblets

On Monday, October 31, 2011 8:55:02 AM UTC+5:30, thegreendroid wrote:
>
> Can anyone help? Please? 
>
> On Oct 27, 6:20 pm, thegreendroid  wrote: 
> > Disregard the previous message, that exception was thrown when I had 
> > nothing specified in the path field. If I have everything populated 
> > correctly, I still get the same error (but nothing is logged in the 
> > web server's logs or in Reviewboard's logs)  - 
> > "Please correct the error below. 
> > DLL load failed: The specified module could not be found." 
> > 
> > Here's some more information about my Reviewboard install - 
> > 
> > Python 2.7.2 
> > Reviewboard 1.6.1 
> > memcached x86 1.2.6 
> > python-memcached-1.47 
> > flup-1.0.3.dev_20110111-py2.7 
> > Django-1.3.1 
> > Djblets-0.6.13-py2.7 
> > django_evolution-0.6.5 
> > MySQL-python-1.2.3.win32-py2.7 
> > paramiko-1.7.7.1 
> > PIL-1.1.7 
> > pycrypto-2.3 
> > Pygments-1.4-py2.7 
> > python-dateutil-1.5 
> > pytz-2011k-py2.7 
> > RBTools-0.3.4-py2.7 
> > recaptcha-client-1.0.6 
> > 
> > MySQL 5.5 x86 Community Edition 
> > Apache 2.2.21 x86 with mod_wsgi-win32-ap22py27-3.3 
> > 
> > I'd really appreciate your help as I'm close to pulling my hair out! 
> > 
> > On Oct 27, 6:03 pm, thegreendroid  wrote: 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > > Yes I can, the import is successful. 
> > 
> > > On Oct 27, 6:00 pm, David Trowbridge  wrote: 
> > 
> > > > Can you "import P4" from an interactive python shell? 
> > 
> > > > -David 
> > 
> > > > On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid <
> shreyasbhar...@gmail.com> wrote: 
> > > > > Thanks David. 
> > 
> > > > > I've enabled logging and there's nothing in the logs except 
> > 
> > > > > '08:11:43   DEBUG 
> > > > > Logging to logs\reviewboard.log with a minimum level of DEBUG 
> > > > > 08:18:28DEBUG 
> > > > > Logging to logs\reviewboard.log with a minimum level of DEBUG 
> > > > > 08:18:28DEBUG 
> > > > > Log file for Review Board v1.6.1 (PID 6392)' 
> > 
> > > > > How do I go about figuring out the problem if I don't know have 
> any 
> > > > > details about the exception? 
> > 
> > > > > Thanks for your help. 
> > 
> > > > > On Oct 26, 7:19 pm, David Trowbridge  wrote: 
> > > > >> There's a "logging" tab in the admin where you can set this up. 
> > 
> > > > >> -David 
> > 
> > > > >> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid 
> > 
> > > > >>  wrote: 
> > > > >> > I am using Apache v2.2.21 with mod_wsgi and p4python is 
> installed. I 
> > > > >> > am using Python 2.7 by the way. 
> > 
> > > > >> > I'll check the logs and post what I find here. Also, how do I 
> enable 
> > > > >> > Reviewboard logs? 
> > 
> > > > >> > On Oct 26, 6:56 pm, David Trowbridge  
> wrote: 
> > > > >> >> It depends on which web server you're using and what method of 
> > > > >> >> invoking review board. 
> > > > >> >> You can also check the review board logs (if enabled). 
> > 
> > > > >> >> -David 
> > 
> > > > >> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid 
> > 
> > > > >> >>  wrote: 
> > > > >> >> > Thanks for the quick reply David. 
> > 
> > > > >> >> > Would the exception be recorded in the web server log? I 
> checked 
> > > > >> >> > Reviewboard's logs but there was nothing there. 
> > 
> > > > >> >> > On Oct 26, 6:02 pm, David Trowbridge  
> wrote: 
> > > > >> >> >> You'll have to check your web server logs for the full 
> error, but my 
> > > > >> >> >> guess is that p4python is not correctly installed. 
> > 
> > > > >> >> >> -David 
> > 
> > > > >> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid <
> shreyasbhar...@gmail.com> wrote: 
> > > > >> >> >> > Hi there, 
> > 
> > > > >> >> >> > I am trying to add a new Perforce repository in the 
> Reviewboard Admin 
> > > > >> >> >> > dashboard and I get the following error (at the top of 
> the page) - 
> > 
> > > > >> >> >> > "Please correct the error below. 
> > > > >> >> >> > DLL load failed: The specified module could not be 
> found." 
> > 
> > > > >> >> >> > Can someone please point out what could be wrong? 
> > 
> > > > >> >> >> > Thanks. 
> > 
> > > > >> >> >> > -- 
> > > > >> >> >> > Want to help the Review Board project? Donate today 
> athttp://www.reviewboard.org/donate/ 
> > > > >> >> >> > Happy user? Let us know athttp://
> www.reviewboard.org/users/ 
> > > > >> >> >> > -~--~~~~--~~--~--~--- 
> > > > >> >> >> > To unsubscribe from this group, send email to 
> reviewboard...@googlegroups.com  
> > > > >> >> >> > For more options, visit this group athttp://
> groups.google.com/group/reviewboard?hl=en 
> > 
> > > > >> >> > -- 
> > > > >> >> > Want to help the Review Board project? Donate today athttp://
> www.reviewboard.org/donate/ 
> > > > >> >> > Happy user? Let us know athttp://www.reviewboard.org/users/ 
> > > > >> >> > -~--~~~~--~~--~--~-

File could not be found in the repository error

2012-09-12 Thread sumod pawgi
1. I have registered an SVN repository version 1.6.6 with RB version 1.6.11
2. I am trying to create a new pre-commit review request i.e. the file is 
changed locally as compared to the one in the SVN.
3. I am using Tortoise SVN
4. I have created the diff file by using 'create a patch' option of 
Tortoise SVN
5. This is my repository path in the server -
https:sandbox/sumod/
6. The file I am trying to use is 'codreviewtest.txt'. It's complete path is
https:sandbox/sumod/codreviewtest.txt
7. When I create a new review request using the Web UI, I use the following 
as the base directory
/sandbox/sumod (note - I have tried giving absolute path as well)
8. But I keep getting the error - The file 
'sandbox/sumod/codereviewtest.txt' (r1777) could not be found in the 
repository

The file with the revision is present in the repository.

So what am I missing?

Any help is appreciated.

Thanks,
Sumod

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

Re: Subversion Repository Error

2012-07-10 Thread whatever
So I figured out a workaround.  If I include my user name in the URL 
(svn+ssh://@/repository_path) it works.

So I'm thinking the username could be added to the URL if it is not already 
present in the URL but is specified on the "add repository" page?

I can possibly look into this if I have time in the near future.


On Tuesday, July 10, 2012 7:29:13 PM UTC-4, whatever wrote:
>
> So I turned on rbssh logging and it is getting called by pysvn.
>
> However, it is getting called with the wrong username.  Instead of 
>  it is getting called with  as the username, so I'm 
> seeing the following in the logs:
>
> 07-10 19:19 root   DEBUG['/usr/bin/rbssh', '', 
> 'svnserve', '-t']
> 07-10 19:19 root   DEBUGPID 6398
> 07-10 19:19 root   DEBUG!!! skunkworks.veracode.local, 
> root, ['svnserve', '-t']
> 07-10 19:19 paramiko.transport DEBUGstarting thread (client mode): 
> 0x1f40550L
> 07-10 19:19 paramiko.transport INFO Connected (version 1.99, client 
> OpenSSH_4.3)
> ...
> 07-10 19:19 paramiko.transport INFO Authentication (publickey) failed.
> 07-10 19:19 root   ERRORToo many authentication failures 
> for root
> 07-10 19:19 paramiko.transport DEBUGEOF in transport thread
>
> Any idea why this could be happening?
>
> Thanks in advance!
>
>
> On Tuesday, July 10, 2012 5:16:15 PM UTC-4, Christian Hammond wrote:
>>
>> PySVN *should* use the configured SSH client (as dictated by the $SVN_SSH 
>> variable, which we set internally to rbssh). So it should be using rbssh. 
>> That uses Paramiko, and uses $sitedir/data as the $HOME. At no point should 
>> it be using any other SSH implementation to access anything from the 
>> repository.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Tue, Jul 10, 2012 at 1:20 PM, whatever  wrote:
>>
>>> OK, so after some investigation and struggles, I was able to get 
>>> Paramiko to connect successfully to the server using a different SSH port.
>>>
>>> But now I've run into a similar issue with pysvn.  in the 
>>> check_repository method of svn.py, there is a call to 
>>> pysvn.client.info2(...).
>>>
>>> This call is failing likely because it can't connect to the server. 
>>>  I've tested using pysvn outside of reviewboard and it connects fine as 
>>> long as the config file in the home users .ssh directory is setup correctly.
>>>
>>> So my question is how does pysvn running as part of reviewboard get it's 
>>> ssh information?  Is there something I'm missing with how Paramiko and 
>>> pysvn interact?
>>>
>>>
>>> On Tuesday, July 3, 2012 3:15:14 AM UTC-4, Christian Hammond wrote:

 There's no configuration for this. It's honestly not something that has 
 come up before.

 So, complete picture is that we have any program that needs ssh access 
 use our rbssh script (which wraps an SSH library called Paramiko), rather 
 than ssh. The reason being that ssh will hard-code lookups of the .ssh 
 configuration directory based on the /etc/passwd-specified home directory 
 of the running user (generally Apache). That doesn't work in the case of 
 sites that may not have a home directory, especially when you have 
 multiple 
 sites on the server, each with their own configuration. So we use our 
 script, which looks in the right places.

 Now, it doesn't know how to parse config files and deal with the ports. 
 rbssh does take a -p (--port) option, but unfortunately it's at the 
 present 
 time ignored.

 If you have any Python experience, what you could do is write a patch 
 that implements -p. You would need to parse the port out of the URL, if 
 it's provided, and then pass it to the client.connect() call in 
 reviewboard/cmdline/rbssh.py.

 At that point, you can provide the port in the URL for the server.

 As it is today, though, without doing the above, there isn't a great 
 workaround that will survive upgrades and be anything more than a hack.
 Christian

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


 On Tue, Jul 3, 2012 at 12:00 AM, whatever wrote:

> Is there any way I can configure the port in this SSH library?
>
>
> On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>>
>> Review Board does not use the standard ssh. It instead uses an SSH 
>> library for all access. That library does not respect values in 
>> .ssh/config. You would have to provide all information within the URL.
>>
>> Christian
>>
>> -- 
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Mon, Jul 2, 2012 at 11:47 PM

Re: Subversion Repository Error

2012-07-10 Thread whatever
So I turned on rbssh logging and it is getting called by pysvn.

However, it is getting called with the wrong username.  Instead of 
 it is getting called with  as the username, so I'm 
seeing the following in the logs:

07-10 19:19 root   DEBUG['/usr/bin/rbssh', '', 
'svnserve', '-t']
07-10 19:19 root   DEBUGPID 6398
07-10 19:19 root   DEBUG!!! skunkworks.veracode.local, 
root, ['svnserve', '-t']
07-10 19:19 paramiko.transport DEBUGstarting thread (client mode): 
0x1f40550L
07-10 19:19 paramiko.transport INFO Connected (version 1.99, client 
OpenSSH_4.3)
...
07-10 19:19 paramiko.transport INFO Authentication (publickey) failed.
07-10 19:19 root   ERRORToo many authentication failures 
for root
07-10 19:19 paramiko.transport DEBUGEOF in transport thread

Any idea why this could be happening?

Thanks in advance!


On Tuesday, July 10, 2012 5:16:15 PM UTC-4, Christian Hammond wrote:
>
> PySVN *should* use the configured SSH client (as dictated by the $SVN_SSH 
> variable, which we set internally to rbssh). So it should be using rbssh. 
> That uses Paramiko, and uses $sitedir/data as the $HOME. At no point should 
> it be using any other SSH implementation to access anything from the 
> repository.
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Jul 10, 2012 at 1:20 PM, whatever  wrote:
>
>> OK, so after some investigation and struggles, I was able to get Paramiko 
>> to connect successfully to the server using a different SSH port.
>>
>> But now I've run into a similar issue with pysvn.  in the 
>> check_repository method of svn.py, there is a call to 
>> pysvn.client.info2(...).
>>
>> This call is failing likely because it can't connect to the server.  I've 
>> tested using pysvn outside of reviewboard and it connects fine as long as 
>> the config file in the home users .ssh directory is setup correctly.
>>
>> So my question is how does pysvn running as part of reviewboard get it's 
>> ssh information?  Is there something I'm missing with how Paramiko and 
>> pysvn interact?
>>
>>
>> On Tuesday, July 3, 2012 3:15:14 AM UTC-4, Christian Hammond wrote:
>>>
>>> There's no configuration for this. It's honestly not something that has 
>>> come up before.
>>>
>>> So, complete picture is that we have any program that needs ssh access 
>>> use our rbssh script (which wraps an SSH library called Paramiko), rather 
>>> than ssh. The reason being that ssh will hard-code lookups of the .ssh 
>>> configuration directory based on the /etc/passwd-specified home directory 
>>> of the running user (generally Apache). That doesn't work in the case of 
>>> sites that may not have a home directory, especially when you have multiple 
>>> sites on the server, each with their own configuration. So we use our 
>>> script, which looks in the right places.
>>>
>>> Now, it doesn't know how to parse config files and deal with the ports. 
>>> rbssh does take a -p (--port) option, but unfortunately it's at the present 
>>> time ignored.
>>>
>>> If you have any Python experience, what you could do is write a patch 
>>> that implements -p. You would need to parse the port out of the URL, if 
>>> it's provided, and then pass it to the client.connect() call in 
>>> reviewboard/cmdline/rbssh.py.
>>>
>>> At that point, you can provide the port in the URL for the server.
>>>
>>> As it is today, though, without doing the above, there isn't a great 
>>> workaround that will survive upgrades and be anything more than a hack.
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Tue, Jul 3, 2012 at 12:00 AM, whatever  wrote:
>>>
 Is there any way I can configure the port in this SSH library?


 On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>
> Review Board does not use the standard ssh. It instead uses an SSH 
> library for all access. That library does not respect values in 
> .ssh/config. You would have to provide all information within the URL.
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jul 2, 2012 at 11:47 PM, whatever wrote:
>
>> Thanks for the quick reply!
>>
>> I'm using 1.6.9.
>>
>> I checked my home .ssh directory (that's used to access svn from the 
>> command shell) and I've also got a "config" file there that has the 
>> following entries:
>>
>> host 
>>   user 
>>   port 202
>>   Compression yes
>>   CompressionLevel 6
>> host 
>>   user 
>>   port 202
>>   Compression yes
>>   CompressionLevel 6
>>
>> So I tried to copy this file to the 

Re: Subversion Repository Error

2012-07-10 Thread Christian Hammond
PySVN *should* use the configured SSH client (as dictated by the $SVN_SSH
variable, which we set internally to rbssh). So it should be using rbssh.
That uses Paramiko, and uses $sitedir/data as the $HOME. At no point should
it be using any other SSH implementation to access anything from the
repository.

Christian

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


On Tue, Jul 10, 2012 at 1:20 PM, whatever  wrote:

> OK, so after some investigation and struggles, I was able to get Paramiko
> to connect successfully to the server using a different SSH port.
>
> But now I've run into a similar issue with pysvn.  in the check_repository
> method of svn.py, there is a call to pysvn.client.info2(...).
>
> This call is failing likely because it can't connect to the server.  I've
> tested using pysvn outside of reviewboard and it connects fine as long as
> the config file in the home users .ssh directory is setup correctly.
>
> So my question is how does pysvn running as part of reviewboard get it's
> ssh information?  Is there something I'm missing with how Paramiko and
> pysvn interact?
>
>
> On Tuesday, July 3, 2012 3:15:14 AM UTC-4, Christian Hammond wrote:
>>
>> There's no configuration for this. It's honestly not something that has
>> come up before.
>>
>> So, complete picture is that we have any program that needs ssh access
>> use our rbssh script (which wraps an SSH library called Paramiko), rather
>> than ssh. The reason being that ssh will hard-code lookups of the .ssh
>> configuration directory based on the /etc/passwd-specified home directory
>> of the running user (generally Apache). That doesn't work in the case of
>> sites that may not have a home directory, especially when you have multiple
>> sites on the server, each with their own configuration. So we use our
>> script, which looks in the right places.
>>
>> Now, it doesn't know how to parse config files and deal with the ports.
>> rbssh does take a -p (--port) option, but unfortunately it's at the present
>> time ignored.
>>
>> If you have any Python experience, what you could do is write a patch
>> that implements -p. You would need to parse the port out of the URL, if
>> it's provided, and then pass it to the client.connect() call in
>> reviewboard/cmdline/rbssh.py.
>>
>> At that point, you can provide the port in the URL for the server.
>>
>> As it is today, though, without doing the above, there isn't a great
>> workaround that will survive upgrades and be anything more than a hack.
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Tue, Jul 3, 2012 at 12:00 AM, whatever  wrote:
>>
>>> Is there any way I can configure the port in this SSH library?
>>>
>>>
>>> On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:

 Review Board does not use the standard ssh. It instead uses an SSH
 library for all access. That library does not respect values in
 .ssh/config. You would have to provide all information within the URL.

 Christian

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


 On Mon, Jul 2, 2012 at 11:47 PM, whatever wrote:

> Thanks for the quick reply!
>
> I'm using 1.6.9.
>
> I checked my home .ssh directory (that's used to access svn from the
> command shell) and I've also got a "config" file there that has the
> following entries:
>
> host 
>   user 
>   port 202
>   Compression yes
>   CompressionLevel 6
> host 
>   user 
>   port 202
>   Compression yes
>   CompressionLevel 6
>
> So I tried to copy this file to the reviewboard .ssh directory, but
> still to no avail.  Any idea how I would get these entries into 
> reviewboard?
>
> Thanks!
>
>
>
> On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>>
>> If you enable logging in Review Board, you may be able to find some
>> additional details in the log viewer.
>>
>> Also, what version of Review Board are you using?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Mon, Jul 2, 2012 at 11:04 PM, whatever wrote:
>>
>>> So I seem to have everything setup and running (thanks to the great
>>> documentation), but I've run into a problem creating a repository.  I'm
>>> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that 
>>> I
>>> use to connect to the repository, but I'm getting "[Errno 13] Permission
>>> denied".  I'm not sure what I'm doing wrong or even where to look for
>>> debugging information.
>>>

Re: Subversion Repository Error

2012-07-10 Thread whatever
OK, so after some investigation and struggles, I was able to get Paramiko 
to connect successfully to the server using a different SSH port.

But now I've run into a similar issue with pysvn.  in the check_repository 
method of svn.py, there is a call to pysvn.client.info2(...).

This call is failing likely because it can't connect to the server.  I've 
tested using pysvn outside of reviewboard and it connects fine as long as 
the config file in the home users .ssh directory is setup correctly.

So my question is how does pysvn running as part of reviewboard get it's 
ssh information?  Is there something I'm missing with how Paramiko and 
pysvn interact?

On Tuesday, July 3, 2012 3:15:14 AM UTC-4, Christian Hammond wrote:
>
> There's no configuration for this. It's honestly not something that has 
> come up before.
>
> So, complete picture is that we have any program that needs ssh access use 
> our rbssh script (which wraps an SSH library called Paramiko), rather than 
> ssh. The reason being that ssh will hard-code lookups of the .ssh 
> configuration directory based on the /etc/passwd-specified home directory 
> of the running user (generally Apache). That doesn't work in the case of 
> sites that may not have a home directory, especially when you have multiple 
> sites on the server, each with their own configuration. So we use our 
> script, which looks in the right places.
>
> Now, it doesn't know how to parse config files and deal with the ports. 
> rbssh does take a -p (--port) option, but unfortunately it's at the present 
> time ignored.
>
> If you have any Python experience, what you could do is write a patch that 
> implements -p. You would need to parse the port out of the URL, if it's 
> provided, and then pass it to the client.connect() call in 
> reviewboard/cmdline/rbssh.py.
>
> At that point, you can provide the port in the URL for the server.
>
> As it is today, though, without doing the above, there isn't a great 
> workaround that will survive upgrades and be anything more than a hack.
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Jul 3, 2012 at 12:00 AM, whatever  wrote:
>
>> Is there any way I can configure the port in this SSH library?
>>
>>
>> On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>>>
>>> Review Board does not use the standard ssh. It instead uses an SSH 
>>> library for all access. That library does not respect values in 
>>> .ssh/config. You would have to provide all information within the URL.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Mon, Jul 2, 2012 at 11:47 PM, whatever  wrote:
>>>
 Thanks for the quick reply!

 I'm using 1.6.9.

 I checked my home .ssh directory (that's used to access svn from the 
 command shell) and I've also got a "config" file there that has the 
 following entries:

 host 
   user 
   port 202
   Compression yes
   CompressionLevel 6
 host 
   user 
   port 202
   Compression yes
   CompressionLevel 6

 So I tried to copy this file to the reviewboard .ssh directory, but 
 still to no avail.  Any idea how I would get these entries into 
 reviewboard?

 Thanks!



 On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>
> If you enable logging in Review Board, you may be able to find some 
> additional details in the log viewer.
>
> Also, what version of Review Board are you using?
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jul 2, 2012 at 11:04 PM, whatever wrote:
>
>> So I seem to have everything setup and running (thanks to the great 
>> documentation), but I've run into a problem creating a repository.  I'm 
>> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that 
>> I 
>> use to connect to the repository, but I'm getting "[Errno 13] Permission 
>> denied".  I'm not sure what I'm doing wrong or even where to look for 
>> debugging information.
>>
>> I also tried connecting with my username/password and got the same 
>> error.
>>
>> Please help!
>>
>> Thanks.
>>
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/**don**ate/
>> Happy user? Let us know at 
>> http://www.reviewboard.org/**use**rs/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard+unsubscribe@**google**groups.com
>>

Re: Subversion Repository Error

2012-07-03 Thread whatever
Thanks, I will give this a try!

On Tuesday, July 3, 2012 3:15:14 AM UTC-4, Christian Hammond wrote:
>
> There's no configuration for this. It's honestly not something that has 
> come up before.
>
> So, complete picture is that we have any program that needs ssh access use 
> our rbssh script (which wraps an SSH library called Paramiko), rather than 
> ssh. The reason being that ssh will hard-code lookups of the .ssh 
> configuration directory based on the /etc/passwd-specified home directory 
> of the running user (generally Apache). That doesn't work in the case of 
> sites that may not have a home directory, especially when you have multiple 
> sites on the server, each with their own configuration. So we use our 
> script, which looks in the right places.
>
> Now, it doesn't know how to parse config files and deal with the ports. 
> rbssh does take a -p (--port) option, but unfortunately it's at the present 
> time ignored.
>
> If you have any Python experience, what you could do is write a patch that 
> implements -p. You would need to parse the port out of the URL, if it's 
> provided, and then pass it to the client.connect() call in 
> reviewboard/cmdline/rbssh.py.
>
> At that point, you can provide the port in the URL for the server.
>
> As it is today, though, without doing the above, there isn't a great 
> workaround that will survive upgrades and be anything more than a hack.
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Tue, Jul 3, 2012 at 12:00 AM, whatever  wrote:
>
>> Is there any way I can configure the port in this SSH library?
>>
>>
>> On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>>>
>>> Review Board does not use the standard ssh. It instead uses an SSH 
>>> library for all access. That library does not respect values in 
>>> .ssh/config. You would have to provide all information within the URL.
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Mon, Jul 2, 2012 at 11:47 PM, whatever  wrote:
>>>
 Thanks for the quick reply!

 I'm using 1.6.9.

 I checked my home .ssh directory (that's used to access svn from the 
 command shell) and I've also got a "config" file there that has the 
 following entries:

 host 
   user 
   port 202
   Compression yes
   CompressionLevel 6
 host 
   user 
   port 202
   Compression yes
   CompressionLevel 6

 So I tried to copy this file to the reviewboard .ssh directory, but 
 still to no avail.  Any idea how I would get these entries into 
 reviewboard?

 Thanks!



 On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>
> If you enable logging in Review Board, you may be able to find some 
> additional details in the log viewer.
>
> Also, what version of Review Board are you using?
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jul 2, 2012 at 11:04 PM, whatever wrote:
>
>> So I seem to have everything setup and running (thanks to the great 
>> documentation), but I've run into a problem creating a repository.  I'm 
>> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that 
>> I 
>> use to connect to the repository, but I'm getting "[Errno 13] Permission 
>> denied".  I'm not sure what I'm doing wrong or even where to look for 
>> debugging information.
>>
>> I also tried connecting with my username/password and got the same 
>> error.
>>
>> Please help!
>>
>> Thanks.
>>
>> -- 
>> Want to help the Review Board project? Donate today at 
>> http://www.reviewboard.org/**don**ate/
>> Happy user? Let us know at 
>> http://www.reviewboard.org/**use**rs/
>> -~--~~~~--~~--~--~---
>> To unsubscribe from this group, send email to 
>> reviewboard+unsubscribe@**google**groups.com
>> For more options, visit this group at http://groups.google.com/**
>> group**/reviewboard?hl=en
>
>
>  -- 
 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+unsubscribe@*
 *googlegroups.com 
 For more options, visit this group at http:

Re: Subversion Repository Error

2012-07-03 Thread Christian Hammond
There's no configuration for this. It's honestly not something that has
come up before.

So, complete picture is that we have any program that needs ssh access use
our rbssh script (which wraps an SSH library called Paramiko), rather than
ssh. The reason being that ssh will hard-code lookups of the .ssh
configuration directory based on the /etc/passwd-specified home directory
of the running user (generally Apache). That doesn't work in the case of
sites that may not have a home directory, especially when you have multiple
sites on the server, each with their own configuration. So we use our
script, which looks in the right places.

Now, it doesn't know how to parse config files and deal with the ports.
rbssh does take a -p (--port) option, but unfortunately it's at the present
time ignored.

If you have any Python experience, what you could do is write a patch that
implements -p. You would need to parse the port out of the URL, if it's
provided, and then pass it to the client.connect() call in
reviewboard/cmdline/rbssh.py.

At that point, you can provide the port in the URL for the server.

As it is today, though, without doing the above, there isn't a great
workaround that will survive upgrades and be anything more than a hack.
Christian

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


On Tue, Jul 3, 2012 at 12:00 AM, whatever  wrote:

> Is there any way I can configure the port in this SSH library?
>
>
> On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>>
>> Review Board does not use the standard ssh. It instead uses an SSH
>> library for all access. That library does not respect values in
>> .ssh/config. You would have to provide all information within the URL.
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Mon, Jul 2, 2012 at 11:47 PM, whatever  wrote:
>>
>>> Thanks for the quick reply!
>>>
>>> I'm using 1.6.9.
>>>
>>> I checked my home .ssh directory (that's used to access svn from the
>>> command shell) and I've also got a "config" file there that has the
>>> following entries:
>>>
>>> host 
>>>   user 
>>>   port 202
>>>   Compression yes
>>>   CompressionLevel 6
>>> host 
>>>   user 
>>>   port 202
>>>   Compression yes
>>>   CompressionLevel 6
>>>
>>> So I tried to copy this file to the reviewboard .ssh directory, but
>>> still to no avail.  Any idea how I would get these entries into reviewboard?
>>>
>>> Thanks!
>>>
>>>
>>>
>>> On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:

 If you enable logging in Review Board, you may be able to find some
 additional details in the log viewer.

 Also, what version of Review Board are you using?

 Christian

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


 On Mon, Jul 2, 2012 at 11:04 PM, whatever wrote:

> So I seem to have everything setup and running (thanks to the great
> documentation), but I've run into a problem creating a repository.  I'm
> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I
> use to connect to the repository, but I'm getting "[Errno 13] Permission
> denied".  I'm not sure what I'm doing wrong or even where to look for
> debugging information.
>
> I also tried connecting with my username/password and got the same
> error.
>
> Please help!
>
> Thanks.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/**don**ate/
> Happy user? Let us know at 
> http://www.reviewboard.org/**use**rs/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to reviewboard+unsubscribe@
> **google**groups.com 
> For more options, visit this group at http://groups.google.com/**group
> **/reviewboard?hl=en


  --
>>> 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+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>
>>  --
> 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/
> -~--~~~~

Re: Subversion Repository Error

2012-07-03 Thread whatever
So I looked into it further, and there is no way to specify a port in an 
SVN url.  There are other methods (using subversion config files).  What 
does reviewboard use for an SVN library and where might I find the config 
files?

Thanks.

On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>
> Review Board does not use the standard ssh. It instead uses an SSH library 
> for all access. That library does not respect values in .ssh/config. You 
> would have to provide all information within the URL.
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jul 2, 2012 at 11:47 PM, whatever  wrote:
>
>> Thanks for the quick reply!
>>
>> I'm using 1.6.9.
>>
>> I checked my home .ssh directory (that's used to access svn from the 
>> command shell) and I've also got a "config" file there that has the 
>> following entries:
>>
>> host 
>>   user 
>>   port 202
>>   Compression yes
>>   CompressionLevel 6
>> host 
>>   user 
>>   port 202
>>   Compression yes
>>   CompressionLevel 6
>>
>> So I tried to copy this file to the reviewboard .ssh directory, but still 
>> to no avail.  Any idea how I would get these entries into reviewboard?
>>
>> Thanks!
>>
>>
>>
>> On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>>>
>>> If you enable logging in Review Board, you may be able to find some 
>>> additional details in the log viewer.
>>>
>>> Also, what version of Review Board are you using?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Mon, Jul 2, 2012 at 11:04 PM, whatever  wrote:
>>>
 So I seem to have everything setup and running (thanks to the great 
 documentation), but I've run into a problem creating a repository.  I'm 
 using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I 
 use to connect to the repository, but I'm getting "[Errno 13] Permission 
 denied".  I'm not sure what I'm doing wrong or even where to look for 
 debugging information.

 I also tried connecting with my username/password and got the same 
 error.

 Please help!

 Thanks.

 -- 
 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+unsubscribe@*
 *googlegroups.com 
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en
>>>
>>>
>>>  -- 
>> 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
>>
>
>

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

Re: Subversion Repository Error

2012-07-03 Thread whatever
Is there any way I can configure the port in this SSH library?

On Tuesday, July 3, 2012 2:50:07 AM UTC-4, Christian Hammond wrote:
>
> Review Board does not use the standard ssh. It instead uses an SSH library 
> for all access. That library does not respect values in .ssh/config. You 
> would have to provide all information within the URL.
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jul 2, 2012 at 11:47 PM, whatever  wrote:
>
>> Thanks for the quick reply!
>>
>> I'm using 1.6.9.
>>
>> I checked my home .ssh directory (that's used to access svn from the 
>> command shell) and I've also got a "config" file there that has the 
>> following entries:
>>
>> host 
>>   user 
>>   port 202
>>   Compression yes
>>   CompressionLevel 6
>> host 
>>   user 
>>   port 202
>>   Compression yes
>>   CompressionLevel 6
>>
>> So I tried to copy this file to the reviewboard .ssh directory, but still 
>> to no avail.  Any idea how I would get these entries into reviewboard?
>>
>> Thanks!
>>
>>
>>
>> On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>>>
>>> If you enable logging in Review Board, you may be able to find some 
>>> additional details in the log viewer.
>>>
>>> Also, what version of Review Board are you using?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Mon, Jul 2, 2012 at 11:04 PM, whatever  wrote:
>>>
 So I seem to have everything setup and running (thanks to the great 
 documentation), but I've run into a problem creating a repository.  I'm 
 using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I 
 use to connect to the repository, but I'm getting "[Errno 13] Permission 
 denied".  I'm not sure what I'm doing wrong or even where to look for 
 debugging information.

 I also tried connecting with my username/password and got the same 
 error.

 Please help!

 Thanks.

 -- 
 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+unsubscribe@*
 *googlegroups.com 
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en
>>>
>>>
>>>  -- 
>> 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
>>
>
>

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

Re: Subversion Repository Error

2012-07-02 Thread Christian Hammond
Review Board does not use the standard ssh. It instead uses an SSH library
for all access. That library does not respect values in .ssh/config. You
would have to provide all information within the URL.

Christian

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


On Mon, Jul 2, 2012 at 11:47 PM, whatever  wrote:

> Thanks for the quick reply!
>
> I'm using 1.6.9.
>
> I checked my home .ssh directory (that's used to access svn from the
> command shell) and I've also got a "config" file there that has the
> following entries:
>
> host 
>   user 
>   port 202
>   Compression yes
>   CompressionLevel 6
> host 
>   user 
>   port 202
>   Compression yes
>   CompressionLevel 6
>
> So I tried to copy this file to the reviewboard .ssh directory, but still
> to no avail.  Any idea how I would get these entries into reviewboard?
>
> Thanks!
>
>
>
> On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>>
>> If you enable logging in Review Board, you may be able to find some
>> additional details in the log viewer.
>>
>> Also, what version of Review Board are you using?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Mon, Jul 2, 2012 at 11:04 PM, whatever  wrote:
>>
>>> So I seem to have everything setup and running (thanks to the great
>>> documentation), but I've run into a problem creating a repository.  I'm
>>> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I
>>> use to connect to the repository, but I'm getting "[Errno 13] Permission
>>> denied".  I'm not sure what I'm doing wrong or even where to look for
>>> debugging information.
>>>
>>> I also tried connecting with my username/password and got the same error.
>>>
>>> Please help!
>>>
>>> Thanks.
>>>
>>> --
>>> 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+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>
>>
>>  --
> 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
>

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

Re: Subversion Repository Error

2012-07-02 Thread whatever
Thanks for the quick reply!

I'm using 1.6.9.

I checked my home .ssh directory (that's used to access svn from the 
command shell) and I've also got a "config" file there that has the 
following entries:

host 
  user 
  port 202
  Compression yes
  CompressionLevel 6
host 
  user 
  port 202
  Compression yes
  CompressionLevel 6

So I tried to copy this file to the reviewboard .ssh directory, but still 
to no avail.  Any idea how I would get these entries into reviewboard?

Thanks!



On Tuesday, July 3, 2012 2:32:06 AM UTC-4, Christian Hammond wrote:
>
> If you enable logging in Review Board, you may be able to find some 
> additional details in the log viewer.
>
> Also, what version of Review Board are you using?
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Jul 2, 2012 at 11:04 PM, whatever  wrote:
>
>> So I seem to have everything setup and running (thanks to the great 
>> documentation), but I've run into a problem creating a repository.  I'm 
>> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I 
>> use to connect to the repository, but I'm getting "[Errno 13] Permission 
>> denied".  I'm not sure what I'm doing wrong or even where to look for 
>> debugging information.
>>
>> I also tried connecting with my username/password and got the same error.
>>
>> Please help!
>>
>> Thanks.
>>
>> -- 
>> 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
>
>
>

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

Re: Subversion Repository Error

2012-07-02 Thread Christian Hammond
If you enable logging in Review Board, you may be able to find some
additional details in the log viewer.

Also, what version of Review Board are you using?

Christian

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


On Mon, Jul 2, 2012 at 11:04 PM, whatever  wrote:

> So I seem to have everything setup and running (thanks to the great
> documentation), but I've run into a problem creating a repository.  I'm
> using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I
> use to connect to the repository, but I'm getting "[Errno 13] Permission
> denied".  I'm not sure what I'm doing wrong or even where to look for
> debugging information.
>
> I also tried connecting with my username/password and got the same error.
>
> Please help!
>
> Thanks.
>
> --
> 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

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

Subversion Repository Error

2012-07-02 Thread whatever
So I seem to have everything setup and running (thanks to the great 
documentation), but I've run into a problem creating a repository.  I'm 
using subversion with ssh (svn+ssh://...).  I uploaded the ssh key that I 
use to connect to the repository, but I'm getting "[Errno 13] Permission 
denied".  I'm not sure what I'm doing wrong or even where to look for 
debugging information.

I also tried connecting with my username/password and got the same error.

Please help!

Thanks.

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

Re: Repository ERROR

2012-06-28 Thread Viktor Jozsa
Oh. In scmtools_repository table contained 0 instead of NULL. 

Now everything is fine.

Regards

Viktor Jozsa

>

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

Re: Repository ERROR

2012-06-28 Thread Viktor Jozsa
Hi!

The database problem is solved. The new scheme is based on re-spent in the 
database 
and tested ReviewBoard and site upgrade. All right, no error. 

But I found other problem in DiffViewer. When I select DiffViewer, get this 
error.
*
*

*Traceback (most recent call last):
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/views.py",
 line 151, in view_diff
interdiffset, highlighting, True)
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/diffutils.py",
 line 1071, in get_diff_files
large_data=True)
  File 
"/usr/local/lib/python2.6/dist-packages/Djblets-0.6.19-py2.6.egg/djblets/util/misc.py",
 line 156, in cache_memoize
data = lookup_callable()
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/diffutils.py",
 line 1070, in 
enable_syntax_highlighting)),
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/diffutils.py",
 line 551, in get_chunks
old = get_original_file(filediff)
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/diffutils.py",
 line 364, in get_original_file
large_data=True)[0]
  File 
"/usr/local/lib/python2.6/dist-packages/Djblets-0.6.19-py2.6.egg/djblets/util/misc.py",
 line 156, in cache_memoize
data = lookup_callable()
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/diffutils.py",
 line 363, in 
data = cache_memoize(key, lambda: [fetch_file(file, revision)],
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/diffviewer/diffutils.py",
 line 343, in fetch_file
data = repository.get_file(file, revision)
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/scmtools/models.py",
 line 150, in get_file
hosting_service = self.hosting_service
  File 
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/scmtools/models.py",
 line 138, in hosting_service
if self.hosting_account:
  File 
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/fields/related.py",
 line 315, in __get__
rel_obj = QuerySet(self.field.rel.to).using(db).get(**params)
  File 
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
 line 349, in get
% self.model._meta.object_name)
DoesNotExist: HostingServiceAccount matching query does not exist.

*What is the problem. Thank you in advance.

Regards


Viktor Jozsa


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

Re: Repository ERROR

2012-06-28 Thread Viktor Jozsa
I had recently tested reviewboard data export and import in to new 
database. The old database is SqLite, while the new MySQL. 

I don't downgrade reviewboard. I will repair the schema and I'll try to 
update.

Thank you very much.

Viktor

On Thursday, June 28, 2012 12:06:00 PM UTC+2, Christian Hammond wrote:
>
> Sorry, I don't think I understand. What do you mean by "a blank mysql 
> database sqlite database?"
>
> It sounds like the data in the database that represents the database 
> schema (not the schema itself, but a serialized representation used to 
> handle database migrations) didn't get copied into the new database 
> properly when you did what you did. You would need to copy that data (from 
> the django_project_version and django_evolution tables) over from the old 
> database properly without changing any content in order to upgrade.
>
> If this is not an option, you will need to downgrade to the version you 
> were previously running, delete the contents of the django_project_version 
> and django_evolution tables, re-run the rb-site upgrade (make sure you're 
> absolutely back on the old version first!), and then re-do your upgrade.
>
> Make sure to back up the database before doing the above.
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Thu, Jun 28, 2012 at 2:56 AM, Viktor Jozsa wrote:
>
>> At some pre-installed with a blank mysql database sqlite database, I 
>> spent over an existing data. I think this is the cause of the problem, 
>> but it was necessary. 
>>
>> Yes, we have a daily backup. But size is 50 Mbytes of compressed.I have 
>> included in the scheme.
>>
>> Viktor
>>
>>
>> On Thursday, June 28, 2012 11:28:17 AM UTC+2, Christian Hammond wrote:
>>>
>>> Somehow or another, you have corrupt database schema evolution data that 
>>> can't be loaded.
>>>
>>> At any point, did you ever do any kind of database migration by hand, or 
>>> modify the django_evolution or django_project_version tables in the 
>>> database?
>>>
>>> Do you have any backups?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa 
>>> wrote:
>>>
 Hi!

 The same problem occurs on a test server.


 What is the problem. Thank you in advance.

 Regards

 Viktor

>  -- 
 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+unsubscribe@*
 *googlegroups.com 
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en

>>>
>>>
>> On Thursday, June 28, 2012 11:28:17 AM UTC+2, Christian Hammond wrote:
>>>
>>> Somehow or another, you have corrupt database schema evolution data that 
>>> can't be loaded.
>>>
>>> At any point, did you ever do any kind of database migration by hand, or 
>>> modify the django_evolution or django_project_version tables in the 
>>> database?
>>>
>>> Do you have any backups?
>>>
>>> Christian
>>>
>>> -- 
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.reviewboard.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa 
>>> wrote:
>>>
 Hi!

 The same problem occurs on a test server.


 What is the problem. Thank you in advance.

 Regards

 Viktor

>  -- 
 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+unsubscribe@*
 *googlegroups.com 
 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=en

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

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://w

Re: Repository ERROR

2012-06-28 Thread Christian Hammond
Sorry, I don't think I understand. What do you mean by "a blank mysql
database sqlite database?"

It sounds like the data in the database that represents the database schema
(not the schema itself, but a serialized representation used to handle
database migrations) didn't get copied into the new database properly when
you did what you did. You would need to copy that data (from the
django_project_version and django_evolution tables) over from the old
database properly without changing any content in order to upgrade.

If this is not an option, you will need to downgrade to the version you
were previously running, delete the contents of the django_project_version
and django_evolution tables, re-run the rb-site upgrade (make sure you're
absolutely back on the old version first!), and then re-do your upgrade.

Make sure to back up the database before doing the above.

Christian

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


On Thu, Jun 28, 2012 at 2:56 AM, Viktor Jozsa wrote:

> At some pre-installed with a blank mysql database sqlite database, I spent
> over an existing data. I think this is the cause of the problem, but it
> was necessary.
>
> Yes, we have a daily backup. But size is 50 Mbytes of compressed.I have
> included in the scheme.
>
> Viktor
>
>
> On Thursday, June 28, 2012 11:28:17 AM UTC+2, Christian Hammond wrote:
>>
>> Somehow or another, you have corrupt database schema evolution data that
>> can't be loaded.
>>
>> At any point, did you ever do any kind of database migration by hand, or
>> modify the django_evolution or django_project_version tables in the
>> database?
>>
>> Do you have any backups?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa wrote:
>>
>>> Hi!
>>>
>>> The same problem occurs on a test server.
>>>
>>>
>>> What is the problem. Thank you in advance.
>>>
>>> Regards
>>>
>>> Viktor
>>>
  --
>>> 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+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>
>>
> On Thursday, June 28, 2012 11:28:17 AM UTC+2, Christian Hammond wrote:
>>
>> Somehow or another, you have corrupt database schema evolution data that
>> can't be loaded.
>>
>> At any point, did you ever do any kind of database migration by hand, or
>> modify the django_evolution or django_project_version tables in the
>> database?
>>
>> Do you have any backups?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.reviewboard.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa wrote:
>>
>>> Hi!
>>>
>>> The same problem occurs on a test server.
>>>
>>>
>>> What is the problem. Thank you in advance.
>>>
>>> Regards
>>>
>>> Viktor
>>>
  --
>>> 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+unsubscribe@**
>>> googlegroups.com 
>>> For more options, visit this group at http://groups.google.com/**
>>> group/reviewboard?hl=en
>>>
>>
>>  --
> 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
>

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

Re: Repository ERROR

2012-06-28 Thread Viktor Jozsa
At some pre-installed with a blank mysql database sqlite database, I spent 
over an existing data. I think this is the cause of the problem, but it was 
necessary. 

Yes, we have a daily backup. But size is 50 Mbytes of compressed.I have 
included in the scheme.

Viktor

On Thursday, June 28, 2012 11:28:17 AM UTC+2, Christian Hammond wrote:
>
> Somehow or another, you have corrupt database schema evolution data that 
> can't be loaded.
>
> At any point, did you ever do any kind of database migration by hand, or 
> modify the django_evolution or django_project_version tables in the 
> database?
>
> Do you have any backups?
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa wrote:
>
>> Hi!
>>
>> The same problem occurs on a test server.
>>
>>
>> What is the problem. Thank you in advance.
>>
>> Regards
>>
>> Viktor
>>
>>>  -- 
>> 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
>>
>
>
On Thursday, June 28, 2012 11:28:17 AM UTC+2, Christian Hammond wrote:
>
> Somehow or another, you have corrupt database schema evolution data that 
> can't be loaded.
>
> At any point, did you ever do any kind of database migration by hand, or 
> modify the django_evolution or django_project_version tables in the 
> database?
>
> Do you have any backups?
>
> Christian
>
> -- 
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa wrote:
>
>> Hi!
>>
>> The same problem occurs on a test server.
>>
>>
>> What is the problem. Thank you in advance.
>>
>> Regards
>>
>> Viktor
>>
>>>  -- 
>> 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
>>
>
>

-- 
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-- MySQL dump 10.13  Distrib 5.1.61, for debian-linux-gnu (x86_64)
--
-- Host: localhostDatabase: reviewboard
-- --
-- Server version	5.1.61-0+squeeze1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `accounts_localsiteprofile`
--

DROP TABLE IF EXISTS `accounts_localsiteprofile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `accounts_localsiteprofile` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` int(11) NOT NULL,
  `profile_id` int(11) NOT NULL,
  `local_site_id` int(11) DEFAULT NULL,
  `direct_incoming_request_count` int(11) DEFAULT NULL,
  `total_incoming_request_count` int(11) DEFAULT NULL,
  `pending_outgoing_request_count` int(11) DEFAULT NULL,
  `total_outgoing_request_count` int(11) DEFAULT NULL,
  `starred_public_request_count` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id` (`user_id`,`local_site_id`),
  UNIQUE KEY `profile_id` (`profile_id`,`local_site_id`),
  KEY `accounts_localsiteprofile_fbfc09f1` (`user_id`),
  KEY `accounts_localsiteprofile_141c6eec` (`profile_id`),
  KEY `accounts_localsiteprofile_45ded6af` (`local_site_id`)
) ENGINE=MyISAM AUTO_INCREMENT=103 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Table structure for table `accounts_profile`
--

DROP TABLE IF EXISTS `accounts_profile`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET charac

Re: Repository ERROR

2012-06-28 Thread Christian Hammond
Somehow or another, you have corrupt database schema evolution data that
can't be loaded.

At any point, did you ever do any kind of database migration by hand, or
modify the django_evolution or django_project_version tables in the
database?

Do you have any backups?

Christian

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


On Thu, Jun 28, 2012 at 2:03 AM, Viktor Jozsa wrote:

> Hi!
>
> The same problem occurs on a test server.
>
>
> What is the problem. Thank you in advance.
>
> Regards
>
> Viktor
>
>>  --
> 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
>

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

Re: Repository ERROR

2012-06-28 Thread Viktor Jozsa
Hi!

The same problem occurs on a test server.

What is the problem. Thank you in advance.

Regards

Viktor

>

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

Re: Repository ERROR

2012-06-28 Thread Viktor Józsa
Hi!

I realized that the problem is that when the upgrade does not change the
database. The reason for this but I do not know.

root@ac-codereview:/usr/share/pyshared/MySQLdb#
root@ac-codereview:/var/log/reviewboard# rb-site upgrade /var/www/
codereview.graphisoft.hu/
Rebuilding directory structure
Updating database. This may take a while.
Creating tables ...
There are unapplied evolutions for accounts.
There are unapplied evolutions for changedescs.
There are unapplied evolutions for reviews.
There are unapplied evolutions for scmtools.
Traceback (most recent call last):
  File "/usr/local/bin/rb-site", line 9, in 
load_entry_point('ReviewBoard==1.6.9', 'console_scripts', 'rb-site')()
  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/cmdline/rbsite.py",
line 1745, in main
command.run()
  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/cmdline/rbsite.py",
line 1642, in run
site.sync_database()
  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/cmdline/rbsite.py",
line 346, in sync_database
self.run_manage_command("syncdb", params)
  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/cmdline/rbsite.py",
line 469, in run_manage_command
execute_manager(reviewboard.settings, [__file__, cmd] + params)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/__init__.py",
line 438, in execute_manager
utility.execute()
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/__init__.py",
line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/base.py",
line 191, in run_from_argv
self.execute(*args, **options.__dict__)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/base.py",
line 220, in execute
output = self.handle(*args, **options)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/base.py",
line 351, in handle
return self.handle_noargs(**options)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/commands/syncdb.py",
line 109, in handle_noargs
emit_post_sync_signal(created_models, verbosity, interactive, db)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/management/sql.py",
line 190, in emit_post_sync_signal
interactive=interactive, db=db)
  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/dispatch/dispatcher.py",
line 172, in send
response = receiver(signal=self, sender=sender, **named)
  File
"/usr/local/lib/python2.6/dist-packages/django_evolution-0.6.5-py2.6.egg/django_evolution/management/__init__.py",
line 78, in evolution
old_proj_sig = pickle.loads(str(latest_version.signature))
EOFError

Can you help, what could be the reason? MySQL database. The user name and
password are correct.

Regards

Viktor


2012/6/28 Viktor Józsa 

> Hi!
>
> I need urgent assistance. After upgrading from 1.6.9 to the next message I
> receive any review request:
>
> *Something Broke! (Error 500)
>
> Something Broke It Appears When You Tried to go to here. Either this is a bug
> in Review Board or a server configuration error. Please report this to
> your administrator**.*
>
> The administrator email:
>
>  *Traceback (most recent call last):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
> line 111, in get_response*
>
> *response = callback(request, *callback_args, **callback_kwargs)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/accounts/decorators.py",
> line 21, in _check*
>
> *return view_func(*args, **kwargs)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/views.py",
> line 280, in review_detail*
>
> *_find_review_request(request, review_request_id, local_site_name)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/views.py",
> line 93, in _find_review_request*
>
> *if review_request.is_accessible_by(request.user):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/models.py",
> line 492, in is_accessible_by*
>
> *if self.repository and not self.repository.is_accessible_by(user):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/fields/related.py",
> line 315, in __get__*
>
> *rel_obj = QuerySet(self.field.rel.to).using(db).get(**params)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
> line 344, in get*
>
> *  

Re: Repository ERROR

2012-06-28 Thread Christian Hammond
Did you perform the rb-site upgrade? It looks like the database schema was
never updated.

Christian

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


On Thu, Jun 28, 2012 at 12:50 AM, Viktor Józsa wrote:

> Hi!
>
> I need urgent assistance. After upgrading from 1.6.9 to the next message I
> receive any review request:
>
> *Something Broke! (Error 500)
>
> Something Broke It Appears When You Tried to go to here. Either this is a bug
> in Review Board or a server configuration error. Please report this to
> your administrator**.*
>
> The administrator email:
>
>  *Traceback (most recent call last):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
> line 111, in get_response*
>
> *response = callback(request, *callback_args, **callback_kwargs)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/accounts/decorators.py",
> line 21, in _check*
>
> *return view_func(*args, **kwargs)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/views.py",
> line 280, in review_detail*
>
> *_find_review_request(request, review_request_id, local_site_name)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/views.py",
> line 93, in _find_review_request*
>
> *if review_request.is_accessible_by(request.user):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/models.py",
> line 492, in is_accessible_by*
>
> *if self.repository and not self.repository.is_accessible_by(user):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/fields/related.py",
> line 315, in __get__*
>
> *rel_obj = QuerySet(self.field.rel.to).using(db).get(**params)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
> line 344, in get*
>
> *num = len(clone)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
> line 82, in __len__*
>
> *self._result_cache = list(self.iterator())*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
> line 273, in iterator*
>
> *for row in compiler.results_iter():*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/sql/compiler.py",
> line 680, in results_iter*
>
> *for rows in self.execute_sql(MULTI):*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/sql/compiler.py",
> line 735, in execute_sql*
>
> *cursor.execute(sql, params)*
>
> * *
>
> *  File
> "/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/backends/mysql/base.py",
> line 86, in execute*
>
> *return self.cursor.execute(query, args)*
>
> * *
>
> *  File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in
> execute*
>
> *self.errorhandler(self, exc, value)*
>
> * *
>
> *  File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35,
> in defaulterrorhandler*
>
> *raise errorclass, errorvalue*
>
> * *
>
> *OperationalError: (1054, "Unknown column
> 'scmtools_repository.extra_data' in 'field list'")*
> What is the problem. Thank you in advance.
>
> Regards
>
> Viktor Jozsa
>
> --
> 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

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

Repository ERROR

2012-06-28 Thread Viktor Józsa
Hi!

I need urgent assistance. After upgrading from 1.6.9 to the next message I
receive any review request:

*Something Broke! (Error 500)

Something Broke It Appears When You Tried to go to here. Either this is a bug
in Review Board or a server configuration error. Please report this to your
administrator**.*

The administrator email:

 *Traceback (most recent call last):*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/core/handlers/base.py",
line 111, in get_response*

*response = callback(request, *callback_args, **callback_kwargs)*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/accounts/decorators.py",
line 21, in _check*

*return view_func(*args, **kwargs)*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/views.py",
line 280, in review_detail*

*_find_review_request(request, review_request_id, local_site_name)*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/views.py",
line 93, in _find_review_request*

*if review_request.is_accessible_by(request.user):*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/ReviewBoard-1.6.9-py2.6.egg/reviewboard/reviews/models.py",
line 492, in is_accessible_by*

*if self.repository and not self.repository.is_accessible_by(user):*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/fields/related.py",
line 315, in __get__*

*rel_obj = QuerySet(self.field.rel.to).using(db).get(**params)*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
line 344, in get*

*num = len(clone)*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
line 82, in __len__*

*self._result_cache = list(self.iterator())*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/query.py",
line 273, in iterator*

*for row in compiler.results_iter():*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/sql/compiler.py",
line 680, in results_iter*

*for rows in self.execute_sql(MULTI):*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/models/sql/compiler.py",
line 735, in execute_sql*

*cursor.execute(sql, params)*

* *

*  File
"/usr/local/lib/python2.6/dist-packages/Django-1.3.1-py2.6.egg/django/db/backends/mysql/base.py",
line 86, in execute*

*return self.cursor.execute(query, args)*

* *

*  File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 166, in
execute*

*self.errorhandler(self, exc, value)*

* *

*  File "/usr/lib/pymodules/python2.6/MySQLdb/connections.py", line 35, in
defaulterrorhandler*

*raise errorclass, errorvalue*

* *

*OperationalError: (1054, "Unknown column 'scmtools_repository.extra_data'
in 'field list'")*
What is the problem. Thank you in advance.

Regards

Viktor Jozsa

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

Re: Add Perforce repository error

2011-10-30 Thread thegreendroid
Can anyone help? Please?

On Oct 27, 6:20 pm, thegreendroid  wrote:
> Disregard the previous message, that exception was thrown when I had
> nothing specified in the path field. If I have everything populated
> correctly, I still get the same error (but nothing is logged in the
> web server's logs or in Reviewboard's logs)  -
> "Please correct the error below.
> DLL load failed: The specified module could not be found."
>
> Here's some more information about my Reviewboard install -
>
> Python 2.7.2
> Reviewboard 1.6.1
> memcached x86 1.2.6
> python-memcached-1.47
> flup-1.0.3.dev_20110111-py2.7
> Django-1.3.1
> Djblets-0.6.13-py2.7
> django_evolution-0.6.5
> MySQL-python-1.2.3.win32-py2.7
> paramiko-1.7.7.1
> PIL-1.1.7
> pycrypto-2.3
> Pygments-1.4-py2.7
> python-dateutil-1.5
> pytz-2011k-py2.7
> RBTools-0.3.4-py2.7
> recaptcha-client-1.0.6
>
> MySQL 5.5 x86 Community Edition
> Apache 2.2.21 x86 with mod_wsgi-win32-ap22py27-3.3
>
> I'd really appreciate your help as I'm close to pulling my hair out!
>
> On Oct 27, 6:03 pm, thegreendroid  wrote:
>
>
>
>
>
>
>
> > Yes I can, the import is successful.
>
> > On Oct 27, 6:00 pm, David Trowbridge  wrote:
>
> > > Can you "import P4" from an interactive python shell?
>
> > > -David
>
> > > On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid  
> > > wrote:
> > > > Thanks David.
>
> > > > I've enabled logging and there's nothing in the logs except
>
> > > > '08:11:43       DEBUG
> > > > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > > > 08:18:28        DEBUG
> > > > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > > > 08:18:28        DEBUG
> > > > Log file for Review Board v1.6.1 (PID 6392)'
>
> > > > How do I go about figuring out the problem if I don't know have any
> > > > details about the exception?
>
> > > > Thanks for your help.
>
> > > > On Oct 26, 7:19 pm, David Trowbridge  wrote:
> > > >> There's a "logging" tab in the admin where you can set this up.
>
> > > >> -David
>
> > > >> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>
> > > >>  wrote:
> > > >> > I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
> > > >> > am using Python 2.7 by the way.
>
> > > >> > I'll check the logs and post what I find here. Also, how do I enable
> > > >> > Reviewboard logs?
>
> > > >> > On Oct 26, 6:56 pm, David Trowbridge  wrote:
> > > >> >> It depends on which web server you're using and what method of
> > > >> >> invoking review board.
> > > >> >> You can also check the review board logs (if enabled).
>
> > > >> >> -David
>
> > > >> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>
> > > >> >>  wrote:
> > > >> >> > Thanks for the quick reply David.
>
> > > >> >> > Would the exception be recorded in the web server log? I checked
> > > >> >> > Reviewboard's logs but there was nothing there.
>
> > > >> >> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
> > > >> >> >> You'll have to check your web server logs for the full error, 
> > > >> >> >> but my
> > > >> >> >> guess is that p4python is not correctly installed.
>
> > > >> >> >> -David
>
> > > >> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid 
> > > >> >> >>  wrote:
> > > >> >> >> > Hi there,
>
> > > >> >> >> > I am trying to add a new Perforce repository in the 
> > > >> >> >> > Reviewboard Admin
> > > >> >> >> > dashboard and I get the following error (at the top of the 
> > > >> >> >> > page) -
>
> > > >> >> >> > "Please correct the error below.
> > > >> >> >> > DLL load failed: The specified module could not be found."
>
> > > >> >> >> > Can someone please point out what could be wrong?
>
> > > >> >> >> > Thanks.
>
> > > >> >> >> > --
> > > >> >> >> > Want to help the Review Board project? Donate today 
> > > >> >> >> > athttp://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
> > > >> >> >> > For more options, visit this group 
> > > >> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > > >> >> > --
> > > >> >> > Want to help the Review Board project? Donate today 
> > > >> >> > athttp://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
> > > >> >> > For more options, visit this group 
> > > >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > > >> > --
> > > >> > Want to help the Review Board project? Donate today 
> > > >> > athttp://www.reviewboard.org/donate/
> > > >> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > >> > -~--~~~~--~~--~--~---
> > > >> > To unsubscribe from this group, send email to 
> >

Re: Add Perforce repository error

2011-10-26 Thread thegreendroid
Disregard the previous message, that exception was thrown when I had
nothing specified in the path field. If I have everything populated
correctly, I still get the same error (but nothing is logged in the
web server's logs or in Reviewboard's logs)  -
"Please correct the error below.
DLL load failed: The specified module could not be found."

Here's some more information about my Reviewboard install -

Python 2.7.2
Reviewboard 1.6.1
memcached x86 1.2.6
python-memcached-1.47
flup-1.0.3.dev_20110111-py2.7
Django-1.3.1
Djblets-0.6.13-py2.7
django_evolution-0.6.5
MySQL-python-1.2.3.win32-py2.7
paramiko-1.7.7.1
PIL-1.1.7
pycrypto-2.3
Pygments-1.4-py2.7
python-dateutil-1.5
pytz-2011k-py2.7
RBTools-0.3.4-py2.7
recaptcha-client-1.0.6

MySQL 5.5 x86 Community Edition
Apache 2.2.21 x86 with mod_wsgi-win32-ap22py27-3.3

I'd really appreciate your help as I'm close to pulling my hair out!

On Oct 27, 6:03 pm, thegreendroid  wrote:
> Yes I can, the import is successful.
>
> On Oct 27, 6:00 pm, David Trowbridge  wrote:
>
>
>
>
>
>
>
> > Can you "import P4" from an interactive python shell?
>
> > -David
>
> > On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid  
> > wrote:
> > > Thanks David.
>
> > > I've enabled logging and there's nothing in the logs except
>
> > > '08:11:43       DEBUG
> > > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > > 08:18:28        DEBUG
> > > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > > 08:18:28        DEBUG
> > > Log file for Review Board v1.6.1 (PID 6392)'
>
> > > How do I go about figuring out the problem if I don't know have any
> > > details about the exception?
>
> > > Thanks for your help.
>
> > > On Oct 26, 7:19 pm, David Trowbridge  wrote:
> > >> There's a "logging" tab in the admin where you can set this up.
>
> > >> -David
>
> > >> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>
> > >>  wrote:
> > >> > I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
> > >> > am using Python 2.7 by the way.
>
> > >> > I'll check the logs and post what I find here. Also, how do I enable
> > >> > Reviewboard logs?
>
> > >> > On Oct 26, 6:56 pm, David Trowbridge  wrote:
> > >> >> It depends on which web server you're using and what method of
> > >> >> invoking review board.
> > >> >> You can also check the review board logs (if enabled).
>
> > >> >> -David
>
> > >> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>
> > >> >>  wrote:
> > >> >> > Thanks for the quick reply David.
>
> > >> >> > Would the exception be recorded in the web server log? I checked
> > >> >> > Reviewboard's logs but there was nothing there.
>
> > >> >> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
> > >> >> >> You'll have to check your web server logs for the full error, but 
> > >> >> >> my
> > >> >> >> guess is that p4python is not correctly installed.
>
> > >> >> >> -David
>
> > >> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid 
> > >> >> >>  wrote:
> > >> >> >> > Hi there,
>
> > >> >> >> > I am trying to add a new Perforce repository in the Reviewboard 
> > >> >> >> > Admin
> > >> >> >> > dashboard and I get the following error (at the top of the page) 
> > >> >> >> > -
>
> > >> >> >> > "Please correct the error below.
> > >> >> >> > DLL load failed: The specified module could not be found."
>
> > >> >> >> > Can someone please point out what could be wrong?
>
> > >> >> >> > Thanks.
>
> > >> >> >> > --
> > >> >> >> > Want to help the Review Board project? Donate today 
> > >> >> >> > athttp://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
> > >> >> >> > For more options, visit this group 
> > >> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > >> >> > --
> > >> >> > Want to help the Review Board project? Donate today 
> > >> >> > athttp://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
> > >> >> > For more options, visit this group 
> > >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > >> > --
> > >> > Want to help the Review Board project? Donate today 
> > >> > athttp://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
> > >> > For more options, visit this group 
> > >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > > --
> > > Want to help the Review Board project? Donate today 
> > > athttp://www.reviewboard.org/donate/
> > > Happy user? 

Re: Add Perforce repository error

2011-10-26 Thread thegreendroid
The access log in the Apache web server has finally thrown an
exception -

[error]   File "C:\\Python27\\lib\\site-packages\\reviewboard-1.6.1-
py2.7.egg\\reviewboard\\scmtools\\forms.py", line 679, in
_verify_repository_path
[error] path = self.cleaned_data['path']
[error] KeyError: 'path'

Something is amiss here.

On Oct 27, 6:00 pm, David Trowbridge  wrote:
> Can you "import P4" from an interactive python shell?
>
> -David
>
>
>
>
>
>
>
> On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid  
> wrote:
> > Thanks David.
>
> > I've enabled logging and there's nothing in the logs except
>
> > '08:11:43       DEBUG
> > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > 08:18:28        DEBUG
> > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > 08:18:28        DEBUG
> > Log file for Review Board v1.6.1 (PID 6392)'
>
> > How do I go about figuring out the problem if I don't know have any
> > details about the exception?
>
> > Thanks for your help.
>
> > On Oct 26, 7:19 pm, David Trowbridge  wrote:
> >> There's a "logging" tab in the admin where you can set this up.
>
> >> -David
>
> >> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>
> >>  wrote:
> >> > I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
> >> > am using Python 2.7 by the way.
>
> >> > I'll check the logs and post what I find here. Also, how do I enable
> >> > Reviewboard logs?
>
> >> > On Oct 26, 6:56 pm, David Trowbridge  wrote:
> >> >> It depends on which web server you're using and what method of
> >> >> invoking review board.
> >> >> You can also check the review board logs (if enabled).
>
> >> >> -David
>
> >> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>
> >> >>  wrote:
> >> >> > Thanks for the quick reply David.
>
> >> >> > Would the exception be recorded in the web server log? I checked
> >> >> > Reviewboard's logs but there was nothing there.
>
> >> >> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
> >> >> >> You'll have to check your web server logs for the full error, but my
> >> >> >> guess is that p4python is not correctly installed.
>
> >> >> >> -David
>
> >> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid 
> >> >> >>  wrote:
> >> >> >> > Hi there,
>
> >> >> >> > I am trying to add a new Perforce repository in the Reviewboard 
> >> >> >> > Admin
> >> >> >> > dashboard and I get the following error (at the top of the page) -
>
> >> >> >> > "Please correct the error below.
> >> >> >> > DLL load failed: The specified module could not be found."
>
> >> >> >> > Can someone please point out what could be wrong?
>
> >> >> >> > Thanks.
>
> >> >> >> > --
> >> >> >> > Want to help the Review Board project? Donate today 
> >> >> >> > athttp://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
> >> >> >> > For more options, visit this group 
> >> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> >> >> > --
> >> >> > Want to help the Review Board project? Donate today 
> >> >> > athttp://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
> >> >> > For more options, visit this group 
> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> >> > --
> >> > Want to help the Review Board project? Donate today 
> >> > athttp://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
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://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
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

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


Re: Add Perforce repository error

2011-10-26 Thread David Trowbridge
Can you "import P4" from an interactive python shell?

-David



On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid  wrote:
> Thanks David.
>
> I've enabled logging and there's nothing in the logs except
>
> '08:11:43       DEBUG
> Logging to logs\reviewboard.log with a minimum level of DEBUG
> 08:18:28        DEBUG
> Logging to logs\reviewboard.log with a minimum level of DEBUG
> 08:18:28        DEBUG
> Log file for Review Board v1.6.1 (PID 6392)'
>
> How do I go about figuring out the problem if I don't know have any
> details about the exception?
>
> Thanks for your help.
>
> On Oct 26, 7:19 pm, David Trowbridge  wrote:
>> There's a "logging" tab in the admin where you can set this up.
>>
>> -David
>>
>> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>>
>>
>>
>>
>>
>>
>>
>>  wrote:
>> > I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
>> > am using Python 2.7 by the way.
>>
>> > I'll check the logs and post what I find here. Also, how do I enable
>> > Reviewboard logs?
>>
>> > On Oct 26, 6:56 pm, David Trowbridge  wrote:
>> >> It depends on which web server you're using and what method of
>> >> invoking review board.
>> >> You can also check the review board logs (if enabled).
>>
>> >> -David
>>
>> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>>
>> >>  wrote:
>> >> > Thanks for the quick reply David.
>>
>> >> > Would the exception be recorded in the web server log? I checked
>> >> > Reviewboard's logs but there was nothing there.
>>
>> >> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
>> >> >> You'll have to check your web server logs for the full error, but my
>> >> >> guess is that p4python is not correctly installed.
>>
>> >> >> -David
>>
>> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid 
>> >> >>  wrote:
>> >> >> > Hi there,
>>
>> >> >> > I am trying to add a new Perforce repository in the Reviewboard Admin
>> >> >> > dashboard and I get the following error (at the top of the page) -
>>
>> >> >> > "Please correct the error below.
>> >> >> > DLL load failed: The specified module could not be found."
>>
>> >> >> > Can someone please point out what could be wrong?
>>
>> >> >> > Thanks.
>>
>> >> >> > --
>> >> >> > Want to help the Review Board project? Donate today 
>> >> >> > athttp://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
>> >> >> > For more options, visit this group 
>> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>>
>> >> > --
>> >> > Want to help the Review Board project? Donate today 
>> >> > athttp://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
>> >> > For more options, visit this group 
>> >> > athttp://groups.google.com/group/reviewboard?hl=en
>>
>> > --
>> > Want to help the Review Board project? Donate today 
>> > athttp://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
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/reviewboard?hl=en
>
> --
> 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

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


Re: Add Perforce repository error

2011-10-26 Thread thegreendroid
Yes I can, the import is successful.

On Oct 27, 6:00 pm, David Trowbridge  wrote:
> Can you "import P4" from an interactive python shell?
>
> -David
>
>
>
>
>
>
>
> On Wed, Oct 26, 2011 at 9:41 PM, thegreendroid  
> wrote:
> > Thanks David.
>
> > I've enabled logging and there's nothing in the logs except
>
> > '08:11:43       DEBUG
> > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > 08:18:28        DEBUG
> > Logging to logs\reviewboard.log with a minimum level of DEBUG
> > 08:18:28        DEBUG
> > Log file for Review Board v1.6.1 (PID 6392)'
>
> > How do I go about figuring out the problem if I don't know have any
> > details about the exception?
>
> > Thanks for your help.
>
> > On Oct 26, 7:19 pm, David Trowbridge  wrote:
> >> There's a "logging" tab in the admin where you can set this up.
>
> >> -David
>
> >> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>
> >>  wrote:
> >> > I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
> >> > am using Python 2.7 by the way.
>
> >> > I'll check the logs and post what I find here. Also, how do I enable
> >> > Reviewboard logs?
>
> >> > On Oct 26, 6:56 pm, David Trowbridge  wrote:
> >> >> It depends on which web server you're using and what method of
> >> >> invoking review board.
> >> >> You can also check the review board logs (if enabled).
>
> >> >> -David
>
> >> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>
> >> >>  wrote:
> >> >> > Thanks for the quick reply David.
>
> >> >> > Would the exception be recorded in the web server log? I checked
> >> >> > Reviewboard's logs but there was nothing there.
>
> >> >> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
> >> >> >> You'll have to check your web server logs for the full error, but my
> >> >> >> guess is that p4python is not correctly installed.
>
> >> >> >> -David
>
> >> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid 
> >> >> >>  wrote:
> >> >> >> > Hi there,
>
> >> >> >> > I am trying to add a new Perforce repository in the Reviewboard 
> >> >> >> > Admin
> >> >> >> > dashboard and I get the following error (at the top of the page) -
>
> >> >> >> > "Please correct the error below.
> >> >> >> > DLL load failed: The specified module could not be found."
>
> >> >> >> > Can someone please point out what could be wrong?
>
> >> >> >> > Thanks.
>
> >> >> >> > --
> >> >> >> > Want to help the Review Board project? Donate today 
> >> >> >> > athttp://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
> >> >> >> > For more options, visit this group 
> >> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> >> >> > --
> >> >> > Want to help the Review Board project? Donate today 
> >> >> > athttp://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
> >> >> > For more options, visit this group 
> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> >> > --
> >> > Want to help the Review Board project? Donate today 
> >> > athttp://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
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://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
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

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


Re: Add Perforce repository error

2011-10-26 Thread thegreendroid
Thanks David.

I've enabled logging and there's nothing in the logs except

'08:11:43   DEBUG
Logging to logs\reviewboard.log with a minimum level of DEBUG
08:18:28DEBUG
Logging to logs\reviewboard.log with a minimum level of DEBUG
08:18:28DEBUG
Log file for Review Board v1.6.1 (PID 6392)'

How do I go about figuring out the problem if I don't know have any
details about the exception?

Thanks for your help.

On Oct 26, 7:19 pm, David Trowbridge  wrote:
> There's a "logging" tab in the admin where you can set this up.
>
> -David
>
> On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
>
>
>
>
>
>
>
>  wrote:
> > I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
> > am using Python 2.7 by the way.
>
> > I'll check the logs and post what I find here. Also, how do I enable
> > Reviewboard logs?
>
> > On Oct 26, 6:56 pm, David Trowbridge  wrote:
> >> It depends on which web server you're using and what method of
> >> invoking review board.
> >> You can also check the review board logs (if enabled).
>
> >> -David
>
> >> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>
> >>  wrote:
> >> > Thanks for the quick reply David.
>
> >> > Would the exception be recorded in the web server log? I checked
> >> > Reviewboard's logs but there was nothing there.
>
> >> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
> >> >> You'll have to check your web server logs for the full error, but my
> >> >> guess is that p4python is not correctly installed.
>
> >> >> -David
>
> >> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid 
> >> >>  wrote:
> >> >> > Hi there,
>
> >> >> > I am trying to add a new Perforce repository in the Reviewboard Admin
> >> >> > dashboard and I get the following error (at the top of the page) -
>
> >> >> > "Please correct the error below.
> >> >> > DLL load failed: The specified module could not be found."
>
> >> >> > Can someone please point out what could be wrong?
>
> >> >> > Thanks.
>
> >> >> > --
> >> >> > Want to help the Review Board project? Donate today 
> >> >> > athttp://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
> >> >> > For more options, visit this group 
> >> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> >> > --
> >> > Want to help the Review Board project? Donate today 
> >> > athttp://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
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://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
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

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


Re: Add Perforce repository error

2011-10-25 Thread David Trowbridge
There's a "logging" tab in the admin where you can set this up.

-David



On Tue, Oct 25, 2011 at 11:16 PM, thegreendroid
 wrote:
> I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
> am using Python 2.7 by the way.
>
> I'll check the logs and post what I find here. Also, how do I enable
> Reviewboard logs?
>
> On Oct 26, 6:56 pm, David Trowbridge  wrote:
>> It depends on which web server you're using and what method of
>> invoking review board.
>> You can also check the review board logs (if enabled).
>>
>> -David
>>
>> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>>
>>
>>
>>
>>
>>
>>
>>  wrote:
>> > Thanks for the quick reply David.
>>
>> > Would the exception be recorded in the web server log? I checked
>> > Reviewboard's logs but there was nothing there.
>>
>> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
>> >> You'll have to check your web server logs for the full error, but my
>> >> guess is that p4python is not correctly installed.
>>
>> >> -David
>>
>> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid  
>> >> wrote:
>> >> > Hi there,
>>
>> >> > I am trying to add a new Perforce repository in the Reviewboard Admin
>> >> > dashboard and I get the following error (at the top of the page) -
>>
>> >> > "Please correct the error below.
>> >> > DLL load failed: The specified module could not be found."
>>
>> >> > Can someone please point out what could be wrong?
>>
>> >> > Thanks.
>>
>> >> > --
>> >> > Want to help the Review Board project? Donate today 
>> >> > athttp://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
>> >> > For more options, visit this group 
>> >> > athttp://groups.google.com/group/reviewboard?hl=en
>>
>> > --
>> > Want to help the Review Board project? Donate today 
>> > athttp://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
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/reviewboard?hl=en
>
> --
> 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

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


Re: Add Perforce repository error

2011-10-25 Thread thegreendroid
I am using Apache v2.2.21 with mod_wsgi and p4python is installed. I
am using Python 2.7 by the way.

I'll check the logs and post what I find here. Also, how do I enable
Reviewboard logs?

On Oct 26, 6:56 pm, David Trowbridge  wrote:
> It depends on which web server you're using and what method of
> invoking review board.
> You can also check the review board logs (if enabled).
>
> -David
>
> On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
>
>
>
>
>
>
>
>  wrote:
> > Thanks for the quick reply David.
>
> > Would the exception be recorded in the web server log? I checked
> > Reviewboard's logs but there was nothing there.
>
> > On Oct 26, 6:02 pm, David Trowbridge  wrote:
> >> You'll have to check your web server logs for the full error, but my
> >> guess is that p4python is not correctly installed.
>
> >> -David
>
> >> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid  
> >> wrote:
> >> > Hi there,
>
> >> > I am trying to add a new Perforce repository in the Reviewboard Admin
> >> > dashboard and I get the following error (at the top of the page) -
>
> >> > "Please correct the error below.
> >> > DLL load failed: The specified module could not be found."
>
> >> > Can someone please point out what could be wrong?
>
> >> > Thanks.
>
> >> > --
> >> > Want to help the Review Board project? Donate today 
> >> > athttp://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
> >> > For more options, visit this group 
> >> > athttp://groups.google.com/group/reviewboard?hl=en
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://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
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

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


Re: Add Perforce repository error

2011-10-25 Thread David Trowbridge
It depends on which web server you're using and what method of
invoking review board.
You can also check the review board logs (if enabled).

-David



On Tue, Oct 25, 2011 at 10:44 PM, thegreendroid
 wrote:
> Thanks for the quick reply David.
>
> Would the exception be recorded in the web server log? I checked
> Reviewboard's logs but there was nothing there.
>
> On Oct 26, 6:02 pm, David Trowbridge  wrote:
>> You'll have to check your web server logs for the full error, but my
>> guess is that p4python is not correctly installed.
>>
>> -David
>>
>>
>>
>>
>>
>>
>>
>> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid  
>> wrote:
>> > Hi there,
>>
>> > I am trying to add a new Perforce repository in the Reviewboard Admin
>> > dashboard and I get the following error (at the top of the page) -
>>
>> > "Please correct the error below.
>> > DLL load failed: The specified module could not be found."
>>
>> > Can someone please point out what could be wrong?
>>
>> > Thanks.
>>
>> > --
>> > Want to help the Review Board project? Donate today 
>> > athttp://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
>> > For more options, visit this group 
>> > athttp://groups.google.com/group/reviewboard?hl=en
>
> --
> 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

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


Re: Add Perforce repository error

2011-10-25 Thread thegreendroid
Thanks for the quick reply David.

Would the exception be recorded in the web server log? I checked
Reviewboard's logs but there was nothing there.

On Oct 26, 6:02 pm, David Trowbridge  wrote:
> You'll have to check your web server logs for the full error, but my
> guess is that p4python is not correctly installed.
>
> -David
>
>
>
>
>
>
>
> On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid  
> wrote:
> > Hi there,
>
> > I am trying to add a new Perforce repository in the Reviewboard Admin
> > dashboard and I get the following error (at the top of the page) -
>
> > "Please correct the error below.
> > DLL load failed: The specified module could not be found."
>
> > Can someone please point out what could be wrong?
>
> > Thanks.
>
> > --
> > Want to help the Review Board project? Donate today 
> > athttp://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
> > For more options, visit this group 
> > athttp://groups.google.com/group/reviewboard?hl=en

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


Re: Add Perforce repository error

2011-10-25 Thread David Trowbridge
You'll have to check your web server logs for the full error, but my
guess is that p4python is not correctly installed.

-David



On Tue, Oct 25, 2011 at 9:50 PM, thegreendroid  wrote:
> Hi there,
>
> I am trying to add a new Perforce repository in the Reviewboard Admin
> dashboard and I get the following error (at the top of the page) -
>
> "Please correct the error below.
> DLL load failed: The specified module could not be found."
>
> Can someone please point out what could be wrong?
>
> Thanks.
>
> --
> 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

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


Add Perforce repository error

2011-10-25 Thread thegreendroid
Hi there,

I am trying to add a new Perforce repository in the Reviewboard Admin
dashboard and I get the following error (at the top of the page) -

"Please correct the error below.
DLL load failed: The specified module could not be found."

Can someone please point out what could be wrong?

Thanks.

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


Re: Add Repository Error - Windows

2010-05-31 Thread Martelo
Resolved by commenting the following line in apache httpd.conf:
LoadModule ssl_module/mod.ssl.so




On 31 maio, 10:22, Martelo  wrote:
> BTW, The ReviewBoard version is 1.5b2...
>
> On 31 maio, 10:19, Martelo  wrote:
>
>
>
> > I'm trying to configure an instance of reviewboard on Windows.
> > Currently, I'm facing an error in the admin dashboard - Add
> > Repository. When I submit a new svn repository, IE shows an "Internet
> > Explorer cannot display the page".
>
> > ReviewBoard logs shows nothing..
> > Apache logs:
>
> > * Server Startup...
>
> > [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
> > [error] python_init: Python version mismatch, expected '2.5', found
> > '2.5.4'.
> > [error] python_init: Python executable found 'C:\\Program Files\
> > \Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
> > [error] python_init: Python path being used 'C:\\WINDOWS\\system32\
> > \python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\
> > \lib-tk;;C:\\Program Files\\Apache Software Foundation\\Apache2.2\
> > \bin'.
> > [notice] mod_python: Creating 8 session mutexes based on 0 max
> > processes and 64 max threads.
> > [notice] Child 7800: Child process is running
> > [notice] Child 7800: Acquired the start mutex.
> > [notice] Child 7800: Starting 64 worker threads.
> > [notice] Child 7800: Starting thread to listen on port 80.
> > [notice] Child 7416: All worker threads have exited.
> > [notice] Child 7416: Child process is exiting
>
> > * Opening Add Repository Page...
>
> > [error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
> > htdocs/media/admin/js/jquery.min.js, 
> > referer:http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repositor...
> > [error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
> > htdocs/media/admin/js/jquery.init.js, 
> > referer:http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repositor...
> > [error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
> > htdocs/media/admin/js/actions.min.js, 
> > referer:http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repositor...
>
> > * When I hit Save...
>
> > OPENSSL_Uplink(100EC020,06): no OPENSSL_Applink
> > C:\Python25\lib\site-packages\Crypto\Util\randpool.py:40:
> > RandomPool_DeprecationWarning: This application uses RandomPool, which
> > is BROKEN in older releases.  Seehttp://www.pycrypto.org/randpool-broken
> >   RandomPool_DeprecationWarning)
> > C:\Python25\lib\site-packages\django-1.2.1-py2.5.egg\django\contrib
> > \admin\sites.py:470: DeprecationWarning: AdminSite.root() is
> > deprecated; use include(admin.site.urls) instead.
> >   DeprecationWarning
> > [notice] Parent: child process exited with status 1 -- Restarting.
> > [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m
> > configured -- resuming normal operations
> > [notice] Server built: Mar  4 2010 11:27:46
> > [notice] Parent: Created child process 7452
> > [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
> > [error] python_init: Python version mismatch, expected '2.5', found
> > '2.5.4'.
> > [error] python_init: Python executable found 'C:\\Program Files\
> > \Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
> > [error] python_init: Python path being used 'C:\\WINDOWS\\system32\
> > \python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\
> > \lib-tk;;C:\\Program Files\\Apache Software Foundation\\Apache2.2\
> > \bin'.
> > [notice] mod_python: Creating 8 session mutexes based on 0 max
> > processes and 64 max threads.
> > [notice] Child 7452: Child process is running
> > [notice] Child 7452: Acquired the start mutex.
> > [notice] Child 7452: Starting 64 worker threads.
> > [notice] Child 7452: Starting thread to listen on port 80.- Ocultar texto 
> > das mensagens anteriores -
>
> - Mostrar texto das mensagens anteriores -

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


Re: Add Repository Error - Windows

2010-05-31 Thread Martelo
BTW, The ReviewBoard version is 1.5b2...

On 31 maio, 10:19, Martelo  wrote:
> I'm trying to configure an instance of reviewboard on Windows.
> Currently, I'm facing an error in the admin dashboard - Add
> Repository. When I submit a new svn repository, IE shows an "Internet
> Explorer cannot display the page".
>
> ReviewBoard logs shows nothing..
> Apache logs:
>
> * Server Startup...
>
> [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
> [error] python_init: Python version mismatch, expected '2.5', found
> '2.5.4'.
> [error] python_init: Python executable found 'C:\\Program Files\
> \Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
> [error] python_init: Python path being used 'C:\\WINDOWS\\system32\
> \python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\
> \lib-tk;;C:\\Program Files\\Apache Software Foundation\\Apache2.2\
> \bin'.
> [notice] mod_python: Creating 8 session mutexes based on 0 max
> processes and 64 max threads.
> [notice] Child 7800: Child process is running
> [notice] Child 7800: Acquired the start mutex.
> [notice] Child 7800: Starting 64 worker threads.
> [notice] Child 7800: Starting thread to listen on port 80.
> [notice] Child 7416: All worker threads have exited.
> [notice] Child 7416: Child process is exiting
>
> * Opening Add Repository Page...
>
> [error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
> htdocs/media/admin/js/jquery.min.js, 
> referer:http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repositor...
> [error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
> htdocs/media/admin/js/jquery.init.js, 
> referer:http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repositor...
> [error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
> htdocs/media/admin/js/actions.min.js, 
> referer:http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repositor...
>
> * When I hit Save...
>
> OPENSSL_Uplink(100EC020,06): no OPENSSL_Applink
> C:\Python25\lib\site-packages\Crypto\Util\randpool.py:40:
> RandomPool_DeprecationWarning: This application uses RandomPool, which
> is BROKEN in older releases.  Seehttp://www.pycrypto.org/randpool-broken
>   RandomPool_DeprecationWarning)
> C:\Python25\lib\site-packages\django-1.2.1-py2.5.egg\django\contrib
> \admin\sites.py:470: DeprecationWarning: AdminSite.root() is
> deprecated; use include(admin.site.urls) instead.
>   DeprecationWarning
> [notice] Parent: child process exited with status 1 -- Restarting.
> [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m
> configured -- resuming normal operations
> [notice] Server built: Mar  4 2010 11:27:46
> [notice] Parent: Created child process 7452
> [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
> [error] python_init: Python version mismatch, expected '2.5', found
> '2.5.4'.
> [error] python_init: Python executable found 'C:\\Program Files\
> \Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
> [error] python_init: Python path being used 'C:\\WINDOWS\\system32\
> \python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\
> \lib-tk;;C:\\Program Files\\Apache Software Foundation\\Apache2.2\
> \bin'.
> [notice] mod_python: Creating 8 session mutexes based on 0 max
> processes and 64 max threads.
> [notice] Child 7452: Child process is running
> [notice] Child 7452: Acquired the start mutex.
> [notice] Child 7452: Starting 64 worker threads.
> [notice] Child 7452: Starting thread to listen on port 80.

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


Add Repository Error - Windows

2010-05-31 Thread Martelo
I'm trying to configure an instance of reviewboard on Windows.
Currently, I'm facing an error in the admin dashboard - Add
Repository. When I submit a new svn repository, IE shows an "Internet
Explorer cannot display the page".

ReviewBoard logs shows nothing..
Apache logs:

* Server Startup...

[warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[error] python_init: Python version mismatch, expected '2.5', found
'2.5.4'.
[error] python_init: Python executable found 'C:\\Program Files\
\Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
[error] python_init: Python path being used 'C:\\WINDOWS\\system32\
\python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\
\lib-tk;;C:\\Program Files\\Apache Software Foundation\\Apache2.2\
\bin'.
[notice] mod_python: Creating 8 session mutexes based on 0 max
processes and 64 max threads.
[notice] Child 7800: Child process is running
[notice] Child 7800: Acquired the start mutex.
[notice] Child 7800: Starting 64 worker threads.
[notice] Child 7800: Starting thread to listen on port 80.
[notice] Child 7416: All worker threads have exited.
[notice] Child 7416: Child process is exiting




* Opening Add Repository Page...

[error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
htdocs/media/admin/js/jquery.min.js, referer:
http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repository/add/
[error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
htdocs/media/admin/js/jquery.init.js, referer:
http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repository/add/
[error] [client 16.127.81.22] File does not exist: C:/ReviewBoard/
htdocs/media/admin/js/actions.min.js, referer:
http://brrndsirius.bra.hp.com/reviewboard/admin/db/scmtools/repository/add/




* When I hit Save...

OPENSSL_Uplink(100EC020,06): no OPENSSL_Applink
C:\Python25\lib\site-packages\Crypto\Util\randpool.py:40:
RandomPool_DeprecationWarning: This application uses RandomPool, which
is BROKEN in older releases.  See http://www.pycrypto.org/randpool-broken
  RandomPool_DeprecationWarning)
C:\Python25\lib\site-packages\django-1.2.1-py2.5.egg\django\contrib
\admin\sites.py:470: DeprecationWarning: AdminSite.root() is
deprecated; use include(admin.site.urls) instead.
  DeprecationWarning
[notice] Parent: child process exited with status 1 -- Restarting.
[notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m
configured -- resuming normal operations
[notice] Server built: Mar  4 2010 11:27:46
[notice] Parent: Created child process 7452
[warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[error] python_init: Python version mismatch, expected '2.5', found
'2.5.4'.
[error] python_init: Python executable found 'C:\\Program Files\
\Apache Software Foundation\\Apache2.2\\bin\\httpd.exe'.
[error] python_init: Python path being used 'C:\\WINDOWS\\system32\
\python25.zip;C:\\Python25\\Lib;C:\\Python25\\DLLs;C:\\Python25\\Lib\
\lib-tk;;C:\\Program Files\\Apache Software Foundation\\Apache2.2\
\bin'.
[notice] mod_python: Creating 8 session mutexes based on 0 max
processes and 64 max threads.
[notice] Child 7452: Child process is running
[notice] Child 7452: Acquired the start mutex.
[notice] Child 7452: Starting 64 worker threads.
[notice] Child 7452: Starting thread to listen on port 80.




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


Re: wrong Repository error Code 206

2008-09-17 Thread Daniel Wexler

I had this same issue.  I'm not sure this is the right way to fix it,
but I modified my post-review script by hand and changed the
REVIEWBOARD_URL near the top of the file to point to my reviewboard
server (e.g. "http://maki"; in my case).

I also had a bit of trouble getting the right path to the repository
in my reviewboard's Repository setting.  I entered the "correct" p4
port at first, but post-review seemed to adjust it somehow, adding a
"p4-" prefix at the beginning of the value in the P4PORT env var.

On Sep 17, 1:26 pm, 13Strider <[EMAIL PROTECTED]> wrote:
> The P4Tool.txt that i import tp p4win needs to have the path of the
> post-review on the server in it.
> but no matter what path i put it  it cant connect.
> any idea what the bath should be like?
>
> On Sep 17, 4:55 pm, 13Strider <[EMAIL PROTECTED]> wrote:
>
> > Sweet Thanks,
> > i'll give that a try and let you know.
>
> > On Sep 17, 4:48 pm, "Christian Hammond" <[EMAIL PROTECTED]> wrote:
>
> > > The repository path you're using is Review Board's SVN repository, not 
> > > your
> > > own. This implies you're running post-review from a Review Board checkout.
> > > Make sure to run it from your repository's checkout and then follow the
> > > instructions in post-review on setting it up for that repository.
>
> > > Christian
>
> > > --
> > > Christian Hammond - [EMAIL PROTECTED]
> > > VMware, Inc.
>
> > > On Wed, Sep 17, 2008 at 6:22 AM, 13Strider <[EMAIL PROTECTED]> wrote:
>
> > > > CAn anyOne Help me with this ? im using post-Review
>
> > > > >>> Logging in with username "root"
> > > > >>> HTTP POSTing tohttp://192.168.9.176:8000/api/json/accounts/login/:
> > > > {'username': 'root', 'password': '**'}
> > > > >>> Logged in.
> > > > >>> Attempting to create review request for None
> > > > >>> HTTP POSTing 
> > > > >>> tohttp://192.168.9.176:8000/api/json/reviewrequests/new/:
> > > > {'repository_path': 'http://reviewboard.googlecode.com/svn'}
> > > > Error creating review request: The repository path specified is not in
> > > > the list of known repositories (code 206)
>
> > > > This is how my repository is set up in UI
> > > > Path: bob.bobs.com:1999
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: wrong Repository error Code 206

2008-09-17 Thread 13Strider

The P4Tool.txt that i import tp p4win needs to have the path of the
post-review on the server in it.
but no matter what path i put it  it cant connect.
any idea what the bath should be like?

On Sep 17, 4:55 pm, 13Strider <[EMAIL PROTECTED]> wrote:
> Sweet Thanks,
> i'll give that a try and let you know.
>
> On Sep 17, 4:48 pm, "Christian Hammond" <[EMAIL PROTECTED]> wrote:
>
> > The repository path you're using is Review Board's SVN repository, not your
> > own. This implies you're running post-review from a Review Board checkout.
> > Make sure to run it from your repository's checkout and then follow the
> > instructions in post-review on setting it up for that repository.
>
> > Christian
>
> > --
> > Christian Hammond - [EMAIL PROTECTED]
> > VMware, Inc.
>
> > On Wed, Sep 17, 2008 at 6:22 AM, 13Strider <[EMAIL PROTECTED]> wrote:
>
> > > CAn anyOne Help me with this ? im using post-Review
>
> > > >>> Logging in with username "root"
> > > >>> HTTP POSTing tohttp://192.168.9.176:8000/api/json/accounts/login/:
> > > {'username': 'root', 'password': '**'}
> > > >>> Logged in.
> > > >>> Attempting to create review request for None
> > > >>> HTTP POSTing tohttp://192.168.9.176:8000/api/json/reviewrequests/new/:
> > > {'repository_path': 'http://reviewboard.googlecode.com/svn'}
> > > Error creating review request: The repository path specified is not in
> > > the list of known repositories (code 206)
>
> > > This is how my repository is set up in UI
> > > Path: bob.bobs.com:1999
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: wrong Repository error Code 206

2008-09-17 Thread 13Strider

Sweet Thanks,
i'll give that a try and let you know.

On Sep 17, 4:48 pm, "Christian Hammond" <[EMAIL PROTECTED]> wrote:
> The repository path you're using is Review Board's SVN repository, not your
> own. This implies you're running post-review from a Review Board checkout.
> Make sure to run it from your repository's checkout and then follow the
> instructions in post-review on setting it up for that repository.
>
> Christian
>
> --
> Christian Hammond - [EMAIL PROTECTED]
> VMware, Inc.
>
> On Wed, Sep 17, 2008 at 6:22 AM, 13Strider <[EMAIL PROTECTED]> wrote:
>
> > CAn anyOne Help me with this ? im using post-Review
>
> > >>> Logging in with username "root"
> > >>> HTTP POSTing tohttp://192.168.9.176:8000/api/json/accounts/login/:
> > {'username': 'root', 'password': '**'}
> > >>> Logged in.
> > >>> Attempting to create review request for None
> > >>> HTTP POSTing tohttp://192.168.9.176:8000/api/json/reviewrequests/new/:
> > {'repository_path': 'http://reviewboard.googlecode.com/svn'}
> > Error creating review request: The repository path specified is not in
> > the list of known repositories (code 206)
>
> > This is how my repository is set up in UI
> > Path: bob.bobs.com:1999
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Re: wrong Repository error Code 206

2008-09-17 Thread Christian Hammond
The repository path you're using is Review Board's SVN repository, not your
own. This implies you're running post-review from a Review Board checkout.
Make sure to run it from your repository's checkout and then follow the
instructions in post-review on setting it up for that repository.

Christian

-- 
Christian Hammond - [EMAIL PROTECTED]
VMware, Inc.


On Wed, Sep 17, 2008 at 6:22 AM, 13Strider <[EMAIL PROTECTED]> wrote:

>
> CAn anyOne Help me with this ? im using post-Review
>
> >>> Logging in with username "root"
> >>> HTTP POSTing to http://192.168.9.176:8000/api/json/accounts/login/:
> {'username': 'root', 'password': '**'}
> >>> Logged in.
> >>> Attempting to create review request for None
> >>> HTTP POSTing to http://192.168.9.176:8000/api/json/reviewrequests/new/:
> {'repository_path': 'http://reviewboard.googlecode.com/svn'}
> Error creating review request: The repository path specified is not in
> the list of known repositories (code 206)
>
> This is how my repository is set up in UI
> Path: bob.bobs.com:1999
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



wrong Repository error Code 206

2008-09-17 Thread 13Strider

CAn anyOne Help me with this ? im using post-Review

>>> Logging in with username "root"
>>> HTTP POSTing to http://192.168.9.176:8000/api/json/accounts/login/: 
>>> {'username': 'root', 'password': '**'}
>>> Logged in.
>>> Attempting to create review request for None
>>> HTTP POSTing to http://192.168.9.176:8000/api/json/reviewrequests/new/: 
>>> {'repository_path': 'http://reviewboard.googlecode.com/svn'}
Error creating review request: The repository path specified is not in
the list of known repositories (code 206)

This is how my repository is set up in UI
Path: bob.bobs.com:1999

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---