| Issue 435: | Internal server error when trying to edit the group owners | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Affected Version:2.1.1.1 Environment: Mnadriva Linux 2010 What steps will reproduce the problem? 1. Go to Admin -> groups 2. Create Group 3. try to enter information in owners field What is the expected output? Shoudl be able to specify some users as owners or fail gracefully if the person doesn't have premissions to do that What do you see instead? Blackened foreground of the page with a notificaion about internal server error. Attaching logs.
Feb 5, 2010
#1
Eugu...@gmail.com
Feb 8, 2010
Your MySQL database is somehow misconfigured: Caused by: java.sql.SQLException: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '<=' You'll need to consult your database documentation to fix this, apparently its trying to use two different character encodings at the same time but can't actually do that. Why its trying to do that, I have no idea. I've never seen this error before.
Summary:
Internal server error when trying to edit the group owners
Status: WontFix
Dec 28, 2010
I recently configured gerrit on my local MAC server, and sendmail doesn't work for default configuration. I tried googling around, but didn't find any solution. When I pasted error log messages in google, I found this bug report. My error log is attached. Now my sendmail configuration looks like this:
[sendmail]
smtpServer = smtp.gmail.com
smtpServerPort = 465
smtpEncryption = SSL
sslVerify = false
smtpUser = [gerrit@domain.com]
smtpPass = ******
Any thoughts ???
Nov 29, 2011
I'm facing a similar problem as stated in comment #1: Affected Version:2.2.1 Environment: Windows 7 Running Gerrit in Tomcat Using LDAP for authentication Using external MySQL database, MySQL setup as stated in http://gerrit-documentation.googlecode.com/svn/Documentation/2.2.0/install.html What steps will reproduce the problem? 1. Go to Admin -> groups 2. Create Group 3. Try to add a new member to the group by typing user name in to the "Members" field Expected result: Matching complete user names from the LDAP directory are proposed while the user name is being typed. Actual result: Upon every letter of the user name being typed the blackened foreground of the page with a notificaion about internal server error is displayed. The same issue can also be observed in other cases where automatic completion is supported. Unfortunately, I couldn't detect any error messages in any error logs. However, comment #2 inspired me to attempt the following thing: I dropped the MySQL reviewdb and recreated it in the way as proposed in Gerrit Installation Guide but left out the character set alternation (ALTER DATABASE reviewdb charset=latin1;). And miracle, with this setup, the name completion issues are completely gone! Nevertheless, given comment #1 on https://code.google.com/p/gerrit/issues/detail?id=785, the non-modification of the character set looks like a suboptimal workaround. Is there anyone who could help me to find a more appropriate way to ship around the problem? Or are there any chances to get a fix for that in Gerrit? |
|
| ► Sign in to add a comment |