Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 375276

Summary: [Gerrit] Server error: Cannot assign user name
Product: Community Reporter: Doug Schaefer <cdtdoug>
Component: GerritAssignee: Eclipse Webmaster <webmaster>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Doug Schaefer CLA 2012-03-25 16:18:00 EDT
I'm having trouble logging into gerrit at git.eclipse.org/r. I get the following message:

Application Error

Server error

Cannot assign user name
Comment 1 Doug Schaefer CLA 2012-03-29 14:05:22 EDT
Ping. I can't use Gerrit right now because of this. Did something weird happen to my account?
Comment 2 Denis Roy CLA 2012-03-29 14:12:28 EDT
Do you remember if you had an account on the egit Gerrit server?
Comment 3 Doug Schaefer CLA 2012-03-29 14:22:57 EDT
Can't remember. I may have, but it would have been under a different e-mail address since my qnx address is fairly new.
Comment 4 Denis Roy CLA 2012-03-29 14:37:59 EDT
Doug, can you try now?

For my own documentation, on the Gerrit DB server:

select * from accounts where full_name = "Doug Schaefer";

update  accounts set preferred_email = "newmail" where full_name = "Doug Schaefer";

update account_external_ids set email_address = "newmail", external_id = "gerrit:newmail" where account_id = 432 and email_address="oldmail";
Comment 5 Doug Schaefer CLA 2012-03-30 01:23:56 EDT
Works now. Thanks, Denis!