CandyShop / gerrit

Automatically exported from code.google.com/p/gerrit
Apache License 2.0
1 stars 0 forks source link

Gerrit Registration error #1549

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
************************************************************
***** NOTE: THIS BUG TRACKER IS FOR GERRIT CODE REVIEW *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, INTERNAL *****
***** ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.    *****
***** THOSE ISSUE BELONG IN DIFFERENT ISSUE TRACKERS!  *****
************************************************************

Affected Version:

What steps will reproduce the problem?
1. resistration on gerrit, final step (agreament)

What is the expected output? What do you see instead?

-----------
Not Found

The page you requested was not found, or you do not have permission to view 
this page.
-----------

Please provide any additional information below.

message given when chosing New Contributer Agreament    
@ final step,

Original issue reported on code.google.com by Merruk.C...@gmail.com on 3 Sep 2012 at 1:59

GoogleCodeExporter commented 9 years ago
I was facing the same problem. A quick look at the log files (specifically 
"$GERRIT_HOME/logs/error_log") reveals that the issue is to do with time 
synchronisation between the gerrit server and the openid provider. The error 
message reads:

"ERROR com.google.gerrit.httpd.auth.openid.OpenIdServiceImpl : OpenID failure: 
Nonce verification failed.  Likely caused by clock skew on this server, 
install/configure NTP."

To fix this problem:
1. installed ntp (sudo apt-get install ntp) 
2. changed ntp configuration (sudo vi /etc/ntp.conf) and added "server 
pool.ntp.org" to the list of servers (see 
https://help.ubuntu.com/8.04/serverguide/NTP.html)
3. restarted gerrit ($GERRIT_HOME/bin/gerrit.sh restart)

Hope this helps someone out there..

Original comment by corn...@gmail.com on 9 Jan 2013 at 1:54

GoogleCodeExporter commented 9 years ago
Thank your suggested really fixed the issue. 

Original comment by sva...@gmail.com on 30 Apr 2013 at 5:57

GoogleCodeExporter commented 9 years ago
For future reference, I had the very same symptoms, but the reason were special 
characters in my Full Name.

Original comment by zem...@gmail.com on 21 Nov 2014 at 10:13