Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gerrit 2.11 can't be started using the gerrit.sh script #14

Open
cmoulliard opened this issue May 29, 2015 · 0 comments
Open

Gerrit 2.11 can't be started using the gerrit.sh script #14

cmoulliard opened this issue May 29, 2015 · 0 comments

Comments

@cmoulliard
Copy link
Collaborator

When we launch gerrit with the bash script /home/gerrit/site/bin/gerrit.sh we get this error line 429: echo: write error: Permission denied

To reproduce it, run this command after starting the container interactive mode

docker run -it -p 0.0.0.0:8080:8080 -p 127.0.0.1:29418:29418 --name my-gerrit cmoulliard/gerrit:1.0 bash
bash -x ${GERRIT_HOME}/site/bin/gerrit.sh start

The workaround is to launch gerrit using the java cmd

cmoulliard added a commit that referenced this issue May 29, 2015
…gerrit.sh to launch the process but there is workaround. See issue #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant