Issue 1327 in reviewboard: Review board intermitently hangs

2009-09-24 Thread codesite-noreply


Comment #2 on issue 1327 by boaz.brudner: Review board intermitently hangs
http://code.google.com/p/reviewboard/issues/detail?id=1327

We are using i.e 6 on windows and Firefox on Linux. it happens on both.
no extensions.

hang means that sometimes it would hang on a page after clicking a button.  
it would
take a few minutes to release and just continue as usual.

--
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 1329 in reviewboard: cannot load test_scmtools.json fixtures

2009-09-24 Thread codesite-noreply

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

New issue 1329 by daniel.savilonis: cannot load test_scmtools.json fixtures
http://code.google.com/p/reviewboard/issues/detail?id=1329

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

What version are you running?
ad2464adb4f2

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


What steps will reproduce the problem?
./reviewboard/manage.py syncdb
./reviewboard/manage.py loaddata test_users test_scmtools
test_reviewrequests

What is the expected output? What do you see instead?
Error:
~/reviewboard-dev/reviewboard$ ./reviewboard/manage.py loaddata test_users
test_scmtools test_reviewrequests
Installing json fixture 'test_users' from '/home/pil/reviewboard-
dev/reviewboard/reviewboard/accounts/fixtures'.
Installing json fixture 'test_scmtools' from '/home/pil/reviewboard-
dev/reviewboard/reviewboard/scmtools/fixtures'.
Problem installing fixture '/home/pil/reviewboard-
dev/reviewboard/reviewboard/scmtools/fixtures/test_scmtools.json':
Traceback (most recent call last):
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/core/management/commands/loaddata.py", line 153, in handle
 obj.save()
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/core/serializers/base.py", line 163, in save
 models.Model.save_base(self.object, raw=True)
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/db/models/base.py", line 474, in save_base
 rows = manager.filter(pk=pk_val)._update(values)
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/db/models/query.py", line 444, in _update
 return query.execute_sql(None)
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/db/models/sql/subqueries.py", line 120, in execute_sql
 cursor = super(UpdateQuery, self).execute_sql(result_type)
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/db/models/sql/query.py", line 2369, in execute_sql
 cursor.execute(sql, params)
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/db/backends/util.py", line 19, in execute
 return self.cursor.execute(sql, params)
   File "/usr/lib/python2.5/site-packages/Django-1.1-
py2.5.egg/django/db/backends/sqlite3/base.py", line 193, in execute
 return Database.Cursor.execute(self, query, params)
IntegrityError: column class_name is not unique



--
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 1072 in reviewboard: SVN --config-dir support

2009-09-24 Thread codesite-noreply


Comment #7 on issue 1072 by yunshan.di: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

I'm running on windows with Apache2, rise the same error.

how to fix it, any ideas?

thanks!

--
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 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-09-24 Thread codesite-noreply


Comment #7 on issue 885 by chipx86: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

The problem is, debugging anything on IE6 is really hard. The only way to  
do it
sanely is with the Visual Studio integration. Even then, I'm not sure how  
best to go
about debugging this, except to stop the script when it's spinning.

--
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 885 in reviewboard: IE 6 is hanging while clicking any button save -delete- the comment window

2009-09-24 Thread codesite-noreply


Comment #6 on issue 885 by lonico: IE 6 is hanging while clicking any  
button save -delete- the comment window
http://code.google.com/p/reviewboard/issues/detail?id=885

I am seeing the same issue with IE6, both with the latest development  
version 1.1
alpha2 or a previous version.  In the best case, the comment window is  
truncated at
the bottom.  On the worst case (and most common), IE is not responsive at  
all, and
takes 50% of the CPU (actually 100% of one CPU, has I have 2 CPUs on my  
Windows
laptop).  Is there anything I could do to help debug this problem?

--
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 1327 in reviewboard: Review board intermitently hangs

2009-09-24 Thread codesite-noreply

Updates:
Status: NeedInfo

Comment #1 on issue 1327 by trowbrds: Review board intermitently hangs
http://code.google.com/p/reviewboard/issues/detail?id=1327

What browser are you using? What extensions, if any?

Define "hang"?

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