-
Bug
-
Resolution: Done
-
Critical
-
7.11.0.GA
-
OpenJDK 11
RHPAM 7.11.0 CR1 Business Central Standalone jar
Project cannot be cloned from internal git in Business Central Standalone. In Log is thrown followin exception: Exception handling request to /git/testSpace/repoToBeCloned/git-upload-pack: java.lang.NoSuchMethodError: 'java.lang.String org.eclipse.jgit.lib.Repository.getIdentifier()'
This issue was found by failing workbench rest test. In the full BC Standalone log profile-log.txt is failing project to clone named "repoToBeCloned".
I also tried to clone the project manually.
First I tried to import a new project using a git url from existing one. In Business Central import project from was displayed message that there is no project avialable and in BC log was following error failing-import.log
Then I tried also to clone project on my local, using command '$ git clone http://localhost:8080/git/testSpace/repoToBeCloned'. For the git clone command was returned follwoing output:
"error: RPC failed; HTTP 500 curl 22 The requested URL returned error: 500
fatal: the remote end hung up unexpectedly"
And in BC log wsa shown following exception git-clone.log