Issue 1239 in reviewboard: Error 500 when New review request

2009-07-29 Thread codesite-noreply


Comment #7 on issue 1239 by chinbillybilbo: Error 500 when New review  
request
http://code.google.com/p/reviewboard/issues/detail?id=1239

Different bug, but same thread: I'm not sure why this is here:

 try:
 hostname, port = repository_path.split(:)
 info = socket.gethostbyaddr(hostname)
 repository_path = %s:%s % (info[0], port)
 except (socket.gaierror, socket.herror):
 pass

But the p4 server name is different to the host (not sure why). P4PORT is
A.company.local but gethostbyaddr returns B.company.local, which is not  
what is
registered in RB. The above code does not work.


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



Issue 1239 in reviewboard: Error 500 when New review request

2009-07-29 Thread codesite-noreply


Comment #8 on issue 1239 by xukaiV: Error 500 when New review request
http://code.google.com/p/reviewboard/issues/detail?id=1239

I finally find the solution, I looked the Linux install instruction, and  
find that it
needs pysvn, so I installed the pysvn, and the issus is solved !

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



Issue 1239 in reviewboard: Error 500 when New review request

2009-07-28 Thread codesite-noreply


Comment #3 on issue 1239 by chinbillybilbo: Error 500 when New review  
request
http://code.google.com/p/reviewboard/issues/detail?id=1239

I'm getting the same error as this. Server all set up. login appears to  
work, but
http://MYSEREVER/api/json/reviewrequests/new/ is failing.

I fails to find the cookie file, even though it is present where the  
filepath should
be looking. Not sure if this is relavent.

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



Issue 1239 in reviewboard: Error 500 when New review request

2009-07-28 Thread codesite-noreply


Comment #4 on issue 1239 by chinbillybilbo: Error 500 when New review  
request
http://code.google.com/p/reviewboard/issues/detail?id=1239

Additional note: The issue on the forums mentions that nothing can be done  
without a
traceback, but, there is none. I'm using Apache and mod_python on Windows  
and there
are no errors in the error.log.


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



Issue 1239 in reviewboard: Error 500 when New review request

2009-07-28 Thread codesite-noreply


Comment #5 on issue 1239 by chipx86: Error 500 when New review request
http://code.google.com/p/reviewboard/issues/detail?id=1239

In your site's conf/settings_loca.py, set DEBUG to True.

Then restart your web server and try again. You'll see a backtrace.

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



Issue 1239 in reviewboard: Error 500 when New review request

2009-07-27 Thread codesite-noreply

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

New issue 1239 by xukaiV: Error 500 when New review request
http://code.google.com/p/reviewboard/issues/detail?id=1239

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0

What's the URL of the page containing the problem?
/r/new/

What steps will reproduce the problem?
1. freshly install reviewboard,
2. create a SVN repo
3. click new review request

What is the expected output? What do you see instead?
expect to create a new review request, but see It appears something broke
when you tried to go to here. This is either a bug in Review Board or a
server configuration error. Please report this to your administrator. 

What operating system are you using? What browser?
windows XP, Firefox 3.5 and IE 6

Please provide any additional information below.
Before I create the SVN repo, it's ok to click the new review request,
the problem occurs only after I created the SVN repo. I didn't configure
the bug tracking in the repo. Besides, I am using VisualSVN server 1.6, and
it only allow https access.


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



Issue 1239 in reviewboard: Error 500 when New review request

2009-07-27 Thread codesite-noreply


Comment #2 on issue 1239 by xukaiV: Error 500 when New review request
http://code.google.com/p/reviewboard/issues/detail?id=1239

I am sorry I am a dummy with apache and mod_python, the log folder in the  
reviewboard
folder is empty. I just find the apache error.log and put it in the  
attachment.
Thanks you very much :)

Attachments:
error.log  29.2 KB

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