| Issue 2258: | not able to start my server | |
| 4 people starred this issue and may be notified of changes. | Back to list |
************************************************************
***** 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.[gerrit2@localhost bin]$ ./gerrit.sh stop
Stopping Gerrit Code Review: OK
[gerrit2@localhost bin]$ ./gerrit.sh stqart
Usage: gerrit.sh {start|stop|restart|check|run|supervise} [-d site]
[gerrit2@localhost bin]$ ./gerrit.sh start
Starting Gerrit Code Review: FAILED
2.
3.[gerrit2@localhost etc]$ cat gerrit.config
[gerrit]
basePath = git
[database]
type = MYSQL
hostname = localhost
database = reviewdb
username = gerrit2
[auth]
type = HTTP
[sendemail]
smtpServer = localhost
[container]
user = gerrit2
javaHome = /usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0.x86_64/jre
[sshd]
listenAddress = *:29418
[httpd]
listenUrl = proxy-http://10.194.182.80:8081/r/
[cache]
directory = cache
[gitweb]
cgi = /var/www/cgi-bin/gitweb.cgi
url = http://10.194.182.80/r/
What is the expected output? What do you see instead?
Please guide on this, first my installing in my server.
Please provide any additional information below.
Nov 18, 2013
#1
bwa...@gmail.com
Nov 26, 2013
Please check the error log.
Status:
AwaitingInformation
Nov 27, 2013
which version you are using ? the latest version need JDK 1.7 . if the Gerrit in your machine require JDK1.7 but your 'javaHome' is still 1.6 jre. '../bin/gerrit.sh start' will only see FAILED without any error log.
Jul 3, 2015
No answer after years, assuming the issue is solved.
Status:
Invalid
|
|
| ► Sign in to add a comment |