
[ https://ovirt-jira.atlassian.net/browse/OVIRT-695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=19711#comment-19711 ] Marc Dequènes (Duck) commented on OVIRT-695: -------------------------------------------- So this fails in createProject(), in repoManager.createRepository() IIUC (not a Java dev). Nothing was created into /usr/local/src/git/, so this confirms it failed somehow. # ls -ld /usr/local/src/git drwxr-xr-x. 86 root root 4096 Mar 18 22:34 /usr/local/src/git I suppose this is the root of the problem. Fixed permissions, could you retry?
Cannot create a new project in Gerrit -------------------------------------
Key: OVIRT-695 URL: https://ovirt-jira.atlassian.net/browse/OVIRT-695 Project: oVirt - virtualization made easy Issue Type: Bug Components: Gerrit/git Reporter: Barak Korren Assignee: infra Priority: High
Trying to follow the instructions to create a new project here: http://ovirt-infra-docs.readthedocs.io/en/latest/General/Creating_Gerrit_Pro... Yields the following error in the web UI regardless of the name entered: {quote} Code Review - Error 400 invalid project name: foobar {quote} Trying to do the same from the CLI with the following command: {code} ssh gerrit.ovirt.org -p 29418 gerrit create-project --empty-commit --owner foobar foobar {code} Also yields an error: {code} fatal: invalid project name: foobar {code} So far I haven't found anything in the logs to indicate why is this happening.
-- This message was sent by Atlassian JIRA (v1000.253.3#100011)