Re: RBtools 0.7.4 error 105 path not found.

2015-12-08 Thread Christian Hammond
Hi Rob,

We've made a lot of improvements to Bitbucket support since we released
2.0.1 in May of last year. You might find 2.0.21 to work better for you.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Tue, Dec 8, 2015 at 6:52 AM, Rob Dejournett 
wrote:

> Also the server log is here:
>
> 2015-12-08 14:49:54,420 - ERROR - None - rdejournett -
> /api/review-requests/5110/diffs/ - Error uploading new diff: Not Found
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/webapi/resources/diff.py",
> line 292, in create
> request.FILES.get('parent_diff_path'))
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/reviews/forms.py",
> line 116, in create
> history)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/forms.py",
> line 69, in create
> request=self.request)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/managers.py",
> line 156, in create_from_upload
> save=save)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/managers.py",
> line 210, in create_from_data
> limit_to=diff_filenames):
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/managers.py",
> line 300, in _process_files
> request=request))):
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/scmtools/models.py",
> line 238, in get_file_exists
> base_commit_id, request)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/scmtools/models.py",
> line 415, in _get_file_exists_uncached
> base_commit_id=base_commit_id)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/hostingsvcs/bitbucket.py",
> line 177, in get_file_exists
> self._api_get_src(repository, path, revision, base_commit_id)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/hostingsvcs/bitbucket.py",
> line 214, in _api_get_src
> return self._api_get(url, raw_content=True)
>   File
> "/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/hostingsvcs/bitbucket.py",
> line 265, in _api_get
> raise Exception(e.read())
> Exception: Not Found
>
>
> On Tuesday, December 8, 2015 at 9:03:25 AM UTC-5, Rob Dejournett wrote:
>>
>> It's reviewboard 2.0.1, we are using Git version 1.9.5.  I am not the
>> review board administrator, but I have access to the linux box.  If you can
>> point me to where the logs are that'd be really helpful.
>>
>> Thanks!
>>
>>
>> On Monday, December 7, 2015 at 5:02:33 PM UTC-5, David Trowbridge wrote:
>>>
>>> What version of Review Board? What version control system (and version
>>> thereof)? Is there anything in the server log?
>>>
>>> -David
>>>
>>>
>>> On Mon, Dec 7, 2015 at 11:43 AM Rob Dejournett 
>>> wrote:
>>>
 Sorry if this is a double post.  Getting error with some files posting
 using RBTools.  Java files seem to work fine.  I use something called Mirth
 Connect which generates XML files as code.  Basically when RBT tries to
 upload the diff it fails with the 105 error.  Attached is the diff.

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

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

Re: RBtools 0.7.4 error 105 path not found.

2015-12-08 Thread Rob Dejournett
Also the server log is here:

2015-12-08 14:49:54,420 - ERROR - None - rdejournett - 
/api/review-requests/5110/diffs/ - Error uploading new diff: Not Found
Traceback (most recent call last):
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/webapi/resources/diff.py",
 
line 292, in create
request.FILES.get('parent_diff_path'))
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/reviews/forms.py",
 
line 116, in create
history)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/forms.py",
 
line 69, in create
request=self.request)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/managers.py",
 
line 156, in create_from_upload
save=save)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/managers.py",
 
line 210, in create_from_data
limit_to=diff_filenames):
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/diffviewer/managers.py",
 
line 300, in _process_files
request=request))):
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/scmtools/models.py",
 
line 238, in get_file_exists
base_commit_id, request)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/scmtools/models.py",
 
line 415, in _get_file_exists_uncached
base_commit_id=base_commit_id)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/hostingsvcs/bitbucket.py",
 
line 177, in get_file_exists
self._api_get_src(repository, path, revision, base_commit_id)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/hostingsvcs/bitbucket.py",
 
line 214, in _api_get_src
return self._api_get(url, raw_content=True)
  File 
"/usr/lib/python2.6/site-packages/ReviewBoard-2.0.1-py2.6.egg/reviewboard/hostingsvcs/bitbucket.py",
 
line 265, in _api_get
raise Exception(e.read())
Exception: Not Found


On Tuesday, December 8, 2015 at 9:03:25 AM UTC-5, Rob Dejournett wrote:
>
> It's reviewboard 2.0.1, we are using Git version 1.9.5.  I am not the 
> review board administrator, but I have access to the linux box.  If you can 
> point me to where the logs are that'd be really helpful.
>
> Thanks!
>
>
> On Monday, December 7, 2015 at 5:02:33 PM UTC-5, David Trowbridge wrote:
>>
>> What version of Review Board? What version control system (and version 
>> thereof)? Is there anything in the server log?
>>
>> -David
>>
>>
>> On Mon, Dec 7, 2015 at 11:43 AM Rob Dejournett  
>> wrote:
>>
>>> Sorry if this is a double post.  Getting error with some files posting 
>>> using RBTools.  Java files seem to work fine.  I use something called Mirth 
>>> Connect which generates XML files as code.  Basically when RBT tries to 
>>> upload the diff it fails with the 105 error.  Attached is the diff.
>>>
>>> -- 
>>> 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...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>> -- 
>> -David 
>
>

-- 
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: RBtools 0.7.4 error 105 path not found.

2015-12-08 Thread Rob Dejournett
It's reviewboard 2.0.1, we are using Git version 1.9.5.  I am not the 
review board administrator, but I have access to the linux box.  If you can 
point me to where the logs are that'd be really helpful.

Thanks!


On Monday, December 7, 2015 at 5:02:33 PM UTC-5, David Trowbridge wrote:
>
> What version of Review Board? What version control system (and version 
> thereof)? Is there anything in the server log?
>
> -David
>
>
> On Mon, Dec 7, 2015 at 11:43 AM Rob Dejournett  > wrote:
>
>> Sorry if this is a double post.  Getting error with some files posting 
>> using RBTools.  Java files seem to work fine.  I use something called Mirth 
>> Connect which generates XML files as code.  Basically when RBT tries to 
>> upload the diff it fails with the 105 error.  Attached is the diff.
>>
>> -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
> -- 
> -David 

-- 
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: RBtools 0.7.4 error 105 path not found.

2015-12-07 Thread David Trowbridge
What version of Review Board? What version control system (and version
thereof)? Is there anything in the server log?

-David


On Mon, Dec 7, 2015 at 11:43 AM Rob Dejournett 
wrote:

> Sorry if this is a double post.  Getting error with some files posting
> using RBTools.  Java files seem to work fine.  I use something called Mirth
> Connect which generates XML files as code.  Basically when RBT tries to
> upload the diff it fails with the 105 error.  Attached is the diff.
>
> --
> 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.
>
-- 
-David

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


RBtools 0.7.4 error 105 path not found.

2015-12-07 Thread Rob Dejournett
Sorry if this is a double post.  Getting error with some files posting 
using RBTools.  Java files seem to work fine.  I use something called Mirth 
Connect which generates XML files as code.  Basically when RBT tries to 
upload the diff it fails with the 105 error.  Attached is the diff.

