Re: error at /r/30/publish/

2008-10-23 Thread Tim

Ok I think I figured this out.  Looks like there was an issue where
the settings_local.py had the correct settings, but when I logged into
the admin screen the mail server was set to localhost instead of the
correct external SMTP server.  I removed the entry in
settings_local.py and updated it via the admin screen.

It seems if you have a setting in settings_local.py and try to update
via the admin screen the updates don't take as it changes the values
back when you save.  Is this correct?  Either way my problem seems to
be solved as e-mails are now working.

Thanks!

On Oct 20, 4:38 pm, Christian Hammond [EMAIL PROTECTED] wrote:
 This looks like your Review Board server is unable to talk to your mail
 server. Check to make sure all the settings are correct and that your mail
 server is reachable from there.

 Christian

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

 On Mon, Oct 20, 2008 at 11:45 AM, Tim [EMAIL PROTECTED] wrote:

  Hi,

  I am doing a proof of concept with reviewboard and everything is now
  working properly except when I go to publish a review from a CVS patch
  file.  The review is created however I receive the following error
  stack:

  error at /r/30/publish/

  (111, 'Connection refused')

  Request Method:         GET
  Request URL:    http://something.com/r/30/publish/
  Exception Type:         error
  Exception Value:

  (111, 'Connection refused')

  Exception Location:     /usr/lib/python2.4/smtplib.py in connect, line
  306
  Python Executable:      /usr/bin/python
  Python Version:         2.4.3
  Python Path:    ['/opt', '/opt/reviewboard', '/usr/lib/python2.4/site-
  packages/setuptools-0.6c5-py2.4.egg', '/usr/lib/python2.4/site-
  packages/MySQL_python-1.2.2-py2.4-linux-i686.egg', '/usr/lib/python2.4/
  site-packages/Pygments-0.11.1-py2.4.egg', '/usr/lib/python2.4/site-
  packages/Trac-0.11-py2.4.egg', '/usr/lib/python2.4/site-packages/
  Genshi-0.5.1-py2.4-linux-i686.egg', '/usr/lib/python2.4/site-packages/
  FreemindMacro-0.1-py2.4.egg', '/usr/lib/python24.zip', '/usr/lib/
  python2.4', '/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-
  tk', '/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-
  packages', '/usr/lib/python2.4/site-packages/Numeric', '/usr/lib/
  python2.4/site-packages/PIL', '/usr/lib/python2.4/site-packages/
  gtk-2.0']
  Server time:    Mon, 20 Oct 2008 11:33:41 -0700

  Here is the traceback:

  Environment:

  Request Method: GET
  Request URL:http://something.com/r/30/publish/
  Django Version: 1.0-final-SVN-unknown
  Python Version: 2.4.3
  Installed Applications:
  ['django.contrib.admin',
   'django.contrib.auth',
   'django.contrib.contenttypes',
   'django.contrib.markup',
   'django.contrib.sites',
   'django.contrib.sessions',
   'djblets.datagrid',
   'djblets.feedview',
   'djblets.siteconfig',
   'djblets.util',
   'djblets.webapi',
   'reviewboard.accounts',
   'reviewboard.admin',
   'reviewboard.changedescs',
   'reviewboard.diffviewer',
   'reviewboard.iphone',
   'reviewboard.reports',
   'reviewboard.reviews',
   'reviewboard.scmtools',
   'reviewboard.webapi',
   'django_evolution']
  Installed Middleware:
  ('django.middleware.common.CommonMiddleware',
   'django.middleware.doc.XViewMiddleware',
   'django.middleware.locale.LocaleMiddleware',
   'django.contrib.sessions.middleware.SessionMiddleware',
   'django.contrib.auth.middleware.AuthenticationMiddleware',
   'djblets.log.middleware.LoggingMiddleware',
   'reviewboard.admin.middleware.CheckUpdatesRequiredMiddleware')

  Traceback:
  File /usr/lib/python2.4/site-packages/django/core/handlers/base.py
  in get_response
   86.                 response = callback(request, *callback_args,
  **callback_kwargs)
  File /opt/reviewboard/djblets/auth/util.py in _checklogin
   45.             return view_func(request, *args, **kwargs)
  File /opt/reviewboard/reviews/views.py in publish
   457.         review_request.publish(request.user)
  File /opt/reviewboard/reviews/models.py in publish
   369.                 mail_review_request(user, self)
  File /opt/reviewboard/reviews/email.py in mail_review_request
   184.                          extra_context)
  File /opt/reviewboard/reviews/email.py in send_review_mail
   114.     message.send()
  File /usr/lib/python2.4/site-packages/django/core/mail.py in send
   265.         return
  self.get_connection(fail_silently).send_messages([self])
  File /usr/lib/python2.4/site-packages/django/core/mail.py in
  send_messages
   166.         new_conn_created = self.open()
  File /usr/lib/python2.4/site-packages/django/core/mail.py in open
   131.
  local_hostname=DNS_NAME.get_fqdn())
  File /usr/lib/python2.4/smtplib.py in __init__
   244.             (code, msg) = self.connect(host, port)
  File /usr/lib/python2.4/smtplib.py in connect
   306.             raise socket.error, msg

  Exception Type: error at /r/30/publish/
  Exception Value: (111, 'Connection refused')

  Any help is appreciated.  Thanks!

Post-Review -p or update Error

2008-10-23 Thread 13Strider

when i try to run post-review with publish enabled i get this error
also when updating a file or setting a target group or target people,
i looks like the error is coming from urllib2.request, any idea how to
fix this
or what is causing it
Thank you

 Publishing
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/publish/: {}
Unable to access http://192.168.100.4:8000/api/json/reviewrequests/12/publish/.
The host path may be invalid
urlopen error (10054, 'Connection reset by peer')

 Review request already exists. Updating it...
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/update_from_changenum/:
  {}
Unable to access 
http://192.168.100.4:8000/api/json/reviewrequests/12/update_from_changenum/.
The host path may be invalid
urlopen error (10054, 'Connection reset by peer')

 HTTP POSTing to http://192.168.100.4:8000/api/json/reviewrequests/12/save/: 
 {}
Unable to access http://192.168.100.4:8000/api/json/reviewrequests/12/save/.
The host path may be invalid
urlopen error (10054, 'Connection reset by peer')


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



Re: Publishing and target group error

2008-10-23 Thread Chris Clark


You won't like the answer use apache.

I reported a similar problem in the faq (with solution) 
http://code.google.com/p/reviewboard/wiki/FAQ

I think this is another manifestation. If this is the case do you could 
you add a comment to the faq too?

Also see 
http://groups.google.com/group/reviewboard/browse_thread/thread/490a3281fd7867a7/64c910b24e3e0790?lnk=gstq=10054#64c910b24e3e0790

Chris


13Strider wrote:
 when i try to run post-review with publish enabled i get this error
 also when updating a file or setting a target group or target people,
 i looks like the error is coming from urllib2.request, any idea how to
 fix this
 or what is causing it
 Thank you

   
 Publishing
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/publish/: {}
 
 Unable to access 
 http://192.168.100.4:8000/api/json/reviewrequests/12/publish/.
 The host path may be invalid
 urlopen error (10054, 'Connection reset by peer')

   
 Review request already exists. Updating it...
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/update_from_changenum/:
  {}
 
 Unable to access 
 http://192.168.100.4:8000/api/json/reviewrequests/12/update_from_changenum/.
 The host path may be invalid
 urlopen error (10054, 'Connection reset by peer')

   
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/save/: {}
 
 Unable to access http://192.168.100.4:8000/api/json/reviewrequests/12/save/.
 The host path may be invalid
 urlopen error (10054, 'Connection reset by peer')

 
   


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



Publishing and target group error

2008-10-23 Thread 13Strider

when i try to run post-review with publish enabled i get this error
also when updating a file or setting a target group or target people,
i looks like the error is coming from urllib2.request, any idea how to
fix this
or what is causing it
Thank you

 Publishing
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/publish/: {}
Unable to access http://192.168.100.4:8000/api/json/reviewrequests/12/publish/.
The host path may be invalid
urlopen error (10054, 'Connection reset by peer')

 Review request already exists. Updating it...
 HTTP POSTing to 
 http://192.168.100.4:8000/api/json/reviewrequests/12/update_from_changenum/:
  {}
