Code Review - Error Plugin "deleteproject" failed to load

2,689 views
Skip to first unread message

Sam Lin

unread,
Jul 31, 2019, 11:01:40 PM7/31/19
to Repo and Gerrit Discussion
Dear Sir,

When I update Chrome version from "75.0.3770.100" to "76.0.3809.87", I will see the error message "Code Review - Error Plugin "deleteproject" failed to load"
when I load  Gerrit Code Review web page, please see the attached file. (2.13.8) 

My Gerrit Code Review version is (2.13.8) 

Does anyone have the same problem as me?


Thanks a lot!

Best regards,
Sam Lin
gerrit_error.jpg

Sam Lin

unread,
Jul 31, 2019, 11:23:29 PM7/31/19
to Repo and Gerrit Discussion
Sorry, add my deleteproject plugin version is "v2.13-2-g64140ae",
please see the attached screen.


Thanks a lot!

Best regards,
Sam Lin


Sam Lin於 2019年8月1日星期四 UTC+8上午11時01分40秒寫道:
gerrit_error_2.jpg

Jonathan Nieder

unread,
Jul 31, 2019, 11:30:15 PM7/31/19
to Sam Lin, Repo and Gerrit Discussion
Does your server log contain any hints? How about the browser's javascript console (available from menu -> more tools -> developer tools)?

By the way, can you say a little more about why you're stuck on 2.13.y? That's many releases behind (see https://www.gerritcodereview.com/releases-readme.html).

Thanks,
Jonathan

--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/1d0ce177-51c1-4ea7-b14c-9e0f5c490a7e%40googlegroups.com.

Sam Lin

unread,
Jul 31, 2019, 11:57:16 PM7/31/19
to Repo and Gerrit Discussion
Dear Jonathan,

Question 1: About developer tools error log as attached screen.

Question 2: Because I am gerrit admin, unless gerrit code review had a major bug, I will not be easily upgraded.
                    So, I will install new 2.16.11 version in my test environment to test it.

Best regards,
Sam Lin

Jonathan Nieder於 2019年8月1日星期四 UTC+8上午11時30分15秒寫道:
Does your server log contain any hints? How about the browser's javascript console (available from menu -> more tools -> developer tools)?

By the way, can you say a little more about why you're stuck on 2.13.y? That's many releases behind (see https://www.gerritcodereview.com/releases-readme.html).

Thanks,
Jonathan

On Wed, Jul 31, 2019 at 8:23 PM Sam Lin <samli...@gmail.com> wrote:
Sorry, add my deleteproject plugin version is "v2.13-2-g64140ae",
please see the attached screen.


Thanks a lot!

Best regards,
Sam Lin


Sam Lin於 2019年8月1日星期四 UTC+8上午11時01分40秒寫道:
Dear Sir,

When I update Chrome version from "75.0.3770.100" to "76.0.3809.87", I will see the error message "Code Review - Error Plugin "deleteproject" failed to load"
when I load  Gerrit Code Review web page, please see the attached file. (2.13.8) 

My Gerrit Code Review version is (2.13.8) 

Does anyone have the same problem as me?


Thanks a lot!

Best regards,
Sam Lin

--
--
To unsubscribe, email repo-d...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.
gerrit_error_3.jpg

Thomas Dräbing

unread,
Aug 1, 2019, 12:38:49 AM8/1/19
to Sam Lin, Repo and Gerrit Discussion
We saw the same issue after updating to Chrome 76 with one of our company internal plugins. Our analysis showed that older Gerrit versions (2.12 in our case) use a stacktrace to extract the plugin's name from it's url , when it is loading and during onAction-calls (Shawn Pierce called it black magic in his commit message https://gerrit-review.googlesource.com/c/gerrit/+/47870). With Chrome 76 this URL is not part of the stacktrace anymore and loading the plugin fails. This only happens for JavaScript-plugins afaik.
I haven't looked at newer Gerrit versions in detail yet, but since the API for JavaScript-plugins changed, they might not be affected.
We will also look for a solution of this issue, but help would be much appreciated.

Best,
Thomas

To unsubscribe, email repo-discuss...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/8a97f735-3cc9-4c89-9a00-901c37f1dbc9%40googlegroups.com.

Sam Lin

unread,
Aug 1, 2019, 1:58:34 AM8/1/19
to Repo and Gerrit Discussion
Dear Thomas,

Thank you very much for your detailed explanation, if you have solution please let me know.


Best regards,
Sam Lin


Thomas Dräbing於 2019年8月1日星期四 UTC+8下午12時38分49秒寫道:

Thomas Dräbing

unread,
Aug 1, 2019, 9:28:35 AM8/1/19
to Sam Lin, Repo and Gerrit Discussion
Hi,

the issue can be solved by updating GWT to 2.8.2. This was only done for Gerrit 2.14 upwards. I will prepare changes for Gerrit 2.12 and 2.13 and push them shortly.

Best regards,
Thomas

To unsubscribe, email repo-discuss...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/dd09c4fe-d6e8-49ce-90e3-e2ed4a683198%40googlegroups.com.

Thomas Dräbing

unread,
Aug 1, 2019, 10:50:56 AM8/1/19
to Sam Lin, Repo and Gerrit Discussion
I uploaded a change series doing the update to GWT 2.8.2 here: https://gerrit-review.googlesource.com/c/gerrit/+/232962
It is base on Gerrit 2.12, since that was the version with which we encountered the issue.

Unfortunately Gerrit 2.12 and I guess also 2.13 is not supported anymore, so there will not be a new release containing the fix, so you would have to build your own release to implement the fix or update to at least Gerrit 2.14, which already contains GWT 2.8.2.

HTH,
Thomas

Sam Lin

unread,
Aug 4, 2019, 9:27:11 PM8/4/19
to Repo and Gerrit Discussion
Dear Thomas,

Okay, I will plan to upgrade gerrit to 2.14 up.


Thanks a lot!

Best regards,
Sam


Thomas Dräbing於 2019年8月1日星期四 UTC+8下午10時50分56秒寫道:

Mihai Sas

unread,
Aug 9, 2019, 4:36:57 AM8/9/19
to Repo and Gerrit Discussion
Hello,

this also happens with 2.14.5, so in which version, exactly, is it fixed?

Thank you

To unsubscribe, email repo-discuss...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/4c394c61-c624-4cfb-b679-85481dcf3356%40googlegroups.com.

Thomas Dräbing

unread,
Aug 9, 2019, 4:51:00 AM8/9/19
to Mihai Sas, Repo and Gerrit Discussion
Hi,


Thus, it should work from 2.14.6 onwards.

HTH,
Thomas

Matthias Sohn

unread,
Aug 9, 2019, 5:19:13 AM8/9/19
to Mihai Sas, Repo and Gerrit Discussion
On Fri, Aug 9, 2019 at 10:36 AM Mihai Sas <miha...@gmail.com> wrote:
Hello,

this also happens with 2.14.5, so in which version, exactly, is it fixed?

2.14.5 is a pretty outdated service release of 2.14.
The latest 2.14.x service release version is 2.14.20 so you are potentially missing a lot of bug fixes.

-Matthias
 

thomas huang

unread,
Aug 27, 2019, 7:06:41 AM8/27/19
to Repo and Gerrit Discussion
Hi
can you share the v2.14.20 plugin-delete-project download url ?
I can not find this version from this web link:

Thanks!

BR
Kui

在 2019年8月9日星期五 UTC+8下午4:51:00,Thomas Dräbing写道:
Thomas

--
--
To unsubscribe, email repo-d...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.

Matthias Sohn

unread,
Aug 27, 2019, 7:11:18 AM8/27/19
to thomas huang, Repo and Gerrit Discussion
On Tue, Aug 27, 2019 at 1:06 PM thomas huang <huan...@gmail.com> wrote:
Hi
can you share the v2.14.20 plugin-delete-project download url ?
I can not find this version from this web link:

the delete-project plugin is not a core plugin in 2.14 hence it is versioned independently from gerrit core.

-Matthias 

David Pursehouse

unread,
Aug 27, 2019, 8:31:47 AM8/27/19
to thomas huang, Repo and Gerrit Discussion
On Tue, Aug 27, 2019 at 8:06 PM thomas huang <huan...@gmail.com> wrote:
Hi
can you share the v2.14.20 plugin-delete-project download url ?
I can not find this version from this web link:

Thanks!


The non-core plugins are not versioned, so there is not any specific build for 2.14.20 on CI.  The plugins get built against the latest head of the stable branch though, so the latest build here should be OK:


Note that if you try to use that on an earlier version of Gerrit (i.e. before 2.14.20), it's not guaranteed to work.  You might need to clone it locally and build it yourself from source at the revision where the older plugin API was used.
 
To unsubscribe, email repo-discuss...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/a6e1b5c7-e257-4068-a269-7783d116ecb7%40googlegroups.com.

Raviraj Karasulli

unread,
Aug 27, 2019, 10:37:39 AM8/27/19
to Repo and Gerrit Discussion
Hi,

We are on 2.14.20 on our DEV environment and we see the delete project is not working here as well.

We created a new project for deletion and we get the 500 error. Here is the stack trace:



[2019-08-27 19:31:47,581] [PluginScanner] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin delete-project, version v2.13-110-g47d1a57f6a
[2019-08-27 19:46:33,481] [HTTP-2116] WARN  org.eclipse.jetty.servlet.ServletHandler : Error for /projects/test_deletion_of_project/delete-project~delete
java.lang.NoSuchMethodError: com.google.gerrit.audit.AuditEvent.<init>(Ljava/lang/String;Lcom/google/gerrit/server/CurrentUser;Ljava/lang/String;JLcom/google/common/collect/Multimap;Ljava/lang/Object;)V
        at com.googlesource.gerrit.plugins.deleteproject.DeleteLog.audit(DeleteLog.java:105)
        at com.googlesource.gerrit.plugins.deleteproject.DeleteLog.onDelete(DeleteLog.java:92)
        at com.googlesource.gerrit.plugins.deleteproject.DeleteProject.doDelete(DeleteProject.java:162)
        at com.googlesource.gerrit.plugins.deleteproject.DeleteAction.doDelete(DeleteAction.java:31)
        at com.googlesource.gerrit.plugins.deleteproject.DeleteProject.apply(DeleteProject.java:104)
        at com.googlesource.gerrit.plugins.deleteproject.DeleteAction.apply(DeleteAction.java:31)
        at com.googlesource.gerrit.plugins.deleteproject.DeleteProject.apply(DeleteProject.java:49)
        at com.google.gerrit.httpd.restapi.RestApiServlet.service(RestApiServlet.java:375)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
        at com.google.inject.servlet.ServletDefinition.doServiceImpl(ServletDefinition.java:290)
        at com.google.inject.servlet.ServletDefinition.doService(ServletDefinition.java:280)
        at com.google.inject.servlet.ServletDefinition.service(ServletDefinition.java:184)
        at com.google.inject.servlet.ManagedServletPipeline.service(ManagedServletPipeline.java:89)
        at com.google.gerrit.httpd.raw.StaticModule$PolyGerritFilter.doFilter(StaticModule.java:451)
        at com.google.gerrit.httpd.GetUserFilter.doFilter(GetUserFilter.java:75)
        at com.google.gerrit.httpd.RunAsFilter.doFilter(RunAsFilter.java:111)
        at com.google.gwtexpui.server.CacheControlFilter.doFilter(CacheControlFilter.java:70)
        at com.google.gerrit.httpd.AllRequestFilter$FilterProxy$1.doFilter(AllRequestFilter.java:133)
        at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:201)
        at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:178)
        at com.googlesource.gerrit.plugins.javamelody.GerritMonitoringFilter.doFilter(GerritMonitoringFilter.java:65)
        at com.google.gerrit.httpd.AllRequestFilter$FilterProxy$1.doFilter(AllRequestFilter.java:129)
        at com.google.gerrit.httpd.AllRequestFilter$FilterProxy.doFilter(AllRequestFilter.java:135)
        at com.google.gerrit.httpd.RequestMetricsFilter.doFilter(RequestMetricsFilter.java:57)
        at com.google.gerrit.httpd.RequestContextFilter.doFilter(RequestContextFilter.java:72)
        at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:120)
        at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:133)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:224)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
        at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:56)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
        at org.eclipse.jetty.server.Server.handle(Server.java:539)
        at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:333)
        at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
        at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
        at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
        at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
        at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
        at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
        at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
        at java.lang.Thread.run(Thread.java:748)

delete_log contains:
[2019-08-27 19:46:33,480 +0530] INFO 3936 rkarasulli OK test_deletion_of_project {"preserve":false,"force":true}

David Pursehouse

unread,
Aug 27, 2019, 8:30:37 PM8/27/19
to Raviraj Karasulli, Repo and Gerrit Discussion
On Tue, Aug 27, 2019 at 11:37 PM Raviraj Karasulli <ravirajk...@gmail.com> wrote:
Hi,

We are on 2.14.20 on our DEV environment and we see the delete project is not working here as well.

We created a new project for deletion and we get the 500 error. Here is the stack trace:



[2019-08-27 19:31:47,581] [PluginScanner] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin delete-project, version v2.13-110-g47d1a57f6a
[2019-08-27 19:46:33,481] [HTTP-2116] WARN  org.eclipse.jetty.servlet.ServletHandler : Error for /projects/test_deletion_of_project/delete-project~delete
java.lang.NoSuchMethodError: com.google.gerrit.audit.AuditEvent.<init>(Ljava/lang/String;Lcom/google/gerrit/server/CurrentUser;Ljava/lang/String;JLcom/google/common/collect/Multimap;Ljava/lang/Object;)V


Are you sure you're running Gerrit 2.14.20?  This error looks like what would happen if there was an API mismatch, i.e. running the plugin for 2.14.x on a different version of Gerrit.

 
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.

thomas huang

unread,
Aug 27, 2019, 9:38:27 PM8/27/19
to Repo and Gerrit Discussion
hi
I will download this plugin and try.
thank you so much!

BR
Thomas

在 2019年8月27日星期二 UTC+8下午7:11:18,Matthias Sohn写道:

thomas huang

unread,
Aug 27, 2019, 9:41:34 PM8/27/19
to Repo and Gerrit Discussion
hi
I will download this plugin and try.
because I am not allow to download code from network to build.
maybe still need some help.
Thank you so much!

BR
Thomas

在 2019年8月27日星期二 UTC+8下午8:31:47,David Pursehouse写道:

thomas huang

unread,
Aug 27, 2019, 10:15:48 PM8/27/19
to Repo and Gerrit Discussion
hi 
We are on 2.13.12 on our DEV environment 
 is there any version can support this gerrit 2.13.12?
thanks!

BR
Thomas

David Pursehouse

unread,
Aug 27, 2019, 10:37:13 PM8/27/19
to thomas huang, Repo and Gerrit Discussion

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/e3f6dcab-9c03-42ba-a854-8e7011b4f26d%40googlegroups.com.

thomas huang

unread,
Aug 27, 2019, 11:04:37 PM8/27/19
to Repo and Gerrit Discussion
hi
I have test this version(v2.13-3-ge5a40cb58a) on my DEV environment.
But it still can not work.
Chrome version is :76.0.3809.100 64
Will have a new version for gerrit v2.13?

BR
Thomas

在 2019年8月28日星期三 UTC+8上午10:37:13,David Pursehouse写道:
On Wed, Aug 28, 2019 at 11:15 AM thomas huang <huan...@gmail.com> wrote:
hi 
We are on 2.13.12 on our DEV environment 
 is there any version can support this gerrit 2.13.12?
thanks!


 

BR
Thomas

--
--
To unsubscribe, email repo-d...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.

Luca Milanesio

unread,
Aug 28, 2019, 1:07:22 AM8/28/19
to thomas huang, Luca Milanesio, Repo and Gerrit Discussion
On 28 Aug 2019, at 05:04, thomas huang <huan...@gmail.com> wrote:

hi
I have test this version(v2.13-3-ge5a40cb58a) on my DEV environment.
But it still can not work.
Chrome version is :76.0.3809.100 64
Will have a new version for gerrit v2.13?

Please check the Gerrit Support & Release policies at:
https://www.gerritcodereview.com/#support

The earliest release we support is v2.15, which is most likely going EOL in November this year.

I would recommend to upgrade to v2.16, that means you would need to:
1) Upgrade v2.13 => v2.14
2) Upgrade v2.14 => v2.15
3) Upgrade v2.15 => v2.16

HTH

Luca.


BR
Thomas

在 2019年8月28日星期三 UTC+8上午10:37:13,David Pursehouse写道:
On Wed, Aug 28, 2019 at 11:15 AM thomas huang <huan...@gmail.com> wrote:
hi 
We are on 2.13.12 on our DEV environment 
 is there any version can support this gerrit 2.13.12?
thanks!


 

BR
Thomas

--
--
To unsubscribe, email repo-d...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/e3f6dcab-9c03-42ba-a854-8e7011b4f26d%40googlegroups.com.

--
--

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/f19038ab-602a-4e1d-9cd4-35e45482e514%40googlegroups.com.

thomas huang

unread,
Aug 28, 2019, 2:05:24 AM8/28/19
to Repo and Gerrit Discussion
Hi Luca;
Thank for your info.
I will try to upgrade the gerrit.
Thank again!

BR
Thomas

在 2019年8月28日星期三 UTC+8下午1:07:22,lucamilanesio写道:

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.

David Ostrovsky

unread,
Aug 28, 2019, 3:23:53 AM8/28/19
to Repo and Gerrit Discussion

Am Mittwoch, 28. August 2019 05:04:37 UTC+2 schrieb thomas huang:
hi
I have test this version(v2.13-3-ge5a40cb58a) on my DEV environment.
But it still can not work.
Chrome version is :76.0.3809.100 64
Will have a new version for gerrit v2.13?


Note, that Thomas Dräbing uploaded this series to core gerrit: [1]
to upgrade GWT version to 2.8.2 in stable-2.12 branch. It seems,
that this series is not going to be merged, but you could cherry-pick
these changes to stable-2.13 branch and build custom version of
gerrit yourself or ask someone to build it for you.

David Ostrovsky

unread,
Aug 28, 2019, 3:24:57 AM8/28/19
to Repo and Gerrit Discussion

Thomas Dräbing

unread,
Aug 28, 2019, 3:29:03 AM8/28/19
to David Ostrovsky, Repo and Gerrit Discussion
Note that the GWT upgrade introduces some UI bugs due to missing null-checks that with the updated GWT-version become mandatory!
I fixed a few of those (Only fixing the ones we noticed in our usage. There are probably some more.) on our internal fork, but due to time constraints and since they wouldn't be merged anyway, I didn't yet supply those changes to the open source project. If somebody would like to have those changes, I will happily provide them though :-). 

--
--
To unsubscribe, email repo-discuss...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/de081b40-cd47-4609-bc25-9ebf8b9e2db0%40googlegroups.com.

Raviraj Karasulli

unread,
Aug 28, 2019, 9:57:49 AM8/28/19
to Repo and Gerrit Discussion
Here is the startup information.

[2019-08-27 23:45:45,322] [main] INFO  com.google.gerrit.server.git.WorkQueue : Adding metrics for 'SshCommandStart' queue
[2019-08-27 23:45:45,583] [main] WARN  com.google.gerrit.sshd.SshDaemon : Cannot format SSHD host key [EdDSA]: invalid key type
[2019-08-27 23:45:45,584] [main] INFO  com.google.gerrit.server.git.WorkQueue : Adding metrics for 'SSH-Stream-Worker' queue
[2019-08-27 23:45:45,584] [main] INFO  com.google.gerrit.server.git.WorkQueue : Adding metrics for 'SSH-Interactive-Worker' queue
[2019-08-27 23:45:45,585] [main] INFO  com.google.gerrit.server.git.WorkQueue : Adding metrics for 'SSH-Batch-Worker' queue
[2019-08-27 23:45:45,603] [main] WARN  com.google.gerrit.server.config.GitwebCgiConfig : gitweb not installed (no /usr/lib/cgi-bin/gitweb.cgi found)
[2019-08-27 23:45:46,176] [main] INFO  org.eclipse.jetty.util.log : Logging initialized @6824ms
[2019-08-27 23:45:46,235] [main] INFO  com.google.gerrit.server.git.LocalDiskRepositoryManager : Defaulting core.streamFileThreshold to 2047m
[2019-08-27 23:45:46,275] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loading plugins from /opt/gerrit/plugins
[2019-08-27 23:45:46,318] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin autosubmitter, version v2.14-26-g94f370c7d1
[2019-08-27 23:45:46,355] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin commit-message-length-validator, version v2.14.20
[2019-08-27 23:45:46,398] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin delete-project, version v2.13-110-g47d1a57f6a
[2019-08-27 23:45:46,428] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin download-commands, version v2.14.20
[2019-08-27 23:45:46,463] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin gitiles, version 63f52e0f52
[2019-08-27 23:45:46,498] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin healthcheck, version 13dc64605a
[2019-08-27 23:45:46,537] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin hooks, version v2.14.20
[2019-08-27 23:45:46,569] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin javamelody, version v2.13-3-ge4233d6523
[2019-08-27 23:45:46,649] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin replication, version v2.14.20
[2019-08-27 23:45:46,677] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin reviewnotes, version v2.14.20
[2019-08-27 23:45:46,698] [main] INFO  com.google.gerrit.server.plugins.PluginLoader : Loaded plugin singleusergroup, version v2.14.20
[2019-08-27 23:45:47,071] [main] INFO  com.google.gerrit.server.git.GarbageCollectionRunner : Ignoring missing gc schedule configuration
[2019-08-27 23:45:47,087] [main] INFO  com.google.gerrit.sshd.SshDaemon : Started Gerrit SSHD-CORE-1.4.0 on *:29418
[2019-08-27 23:45:47,089] [main] INFO  org.eclipse.jetty.server.Server : jetty-9.3.24.v20180605, build timestamp: 2018-06-05T22:41:56+05:30, git hash: 84205aa28f11a4f31f2a3b86d1bba2cc8ab69827
[2019-08-27 23:45:47,626] [main] INFO  com.googlesource.gerrit.plugins.gitiles.HttpModule : No /opt/gerrit/etc/gitiles.config; assuming defaults
[2019-08-27 23:45:47,863] [main] INFO  org.eclipse.jetty.server.handler.ContextHandler : Started o.e.j.s.ServletContextHandler@62b0792{/,null,AVAILABLE}
[2019-08-27 23:45:47,871] [main] INFO  org.eclipse.jetty.server.AbstractConnector : Started ServerConnector@47800bd7{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[2019-08-27 23:45:47,872] [main] INFO  org.eclipse.jetty.server.Server : Started @8519ms
[2019-08-27 23:45:47,873] [main] INFO  com.google.gerrit.pgm.Daemon : Gerrit Code Review 2.14.20 ready
To unsubscribe, email repo-d...@googlegroups.com

More info at http://groups.google.com/group/repo-discuss?hl=en

---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.

Z

unread,
Oct 12, 2019, 3:26:28 PM10/12/19
to Repo and Gerrit Discussion
Hi:

    The same issue in gerrit 2.13.7.

     How to fix it?

Thanks!

David Ostrovsky

unread,
Oct 12, 2019, 4:49:00 PM10/12/19
to Repo and Gerrit Discussion

Am Samstag, 12. Oktober 2019 21:26:28 UTC+2 schrieb Z:
Hi:

    The same issue in gerrit 2.13.7.

     How to fix it?

Have you noticed my previous comment? The following changes
were cherry-picked from stable-2.14 branch to stable-2.13 branch:
[1],[2],[3],[4]. However, the open source support for gerrit release
2.13 was discontinued. There will not be any new releases here.

You could build 2.13 using Buck yourself, or you could upgrade to
gerrit 2.14 or later versions, that is not affected by this problem.

Alternatively, you could try to use this gerrit.war that I have released
from the tip of the stable-2.13 branch: [5], built from this commit:
ef7a6120fe0ab6010eb8eb6a752658b3a4c833ce.


Z

unread,
Nov 16, 2019, 1:18:22 PM11/16/19
to Repo and Gerrit Discussion
Thank you very much,David.
Reply all
Reply to author
Forward
0 new messages