-- 
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.
>>> RBTools 0.7.4
>>> Python 2.7.5 (default, Mar  9 2014, 22:15:05) 
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)]
>>> Running on Darwin-13.4.0-x86_64-i386-64bit
>>> Home = /Users/rdejournett
>>> Current directory = /Users/rdejournett/mfss-rcm-mirth
>>> Running: git version
>>> 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.RCMSTATE-763.merge
>>> Running: git config --get branch.RCMSTATE-763.remote
>>> Running: git config --get remote.origin.url
>>> repository info: Path: g...@bitbucket.org:mfgit/mfss-rcm-mirth.git, Base path: , Supports changesets: False
>>> Making HTTP GET request to https://rb.dev.medfusion.net/api/
>>> Running: git rev-parse b269f02
>>> Running: git rev-parse b269f02b7feddcba1b53c9e9f6093e7b50374208^
>>> Running: git merge-base 84d258f5e9aa911bf55a048ab6b968bca91098cb origin/development
>>> Running: git rev-parse --git-dir
>>> Running: git -c core.quotepath=false -c diff.noprefix=false diff --no-color --full-index --ignore-submodules -M --no-ext-diff 84d258f5e9aa911bf55a048ab6b968bca91098cb..b269f02b7feddcba1b53c9e9f6093e7b50374208
>>> Making HTTP GET request to https://rb.dev.medfusion.net/api/review-requests/5098/?only-links=diffs%2Cdraft&only-fields=absolute_url%2Cbugs_closed%2Cid%2Cstatus
>>> Making HTTP GET request to https://rb.dev.medfusion.net/api/review-requests/5098/diffs/?only-fields=
>>> Making HTTP POST request to https://rb.dev.medfusion.net/api/review-requests/5098/diffs/
>>> Got API Error 105 (HTTP code 400): One or more fields had errors
>>> Error data: {u'fields': {u'path': [u'Not Found']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had errors', u'code': 105}}
Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 8, in 
load_entry_point('RBTools==0.7.4', 'console_scripts', 'rbt')()
  File "/Library/Python/2.7/site-packages/RBTools-0.7.4-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.4-py2.7.egg/rbtools/commands/__init__.py", line 612, in run_from_argv
exit_code = self.main(*args) or 0
  File "/Library/Python/2.7/site-packages/RBTools-0.7.4-py2.7.egg/rbtools/commands/post.py", line 799, in main
base_dir=base_dir)
  File "/Library/Python/2.7/site-packages/RBTools-0.7.4-py2.7.egg/rbtools/commands/post.py", line 481, in post_request
raise CommandError(u'\n'.join(error_msg))
rbtools.commands.CommandError: Error uploading diff


diff --git a/mfss-rcm-mirth-core/pom.xml b/mfss-rcm-mirth-core/pom.xml
index a90ed7ac3b983670edb3c0068b071df6a57cd48f..88f626bb3bba3c95d1882dd75d5799579251e16b 100644
--- a/mfss-rcm-mirth-core/pom.xml
+++ b/mfss-rcm-mirth-core/pom.xml
@@ -53,7 +53,41 @@
 maven-jar-plugin
 2.6
 
-	${parent.dir}
+	../deploy/custom-lib/Estatements
+
+			
+			
+		
+org.apache.maven.plugins
+maven-clean-plugin
+3.0.0
+
+
+	
+		
+			../deploy/custom-lib/Estatements
+			
+*.jar
+			
+			true
+		
+		
+			deploy
+			
+*
+			
+			true
+		
+
+	
 
 			
 		
diff --git a/mfss-rcm-mirth-core/src/main/java/com/medfusion/estatement/ge/ProcessGE.java b/mfss-rcm-mirth-core/src/main/java/com/medfusion/estatement/ge/ProcessGE.java
index 3c6091fa9105c3b6f879008f0314e969fd8ab2fd..f19b9292f857f2187b5f4776d16f8e2ac2e76a86 100644
--- a/mfss-rcm-mirth-core/src/main/java/com/medfusion/estatement/ge/ProcessGE.java
+++ b/mfss-rcm-mirth-core/src/main/java/com/medfusion/estatement/ge/ProcessGE.java
@@ -3,6 +3,7 @@ packa

RBTools 0.7.4 error 105 POSTing a diff

2015-12-07 Thread Rob Dejournett
I am doing some development which is tracked by XML files.  It looks like 
these XML files are breaking RBTools (java files post file).

I get a 105 error stating path is not found.  Not really sure what this 
means.  But I strongly suspect its due to parsing of the diff.

Attached is said diff (which i hacked the post.py to display).



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


mydiff
Description: Binary data


post-review error : Got API Error 105 (HTTP code 400): One or more fields had errors

2012-11-16 Thread Peer
HI Christian,

I get post-review error : Got API Error 105 (HTTP code 400): One or more 
fields had errors, [u'cleartool: Error: Not a vob object: 
"a75177da.2f9344e8.bea8.0e:a7:60:3a:cd:d1".\r\n']

the above generates diff but fails after "HTTP POSTing to http"

we have multiple individual vobs, if i give post-review under the vob which 
has a repository in RB and .reviewboardrc file it works fine, if give for a 
file not under the vob path (but in diff vob path) i get the above eror, 
but there is repository for other vob and a .reviewboardrc file.

is there any way workaround so i can run post-review in a songle vob and 
get all files changed in to one review?

pls help how to change post-review python script to not chk this and ignore 
above error

thanks
Peer

-- 
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: Post review give me ( Error creating review request: One or more fields had errors (HTTP 400, API Error 105)) help needed

2012-04-14 Thread Josh Gold
I can.  I'm getting the same error from my Mac (OS X 10.7).  Here's part of 
my debug output:

>>> HTTP POSTing to 
http://reviewboard.idcast.com/api/review-requests/118/diffs/: {'basedir': 
'/'}
>>> Got API Error 105 (HTTP code 400): One or more fields had errors
>>> Error data: {u'fields': {u'path': [u"URL 
'https://svn.idcast.com/svn/repo/UAS/branches/SOv3' refers to a 
directory"]}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had 
errors', u'code': 105}}

Error uploading diff

The generated diff file was empty. This usually means no files were
modified in this change.

Try running with --output-diff and --debug for more information.

Your review request still exists, but the diff is not attached.

thanks,
josh

On Friday, March 9, 2012 3:22:49 PM UTC-5, Christian Hammond wrote:
>
> Can you run with --debug and post the results?
>
> Christian
>
>
> On Mar 8, 2012, at 2:25, Nilesh Jaiswal  wrote:
>
> Hi,
>
> Till now my post-review tool working fine now when i try to post new 
> review request i am getting error message as below
>
> Error creating review request: One or more fields had errors (HTTP 400, 
> API Error 105)
> How to fix this, what could be possible issues and where to look into, 
> does i need to make any changes in Review board admin side.
>
> Any help and pointer will be appreciated.
>
> Regards,
> Nilesh J
>
>
>  -- 
> 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: Post review give me ( Error creating review request: One or more fields had errors (HTTP 400, API Error 105)) help needed

2012-03-09 Thread Christian Hammond
Can you run with --debug and post the results?

Christian


On Mar 8, 2012, at 2:25, Nilesh Jaiswal  wrote:

> Hi,
> 
> Till now my post-review tool working fine now when i try to post new review 
> request i am getting error message as below
> 
> Error creating review request: One or more fields had errors (HTTP 400, API 
> Error 105)
> 
> How to fix this, what could be possible issues and where to look into, does i 
> need to make any changes in Review board admin side.
> 
> Any help and pointer will be appreciated.
> 
> Regards,
> Nilesh J
> 
> 
> -- 
> 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

Post review give me ( Error creating review request: One or more fields had errors (HTTP 400, API Error 105)) help needed

2012-03-08 Thread Nilesh Jaiswal
Hi,

Till now my post-review tool working fine now when i try to post new review
request i am getting error message as below

Error creating review request: One or more fields had errors (HTTP 400, API
Error 105)
How to fix this, what could be possible issues and where to look into, does
i need to make any changes in Review board admin side.

Any help and pointer will be appreciated.

Regards,
Nilesh J

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

post-review --> API Error 105, Error data

2011-03-31 Thread rquit
I submitted two review requests, but only one succeeded.

**
SUCCESSFUL:

[~]$ post-review //path/to/file#8 --debug
>>> svn info
>>> p4 info
>>> repository info: Path: perforce.server.com:1666, Base path: None, Supports 
>>> changesets: True
>>> p4 counters
>>> Writing "//path/to/file#8" to "/tmp/tmpqGKzlE"
>>> p4 print -o /tmp/tmpqGKzlE -q //path/to/file#8
>>> diff -urNp /tmp/tmpOVbHra /tmp/tmpqGKzlE
>>> Looking for 'ip.address /' cookie in /home/user/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on perforce.server.com:1666 for None
>>> HTTP POSTing to http://ip.address/api/json/reviewrequests/new/: 
>>> {'repository_path': 'perforce/server.com:1666'}
>>> Review request created
>>> Uploading diff, size: 7291
>>> HTTP POSTing to http://ip.address/api/json/reviewrequests/176/diff/new/: {}
Review request #176 posted.


UNSUCCESSFUL:

[~]$ post-review changelist --debug
>>> svn info
>>> p4 info
>>> repository info: Path: perforce.server.com:1666, Base path: None, Supports 
>>> changesets: True
>>> p4 counters
>>> Generating diff for changenum changelist
>>> p4 describe -s changelist
>>> Processing edit of //path/to/file
>>> Writing "//path/to/file#7" to "/tmp/tmpePxLve"
>>> p4 print -o /tmp/tmpePxLve -q //path/to/file#7
>>> Writing "//path/to/file#8" to "/tmp/tmpNjfomF"
>>> p4 print -o /tmp/tmpNjfomF -q //path/to/file#8
>>> diff -urNp /tmp/tmpePxLve /tmp/tmpNjfomF
>>> Looking for 'ip.address /' cookie in /home/user/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on perforce.server.com:1666 for 
>>> changelist
>>> HTTP POSTing to http://ip.address/api/json/reviewrequests/new/: 
>>> {'repository_path': 'perforce.server.com:1666', 'changenum': 'changelist'}
>>> Review request created
>>> Uploading diff, size: 1427
>>> HTTP POSTing to http://ip.address/api/json/reviewrequests/175/diff/new/: {}
>>> Got API Error 105 (HTTP code 200): One or more fields had errors
>>> Error data: {'fields': {'path': ['[Errno 2] No such file or directory']}, 
>>> 'stat': 'fail', 'err': {'msg': 'One or more fields had errors', 'code': 
>>> 105}}

Error uploading diff

The generated diff file was empty. This usually means no files were
modified in this change.

Try running with --output-diff and --debug for more information.

Your review request still exists, but the diff is not attached.
**
What could be the issue??

Thanks in advance.

-- 
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: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Vincent Yee
That's the trick... in /usr/bin/

Thx
Vincent

-Original Message-
From: chip...@gmail.com [mailto:chip...@gmail.com] On Behalf Of Christian 
Hammond
Sent: Wednesday, March 30, 2011 9:51 PM
To: Vincent Yee
Cc: Christian Hammond; reviewboard@googlegroups.com
Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or 
more fields had errors

Hi,

They're both in /usr/local/bin, which is certainly in your user's
path, but is it in Apache's?

You may want to see what happens if you move those to /usr/bin.
Alternatively, you can SetEnv PATH in your web server's config.

Christian


On Wednesday, March 30, 2011, Vincent Yee  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> We do have p4 and patch on the client system:
>
>
>
> $ which p4
>
> /usr/local/bin/p4
>
> $ /usr/local/bin/p4 -V
>
> Perforce - The Fast Software Configuration Management System.
>
> Copyright 1995-2011 Perforce Software.  All rights reserved.
>
> Rev. P4/LINUX26X86/2010.2/279478 (2011/01/03).
>
> [build@vmtemp01 ~]$ ls -al /usr/local/bin/p4
>
> -rwxr-xr-x 1 root root 777172 Mar 22 14:02 /usr/local/bin/p4
>
>
>
> $ which patch
>
> /usr/bin/patch
>
> $ /usr/bin/patch -v
>
> patch 2.5.4
>
> Copyright 1984-1988 Larry Wall
>
> Copyright 1989-1999 Free Software Foundation, Inc.
>
> $ ls -al /usr/bin/patch
>
> -rwxr-xr-x 1 root wheel 91476 Aug 11  2008 /usr/bin/patch
>
>
>
>
>
>
>
>
>
> From: chip...@gmail.com
> [mailto:chip...@gmail.com] On Behalf Of Christian Hammond
> Sent: Wednesday, March 30, 2011 5:19 PM
> To: Vincent Yee
> Cc: reviewboard@googlegroups.com
> Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
>
>
> Okay, the "No such file or
> directory" indicates a configuration problem, but is a step in the right
> direction. Some program you need is missing, and Review Board's initial checks
> didn't catch it. Can you make sure that both p4 and patch are both available 
> on
> that system and accessible/executable?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
>
>
> On Wed, Mar 30, 2011 at 4:59 PM, Vincent Yee  wrote:
>
>
>
>
>
> I tried
> with both in Mirror path:
>
> perforce.example:1666
> è
>>>> Error data: {u'fields': {u'path': [u'[Errno 2] No such file or
> directory']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had
> errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
> :1666 è
>>>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to
> server failed; check $P4PORT.\nTCP connect to :1666 failed.\nconnect: :1666:
> Connection refused\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more
> fields had errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> From: chip...@gmail.com [mailto:chip...@gmail.com] On
> Behalf Of Christian Hammond
> Sent: Wednesday, March 30, 2011 4:42 PM
>
>
>
>
>
>
> To: Vincent Yee
> Cc: reviewboard@googlegroups.com
> Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
>
>
>
>
>
>
>
>
>
>
> The
> error message says you're just using :1666.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On
> Wed, Mar 30, 2011 at 4:38 PM, Vincent Yee  wrote:
>
>
>
>
>
> Ok now
> it’s a different error with
>
> Mirror
> path:  perforce.example.com:1666
>
>
>
>>>>
> HTTP POSTing to 
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/20/draft/set/:
> {'summary': 'p4-testing-change'}
>
>>>>
> Uploading diff, size: 361
>
>
>
>
>
>
>

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

-- 
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: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Christian Hammond
Hi,

They're both in /usr/local/bin, which is certainly in your user's
path, but is it in Apache's?

You may want to see what happens if you move those to /usr/bin.
Alternatively, you can SetEnv PATH in your web server's config.

Christian


On Wednesday, March 30, 2011, Vincent Yee  wrote:
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> We do have p4 and patch on the client system:
>
>
>
> $ which p4
>
> /usr/local/bin/p4
>
> $ /usr/local/bin/p4 -V
>
> Perforce - The Fast Software Configuration Management System.
>
> Copyright 1995-2011 Perforce Software.  All rights reserved.
>
> Rev. P4/LINUX26X86/2010.2/279478 (2011/01/03).
>
> [build@vmtemp01 ~]$ ls -al /usr/local/bin/p4
>
> -rwxr-xr-x 1 root root 777172 Mar 22 14:02 /usr/local/bin/p4
>
>
>
> $ which patch
>
> /usr/bin/patch
>
> $ /usr/bin/patch -v
>
> patch 2.5.4
>
> Copyright 1984-1988 Larry Wall
>
> Copyright 1989-1999 Free Software Foundation, Inc.
>
> $ ls -al /usr/bin/patch
>
> -rwxr-xr-x 1 root wheel 91476 Aug 11  2008 /usr/bin/patch
>
>
>
>
>
>
>
>
>
> From: chip...@gmail.com
> [mailto:chip...@gmail.com] On Behalf Of Christian Hammond
> Sent: Wednesday, March 30, 2011 5:19 PM
> To: Vincent Yee
> Cc: reviewboard@googlegroups.com
> Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
>
>
> Okay, the "No such file or
> directory" indicates a configuration problem, but is a step in the right
> direction. Some program you need is missing, and Review Board's initial checks
> didn't catch it. Can you make sure that both p4 and patch are both available 
> on
> that system and accessible/executable?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
>
>
> On Wed, Mar 30, 2011 at 4:59 PM, Vincent Yee  wrote:
>
>
>
>
>
> I tried
> with both in Mirror path:
>
> perforce.example:1666
> è
>>>> Error data: {u'fields': {u'path': [u'[Errno 2] No such file or
> directory']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had
> errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
> :1666 è
>>>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to
> server failed; check $P4PORT.\nTCP connect to :1666 failed.\nconnect: :1666:
> Connection refused\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more
> fields had errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> From: chip...@gmail.com [mailto:chip...@gmail.com] On
> Behalf Of Christian Hammond
> Sent: Wednesday, March 30, 2011 4:42 PM
>
>
>
>
>
>
> To: Vincent Yee
> Cc: reviewboard@googlegroups.com
> Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
>
>
>
>
>
>
>
>
>
>
> The
> error message says you're just using :1666.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On
> Wed, Mar 30, 2011 at 4:38 PM, Vincent Yee  wrote:
>
>
>
>
>
> Ok now
> it’s a different error with
>
> Mirror
> path:  perforce.example.com:1666
>
>
>
>>>>
> HTTP POSTing to 
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/20/draft/set/:
> {'summary': 'p4-testing-change'}
>
>>>>
> Uploading diff, size: 361
>
>
>
>
>
>
>

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

-- 
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: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Christian Hammond
Okay, the "No such file or directory" indicates a configuration problem, but
is a step in the right direction. Some program you need is missing, and
Review Board's initial checks didn't catch it. Can you make sure that both
p4 and patch are both available on that system and accessible/executable?

Christian

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


On Wed, Mar 30, 2011 at 4:59 PM, Vincent Yee  wrote:

>  I tried with both in Mirror path:
>
> perforce.example:1666  è >>> Error data: {u'fields': {u'path': [u'[Errno
> 2] No such file or directory']}, u'stat': u'fail', u'err': {u'msg': u'One or
> more fields had errors', u'code': 105}, u'deprecated': {u'in_version':
> u'1.5'}}
>
>
>
> :1666 è >>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to
> server failed; check $P4PORT.\nTCP connect to :1666 failed.\nconnect: :1666:
> Connection refused\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more
> fields had errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
>
>
>
>  --
>
> *From:* chip...@gmail.com [mailto:chip...@gmail.com] *On Behalf Of *Christian
> Hammond
> *Sent:* Wednesday, March 30, 2011 4:42 PM
>
> *To:* Vincent Yee
> *Cc:* reviewboard@googlegroups.com
> *Subject:* Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
> The error message says you're just using :1666.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>  On Wed, Mar 30, 2011 at 4:38 PM, Vincent Yee  wrote:
>
> Ok now it’s a different error with
>
> Mirror path:  perforce.example.com:1666
>
>
>
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/20/draft/set/:
> {'summary': 'p4-testing-change'}
>
> >>> Uploading diff, size: 361
>
> >>> HTTP POSTing to
> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/20/diff/new/:
> {}
>
> >>> Got API Error 105 (HTTP code 200): One or more fields had errors
>
> >>> Error data: {u'fields': {u'path': [u'[Errno 2] No such file or
> directory']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had
> errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
> Error uploading diff
>
>
>
> The generated diff file was empty. This usually means no files were
>
> modified in this change.
>
>
>
> Try running with --output-diff and --debug for more information.
>
>
>
> Your review request still exists, but the diff is not attached.
>
> [build@vmtemp01 Product]$
>
>
>
>
>
> If putting jsut  :1666  in Mirror path,
>
> It returns the original error:
>
> >>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server
> failed; check $P4PORT.\nTCP connect to :1666 failed.\nconnect: :1666:
> Connection refused\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more
> fields had errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>  --
>
> *From:* chip...@gmail.com [mailto:chip...@gmail.com] *On Behalf Of *Christian
> Hammond
> *Sent:* Wednesday, March 30, 2011 4:23 PM
>
>
> *To:* Vincent Yee
> *Cc:* reviewboard@googlegroups.com
> *Subject:* Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
> Try putting the :1666 one in Mirror Path.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
> On Wed, Mar 30, 2011 at 4:19 PM, Vincent Yee  wrote:
>
> I get a different error message if I have :1666 on my repository entry (Got
> API Error 206 (HTTP code 200)
>
>
>
> $ post-review --debug --summary=p4-testing-change
>
> >>> RBTools 0.3.2
>
> >>> Home = /home/build
>
> >>> svn info
>
> >>> p4 info
>
> >>> repository info: Path

Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Christian Hammond
The error message says you're just using :1666.

Christian

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


On Wed, Mar 30, 2011 at 4:38 PM, Vincent Yee  wrote:

>  Ok now it’s a different error with
>
> Mirror path:  perforce.example.com:1666
>
>
>
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/20/draft/set/:
> {'summary': 'p4-testing-change'}
>
> >>> Uploading diff, size: 361
>
> >>> HTTP POSTing to
> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/20/diff/new/:
> {}
>
> >>> Got API Error 105 (HTTP code 200): One or more fields had errors
>
> >>> Error data: {u'fields': {u'path': [u'[Errno 2] No such file or
> directory']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had
> errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>
> Error uploading diff
>
>
>
> The generated diff file was empty. This usually means no files were
>
> modified in this change.
>
>
>
> Try running with --output-diff and --debug for more information.
>
>
>
> Your review request still exists, but the diff is not attached.
>
> [build@vmtemp01 Product]$
>
>
>
>
>
> If putting jsut  :1666  in Mirror path,
>
> It returns the original error:
>
> >>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server
> failed; check $P4PORT.\nTCP connect to :1666 failed.\nconnect: :1666:
> Connection refused\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more
> fields had errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}
>
>
>  --
>
> *From:* chip...@gmail.com [mailto:chip...@gmail.com] *On Behalf Of *Christian
> Hammond
> *Sent:* Wednesday, March 30, 2011 4:23 PM
>
> *To:* Vincent Yee
> *Cc:* reviewboard@googlegroups.com
> *Subject:* Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
> Try putting the :1666 one in Mirror Path.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>  On Wed, Mar 30, 2011 at 4:19 PM, Vincent Yee  wrote:
>
> I get a different error message if I have :1666 on my repository entry (Got
> API Error 206 (HTTP code 200)
>
>
>
> $ post-review --debug --summary=p4-testing-change
>
> >>> RBTools 0.3.2
>
> >>> Home = /home/build
>
> >>> svn info
>
> >>> p4 info
>
> >>> repository info: Path: repoman.smi.sendmail.com:1666, Base path: None,
> Supports changesets: True
>
> >>> HTTP GETting api/
>
> >>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>
> >>> Using the new web API
>
> >>> Generating diff for changenum default
>
> >>> p4 opened -c default
>
> >>> Processing edit of //depot/Iocaine/main/Product/build.xml
>
> >>> Writing "//depot/Iocaine/main/Product/build.xml#197" to
> "/tmp/tmpIdYR5a"
>
> >>> p4 print -o /tmp/tmpIdYR5a -q
> //depot/Iocaine/main/Product/build.xml#197
>
> >>> diff -urNp /tmp/tmpIdYR5a
> /home/build/build_client/Iocaine/main/Product/build.xml
>
> >>> Using changenums on Review Board 1.5.2. Falling back to the deprecated
> 1.0 API
>
> ==> Review Board Login Required
>
> Enter username and password for Review Board at
> http://vmreviews.lab-example.com/reviews/
>
> >>> Looking for 'vmreviews.qa-lab.sendmail.com /reviews/' cookie in
> /home/build/.post-review-cookies.txt
>
> >>> Loaded valid cookie -- no login required
>
> >>> Attempting to create review request on perforce.example.com for None
>
> >>> HTTP POSTing to
> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/new/:
> {'repository_path': 'perforce.smi.sendmail.com'}
>
> >>> Got API Error 206 (HTTP code 200): The repository path specified is not
> in the list of known repositories
>
> >>> Error data: {u'repository_path': u'perforce.example.com', u'stat':
> u'fail', u'err': {u'msg': u'The repository path specifi

RE: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Vincent Yee
Ok now it's a different error with
Mirror path:  perforce.example.com:1666

>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/20/draft/set/:
>>>  {'summary': 'p4-testing-change'}
>>> Uploading diff, size: 361
>>> HTTP POSTing to 
>>> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/20/diff/new/:
>>>  {}
>>> Got API Error 105 (HTTP code 200): One or more fields had errors
>>> Error data: {u'fields': {u'path': [u'[Errno 2] No such file or 
>>> directory']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had 
>>> errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}

Error uploading diff

The generated diff file was empty. This usually means no files were
modified in this change.

Try running with --output-diff and --debug for more information.

Your review request still exists, but the diff is not attached.
[build@vmtemp01 Product]$


If putting jsut  :1666  in Mirror path,
It returns the original error:
>>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server 
>>> failed; check $P4PORT.\nTCP connect to :1666 failed.\nconnect: :1666: 
>>> Connection refused\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more 
>>> fields had errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}


From: chip...@gmail.com [mailto:chip...@gmail.com] On Behalf Of Christian 
Hammond
Sent: Wednesday, March 30, 2011 4:23 PM
To: Vincent Yee
Cc: reviewboard@googlegroups.com
Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or 
more fields had errors

Try putting the :1666 one in Mirror Path.

Christian

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

On Wed, Mar 30, 2011 at 4:19 PM, Vincent Yee 
mailto:v...@sendmail.com>> wrote:
I get a different error message if I have :1666 on my repository entry (Got API 
Error 206 (HTTP code 200)

$ post-review --debug --summary=p4-testing-change
>>> RBTools 0.3.2
>>> Home = /home/build
>>> svn info
>>> p4 info
>>> repository info: Path: 
>>> repoman.smi.sendmail.com:1666<http://repoman.smi.sendmail.com:1666>, Base 
>>> path: None, Supports changesets: True
>>> HTTP GETting api/
>>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>>> Using the new web API
>>> Generating diff for changenum default
>>> p4 opened -c default
>>> Processing edit of //depot/Iocaine/main/Product/build.xml
>>> Writing "//depot/Iocaine/main/Product/build.xml#197" to "/tmp/tmpIdYR5a"
>>> p4 print -o /tmp/tmpIdYR5a -q //depot/Iocaine/main/Product/build.xml#197
>>> diff -urNp /tmp/tmpIdYR5a 
>>> /home/build/build_client/Iocaine/main/Product/build.xml
>>> Using changenums on Review Board 1.5.2. Falling back to the deprecated 1.0 
>>> API
==> Review Board Login Required
Enter username and password for Review Board at 
http://vmreviews.lab-example.com/reviews/
>>> Looking for 
>>> 'vmreviews.qa-lab.sendmail.com<http://vmreviews.qa-lab.sendmail.com> 
>>> /reviews/' cookie in /home/build/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on 
>>> perforce.example.com<http://perforce.example.com> for None
>>> HTTP POSTing to 
>>> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/new/: 
>>> {'repository_path': 
>>> 'perforce.smi.sendmail.com<http://perforce.smi.sendmail.com>'}
>>> Got API Error 206 (HTTP code 200): The repository path specified is not in 
>>> the list of known repositories
>>> Error data: {u'repository_path': 
>>> u'perforce.example.com<http://perforce.example.com>', u'stat': u'fail', 
>>> u'err': {u'msg': u'The repository path specified is not in the list of 
>>> known repositories', u'code': 206}, u'deprecated': {u'in_version': u'1.5'}}

There was an error creating this review request.

The repository path "repoman.example.com:1666<http://repoman.example.com:1666>" 
is not in the
list of known repositories on the server.

Ask the adm

Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Christian Hammond
Try putting the :1666 one in Mirror Path.

Christian

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


On Wed, Mar 30, 2011 at 4:19 PM, Vincent Yee  wrote:

>  I get a different error message if I have :1666 on my repository entry
> (Got API Error 206 (HTTP code 200)
>
>
>
> $ post-review --debug --summary=p4-testing-change
>
> >>> RBTools 0.3.2
>
> >>> Home = /home/build
>
> >>> svn info
>
> >>> p4 info
>
> >>> repository info: Path: repoman.smi.sendmail.com:1666, Base path: None,
> Supports changesets: True
>
> >>> HTTP GETting api/
>
> >>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>
> >>> Using the new web API
>
> >>> Generating diff for changenum default
>
> >>> p4 opened -c default
>
> >>> Processing edit of //depot/Iocaine/main/Product/build.xml
>
> >>> Writing "//depot/Iocaine/main/Product/build.xml#197" to
> "/tmp/tmpIdYR5a"
>
> >>> p4 print -o /tmp/tmpIdYR5a -q
> //depot/Iocaine/main/Product/build.xml#197
>
> >>> diff -urNp /tmp/tmpIdYR5a
> /home/build/build_client/Iocaine/main/Product/build.xml
>
> >>> Using changenums on Review Board 1.5.2. Falling back to the deprecated
> 1.0 API
>
> ==> Review Board Login Required
>
> Enter username and password for Review Board at
> http://vmreviews.lab-example.com/reviews/
>
> >>> Looking for 'vmreviews.qa-lab.sendmail.com /reviews/' cookie in
> /home/build/.post-review-cookies.txt
>
> >>> Loaded valid cookie -- no login required
>
> >>> Attempting to create review request on perforce.example.com for None
>
> >>> HTTP POSTing to
> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/new/:
> {'repository_path': 'perforce.smi.sendmail.com'}
>
> >>> Got API Error 206 (HTTP code 200): The repository path specified is not
> in the list of known repositories
>
> >>> Error data: {u'repository_path': u'perforce.example.com', u'stat':
> u'fail', u'err': {u'msg': u'The repository path specified is not in the list
> of known repositories', u'code': 206}, u'deprecated': {u'in_version':
> u'1.5'}}
>
>
>
> There was an error creating this review request.
>
>
>
> The repository path "repoman.example.com:1666" is not in the
>
> list of known repositories on the server.
>
>
>
> Ask the administrator to add this repository to the Review Board server.
>
> For information on adding repositories, please read
>
> http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/
>
>
>  --
>
> *From:* chip...@gmail.com [mailto:chip...@gmail.com] *On Behalf Of *Christian
> Hammond
> *Sent:* Wednesday, March 30, 2011 4:08 PM
> *To:* Vincent Yee
> *Cc:* reviewboard@googlegroups.com
>
> *Subject:* Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
> The repository entry you showed doesn't seem to have :1666? Try adding the
> port.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>  On Wed, Mar 30, 2011 at 4:00 PM, Vincent Yee  wrote:
>
> On my client I have set
>
> export P4PORT=perforce.example.com:1666
>
>
>
> Ping perforce.example.com works
>
> PING repoman.example.com (x.y.z.a) 56(84) bytes of data.
>
> 64 bytes from repoman.example.com (x.y.z.a): icmp_seq=1 ttl=63 time=0.504
> ms
>
> 64 bytes from repoman.example.com (x.y.z.a): icmp_seq=2 ttl=63 time=0.335
> ms
>
>
>
> $ telnet perforce.example.com 1666
>
> Trying x.y.z.a...
>
> Connected to perforce.example.com (x.y.z.a).
>
> Escape character is '^]'.
>
> ;;xfiles5server3server217funprotocol^]
>
> telnet>
>  --
>
> *From:* chip...@gmail.com [mailto:chip...@gmail.com] *On Behalf Of *Christian
> Hammond
> *Sent:* Wednesday, March 30, 2011 3:41 PM
> *To:* reviewboard@googlegroups.com
> *Cc:* Vincent Yee
> *Subject:* Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
> Sounds like the Review Board server isn't able to contact your Perforce
> server for some reason. Might want to try SSHing into that server,
> temporarily 

RE: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Vincent Yee
I get a different error message if I have :1666 on my repository entry (Got API 
Error 206 (HTTP code 200)

$ post-review --debug --summary=p4-testing-change
>>> RBTools 0.3.2
>>> Home = /home/build
>>> svn info
>>> p4 info
>>> repository info: Path: repoman.smi.sendmail.com:1666, Base path: None, 
>>> Supports changesets: True
>>> HTTP GETting api/
>>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>>> Using the new web API
>>> Generating diff for changenum default
>>> p4 opened -c default
>>> Processing edit of //depot/Iocaine/main/Product/build.xml
>>> Writing "//depot/Iocaine/main/Product/build.xml#197" to "/tmp/tmpIdYR5a"
>>> p4 print -o /tmp/tmpIdYR5a -q //depot/Iocaine/main/Product/build.xml#197
>>> diff -urNp /tmp/tmpIdYR5a 
>>> /home/build/build_client/Iocaine/main/Product/build.xml
>>> Using changenums on Review Board 1.5.2. Falling back to the deprecated 1.0 
>>> API
==> Review Board Login Required
Enter username and password for Review Board at 
http://vmreviews.lab-example.com/reviews/
>>> Looking for 'vmreviews.qa-lab.sendmail.com /reviews/' cookie in 
>>> /home/build/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on perforce.example.com for None
>>> HTTP POSTing to 
>>> http://vmreviews.qa-lab.sendmail.com/reviews/api/json/reviewrequests/new/: 
>>> {'repository_path': 'perforce.smi.sendmail.com'}
>>> Got API Error 206 (HTTP code 200): The repository path specified is not in 
>>> the list of known repositories
>>> Error data: {u'repository_path': u'perforce.example.com', u'stat': u'fail', 
>>> u'err': {u'msg': u'The repository path specified is not in the list of 
>>> known repositories', u'code': 206}, u'deprecated': {u'in_version': u'1.5'}}

There was an error creating this review request.

The repository path "repoman.example.com:1666" is not in the
list of known repositories on the server.

Ask the administrator to add this repository to the Review Board server.
For information on adding repositories, please read
http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/


From: chip...@gmail.com [mailto:chip...@gmail.com] On Behalf Of Christian 
Hammond
Sent: Wednesday, March 30, 2011 4:08 PM
To: Vincent Yee
Cc: reviewboard@googlegroups.com
Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or 
more fields had errors

The repository entry you showed doesn't seem to have :1666? Try adding the port.

Christian

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

On Wed, Mar 30, 2011 at 4:00 PM, Vincent Yee 
mailto:v...@sendmail.com>> wrote:
On my client I have set
export P4PORT=perforce.example.com:1666<http://perforce.example.com:1666>

Ping perforce.example.com<http://perforce.example.com> works
PING repoman.example.com<http://repoman.example.com> (x.y.z.a) 56(84) bytes of 
data.
64 bytes from repoman.example.com<http://repoman.example.com> (x.y.z.a): 
icmp_seq=1 ttl=63 time=0.504 ms
64 bytes from repoman.example.com<http://repoman.example.com> (x.y.z.a): 
icmp_seq=2 ttl=63 time=0.335 ms

$ telnet perforce.example.com<http://perforce.example.com> 1666
Trying x.y.z.a...
Connected to perforce.example.com<http://perforce.example.com> (x.y.z.a).
Escape character is '^]'.
;;xfiles5server3server217funprotocol^]
telnet>

From: chip...@gmail.com<mailto:chip...@gmail.com> 
[mailto:chip...@gmail.com<mailto:chip...@gmail.com>] On Behalf Of Christian 
Hammond
Sent: Wednesday, March 30, 2011 3:41 PM
To: reviewboard@googlegroups.com<mailto:reviewboard@googlegroups.com>
Cc: Vincent Yee
Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or 
more fields had errors

Sounds like the Review Board server isn't able to contact your Perforce server 
for some reason. Might want to try SSHing into that server, temporarily setting 
P4PORT in your session, and accessing the server. Or try pinging it for an 
initial test.

Christian

--
Christian Hammond - chip...@chipx86.com<mailto:chip...@chipx86.com>
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com
On Wed, Mar 30, 2011 at 3:36 PM, storms 
mailto:v...@sendmail.com>> wrote:
trying to setup post-review with perforce got the following error.

I am able to ping and telnet to the perforc

Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Christian Hammond
The repository entry you showed doesn't seem to have :1666? Try adding the
port.

Christian

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


On Wed, Mar 30, 2011 at 4:00 PM, Vincent Yee  wrote:

>  On my client I have set
>
> export P4PORT=perforce.example.com:1666
>
>
>
> Ping perforce.example.com works
>
> PING repoman.example.com (x.y.z.a) 56(84) bytes of data.
>
> 64 bytes from repoman.example.com (x.y.z.a): icmp_seq=1 ttl=63 time=0.504
> ms
>
> 64 bytes from repoman.example.com (x.y.z.a): icmp_seq=2 ttl=63 time=0.335
> ms
>
>
>
> $ telnet perforce.example.com 1666
>
> Trying x.y.z.a...
>
> Connected to perforce.example.com (x.y.z.a).
>
> Escape character is '^]'.
>
> ;;xfiles5server3server217funprotocol^]
>
> telnet>
>  --
>
> *From:* chip...@gmail.com [mailto:chip...@gmail.com] *On Behalf Of *Christian
> Hammond
> *Sent:* Wednesday, March 30, 2011 3:41 PM
> *To:* reviewboard@googlegroups.com
> *Cc:* Vincent Yee
> *Subject:* Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200):
> One or more fields had errors
>
>
>
> Sounds like the Review Board server isn't able to contact your Perforce
> server for some reason. Might want to try SSHing into that server,
> temporarily setting P4PORT in your session, and accessing the server. Or try
> pinging it for an initial test.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.reviewboard.org
> VMware, Inc. - http://www.vmware.com
>
>  On Wed, Mar 30, 2011 at 3:36 PM, storms  wrote:
>
> trying to setup post-review with perforce got the following error.
>
> I am able to ping and telnet to the perforce server from my
> client  my repository setting is:
> Hosting service:  Custom
> Repository type:  Perforce
> Path: perforce.example.com
> Username:  
> Password:  
>
> $ post-review --debug --summary=p4-testing-change
> >>> RBTools 0.3.2
> >>> Home = /home/build
> >>> svn info
> >>> p4 info
> >>> repository info: Path: repoman.example.com:1666, Base path: None,
> Supports changesets: True
> >>> HTTP GETting api/
> >>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
> >>> Using the new web API
> >>> Generating diff for changenum default
> >>> p4 opened -c default
> >>> Processing edit of //depot/Iocaine/main/Product/build.xml
> >>> Writing "//depot/Iocaine/main/Product/build.xml#197" to
> "/tmp/tmpzT7Exi"
> >>> p4 print -o /tmp/tmpzT7Exi -q
> //depot/Iocaine/main/Product/build.xml#197
> >>> diff -urNp /tmp/tmpzT7Exi
> /home/build/build_client/Iocaine/main/Product/build.xml
> >>> Using changenums on Review Board 1.5.2. Falling back to the deprecated
> 1.0 API
> ==> Review Board Login Required
> Enter username and password for Review Board at
> http://vmreviews.lab-example.com/reviews/
> >>> Looking for 'vmreviews.lab-example /reviews/' cookie in
> /home/build/.post-review-cookies.txt
> >>> Loaded valid cookie -- no login required
> >>> Attempting to create review request on perforce.example.com for None
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/new/:
> {'repository_path': 'perforce.example.com'}
> >>> Review request created
> >>> Attempting to set field 'summary' to 'p4-testing-change' for review
> request '12'
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/draft/set/:
> {'summary': 'p4-testing-change'}
> >>> Uploading diff, size: 361
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/diff/new/:
> {}
> >>> Got API Error 105 (HTTP code 200): One or more fields had errors
> >>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server
> failed; check $P4PORT.\nTCP connect to perforce.example.com failed.\
> nperforce.example.com: service unknown.\n']}, u'stat': u'fail', u'err':
> {u'msg': u'One or more fields had errors', u'code': 105}, u'deprecated':
> {u'in_version': u'1.5'}}
>
> Error uploading diff
>
> The generated diff file was empty. This usually means no files were
> modified in this change.
>
> Try running with --output-di

RE: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Vincent Yee
On my client I have set
export P4PORT=perforce.example.com:1666

Ping perforce.example.com works
PING repoman.example.com (x.y.z.a) 56(84) bytes of data.
64 bytes from repoman.example.com (x.y.z.a): icmp_seq=1 ttl=63 time=0.504 ms
64 bytes from repoman.example.com (x.y.z.a): icmp_seq=2 ttl=63 time=0.335 ms

$ telnet perforce.example.com 1666
Trying x.y.z.a...
Connected to perforce.example.com (x.y.z.a).
Escape character is '^]'.
;;xfiles5server3server217funprotocol^]
telnet>

From: chip...@gmail.com [mailto:chip...@gmail.com] On Behalf Of Christian 
Hammond
Sent: Wednesday, March 30, 2011 3:41 PM
To: reviewboard@googlegroups.com
Cc: Vincent Yee
Subject: Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or 
more fields had errors

Sounds like the Review Board server isn't able to contact your Perforce server 
for some reason. Might want to try SSHing into that server, temporarily setting 
P4PORT in your session, and accessing the server. Or try pinging it for an 
initial test.

Christian

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

On Wed, Mar 30, 2011 at 3:36 PM, storms 
mailto:v...@sendmail.com>> wrote:
trying to setup post-review with perforce got the following error.

I am able to ping and telnet to the perforce server from my
client  my repository setting is:
Hosting service:  Custom
Repository type:  Perforce
Path: perforce.example.com<http://perforce.example.com>
Username:  
Password:  

$ post-review --debug --summary=p4-testing-change
>>> RBTools 0.3.2
>>> Home = /home/build
>>> svn info
>>> p4 info
>>> repository info: Path: 
>>> repoman.example.com:1666<http://repoman.example.com:1666>, Base path: None, 
>>> Supports changesets: True
>>> HTTP GETting api/
>>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>>> Using the new web API
>>> Generating diff for changenum default
>>> p4 opened -c default
>>> Processing edit of //depot/Iocaine/main/Product/build.xml
>>> Writing "//depot/Iocaine/main/Product/build.xml#197" to "/tmp/tmpzT7Exi"
>>> p4 print -o /tmp/tmpzT7Exi -q //depot/Iocaine/main/Product/build.xml#197
>>> diff -urNp /tmp/tmpzT7Exi 
>>> /home/build/build_client/Iocaine/main/Product/build.xml
>>> Using changenums on Review Board 1.5.2. Falling back to the deprecated 1.0 
>>> API
==> Review Board Login Required
Enter username and password for Review Board at 
http://vmreviews.lab-example.com/reviews/
>>> Looking for 'vmreviews.lab-example /reviews/' cookie in 
>>> /home/build/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on 
>>> perforce.example.com<http://perforce.example.com> for None
>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/new/: 
>>> {'repository_path': 'perforce.example.com<http://perforce.example.com>'}
>>> Review request created
>>> Attempting to set field 'summary' to 'p4-testing-change' for review request 
>>> '12'
>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/draft/set/:
>>>  {'summary': 'p4-testing-change'}
>>> Uploading diff, size: 361
>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/diff/new/:
>>>  {}
>>> Got API Error 105 (HTTP code 200): One or more fields had errors
>>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server 
>>> failed; check $P4PORT.\nTCP connect to 
>>> perforce.example.com<http://perforce.example.com> 
>>> failed.\nperforce.example.com<http://nperforce.example.com>: service 
>>> unknown.\n']}, u'stat': u'fail', u'err': {u'msg': u'One or more fields had 
>>> errors', u'code': 105}, u'deprecated': {u'in_version': u'1.5'}}

Error uploading diff

The generated diff file was empty. This usually means no files were
modified in this change.

Try running with --output-diff and --debug for more information.

Your review request still exists, but the diff is not attached.

$ post-review --debug --summary=p4-testing-change --output-diff
>>> RBTools 0.3.2
>>> Home = /home/build
>>> svn info
>>> p4 info
>>> repository info: Path: 
>>> repoman.exampl

Re: post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread Christian Hammond
Sounds like the Review Board server isn't able to contact your Perforce
server for some reason. Might want to try SSHing into that server,
temporarily setting P4PORT in your session, and accessing the server. Or try
pinging it for an initial test.

Christian

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


On Wed, Mar 30, 2011 at 3:36 PM, storms  wrote:

> trying to setup post-review with perforce got the following error.
>
> I am able to ping and telnet to the perforce server from my
> client  my repository setting is:
> Hosting service:  Custom
> Repository type:  Perforce
> Path: perforce.example.com
> Username:  
> Password:  
>
> $ post-review --debug --summary=p4-testing-change
> >>> RBTools 0.3.2
> >>> Home = /home/build
> >>> svn info
> >>> p4 info
> >>> repository info: Path: repoman.example.com:1666, Base path: None,
> Supports changesets: True
> >>> HTTP GETting api/
> >>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
> >>> Using the new web API
> >>> Generating diff for changenum default
> >>> p4 opened -c default
> >>> Processing edit of //depot/Iocaine/main/Product/build.xml
> >>> Writing "//depot/Iocaine/main/Product/build.xml#197" to
> "/tmp/tmpzT7Exi"
> >>> p4 print -o /tmp/tmpzT7Exi -q
> //depot/Iocaine/main/Product/build.xml#197
> >>> diff -urNp /tmp/tmpzT7Exi
> /home/build/build_client/Iocaine/main/Product/build.xml
> >>> Using changenums on Review Board 1.5.2. Falling back to the deprecated
> 1.0 API
> ==> Review Board Login Required
> Enter username and password for Review Board at
> http://vmreviews.lab-example.com/reviews/
> >>> Looking for 'vmreviews.lab-example /reviews/' cookie in
> /home/build/.post-review-cookies.txt
> >>> Loaded valid cookie -- no login required
> >>> Attempting to create review request on perforce.example.com for None
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/new/:
> {'repository_path': 'perforce.example.com'}
> >>> Review request created
> >>> Attempting to set field 'summary' to 'p4-testing-change' for review
> request '12'
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/draft/set/:
> {'summary': 'p4-testing-change'}
> >>> Uploading diff, size: 361
> >>> HTTP POSTing to
> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/diff/new/:
> {}
> >>> Got API Error 105 (HTTP code 200): One or more fields had errors
> >>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server
> failed; check $P4PORT.\nTCP connect to perforce.example.com failed.\
> nperforce.example.com: service unknown.\n']}, u'stat': u'fail', u'err':
> {u'msg': u'One or more fields had errors', u'code': 105}, u'deprecated':
> {u'in_version': u'1.5'}}
>
> Error uploading diff
>
> The generated diff file was empty. This usually means no files were
> modified in this change.
>
> Try running with --output-diff and --debug for more information.
>
> Your review request still exists, but the diff is not attached.
>
> $ post-review --debug --summary=p4-testing-change --output-diff
> >>> RBTools 0.3.2
> >>> Home = /home/build
> >>> svn info
> >>> p4 info
> >>> repository info: Path: repoman.example.com:1666, Base path: None,
> Supports changesets: True
> >>> HTTP GETting api/
> >>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
> >>> Using the new web API
> >>> Generating diff for changenum default
> >>> p4 opened -c default
> >>> Processing edit of //depot/Iocaine/main/Product/build.xml
> >>> Writing "//depot/Iocaine/main/Product/build.xml#197" to
> "/tmp/tmpDCtOBl"
> >>> p4 print -o /tmp/tmpDCtOBl -q
> //depot/Iocaine/main/Product/build.xml#197
> >>> diff -urNp /tmp/tmpDCtOBl
> /home/build/build_client/Iocaine/main/Product/build.xml
> >>> Using changenums on Review Board 1.5.2. Falling back to the deprecated
> 1.0 API
> --- //depot/Iocaine/main/Product/build.xml  //depot/Iocaine/main/
> Product/build.xml#197
> +++ //depot/Iocaine/main/Product/build.xml  2011-03-30 06:09:25
> @@ -1,4

post-review w/ p4 error: Got API Error 105 (HTTP code 200): One or more fields had errors

2011-03-30 Thread storms
trying to setup post-review with perforce got the following error.

I am able to ping and telnet to the perforce server from my
client  my repository setting is:
Hosting service:  Custom
Repository type:  Perforce
Path: perforce.example.com
Username:  
Password:  

$ post-review --debug --summary=p4-testing-change
>>> RBTools 0.3.2
>>> Home = /home/build
>>> svn info
>>> p4 info
>>> repository info: Path: repoman.example.com:1666, Base path: None, Supports 
>>> changesets: True
>>> HTTP GETting api/
>>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>>> Using the new web API
>>> Generating diff for changenum default
>>> p4 opened -c default
>>> Processing edit of //depot/Iocaine/main/Product/build.xml
>>> Writing "//depot/Iocaine/main/Product/build.xml#197" to "/tmp/tmpzT7Exi"
>>> p4 print -o /tmp/tmpzT7Exi -q //depot/Iocaine/main/Product/build.xml#197
>>> diff -urNp /tmp/tmpzT7Exi 
>>> /home/build/build_client/Iocaine/main/Product/build.xml
>>> Using changenums on Review Board 1.5.2. Falling back to the deprecated 1.0 
>>> API
==> Review Board Login Required
Enter username and password for Review Board at 
http://vmreviews.lab-example.com/reviews/
>>> Looking for 'vmreviews.lab-example /reviews/' cookie in 
>>> /home/build/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request on perforce.example.com for None
>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/new/: 
>>> {'repository_path': 'perforce.example.com'}
>>> Review request created
>>> Attempting to set field 'summary' to 'p4-testing-change' for review request 
>>> '12'
>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/draft/set/:
>>>  {'summary': 'p4-testing-change'}
>>> Uploading diff, size: 361
>>> HTTP POSTing to 
>>> http://vmreviews.lab-example.com/reviews/api/json/reviewrequests/12/diff/new/:
>>>  {}
>>> Got API Error 105 (HTTP code 200): One or more fields had errors
>>> Error data: {u'fields': {u'path': [u'[P4.connect()] Connect to server 
>>> failed; check $P4PORT.\nTCP connect to perforce.example.com 
>>> failed.\nperforce.example.com: service unknown.\n']}, u'stat': u'fail', 
>>> u'err': {u'msg': u'One or more fields had errors', u'code': 105}, 
>>> u'deprecated': {u'in_version': u'1.5'}}

Error uploading diff

The generated diff file was empty. This usually means no files were
modified in this change.

Try running with --output-diff and --debug for more information.

Your review request still exists, but the diff is not attached.

$ post-review --debug --summary=p4-testing-change --output-diff
>>> RBTools 0.3.2
>>> Home = /home/build
>>> svn info
>>> p4 info
>>> repository info: Path: repoman.example.com:1666, Base path: None, Supports 
>>> changesets: True
>>> HTTP GETting api/
>>> HTTP GETting http://vmreviews.lab-example.com/reviews/api/info/
>>> Using the new web API
>>> Generating diff for changenum default
>>> p4 opened -c default
>>> Processing edit of //depot/Iocaine/main/Product/build.xml
>>> Writing "//depot/Iocaine/main/Product/build.xml#197" to "/tmp/tmpDCtOBl"
>>> p4 print -o /tmp/tmpDCtOBl -q //depot/Iocaine/main/Product/build.xml#197
>>> diff -urNp /tmp/tmpDCtOBl 
>>> /home/build/build_client/Iocaine/main/Product/build.xml
>>> Using changenums on Review Board 1.5.2. Falling back to the deprecated 1.0 
>>> API
--- //depot/Iocaine/main/Product/build.xml  //depot/Iocaine/main/
Product/build.xml#197
+++ //depot/Iocaine/main/Product/build.xml  2011-03-30 06:09:25
@@ -1,4 +1,5 @@
 
+



$


what does "check $P4PORT.\nTCP connect to perforce.example.com
failed." mean?

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


Error 105 posting ClearCase reviews with post-review

2009-12-04 Thread Bryan
Hello,
I'm trying to get up and running with ReviewBoard 1.0.5.1 on Linux
and using post-review in a dynamic ClearCase view.  It looks like the
repository is properly contacted as the base of the review is
created.  It does fail when it goes to attach the diff with a cryptic
one or more fields had errors and the error code 105.

I'm using ReviewBoard 1.0.5.1 and RBTools 0.2B2 with a SQLite back
end

$ cleartool lsco -cview -me -recurse -short | xargs post-review -d --
username bhalter --password 1234
>>> svn info
>>> cleartool pwv -short
>>> repository info: Path: /view/reviewboard-view, Base path: 
>>> /view/reviewboard-view, Supports changesets: False
>>> cleartool desc -pre /devvob/integration/release/buildinfo.xml
>>> cleartool desc -fmt %Vn /devvob
>>> cleartool desc -fmt %Vn /devvob/integration
>>> cleartool desc -fmt %Vn /devvob/integration/release
>>> Looking for 'vmlnxtpus23.trueposition.com /' cookie in 
>>> /home/bhalter/.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request for None
>>> HTTP POSTing to 
>>> http://vmlnxtpus23.trueposition.com/api/json/reviewrequests/new/: 
>>> {'repository_path': '/view/reviewboard-view'}
>>> Review request created
>>> Attempting to set field 'description' to 
>>> 'bhalter-UMTS-Integration-Drop3-view
VIEWTYPE: dynamic
' for review request '16'
>>> HTTP POSTing to 
>>> http://vmlnxtpus23.trueposition.com/api/json/reviewrequests/16/draft/set/: 
>>> {'description': 'bhalter-UMTS-Integration-Drop3-view\nVIEWTYPE: dynamic\n'}
>>> HTTP POSTing to 
>>> http://vmlnxtpus23.trueposition.com/api/json/reviewrequests/16/draft/save/: 
>>> {}
>>> Review request draft saved
>>> Uploading diff, size: 1472
>>> HTTP POSTing to 
>>> http://vmlnxtpus23.trueposition.com/api/json/reviewrequests/16/diff/new/: 
>>> {'basedir': '/view/reviewboard-view'}
Error uploading diff: One or more fields had errors (105)
>>> {'fields': {'path': ['substring not found']}, 'stat': 'fail', 'err': 
>>> {'msg': 'One or more fields had errors', 'code': 105}}
Your review request still exists, but the diff is not attached.

I have debugging turned on this is what it outputs.  Is there a way to
increase the log level?
2009-12-04 14:55:10,152 - INFO - Logging to /var/www/sites/reviewboard-
beta/logs/reviewboard.log with a minimum level of DEBUG
2009-12-04 14:55:10,153 - INFO - Log file for Review Board v1.0.5.1
2009-12-04 14:55:10,707 - INFO - Logging to /var/www/sites/reviewboard-
beta/logs/reviewboard.log with a minimum level of DEBUG
2009-12-04 14:55:10,708 - INFO - Log file for Review Board v1.0.5.1
2009-12-04 14:55:10,873 - DEBUG - DiffParser.parse: Beginning parse of
diff, size = 1472
2009-12-04 14:55:10,874 - DEBUG - DiffParser.parse: Finished parsing
diff.

-- 
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: error ( 105 )

2009-09-14 Thread Christian Hammond
Glad to hear it's all working! We're going to improve the Windows docs soon,
and we have someone working on a dedicated Windows installer, so hopefully
in time it will be a lot easier to get going with Review Board on Windows.

Christian

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


On Mon, Sep 14, 2009 at 6:19 AM, Pubudu Rathnayake wrote:

>  Hello Christian,
>
> I could manage to solve HTTPS certificate issue. Now  everything works
> fine. Thanks you very much for your support. These are the site i referred
> and there were really hellfull to me. My thanks goes  for authors who
> published these  articles too.
>
>
> http://waveydavey.wordpress.com/home/computing/installing-review-board-10-alpha-2-on-windows-for-force/
>
>
> http://alephnullplex.appspot.com/blog/view/2009/07/09/tutorial-installing-review-board-on-ubuntu
> .
>
>  I suppose  to post  a complete user instruction guide for the reveiwboard
> setting up for windows user later on.
>
>  Thanks again Christian,
>
>  Cheers,
>
>  Pubudu
>
>
>
> On Tue, Sep 8, 2009 at 11:25 AM, Christian Hammond wrote:
>
>> This is still the HTTPS certificate issue we've discussed in previous
>> threads. It still needs to be configured appropriately for that server.
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.review-board.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Mon, Sep 7, 2009 at 10:51 PM, Pubudu Rathnayake wrote:
>>
>>> Hello Christian,
>>>
>>> here is the out put,
>>>
>>> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review --debug
>>> >>> svn info
>>> >>> repository info: Path: https://argos.unfuddle.com/svn/argos_v10,
>>> Base path:
>>> /trunk, Supports changesets: False
>>> >>> svn diff --diff-cmd=diff
>>> >>> svn info
>>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>>> s
>>> >>> svn info
>>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>>> s
>>> >>> svn info
>>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>>> s
>>> >>> svn info
>>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>>> s
>>> >>> Looking for '192.168.1.107 /' cookie in C:\Documents and
>>> Settings\Administra
>>> tor\Local Settings\Application Data\.post-review-cookies.txt
>>> >>> Loaded valid cookie -- no login required
>>> >>> Attempting to create review request for None
>>> >>> HTTP GETting /api/json/repositories/
>>> >>> HTTP GETting /api/json/repositories/1/info/
>>> >>> HTTP POSTing to http://192.168.1.107/api/json/reviewrequests/new/:
>>> {'reposit
>>> ory_path': 'https://argos.unfuddle.com/svn/argos_v10'}
>>> >>> Review request created
>>> >>> Uploading diff, size: 582
>>> >>> HTTP POSTing to
>>> http://192.168.1.107/api/json/reviewrequests/70/diff/new/: {
>>> 'basedir': '/trunk'}
>>>  Error uploading diff: One or more fields had errors (105)
>>> >>> {'fields': {'path': ['HTTPS certificate not accepted.  Please ensure
>>> that th
>>> e proper certificate exists in ~/.subversion/auth for the user that
>>> reviewboard
>>> is running as.']}, 'stat': 'fail', 'err': {'msg': 'One or more fields had
>>> errors
>>> ', 'code': 105}}
>>> Your review request still exists, but the diff is not attached.
>>>
>>> pubudu
>>>
>>> On Tue, Sep 8, 2009 at 11:17 AM, Christian Hammond 
>>> wrote:
>>>
 I mean you need to pass --debug as a parameter to post-review, so we can
 see more details on what may have gone wrong.

 Christian

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


 On Mon, Sep 7, 2009 at 10:17 PM, Pubudu Rathnayake 
 wrote:

>
> Actually I run this from a client machine ( having DEBUG = Trure in
> setting_local.ph  which is  in mysite\config ) where i installed  GNU
> Diff . ( i have not installed GNU Diff in the server ).
> regards,
>
> pubudu
>
>
>
> On Tue, Sep 8, 2009 at 10:12 AM, Christian Hammond <
> chip...@chipx86.com> wrote:
>
>> Can you run with --debug and show the output?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.review-board.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake > > wrote:
>>
>>> Hello All,
>>>
>>> I am getting this message  for post-review
>>>
>>> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
>>> Error uploading diff: One or more fields had errors (105)
>>> Your review request still exists, but the diff is not attached.
>>>
>>>  Any advice how to sort this out is highly appreciated.
>>>
>>> regards,
>>>
>>> pubudu
>>>
>>>
>>>
>>>
>>
>>
>>
>
>
>



>>>
>>>
>>

Re: error ( 105 )

2009-09-14 Thread Pubudu Rathnayake
 Hello Christian,

I could manage to solve HTTPS certificate issue. Now  everything works fine.
Thanks you very much for your support. These are the site i referred
and there were really hellfull to me. My thanks goes  for authors who
published these  articles too.

http://waveydavey.wordpress.com/home/computing/installing-review-board-10-alpha-2-on-windows-for-force/

http://alephnullplex.appspot.com/blog/view/2009/07/09/tutorial-installing-review-board-on-ubuntu
.

 I suppose  to post  a complete user instruction guide for the reveiwboard
setting up for windows user later on.

 Thanks again Christian,

 Cheers,

 Pubudu



On Tue, Sep 8, 2009 at 11:25 AM, Christian Hammond wrote:

> This is still the HTTPS certificate issue we've discussed in previous
> threads. It still needs to be configured appropriately for that server.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.review-board.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Sep 7, 2009 at 10:51 PM, Pubudu Rathnayake wrote:
>
>> Hello Christian,
>>
>> here is the out put,
>>
>> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review --debug
>> >>> svn info
>> >>> repository info: Path: https://argos.unfuddle.com/svn/argos_v10, Base
>> path:
>> /trunk, Supports changesets: False
>> >>> svn diff --diff-cmd=diff
>> >>> svn info
>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>> s
>> >>> svn info
>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>> s
>> >>> svn info
>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>> s
>> >>> svn info
>> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
>> s
>> >>> Looking for '192.168.1.107 /' cookie in C:\Documents and
>> Settings\Administra
>> tor\Local Settings\Application Data\.post-review-cookies.txt
>> >>> Loaded valid cookie -- no login required
>> >>> Attempting to create review request for None
>> >>> HTTP GETting /api/json/repositories/
>> >>> HTTP GETting /api/json/repositories/1/info/
>> >>> HTTP POSTing to http://192.168.1.107/api/json/reviewrequests/new/:
>> {'reposit
>> ory_path': 'https://argos.unfuddle.com/svn/argos_v10'}
>> >>> Review request created
>> >>> Uploading diff, size: 582
>> >>> HTTP POSTing to
>> http://192.168.1.107/api/json/reviewrequests/70/diff/new/: {
>> 'basedir': '/trunk'}
>>  Error uploading diff: One or more fields had errors (105)
>> >>> {'fields': {'path': ['HTTPS certificate not accepted.  Please ensure
>> that th
>> e proper certificate exists in ~/.subversion/auth for the user that
>> reviewboard
>> is running as.']}, 'stat': 'fail', 'err': {'msg': 'One or more fields had
>> errors
>> ', 'code': 105}}
>> Your review request still exists, but the diff is not attached.
>>
>> pubudu
>>
>> On Tue, Sep 8, 2009 at 11:17 AM, Christian Hammond 
>> wrote:
>>
>>> I mean you need to pass --debug as a parameter to post-review, so we can
>>> see more details on what may have gone wrong.
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.review-board.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>> On Mon, Sep 7, 2009 at 10:17 PM, Pubudu Rathnayake 
>>> wrote:
>>>

 Actually I run this from a client machine ( having DEBUG = Trure in
 setting_local.ph  which is  in mysite\config ) where i installed  GNU
 Diff . ( i have not installed GNU Diff in the server ).
 regards,

 pubudu



 On Tue, Sep 8, 2009 at 10:12 AM, Christian Hammond >>> > wrote:

> Can you run with --debug and show the output?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.review-board.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake 
> wrote:
>
>> Hello All,
>>
>> I am getting this message  for post-review
>>
>> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
>> Error uploading diff: One or more fields had errors (105)
>> Your review request still exists, but the diff is not attached.
>>
>>  Any advice how to sort this out is highly appreciated.
>>
>> regards,
>>
>> pubudu
>>
>>
>>
>>
>
>
>



>>>
>>>
>>>
>>
>>
>>
>
> >
>

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



Re: error ( 105 )

2009-09-07 Thread Christian Hammond
This is still the HTTPS certificate issue we've discussed in previous
threads. It still needs to be configured appropriately for that server.

Christian

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


On Mon, Sep 7, 2009 at 10:51 PM, Pubudu Rathnayake wrote:

> Hello Christian,
>
> here is the out put,
>
> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review --debug
> >>> svn info
> >>> repository info: Path: https://argos.unfuddle.com/svn/argos_v10, Base
> path:
> /trunk, Supports changesets: False
> >>> svn diff --diff-cmd=diff
> >>> svn info
> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
> s
> >>> svn info
> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
> s
> >>> svn info
> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
> s
> >>> svn info
> ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
> s
> >>> Looking for '192.168.1.107 /' cookie in C:\Documents and
> Settings\Administra
> tor\Local Settings\Application Data\.post-review-cookies.txt
> >>> Loaded valid cookie -- no login required
> >>> Attempting to create review request for None
> >>> HTTP GETting /api/json/repositories/
> >>> HTTP GETting /api/json/repositories/1/info/
> >>> HTTP POSTing to http://192.168.1.107/api/json/reviewrequests/new/:
> {'reposit
> ory_path': 'https://argos.unfuddle.com/svn/argos_v10'}
> >>> Review request created
> >>> Uploading diff, size: 582
> >>> HTTP POSTing to
> http://192.168.1.107/api/json/reviewrequests/70/diff/new/: {
> 'basedir': '/trunk'}
>  Error uploading diff: One or more fields had errors (105)
> >>> {'fields': {'path': ['HTTPS certificate not accepted.  Please ensure
> that th
> e proper certificate exists in ~/.subversion/auth for the user that
> reviewboard
> is running as.']}, 'stat': 'fail', 'err': {'msg': 'One or more fields had
> errors
> ', 'code': 105}}
> Your review request still exists, but the diff is not attached.
>
> pubudu
>
> On Tue, Sep 8, 2009 at 11:17 AM, Christian Hammond wrote:
>
>> I mean you need to pass --debug as a parameter to post-review, so we can
>> see more details on what may have gone wrong.
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.review-board.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>> On Mon, Sep 7, 2009 at 10:17 PM, Pubudu Rathnayake wrote:
>>
>>>
>>> Actually I run this from a client machine ( having DEBUG = Trure in
>>> setting_local.ph  which is  in mysite\config ) where i installed  GNU
>>> Diff . ( i have not installed GNU Diff in the server ).
>>> regards,
>>>
>>> pubudu
>>>
>>>
>>>
>>> On Tue, Sep 8, 2009 at 10:12 AM, Christian Hammond 
>>> wrote:
>>>
 Can you run with --debug and show the output?

 Christian

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



 On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake 
 wrote:

> Hello All,
>
> I am getting this message  for post-review
>
> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
> Error uploading diff: One or more fields had errors (105)
> Your review request still exists, but the diff is not attached.
>
>  Any advice how to sort this out is highly appreciated.
>
> regards,
>
> pubudu
>
>
>
>



>>>
>>>
>>>
>>
>>
>>
>
> >
>

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



Re: error ( 105 )

2009-09-07 Thread Pubudu Rathnayake
Hello Christian,

here is the out put,

C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review --debug
>>> svn info
>>> repository info: Path: https://argos.unfuddle.com/svn/argos_v10, Base
path:
/trunk, Supports changesets: False
>>> svn diff --diff-cmd=diff
>>> svn info
ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
s
>>> svn info
ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
s
>>> svn info
ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
s
>>> svn info
ac_module/forms/ac_JournalDetailForm/ac_JournalDetailForm_methods.j
s
>>> Looking for '192.168.1.107 /' cookie in C:\Documents and
Settings\Administra
tor\Local Settings\Application Data\.post-review-cookies.txt
>>> Loaded valid cookie -- no login required
>>> Attempting to create review request for None
>>> HTTP GETting /api/json/repositories/
>>> HTTP GETting /api/json/repositories/1/info/
>>> HTTP POSTing to http://192.168.1.107/api/json/reviewrequests/new/:
{'reposit
ory_path': 'https://argos.unfuddle.com/svn/argos_v10'}
>>> Review request created
>>> Uploading diff, size: 582
>>> HTTP POSTing to
http://192.168.1.107/api/json/reviewrequests/70/diff/new/: {
'basedir': '/trunk'}
Error uploading diff: One or more fields had errors (105)
>>> {'fields': {'path': ['HTTPS certificate not accepted.  Please ensure
that th
e proper certificate exists in ~/.subversion/auth for the user that
reviewboard
is running as.']}, 'stat': 'fail', 'err': {'msg': 'One or more fields had
errors
', 'code': 105}}
Your review request still exists, but the diff is not attached.

pubudu

On Tue, Sep 8, 2009 at 11:17 AM, Christian Hammond wrote:

> I mean you need to pass --debug as a parameter to post-review, so we can
> see more details on what may have gone wrong.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.review-board.org
> VMware, Inc. - http://www.vmware.com
>
>
> On Mon, Sep 7, 2009 at 10:17 PM, Pubudu Rathnayake wrote:
>
>>
>> Actually I run this from a client machine ( having DEBUG = Trure in
>> setting_local.ph  which is  in mysite\config ) where i installed  GNU
>> Diff . ( i have not installed GNU Diff in the server ).
>> regards,
>>
>> pubudu
>>
>>
>>
>> On Tue, Sep 8, 2009 at 10:12 AM, Christian Hammond 
>> wrote:
>>
>>> Can you run with --debug and show the output?
>>>
>>> Christian
>>>
>>> --
>>> Christian Hammond - chip...@chipx86.com
>>> Review Board - http://www.review-board.org
>>> VMware, Inc. - http://www.vmware.com
>>>
>>>
>>>
>>> On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake wrote:
>>>
 Hello All,

 I am getting this message  for post-review

 C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
 Error uploading diff: One or more fields had errors (105)
 Your review request still exists, but the diff is not attached.

  Any advice how to sort this out is highly appreciated.

 regards,

 pubudu




>>>
>>>
>>>
>>
>>
>>
>
> >
>

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



Re: error ( 105 )

2009-09-07 Thread Christian Hammond
I mean you need to pass --debug as a parameter to post-review, so we can see
more details on what may have gone wrong.

Christian

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


On Mon, Sep 7, 2009 at 10:17 PM, Pubudu Rathnayake wrote:

>
> Actually I run this from a client machine ( having DEBUG = Trure in
> setting_local.ph  which is  in mysite\config ) where i installed  GNU
> Diff . ( i have not installed GNU Diff in the server ).
> regards,
>
> pubudu
>
>
>
> On Tue, Sep 8, 2009 at 10:12 AM, Christian Hammond wrote:
>
>> Can you run with --debug and show the output?
>>
>> Christian
>>
>> --
>> Christian Hammond - chip...@chipx86.com
>> Review Board - http://www.review-board.org
>> VMware, Inc. - http://www.vmware.com
>>
>>
>>
>> On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake wrote:
>>
>>> Hello All,
>>>
>>> I am getting this message  for post-review
>>>
>>> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
>>> Error uploading diff: One or more fields had errors (105)
>>> Your review request still exists, but the diff is not attached.
>>>
>>>  Any advice how to sort this out is highly appreciated.
>>>
>>> regards,
>>>
>>> pubudu
>>>
>>>
>>>
>>>
>>
>>
>>
>
> >
>

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



Re: error ( 105 )

2009-09-07 Thread Pubudu Rathnayake
Actually I run this from a client machine ( having DEBUG = Trure in
setting_local.ph  which is  in mysite\config ) where i installed  GNU Diff .
( i have not installed GNU Diff in the server ).
regards,

pubudu



On Tue, Sep 8, 2009 at 10:12 AM, Christian Hammond wrote:

> Can you run with --debug and show the output?
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board - http://www.review-board.org
> VMware, Inc. - http://www.vmware.com
>
>
>
> On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake wrote:
>
>> Hello All,
>>
>> I am getting this message  for post-review
>>
>> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
>> Error uploading diff: One or more fields had errors (105)
>> Your review request still exists, but the diff is not attached.
>>
>>  Any advice how to sort this out is highly appreciated.
>>
>> regards,
>>
>> pubudu
>>
>>
>>
>>
>
> >
>

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



Re: error ( 105 )

2009-09-07 Thread Christian Hammond
Can you run with --debug and show the output?

Christian

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


On Mon, Sep 7, 2009 at 9:02 PM, Pubudu Rathnayake wrote:

> Hello All,
>
> I am getting this message  for post-review
>
> C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
> Error uploading diff: One or more fields had errors (105)
> Your review request still exists, but the diff is not attached.
>
>  Any advice how to sort this out is highly appreciated.
>
> regards,
>
> pubudu
>
>
> >
>

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



error ( 105 )

2009-09-07 Thread Pubudu Rathnayake
Hello All,

I am getting this message  for post-review

C:\V10>c:\python25\Python.exe c:\python25\scripts\post-review
Error uploading diff: One or more fields had errors (105)
Your review request still exists, but the diff is not attached.

 Any advice how to sort this out is highly appreciated.

regards,

pubudu

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