Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[capella-dev] Problem to access GIT Capella repository

Hi,

Is there a problem on the GIT Repository? When I try to fetch it, I have this message : "https://lredor@xxxxxxxxxxxx/r/capella/capella: 302 Found".

Regards,

Laurent

P.S. : Complete stack for information

Error
Thu Apr 23 09:27:56 CEST 2015
https://lredor@xxxxxxxxxxxx/r/capella/capella: 302 Found

org.eclipse.core.runtime.CoreException: https://lredor@xxxxxxxxxxxx/r/capella/capella: 302 Found at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:106) at org.eclipse.egit.ui.internal.fetch.FetchOperationUI$1.runInWorkspace(FetchOperationUI.java:123) at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: org.eclipse.jgit.api.errors.TransportException: https://lredor@xxxxxxxxxxxx/r/capella/capella: 302 Found
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:139)
    at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:134)
at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:103)
    ... 3 more
Caused by: org.eclipse.jgit.errors.TransportException: https://lredor@xxxxxxxxxxxx/r/capella/capella: 302 Found at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:370) at org.eclipse.jgit.transport.TransportHttp$SmartHttpFetchConnection.doFetch(TransportHttp.java:780) at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:301) at org.eclipse.jgit.transport.BasePackFetchConnection.fetch(BasePackFetchConnection.java:291) at org.eclipse.jgit.transport.FetchProcess.fetchObjects(FetchProcess.java:247) at org.eclipse.jgit.transport.FetchProcess.executeImp(FetchProcess.java:160) at org.eclipse.jgit.transport.FetchProcess.execute(FetchProcess.java:122)
    at org.eclipse.jgit.transport.Transport.fetch(Transport.java:1111)
    at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:130)
    ... 5 more
Caused by: org.eclipse.jgit.errors.TransportException: https://lredor@xxxxxxxxxxxx/r/capella/capella: 302 Found at org.eclipse.jgit.transport.TransportHttp$Service.openResponse(TransportHttp.java:876) at org.eclipse.jgit.transport.TransportHttp$MultiRequestService.execute(TransportHttp.java:978) at org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.read(TransportHttp.java:904) at org.eclipse.jgit.util.io.UnionInputStream.read(UnionInputStream.java:145)
    at java.io.FilterInputStream.read(FilterInputStream.java:133)
at org.eclipse.jgit.util.io.TimeoutInputStream.read(TimeoutInputStream.java:112)
    at org.eclipse.jgit.util.IO.readFully(IO.java:246)
at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186) at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138) at org.eclipse.jgit.transport.PacketLineIn.readACK(PacketLineIn.java:102) at org.eclipse.jgit.transport.BasePackFetchConnection.negotiate(BasePackFetchConnection.java:655) at org.eclipse.jgit.transport.BasePackFetchConnection.doFetch(BasePackFetchConnection.java:356)
    ... 13 more




Back to the top