-
Notifications
You must be signed in to change notification settings - Fork 671
Unable to view summary/tickets page #1237
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
Comments
@pingunaut I have nothing in that property in default.properties, and that property doesn't exists in gitblit.properties. Should I fill it with something like what is shown in the comments above the property, or are those values set already by default?
|
@pingunaut Tried overriding that property in gitblit.properties, but the same exception happened. I did notice that this info message is popping up immediately before the stack trace in catalina.out, which shows up after I click on the repository link:
The URL for the link to the summary page on the repositories page is of the form https://example.com/git/summary/?r=jPortfolio.git So I don't think that it should be getting "unknown transport" like the log message above says. |
@pingunaut I had a break-through! Based on the "Unknown transport" message I changed my preferred transport in profile settings from HTTPS to SSH, and I'm now able to view the repository and ticket pages, but I'm still seeing the info message above in the log, so I'm wondering just how relevant it is to this particular issue. Any ideas on this? |
@drognisep this is good news. When you are on the summary page of a repository, what urls do you see in the dropdown panel? (the one that looks like this): |
Alright here we go: |
I don't think I've added quotes in configuration anywhere (not sure why I would). Makes sense why it's complaining. Do you think it's configuration or logic? |
Hmm, didn't find anything in the logic that would explain it. Maybe it's your domain configuration (in gitblit.properties or defaults.properties)? The url has to be set without the quotes to work correctly |
@pingunaut As it turns out, that's exactly what I did. Don't know why, but that's it. Thanks for your help! |
Originally posted on superuser
I'm currently unable to view the summary page on any repository, or view tickets. Please see the superuser link above for detailed information.
Here's the stack trace for attempting to load a summary page, specifically for jPortfolio:
The text was updated successfully, but these errors were encountered: