Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 485059 - Dry-run push when changing remote url blocks on modal dialog
Summary: Dry-run push when changing remote url blocks on modal dialog
Status: CLOSED WORKSFORME
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 4.0.3   Edit
Hardware: All Windows 10
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-31 12:30 EST by Robin Coe CLA
Modified: 2016-01-01 05:20 EST (History)
1 user (show)

See Also:


Attachments
modal dialog doesn't close (188.34 KB, image/png)
2015-12-31 12:30 EST, Robin Coe CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Robin Coe CLA 2015-12-31 12:30:31 EST
Created attachment 258949 [details]
modal dialog doesn't close

I changed my remote 'origin' url and tried a dry-run.  The 'Progress information' dialog opened and another 'Push Results...' dialog opened with a 'Nothing to push' message.  Clicking OK on the 'Push Results...' dialog does nothing, because the 'Progress Information' is modal.  Clicking Cancel on the 'Progress' dialog causes the Cancel button to grey-out but the dialog remains open.  The dialog can be positioned, so it's not a hung process, but there's no way to close the dialog and resume control of Eclipse.  Only solution to regain control of Eclipse is kill the process.

Eclipse: 4.5.1 (Mars)
EGit: 4.0.3.201509231615-r
Comment 1 Andrey Loskutov CLA 2015-12-31 12:32:01 EST
Can you please try to use egit 4.2 from the nightly build update site?
http://download.eclipse.org/egit/updates-nightly
Comment 2 Robin Coe CLA 2015-12-31 13:49:34 EST
Looks like 4.2 nightly solves the problem.  But on attempting a dry-run, eclipse informed me of this error:

The following data will be sent:

------
STATUS
------
pluginId            org.eclipse.egit.core
pluginVersion       4.2.0.201512301017
code                0
severity            4
message             HIDDEN
fingerprint         7522c47f

Exception:org.eclipse.jgit.errors.TransportException: HIDDEN
	 at org.eclipse.jgit.transport.Transport.push(Transport.java:1238)
	 at org.eclipse.egit.core.op.PushOperation.run(PushOperation.java:189)
	 at org.eclipse.egit.ui.internal.push.PushOperationUI.execute(PushOperationUI.java:167)
	 at org.eclipse.egit.ui.internal.push.SimpleConfigurePushDialog$17.run(SimpleConfigurePushDialog.java:588)
	 at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

------
REPORT
------
anonymousId         3d9b58a6-404b-4958-8c48-138ee5835a6b
name                
email               
comment             
eclipseBuildId      4.5.1.M20150904-0015
eclipseProduct      org.eclipse.epp.package.java.product
javaRuntimeVersion  1.8.0_66-b18
osgiWs              win32
osgiOs              Windows10
osgiOsVersion       10.0.0
osgiArch            x86_64
logMessage          false
ignoreSimilar       false

-------
BUNDLES
-------
name                org.eclipse.egit.core
version             4.2.0.201512301017

name                org.eclipse.egit
version             4.2.0.201512301017

name                org.eclipse.egit.ui
version             4.2.0.201512301017

name                org.eclipse.jface
version             3.11.0.v20150602-1400

name                org.eclipse.jgit
version             4.2.0.201512290806
Comment 3 Andrey Loskutov CLA 2015-12-31 13:52:28 EST
Can you please post the real stack trace from the error log view, not this crazy report? And could you please explain what actually works and what doesnt now?
Comment 4 Robin Coe CLA 2015-12-31 14:12:15 EST
I did post the original error as a new report.  I just added it here for information.

The 4.2 plugin solves this bug report.  Sorry for not making that more obvious in my comment.