John Pearcey
John Pearcey
I have added a temporary fix by adding a symlink into the /home directory: >> ln -s /opt/gitbucket/gitbucket-data gitbucket
There might be a situation where either gitbucket.home is not set or not respected somewhere in the code. I think it might be related to https://github.com/gitbucket/gitbucket/issues/3587
Well, I found the problem. After the line logger.info("Initialize plugins") which is line 90 in core/servlet/InitializeListener.scala, the call to PluginRegistry.initialize() hangs. So we move to core/plugin/PluginRegistry.scala on line 273, there...