Skip to content

Not compatible with gitbucket 4.36.2 #38

Description

@eitsupi

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions