Issue 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply


Comment #1 on issue 1187 by d...@davious.org: 1st attempt to publish  
results in Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

On the second go, the json result is
{stat: fail, err: {msg: You attempted to publish a review request  
that
doesn't have an associated draft., code: 211}}

So, I'm guessing something is breaking late in the 1st post -- after the  
review has
been published -- and reviewboard serves a 500 when there is an error.

Any way to turn up logging verbosity to get a clue what's breaking?

--
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 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #2 on issue 1187 by chipx86: 1st attempt to publish results in  
Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

Hi,

Definitely odd. I haven't seen this particular problem before.

Go into your site's conf/settings_local.py directory and set DEBUG to True.  
Then
restart Apache and try to reproduce the original issue again. You should  
see more
detailed error output, which would help diagnose this.

Which extensions are you using with Firefox? Any chance you're using  
anything for
custom cookie behavior?

--
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 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply


Comment #4 on issue 1187 by chipx86: 1st attempt to publish results in  
Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

Very little is written to the log file today. The error information would  
be in place
of the 500 Error page, or in that error banner (click Details). The  
original error,
not the second, needs to be reproduced, and the error banner must appear.

--
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 1187 in reviewboard: 1st attempt to publish results in Internal Server Error 500

2009-06-29 Thread codesite-noreply


Comment #5 on issue 1187 by dand...@gmu.edu: 1st attempt to publish results  
in Internal Server Error 500
http://code.google.com/p/reviewboard/issues/detail?id=1187

Thanks for the hint

Exception Type: SMTPServerDisconnected
Exception Value:please run connect() first

So, I was having problems getting email to work before 1.0.
I'm able to send a simple email via python's stmpserver.  I presumed that  
what django
was basically doing.

First I enabled email using the same email settings as I use with  
thunderbird.  After
I saw the server could send email without any special settings, I changed  
reviewboard
admin to not use an settings either.

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