Unable to access 
http://192.168.100.4:8000/api/json/reviewrequests/12/update_from_changenum/.
The host path may be invalid
urlopen error (10054, 'Connection reset by peer')

 HTTP POSTing to http://192.168.100.4:8000/api/json/reviewrequests/12/save/: 
 {}
Unable to access http://192.168.100.4:8000/api/json/reviewrequests/12/save/.
The host path may be invalid
urlopen error (10054, 'Connection reset by peer')

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



Re: Publishing and target group error

2008-10-23 Thread 13Strider

is there a clear tutorial on how to use apache and get it running with
reviewboard?

On Oct 23, 3:57 pm, Chris Clark [EMAIL PROTECTED] wrote:
 You won't like the answer use apache.

 I reported a similar problem in the faq (with 
 solution)http://code.google.com/p/reviewboard/wiki/FAQ

 I think this is another manifestation. If this is the case do you could
 you add a comment to the faq too?

 Also 
 seehttp://groups.google.com/group/reviewboard/browse_thread/thread/490a3...

 Chris

 13Strider wrote:
  when i try to run post-review with publish enabled i get this error
  also when updating a file or setting a target group or target people,
  i looks like the error is coming from urllib2.request, any idea how to
  fix this
  or what is causing it
  Thank you

  Publishing
  HTTP POSTing 
  tohttp://192.168.100.4:8000/api/json/reviewrequests/12/publish/:{}

  Unable to 
  accesshttp://192.168.100.4:8000/api/json/reviewrequests/12/publish/.
  The host path may be invalid
  urlopen error (10054, 'Connection reset by peer')

  Review request already exists. Updating it...
  HTTP POSTing 
  tohttp://192.168.100.4:8000/api/json/reviewrequests/12/update_from_chan...{}

  Unable to 
  accesshttp://192.168.100.4:8000/api/json/reviewrequests/12/update_from_chan
  The host path may be invalid
  urlopen error (10054, 'Connection reset by peer')

  HTTP POSTing 
  tohttp://192.168.100.4:8000/api/json/reviewrequests/12/save/:{}

  Unable to accesshttp://192.168.100.4:8000/api/json/reviewrequests/12/save/.
  The host path may be invalid
  urlopen error (10054, 'Connection reset by peer')
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
-~--~~~~--~~--~--~---



Issue 630 in reviewboard: Cannot navigate to diffs when changelist is only for files removal.

2008-10-23 Thread codesite-noreply

Issue 630: Cannot navigate to diffs when changelist is only for files  
removal.
http://code.google.com/p/reviewboard/issues/detail?id=630

Comment #3 by gp1960:
I generated the diff with p5 diff.
Uploaded it through the web page.
With the same procedure right after this I created another review which has  
no problems.



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 388 in reviewboard: Button to delete comments only works after immediately saving a comment

2008-10-23 Thread codesite-noreply

Issue 388: Button to delete comments only works after immediately saving a  
comment
http://code.google.com/p/reviewboard/issues/detail?id=388

Comment #3 by jamesdlin:
Hey, this is still happening.



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 713 in reviewboard: Keyboard shortcuts stop working after making a comment

2008-10-23 Thread codesite-noreply

Issue 713: Keyboard shortcuts stop working after making a comment
http://code.google.com/p/reviewboard/issues/detail?id=713

New issue report by jamesdlin:
*NOTE: Do not post confidential information in this bug report.*

What's the URL of the page containing the problem?


What steps will reproduce the problem?
1. View a diff.
2. Click on a line to show the comment dialog.
3. Enter a comment and click Save Comment.  Or just click Cancel.
4. Press , or . to try to navigate to the previous or next difference.


What is the expected output? What do you see instead?
Nothing happens.  Clicking on the page lets keyboard shortcuts work again.
(Is keyboard focus being stranded somewhere?)


What operating system are you using? What browser?
Firefox 3.0.3 on Windows XP x64 SP2


Please provide any additional information below.



Issue attributes:
Status: New
Owner: 
Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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