Bug 352886 - Invalid remote while synchronizing workspace
Summary: Invalid remote while synchronizing workspace
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 1.1   Edit
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 12:06 EDT by Benjamin Muskalla CLA
Modified: 2012-07-18 17:54 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Muskalla CLA 2011-07-22 12:06:37 EDT
What steps will reproduce the problem?
1. Synchronize project with workspace
2. Fetch fails (I think in this case, this is expected)


-- Error Details --
Date: Fri Jul 22 17:58:46 CEST 2011
Message: Invalid remote: .
Severity: Error
Product: Eclipse 1.4.0.20110609-1120 (org.eclipse.epp.package.rcp.product)
Plugin: org.eclipse.egit.ui
Session Data:
eclipse.buildId=I20110613-1736
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.rcp.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.rcp.product

Exception Stack Trace:
org.eclipse.core.runtime.CoreException: Invalid remote: .
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:102)
	at org.eclipse.egit.ui.internal.synchronize.SynchronizeFetchJob.run(SynchronizeFetchJob.java:75)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: .
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:142)
	at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:128)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
	... 2 more
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: .: not found.
	at org.eclipse.jgit.transport.TransportLocal$1.open(TransportLocal.java:130)
	at org.eclipse.jgit.transport.TransportBundleFile$1.open(TransportBundleFile.java:105)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:546)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:306)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:277)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:124)
	... 4 more

-- Error Details --
Date: Fri Jul 22 17:58:46 CEST 2011
Message: Invalid remote: .
Severity: Error
Product: Eclipse 1.4.0.20110609-1120 (org.eclipse.epp.package.rcp.product)
Plugin: org.eclipse.egit.ui
Exception Stack Trace:
org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: .
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:142)
	at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:128)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
	at org.eclipse.egit.ui.internal.synchronize.SynchronizeFetchJob.run(SynchronizeFetchJob.java:75)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: .: not found.
	at org.eclipse.jgit.transport.TransportLocal$1.open(TransportLocal.java:130)
	at org.eclipse.jgit.transport.TransportBundleFile$1.open(TransportBundleFile.java:105)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:546)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:306)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:277)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:124)
	... 4 more
Comment 1 Matt Kanninen CLA 2012-07-18 17:54:12 EDT
I am getting the same:

Invalid remote: .

org.eclipse.core.runtime.CoreException: Invalid remote: .
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:102)
	at org.eclipse.egit.ui.internal.synchronize.SynchronizeFetchJob.run(SynchronizeFetchJob.java:74)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.jgit.api.errors.InvalidRemoteException: Invalid remote: .
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:134)
	at org.eclipse.egit.core.op.FetchOperation.run(FetchOperation.java:127)
	at org.eclipse.egit.ui.internal.fetch.FetchOperationUI.execute(FetchOperationUI.java:99)
	... 2 more
Caused by: org.eclipse.jgit.errors.NoRemoteRepositoryException: .: not found.
	at org.eclipse.jgit.transport.TransportLocal$1.open(TransportLocal.java:130)
	at org.eclipse.jgit.transport.TransportBundleFile$1.open(TransportBundleFile.java:105)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:553)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:313)
	at org.eclipse.jgit.transport.Transport.open(Transport.java:284)
	at org.eclipse.jgit.api.FetchCommand.call(FetchCommand.java:118)
	... 4 more