Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Use Markdown for this comment
Set severity, which reflects how much the issue affects the use of the product
Assign issue to yourself
Pending code changes (auto-populated)
Googlesource release version that first features the resolution of this issue. [ID: 1154560]
The TargetMilestone field is used to define when the engineer the bug is assigned to expects to fix it. [ID: 1154531]
Select items in the list
The version field defines the version of the software the bug was found in. [ID: 1154637]
Set the version(s) of the product affected by this issue (comma-separated list)
Set the version(s) of the product in which the issue should be fixed (comma-separated list)
Set the version(s) of the product in which the issue fix was verified (comma-separated list)
Set if this issue occurs in production
Set Reporter
Set Type
Set priority, which reflects how soon the issue should be fixed
Set Status
Set Assignee
Set Verifier
Remove item
View or edit staffing
View issue level access limits(Press Alt + Right arrow for more information)
Description
*****************************************************************
***** *****
***** !!!! THIS BUG TRACKER IS FOR GERRIT CODE REVIEW !!!! *****
***** *****
***** DO NOT SUBMIT BUGS FOR CHROME, ANDROID, CYANOGENMOD, *****
***** INTERNAL ISSUES WITH YOUR COMPANY'S GERRIT SETUP, ETC.*****
***** *****
***** THOSE ISSUES BELONG IN DIFFERENT ISSUE TRACKERS *****
***** *****
*****************************************************************
Affected Version:
github plugin 2.16 (the master branch)
gerrit 2.16.1
What steps will reproduce the problem?https://hub.packtpub.com/using-gerrit-github/
1. followed this link to setup github access from gerrit
2. import a repo from github (it doesn't matter if we are using a public or private repo)
3. after import successfully, the "import" button will change to "next"
4. click on next button, you will see a blank page
5. go to the project page, click on the newly import project from the imported repo, you will see an error --
"The page you requested was not found, or you do not have permission to view this page."
What is the expected output?
I have no idea what is right behavior after click on the "next button", but after I debug little bit more, I found following error message after turn on the debug log:
[2019-05-28 02:59:29,028] [HTTP-69] DEBUG com.googlesource.gerrit.plugins.github.wizard.VelocityControllerServlet : Looking for controller com.googlesource.gerrit.plugins.github.wizard.RepositoriesNextController
[2019-05-28 02:59:29,032] [HTTP-69] DEBUG com.googlesource.gerrit.plugins.github.wizard.VelocityControllerServlet : Cannot find any controller for servlet
NOTE -- The first line was added by me.
What do you see instead?
Please provide any additional information below.