0 votes
174 views

Hello,

we updated our LCA collaboration server to version 2.0, and after some hours we think we managed to do it satisfactorily, we can create and upload repositories and see the specific dataset contained there.

The problem we get is once we try to connect to the repository from openLCA 2.0.3,  in the previous version you had the option of putting which port it should connect, which in theory is still there, but we donĀ“t know if it is the reason for it not working:

So as an example, we want to connect to the following  repository with the following address: host/port/group/repository  

It connects and in the description/name of the database would show: user@host/group/repository  

but when we try to fetch data or do any git-related activity we get the following error, I can't really tell what all these Java errors really mean, but it seems it can't find it because in the error description, the port is gone.

Or is it a problem with how we installed the CS, and there are some problems with the "git-upload-pack" because there might be some compatibility issues or missing "packages"?

Thank you beforehand for your help and guidance for solving our errors

ERROR org.openlca.app.collaboration.navigation.actions.Actions Error fetching from remote

org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: origin

    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:243)

    at org.openlca.git.actions.GitFetch.run(GitFetch.java:39)

    at org.openlca.git.actions.GitFetch.run(GitFetch.java:14)

    at org.openlca.app.collaboration.navigation.actions.Actions$GitRemoteRunner.run(Actions.java:151)

    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: host/group/repositoryhost/group/repository/info/refs?service=git-upload-pack not found: Not Found

    at org.eclipse.jgit.transport.TransportHttp.createNotFoundException(TransportHttp.java:600)

    at org.eclipse.jgit.transport.TransportHttp.connect(TransportHttp.java:668)

    at org.eclipse.jgit.transport.TransportHttp.openFetch(TransportHttp.java:465)

    at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:151)

    at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:103)

    at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1462)

    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:235)

     ... 4 common frames omitted

in openLCA by (140 points)

1 Answer

0 votes
by (160 points)
Hello

I'm currently encountering the same issue, did you find a fix for it ?

Thanks
...