Skip to content

Instantly share code, notes, and snippets.

@vijaykiran
Created July 10, 2013 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijaykiran/224e146576651cb2af53 to your computer and use it in GitHub Desktop.
Save vijaykiran/224e146576651cb2af53 to your computer and use it in GitHub Desktop.
2013-07-10 15:26:43,412 ERROR io.hawt.git.GitFacade [Timer-0] Failed to pull from the remote git repo with credentials null. Reason: org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:231) ~[org.eclipse.jgit-2.2.0.201212191850-r.jar:2.2.0.201212191850-r]
at io.hawt.git.GitFacade.doPull(GitFacade.java:682) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade.gitOperation(GitFacade.java:734) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade$2.run(GitFacade.java:108) [hawtio-git-1.2-SNAPSHOT.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:555) [na:1.7.0_21]
at java.util.TimerThread.run(Timer.java:505) [na:1.7.0_21]
2013-07-10 15:26:48,427 ERROR io.hawt.git.GitFacade [Timer-0] Failed to pull from the remote git repo with credentials null. Reason: org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:231) ~[org.eclipse.jgit-2.2.0.201212191850-r.jar:2.2.0.201212191850-r]
at io.hawt.git.GitFacade.doPull(GitFacade.java:682) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade.gitOperation(GitFacade.java:734) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade$2.run(GitFacade.java:108) [hawtio-git-1.2-SNAPSHOT.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:555) [na:1.7.0_21]
at java.util.TimerThread.run(Timer.java:505) [na:1.7.0_21]
2013-07-10 15:26:53,438 ERROR io.hawt.git.GitFacade [Timer-0] Failed to pull from the remote git repo with credentials null. Reason: org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:231) ~[org.eclipse.jgit-2.2.0.201212191850-r.jar:2.2.0.201212191850-r]
at io.hawt.git.GitFacade.doPull(GitFacade.java:682) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade.gitOperation(GitFacade.java:734) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade$2.run(GitFacade.java:108) [hawtio-git-1.2-SNAPSHOT.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:555) [na:1.7.0_21]
at java.util.TimerThread.run(Timer.java:505) [na:1.7.0_21]
2013-07-10 15:26:58,428 ERROR io.hawt.git.GitFacade [Timer-0] Failed to pull from the remote git repo with credentials null. Reason: org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
org.eclipse.jgit.api.errors.InvalidConfigurationException: No value for key remote.origin.url found in configuration
at org.eclipse.jgit.api.PullCommand.call(PullCommand.java:231) ~[org.eclipse.jgit-2.2.0.201212191850-r.jar:2.2.0.201212191850-r]
at io.hawt.git.GitFacade.doPull(GitFacade.java:682) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade.gitOperation(GitFacade.java:734) [hawtio-git-1.2-SNAPSHOT.jar:na]
at io.hawt.git.GitFacade$2.run(GitFacade.java:108) [hawtio-git-1.2-SNAPSHOT.jar:na]
at java.util.TimerThread.mainLoop(Timer.java:555) [na:1.7.0_21]
at java.util.TimerThread.run(Timer.java:505) [na:1.7.0_21]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment