davideuler / gitblit

Automatically exported from code.google.com/p/gitblit
Apache License 2.0
0 stars 0 forks source link

Cannot install the GitBlit plugin to current Gerrit #578

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Build and install all prerequisities mentioned in 
https://gerrit.googlesource.com/plugins/gitblit/+/master/README.md
2. Build the plugin.
3. Install the plugin: ssh -p 29418 localhost gerrit plugin install -n 
gitblit.jar - < target/gitblit-plugin-2.11-SNAPSHOT.jar

What is the expected output? What do you see instead?
The plugin should install successfully. I see exceptions instead (attached).

What version of the product are you using? On what operating system?
CentOS 7, Gerrit 2.10.2, GitBlit plugin 2.11

PS: I hope this belongs here since I couldn't find any issues tracking page for 
the plugin itself.
PPS: Gerrit 2.9.1 + GitBlit plugin 2.9 works.

Original issue reported on code.google.com by jan.sm...@gmail.com on 31 Mar 2015 at 12:26

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Jan,

The Gerrit plugin uses Gitblit but the plugin is not part of the Gitblit 
project.  I've never used it.  From your stacktrace it looks like there is 
either a Guava mismatch or a Guice mismatch (Guice depends on Guava).  I would 
follow up on the Gerrit mailing list with Luca Milanesio.

-J

Original comment by James.Mo...@gmail.com on 31 Mar 2015 at 1:15

GoogleCodeExporter commented 9 years ago
Hi James,

thank you for your response. I'll try to contact Luca then.

Jan

Original comment by jan.sm...@gmail.com on 31 Mar 2015 at 1:18