Skip to content

Not compatible with gitbucket 4.36.2 #38

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

Open
eitsupi opened this issue Sep 4, 2021 · 1 comment
Open

Not compatible with gitbucket 4.36.2 #38

eitsupi opened this issue Sep 4, 2021 · 1 comment

Comments

@eitsupi
Copy link

eitsupi commented Sep 4, 2021

If you install it on the latest version of GitBucket, 4.36.2, the following screen will be displayed and it will not work properly.

image

At this time, the following error has occurred (it is the log of the container launched by docker-compose)

gitbucket_1  | 07:30:23.209 [qtp648129364-54] INFO  o.c.g.f.c.FessSearchController - org.json4s.package$.string2JsonInput(Ljava/lang/String;)Lorg/json4s/JsonInput;
gitbucket_1  | java.lang.NoSuchMethodError: org.json4s.package$.string2JsonInput(Ljava/lang/String;)Lorg/json4s/JsonInput;
gitbucket_1  |  at org.codelibs.gitbucket.fess.service.FessSearchService.execSearch(FessSearchService.scala:73)
gitbucket_1  |  at org.codelibs.gitbucket.fess.service.FessSearchService.execSearch$(FessSearchService.scala:61)
gitbucket_1  |  at org.codelibs.gitbucket.fess.controller.FessSearchController.execSearch(FessSearchController.scala:10)
gitbucket_1  |  at org.codelibs.gitbucket.fess.service.FessSearchService.searchCodeOnFess(FessSearchService.scala:219)
gitbucket_1  |  at org.codelibs.gitbucket.fess.service.FessSearchService.searchCodeOnFess$(FessSearchService.scala:212)
gitbucket_1  |  at org.codelibs.gitbucket.fess.controller.FessSearchController.searchCodeOnFess(FessSearchController.scala:10)
gitbucket_1  |  at org.codelibs.gitbucket.fess.controller.FessSearchControllerBase.$anonfun$$init$$1(FessSearchController.scala:78)

No error when installing on 4.36.1

image

Is this due to the version upgrade of json4s-jackson in the following commit?
gitbucket/gitbucket@838a8d4

Thanks.

@freerider7777
Copy link

Does it work with fresh versions now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants