Any guesses as to when 2.4 is likely to be released?
We haven't even got round to upgrading off 2.1.8 yet and now I'm wondering whether we should just wait a little bit longer still!
*************************************************************************** ***********
This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmas...@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.
NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00
*************************************************************************** ***********
> *************************************************************************** *********** > This message is confidential and intended only for the addressee. If you have received this message in error, please immediately notify the postmas...@nds.com and delete it from your system as well as any copies. The content of e-mails as well as traffic data may be monitored by NDS for employment and security purposes. To protect the environment please do not print this e-mail unless necessary.
> NDS Limited. Registered Office: One London Road, Staines, Middlesex, TW18 4EX, United Kingdom. A company registered in England and Wales. Registered no. 3080780. VAT no. GB 603 8808 40-00 > *************************************************************************** ***********
error_log complained "Cannot establish canonical web url used to
access gerrit. It should be provided in gerrit.config file." so I
added canonicalWebUrl setting. After that I get "Code Review - Sign
In" dialog which says "Session cookie not available." I'm able to log
in and most things work, though. I was using Firefox (from which I
removed cookies) but even when I installed Chrome or tried Internet
Explorer, I got the same result. It seems that this issue was
discussed in the context of 2.3-rc0 release (https://groups.google.com/ forum/#!msg/repo-discuss/g_JzcMxHnpA/osw96QtYq1QJ) but the only
suggestion there (you should remove the cookie) wasn't helpful in my
case, unless I misunderstood the suggestion.
Another problem:
When I make a search with a topic filter (for example by clicking
Branch column link that contains topic in the top level view), I get
duplicate lines in the result.
So far I have no idea how to reproduce either of these problems,
unfortunately.
> error_log complained "Cannot establish canonical web url used to
> access gerrit. It should be provided in gerrit.config file." so I
> added canonicalWebUrl setting. After that I get "Code Review - Sign
> In" dialog which says "Session cookie not available." I'm able to log
> in and most things work, though. I was using Firefox (from which I
> removed cookies) but even when I installed Chrome or tried Internet
> Explorer, I got the same result. It seems that this issue was
> discussed in the context of 2.3-rc0 release (https://groups.google.com/ > forum/#!msg/repo-discuss/g_JzcMxHnpA/osw96QtYq1QJ) but the only
> suggestion there (you should remove the cookie) wasn't helpful in my
> case, unless I misunderstood the suggestion.
> Another problem:
> When I make a search with a topic filter (for example by clicking
> Branch column link that contains topic in the top level view), I get
> duplicate lines in the result.
This seems to be a known issue that happens when you're searching on both 'topic:' and 'branch:' in the same query string. If you remove either from the query, you won't see the duplicate results.
Nasser
> So far I have no idea how to reproduce either of these problems,
> unfortunately.
> error_log complained "Cannot establish canonical web url used to
> access gerrit. It should be provided in gerrit.config file." so I
> added canonicalWebUrl setting. After that I get "Code Review - Sign
> In" dialog which says "Session cookie not available." I'm able to log
> in and most things work, though. I was using Firefox (from which I
> removed cookies) but even when I installed Chrome or tried Internet
> Explorer, I got the same result. It seems that this issue was
> discussed in the context of 2.3-rc0 release (https://groups.google.com/ > forum/#!msg/repo-discuss/g_JzcMxHnpA/osw96QtYq1QJ) but the only
> suggestion there (you should remove the cookie) wasn't helpful in my
> case, unless I misunderstood the suggestion.
> Another problem:
> When I make a search with a topic filter (for example by clicking
> Branch column link that contains topic in the top level view), I get
> duplicate lines in the result.
> So far I have no idea how to reproduce either of these problems,
> unfortunately.
>> error_log complained "Cannot establish canonical web url used to
>> access gerrit. It should be provided in gerrit.config file." so I
>> added canonicalWebUrl setting. After that I get "Code Review - Sign
>> In" dialog which says "Session cookie not available." I'm able to log
>> in and most things work, though. I was using Firefox (from which I
>> removed cookies) but even when I installed Chrome or tried Internet
>> Explorer, I got the same result. It seems that this issue was
>> discussed in the context of 2.3-rc0 release (https://groups.google.com/ >> forum/#!msg/repo-discuss/g_JzcMxHnpA/osw96QtYq1QJ) but the only
>> suggestion there (you should remove the cookie) wasn't helpful in my
>> case, unless I misunderstood the suggestion.
>> Another problem:
>> When I make a search with a topic filter (for example by clicking
>> Branch column link that contains topic in the top level view), I get
>> duplicate lines in the result.
> This seems to be a known issue that happens when you're searching on both 'topic:' and 'branch:' in the same query string. If you remove either from the query, you won't see the duplicate results.
We're not able to reproduce this in dev environments (using H2 db).
Hannu, what database are you using?
> Nasser
>> So far I have no idea how to reproduce either of these problems,
>> unfortunately.
-- Employee of Qualcomm Innovation Center, Inc.
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum
I ran into the same issue and I could fix it after some debugging. Some info about my situation:
I was using gerrit 2.3, and upgraded to 2.4.1 yesterday evening. I could work in the install by then, but when my cookie was expired I ran into the exact same redirect issue.
My situation uses a reverse proxy over ssl, as a first try I disabled ssl and connected to gerrit directly. This did not solve the issue. After that I've gone through the documentation and found that I had no value for gerrit.canonicalWebUrl. Setting this one fixed the actual error when I connected to gerrit directly. After this I re-enabled ssl and connected using the reverse proxy, and I can confirm this one is also working.
So I think the canonicalWebUrl is somehow a required setting (which is set by the installer also I think, but which I removed during the installation of my reverse proxy I think).
Hope this reply is of any help to others running into the same error.
Greetz,
Rens
Op donderdag 10 mei 2012 19:58:37 UTC+2 schreef Nasser Grainawi het volgende:
> >> error_log complained "Cannot establish canonical web url used to > >> access gerrit. It should be provided in gerrit.config file." so I > >> added canonicalWebUrl setting. After that I get "Code Review - Sign > >> In" dialog which says "Session cookie not available." I'm able to log > >> in and most things work, though. I was using Firefox (from which I > >> removed cookies) but even when I installed Chrome or tried Internet > >> Explorer, I got the same result. It seems that this issue was > >> discussed in the context of 2.3-rc0 release (https://groups.google.com/ > >> forum/#!msg/repo-discuss/g_JzcMxHnpA/osw96QtYq1QJ) but the only > >> suggestion there (you should remove the cookie) wasn't helpful in my > >> case, unless I misunderstood the suggestion.
> >> Another problem:
> >> When I make a search with a topic filter (for example by clicking > >> Branch column link that contains topic in the top level view), I get > >> duplicate lines in the result.
> > This seems to be a known issue that happens when you're searching on > both 'topic:' and 'branch:' in the same query string. If you remove either > from the query, you won't see the duplicate results.
> We're not able to reproduce this in dev environments (using H2 db).
> Hannu, what database are you using?
> > Nasser
> >> So far I have no idea how to reproduce either of these problems, > >> unfortunately.
> -- > Employee of Qualcomm Innovation Center, Inc. > Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum