Re: Your request could not be processed. Request could not be handled

2010-03-05 Thread bigoldrock
Christian,


Confirmed, it was the proxy setting. All I did was

export http_proxy=

and got to the next step in sorting out post-review

Thanks!

On Mar 4, 3:10 pm, Christian Hammond chip...@chipx86.com wrote:
 This error page isn't coming from Review Board. It looks like it may be from
 a proxy? If you have a proxy running between you and Review Board, something
 may be getting messed up there. Try setting the HTTP_PROXY and http_proxy
 environment variables to nothing.

 Christian

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

 On Thu, Mar 4, 2010 at 11:18 AM, bigoldrock noeldamonmil...@gmail.comwrote:

  OS: ubuntu
  webserver: apache2
  DB: mysql

  post-review is having difficulty talking to reviewboard. Please help.

  Note* the server is up and running, logs in apache show up upon login,
  etc.

  bigoldr...@littlerock:~/Development/hje/branch/1.30$ post-review -d
   svn info
   repository info: Path:http://svn.hje.foo.com/svn/hje, Base path:
  /Deployment/branches/1.30/foodira/foodirb, Supports changesets: False
   svn diff --diff-cmd=diff
   Looking for 'localhost /' cookie in
  /home/bigoldrock/.post-review-cookies.txt
   Couldn't load cookie file: [Errno 2] No such file or directory:
  '/home/bigoldrock/.post-review-cookies.txt'
  == Review Board Login Required
  Enter username and password for Review Board athttp://localhost/
  Username: jschmoe
  Password:
   Logging in with username jschmoe
   HTTP POSTing tohttp://localhost/api/json/accounts/login/:
  {'username': 'jschmoe', 'password': '**'}
   html
  head
  meta http-equiv=Content-Type content=text/html; charset=us-ascii
  titleRequest Error/title
  SCRIPT LANGUAGE=JavaScript
  !--
  if (document.execCommand)
  {
   if (document.execCommand(ClearAuthenticationCache, false)) {
     document.cookie = 'BCSIAC26F1AAE63418B9AA=; path=/';
   }
  }
  //--
  /SCRIPT
  style
  !--
   /* Style Definitions */
   p.MsoNormal, li.MsoNormal, div.MsoNormal
   {mso-style-parent:;
   margin:0in;
   margin-bottom:.0001pt;
   mso-pagination:widow-orphan;
   font-size:12.0pt;
   font-family:Times New Roman;
   mso-fareast-font-family:Times New Roman;}
  h1
   {mso-style-next:Normal;
   margin-top:12.0pt;
   margin-right:0in;
   margin-bottom:3.0pt;
   margin-left:0in;
   mso-pagination:widow-orphan;
   page-break-after:avoid;
   mso-outline-level:1;
   font-size:16.0pt;
   font-family:Arial;
   mso-font-kerning:16.0pt;
   font-weight:bold;}
  p
   {mso-margin-top-alt:auto;
   margin-right:0in;
   mso-margin-bottom-alt:auto;
   margin-left:0in;
   mso-pagination:widow-orphan;
   font-size:12.0pt;
   font-family:Times New Roman;
   mso-fareast-font-family:Times New Roman;}
  span.SpellE
   {mso-style-name:;
   mso-spl-e:yes;}
  @page Section1
   {size:8.5in 11.0in;
   margin:1.0in 1.25in 1.0in 1.25in;
   mso-header-margin:.5in;
   mso-footer-margin:.5in;
   mso-paper-source:0;}
  div.Section1
   {page:Section1;}
  --
  /style

  /head

  body bgcolor=white lang=EN-US style='tab-interval:.5in'

  div class=Section1

  table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
  width=600
   style='width:6.25in;mso-cellspacing:0in;mso-padding-alt:7.5pt 7.5pt
  7.5pt 7.5pt'
   tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:25.5pt'
   td style='padding:7.5pt 7.5pt 7.5pt 7.5pt;height:25.5pt'
   p class=MsoNormalbspan style='font-size:16.0pt;mso-bidi-font-
  size:12.0pt'GAP
   INC/span/b./p
   /td
   /tr
   tr style='mso-yfti-irow:1'
   td style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
   h3span style='font-family:Arial;color:red'Request Erroro:p/
  o:p/span/h3
   div class=MsoNormal align=center style='text-align:center'span
   style='color:red'
   hr size=1 width=100% align=center
   /span/div
   p class=MsoNormalspan style='color:red'o:pnbsp;/o:p/span/
  p
   /td
   /tr
   tr style='mso-yfti-irow:2'
   td valign=top style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
   p class=MsoNormalspan style='font-size:10.0pt;font-
  family:Arial'Your request could not be processed. Request could not
  be handledo:p/o:p/span/p
   /td
   /tr
   tr style='mso-yfti-irow:3;mso-yfti-lastrow:yes'
   td valign=top style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
   div class=MsoNormal align=center style='text-align:center'
   hr size=1 width=100% align=center
   /div
   p class=MsoNormal align=right style='text-align:right'ispan
   style='font-size:7.5pt;font-family:Arial'generated 2010-03-04 at
  18:44:57 GMT by
   prox02rcc.foo.com/span/ispan style='font-size:10.0pt;font-
  family:Arial'
   /span/p
   /td
   /tr
  /table

  p class=MsoNormalo:pnbsp;/o:p/p

  /div

  /body

  /html

  Unable to accesshttp://localhost/api/json/accounts/login/. The host
  path may be invalid
  HTTP Error 400: Bad Request

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

Your request could not be processed. Request could not be handled

2010-03-04 Thread bigoldrock
OS: ubuntu
webserver: apache2
DB: mysql


post-review is having difficulty talking to reviewboard. Please help.

Note* the server is up and running, logs in apache show up upon login,
etc.



bigoldr...@littlerock:~/Development/hje/branch/1.30$ post-review -d
 svn info
 repository info: Path: http://svn.hje.foo.com/svn/hje, Base path: 
 /Deployment/branches/1.30/foodira/foodirb, Supports changesets: False
 svn diff --diff-cmd=diff
 Looking for 'localhost /' cookie in 
 /home/bigoldrock/.post-review-cookies.txt
 Couldn't load cookie file: [Errno 2] No such file or directory: 
 '/home/bigoldrock/.post-review-cookies.txt'
== Review Board Login Required
Enter username and password for Review Board at http://localhost/
Username: jschmoe
Password:
 Logging in with username jschmoe
 HTTP POSTing to http://localhost/api/json/accounts/login/: {'username': 
 'jschmoe', 'password': '**'}
 html
head
meta http-equiv=Content-Type content=text/html; charset=us-ascii
titleRequest Error/title
SCRIPT LANGUAGE=JavaScript
!--
if (document.execCommand)
{
  if (document.execCommand(ClearAuthenticationCache, false)) {
document.cookie = 'BCSIAC26F1AAE63418B9AA=; path=/';
  }
}
//--
/SCRIPT
style
!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
  {mso-style-parent:;
  margin:0in;
  margin-bottom:.0001pt;
  mso-pagination:widow-orphan;
  font-size:12.0pt;
  font-family:Times New Roman;
  mso-fareast-font-family:Times New Roman;}
h1
  {mso-style-next:Normal;
  margin-top:12.0pt;
  margin-right:0in;
  margin-bottom:3.0pt;
  margin-left:0in;
  mso-pagination:widow-orphan;
  page-break-after:avoid;
  mso-outline-level:1;
  font-size:16.0pt;
  font-family:Arial;
  mso-font-kerning:16.0pt;
  font-weight:bold;}
p
  {mso-margin-top-alt:auto;
  margin-right:0in;
  mso-margin-bottom-alt:auto;
  margin-left:0in;
  mso-pagination:widow-orphan;
  font-size:12.0pt;
  font-family:Times New Roman;
  mso-fareast-font-family:Times New Roman;}
span.SpellE
  {mso-style-name:;
  mso-spl-e:yes;}
@page Section1
  {size:8.5in 11.0in;
  margin:1.0in 1.25in 1.0in 1.25in;
  mso-header-margin:.5in;
  mso-footer-margin:.5in;
  mso-paper-source:0;}
div.Section1
  {page:Section1;}
--
/style

/head

body bgcolor=white lang=EN-US style='tab-interval:.5in'

div class=Section1

table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
width=600
 style='width:6.25in;mso-cellspacing:0in;mso-padding-alt:7.5pt 7.5pt
7.5pt 7.5pt'
 tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:25.5pt'
  td style='padding:7.5pt 7.5pt 7.5pt 7.5pt;height:25.5pt'
  p class=MsoNormalbspan style='font-size:16.0pt;mso-bidi-font-
size:12.0pt'GAP
  INC/span/b./p
  /td
 /tr
 tr style='mso-yfti-irow:1'
  td style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
  h3span style='font-family:Arial;color:red'Request Erroro:p/
o:p/span/h3
  div class=MsoNormal align=center style='text-align:center'span
  style='color:red'
  hr size=1 width=100% align=center
  /span/div
  p class=MsoNormalspan style='color:red'o:pnbsp;/o:p/span/
p
  /td
 /tr
 tr style='mso-yfti-irow:2'
  td valign=top style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
  p class=MsoNormalspan style='font-size:10.0pt;font-
family:Arial'Your request could not be processed. Request could not
be handledo:p/o:p/span/p
  /td
 /tr
 tr style='mso-yfti-irow:3;mso-yfti-lastrow:yes'
  td valign=top style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
  div class=MsoNormal align=center style='text-align:center'
  hr size=1 width=100% align=center
  /div
  p class=MsoNormal align=right style='text-align:right'ispan
  style='font-size:7.5pt;font-family:Arial'generated 2010-03-04 at
18:44:57 GMT by
  prox02rcc.foo.com/span/ispan style='font-size:10.0pt;font-
family:Arial'
  /span/p
  /td
 /tr
/table

p class=MsoNormalo:pnbsp;/o:p/p

/div

/body

/html


Unable to access http://localhost/api/json/accounts/login/. The host
path may be invalid
HTTP Error 400: Bad Request

-- 
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: Your request could not be processed. Request could not be handled

2010-03-04 Thread Christian Hammond
This error page isn't coming from Review Board. It looks like it may be from
a proxy? If you have a proxy running between you and Review Board, something
may be getting messed up there. Try setting the HTTP_PROXY and http_proxy
environment variables to nothing.

Christian

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


On Thu, Mar 4, 2010 at 11:18 AM, bigoldrock noeldamonmil...@gmail.comwrote:

 OS: ubuntu
 webserver: apache2
 DB: mysql


 post-review is having difficulty talking to reviewboard. Please help.

 Note* the server is up and running, logs in apache show up upon login,
 etc.



 bigoldr...@littlerock:~/Development/hje/branch/1.30$ post-review -d
  svn info
  repository info: Path: http://svn.hje.foo.com/svn/hje, Base path:
 /Deployment/branches/1.30/foodira/foodirb, Supports changesets: False
  svn diff --diff-cmd=diff
  Looking for 'localhost /' cookie in
 /home/bigoldrock/.post-review-cookies.txt
  Couldn't load cookie file: [Errno 2] No such file or directory:
 '/home/bigoldrock/.post-review-cookies.txt'
 == Review Board Login Required
 Enter username and password for Review Board at http://localhost/
 Username: jschmoe
 Password:
  Logging in with username jschmoe
  HTTP POSTing to http://localhost/api/json/accounts/login/:
 {'username': 'jschmoe', 'password': '**'}
  html
 head
 meta http-equiv=Content-Type content=text/html; charset=us-ascii
 titleRequest Error/title
 SCRIPT LANGUAGE=JavaScript
 !--
 if (document.execCommand)
 {
  if (document.execCommand(ClearAuthenticationCache, false)) {
document.cookie = 'BCSIAC26F1AAE63418B9AA=; path=/';
  }
 }
 //--
 /SCRIPT
 style
 !--
  /* Style Definitions */
  p.MsoNormal, li.MsoNormal, div.MsoNormal
  {mso-style-parent:;
  margin:0in;
  margin-bottom:.0001pt;
  mso-pagination:widow-orphan;
  font-size:12.0pt;
  font-family:Times New Roman;
  mso-fareast-font-family:Times New Roman;}
 h1
  {mso-style-next:Normal;
  margin-top:12.0pt;
  margin-right:0in;
  margin-bottom:3.0pt;
  margin-left:0in;
  mso-pagination:widow-orphan;
  page-break-after:avoid;
  mso-outline-level:1;
  font-size:16.0pt;
  font-family:Arial;
  mso-font-kerning:16.0pt;
  font-weight:bold;}
 p
  {mso-margin-top-alt:auto;
  margin-right:0in;
  mso-margin-bottom-alt:auto;
  margin-left:0in;
  mso-pagination:widow-orphan;
  font-size:12.0pt;
  font-family:Times New Roman;
  mso-fareast-font-family:Times New Roman;}
 span.SpellE
  {mso-style-name:;
  mso-spl-e:yes;}
 @page Section1
  {size:8.5in 11.0in;
  margin:1.0in 1.25in 1.0in 1.25in;
  mso-header-margin:.5in;
  mso-footer-margin:.5in;
  mso-paper-source:0;}
 div.Section1
  {page:Section1;}
 --
 /style

 /head

 body bgcolor=white lang=EN-US style='tab-interval:.5in'

 div class=Section1

 table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0
 width=600
  style='width:6.25in;mso-cellspacing:0in;mso-padding-alt:7.5pt 7.5pt
 7.5pt 7.5pt'
  tr style='mso-yfti-irow:0;mso-yfti-firstrow:yes;height:25.5pt'
  td style='padding:7.5pt 7.5pt 7.5pt 7.5pt;height:25.5pt'
  p class=MsoNormalbspan style='font-size:16.0pt;mso-bidi-font-
 size:12.0pt'GAP
  INC/span/b./p
  /td
  /tr
  tr style='mso-yfti-irow:1'
  td style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
  h3span style='font-family:Arial;color:red'Request Erroro:p/
 o:p/span/h3
  div class=MsoNormal align=center style='text-align:center'span
  style='color:red'
  hr size=1 width=100% align=center
  /span/div
  p class=MsoNormalspan style='color:red'o:pnbsp;/o:p/span/
 p
  /td
  /tr
  tr style='mso-yfti-irow:2'
  td valign=top style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
  p class=MsoNormalspan style='font-size:10.0pt;font-
 family:Arial'Your request could not be processed. Request could not
 be handledo:p/o:p/span/p
  /td
  /tr
  tr style='mso-yfti-irow:3;mso-yfti-lastrow:yes'
  td valign=top style='padding:7.5pt 7.5pt 7.5pt 7.5pt'
  div class=MsoNormal align=center style='text-align:center'
  hr size=1 width=100% align=center
  /div
  p class=MsoNormal align=right style='text-align:right'ispan
  style='font-size:7.5pt;font-family:Arial'generated 2010-03-04 at
 18:44:57 GMT by
  prox02rcc.foo.com/span/ispan style='font-size:10.0pt;font-
 family:Arial'
  /span/p
  /td
  /tr
 /table

 p class=MsoNormalo:pnbsp;/o:p/p

 /div

 /body

 /html


 Unable to access http://localhost/api/json/accounts/login/. The host
 path may be invalid
 HTTP Error 400: Bad Request

 --
 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.comreviewboard%2bunsubscr...@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