---------- Forwarded message ---------- From: rajesh boyapati <boyapatisraj...@xxxxxxxxx> Date: Jan 25, 7:10 pm Subject: Git-web error To: Repo and Gerrit Discussion Hi, We integrated git-web to our gerrit Code-review. I installed gitweb using the command: $ sudo apt-get install gitweb Then I configured gitweb to our gerrit using the command: $ git config --file $SITE_PATH/etc/gerrit.config gitweb.cgi /usr/lib/ cgi-bin/gitweb.cgi Now the gitweb is added to gerrit.config and in gerrit config file, it looks like [gitweb] cgi = /usr/lib/cgi-bin/gitweb.cgi Then, restarted gerrit server. When I go to one of the projects in gerrit through gitweb and when I click "summary", I am getting the below error. If I click other tabs(log, shortlog, commit, tree,etc) after clicking "summary", I am getting following error in error-log. If I click other tabs(log, shortlog, commit, tree,etc) before clicking "summary", everything works fine. Error: ================================================================= [2012-01-25 18:50:32,334] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: [Wed Jan 25 18:50:32 2012] gitweb.cgi: Use of uninitialized value $head in string eq at /usr/lib/cgi-bin/gitweb.cgi line 4720. [2012-01-25 18:50:35,658] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: [Wed Jan 25 18:50:35 2012] gitweb.cgi: Use of uninitialized value $commit_id in open at /usr/lib/cgi-bin/gitweb.cgi line 2817. [2012-01-25 18:50:35,660] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: fatal: bad revision '' [2012-01-25 18:50:39,209] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: [Wed Jan 25 18:50:39 2012] gitweb.cgi: Use of uninitialized value $commit_id in open at /usr/lib/cgi-bin/gitweb.cgi line 2817. [2012-01-25 18:50:39,210] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: fatal: bad revision '' [2012-01-25 18:50:40,656] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: fatal: bad revision 'HEAD' [2012-01-25 18:53:17,097] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: fatal: bad revision 'HEAD' [2012-01-25 18:53:17,113] ERROR com.google.gerrit.httpd.gitweb.GitWebServlet : CGI: [Wed Jan 25 18:53:17 2012] gitweb.cgi: Use of uninitialized value $head in string eq at /usr/lib/cgi-bin/gitweb.cgi line 4720. ================================================================= Can any one help me on how to resolve this issue?. Thanks, Rajesh. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html