Advertisement
philippxp

error.log

Aug 18th, 2011
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. [2011-08-18 15:57:35,813] ERROR com.google.gerrit.server.git.PushReplication : Cannot replicate to http://<hostnamec>/git-http/private/bar.git
  2. org.eclipse.jgit.errors.TransportException: http://<hostname>/git-http/private/bar.git: 401 Authorization Required
  3. at org.eclipse.jgit.transport.TransportHttp$Service.execute(TransportHttp.java:825)
  4. at org.eclipse.jgit.transport.TransportHttp$Service$HttpExecuteStream.read(TransportHttp.java:865)
  5. at org.eclipse.jgit.util.io.UnionInputStream.read(UnionInputStream.java:144)
  6. at org.eclipse.jgit.util.IO.readFully(IO.java:216)
  7. at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
  8. at org.eclipse.jgit.transport.SideBandInputStream.needDataPacket(SideBandInputStream.java:154)
  9. at org.eclipse.jgit.transport.SideBandInputStream.read(SideBandInputStream.java:136)
  10. at org.eclipse.jgit.util.IO.readFully(IO.java:216)
  11. at org.eclipse.jgit.transport.PacketLineIn.readLength(PacketLineIn.java:186)
  12. at org.eclipse.jgit.transport.PacketLineIn.readString(PacketLineIn.java:138)
  13. at org.eclipse.jgit.transport.BasePackPushConnection.readStringLongTimeout(BasePackPushConnection.java:320)
  14. at org.eclipse.jgit.transport.BasePackPushConnection.readStatusReport(BasePackPushConnection.java:275)
  15. at org.eclipse.jgit.transport.BasePackPushConnection.doPush(BasePackPushConnection.java:171)
  16. at org.eclipse.jgit.transport.TransportHttp$SmartHttpPushConnection.doPush(TransportHttp.java:726)
  17. at org.eclipse.jgit.transport.BasePackPushConnection.push(BasePackPushConnection.java:126)
  18. at org.eclipse.jgit.transport.PushProcess.execute(PushProcess.java:141)
  19. at org.eclipse.jgit.transport.Transport.push(Transport.java:1120)
  20. at com.google.gerrit.server.git.PushOp.pushVia(PushOp.java:268)
  21. at com.google.gerrit.server.git.PushOp.runImpl(PushOp.java:213)
  22. at com.google.gerrit.server.git.PushOp.run(PushOp.java:166)
  23. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  24. at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
  25. at java.util.concurrent.FutureTask.run(FutureTask.java:166)
  26. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:165)
  27. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:266)
  28. at com.google.gerrit.server.git.WorkQueue$Task.run(WorkQueue.java:324)
  29. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
  30. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
  31. at java.lang.Thread.run(Thread.java:636)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement