[JBoss JIRA] (JBIDE-21755) Properties: "Eager-er" loading of the project properties
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21755?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-21755:
------------------------------------------
Any updates on this? Maybe [~scabanovich] you can take this over if [~xcoulon] is too busy in Docker tooling?
> Properties: "Eager-er" loading of the project properties
> --------------------------------------------------------
>
> Key: JBIDE-21755
> URL: https://issues.jboss.org/browse/JBIDE-21755
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Xavier Coulon
> Assignee: Xavier Coulon
> Priority: Minor
> Labels: openshift_v3, properties
> Fix For: 4.4.0.Alpha3
>
>
> Once I logged in the OpenShift Explorer, if I expand the connection and select my project, all tables on the tabbed properties view are empty. I need to expand the project in the OpenShift Explorer view to trigger a loading which then allows for displaying the data in the properties view. This is somehow confusing because the user may think that the OpenShift project is empty.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22386) Server Editor: Select different service takes too long
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22386?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-22386 at 5/23/16 5:09 AM:
-------------------------------------------------------------------
good suggestion for an enhancement in WizardUtils! Even though I feel like having a non-wizard rum method in WizardUtils is not ideal. Maybe we should have it in a new utils class like ContainerJobUtils or a better name?
Loading is done [in a job|https://github.com/jbosstools/jbosstools-openshift/blob/master/plugin...] though. You should therefore see a progress bar in the main workbench wizard, dont you?
I believe though that another problem here is that loading the resources occurrs in the end of the [#createControls|https://github.com/jbosstools/jbosstools-openshift/blob/master/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/server/SelectServiceWizard.java#L107]. Maybe if the loading occurrs in [AbstractOpenShiftWizardPage#onPageActivated or AbstractOpenShiftWizardPage#onPageWillGetActivated|https://github.com/jbo...] things should behave better. Even though I vaguely remember an issue in (platform) wizardPageChangeAdapters where the adapter wasnt called on activation for the 1st page.
was (Author: adietish):
good suggestion for an enhancement in WizardUtils!
Loading is done [in a job|https://github.com/jbosstools/jbosstools-openshift/blob/master/plugin...] though. You should therefore see a progress bar in the main workbench wizard, dont you?
I believe though that another problem here is that loading the resources occurrs in the end of the [#createControls|https://github.com/jbosstools/jbosstools-openshift/blob/master/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/server/SelectServiceWizard.java#L107]. Maybe if the loading occurrs in [AbstractOpenShiftWizardPage#onPageActivated or AbstractOpenShiftWizardPage#onPageWillGetActivated|https://github.com/jbo...] things should behave better. Even though I vaguely remember an issue in (platform) wizardPageChangeAdapters where the adapter wasnt called on activation for the 1st page.
> Server Editor: Select different service takes too long
> ------------------------------------------------------
>
> Key: JBIDE-22386
> URL: https://issues.jboss.org/browse/JBIDE-22386
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_editor
> Fix For: 4.4.0.Alpha3
>
>
> Trying to select a different service for an OpenShift 3 Server Adapter in Server Editor takes too long. After click on the Select... button it takes ~2-3 seconds to open dialog to select a different service. It would be ok to take it that time if there would be some indication that something is happening, but there is no job while "something" is happening.
> Also clicking on the button multiple times (if it is not responsible, I clicked again and again and again), it takes a bit longer and open multiple dialogs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22197) Icon in template Details of Local Template is not loaded for some templates file
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22197?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-22197:
-------------------------------
Story Points: 8 (was: 4)
> Icon in template Details of Local Template is not loaded for some templates file
> --------------------------------------------------------------------------------
>
> Key: JBIDE-22197
> URL: https://issues.jboss.org/browse/JBIDE-22197
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Priority: Minor
> Fix For: 4.4.0.Alpha3
>
> Attachments: quickstart-template.json, screenshot-1.png
>
>
> {noformat}
> java.io.FileNotFoundException: /icons/apps/java.png
> at org.eclipse.osgi.storage.url.bundleentry.Handler.findBundleEntry(Handler.java:37)
> at org.eclipse.osgi.storage.url.BundleResourceHandler.openConnection(BundleResourceHandler.java:169)
> at java.net.URL.openConnection(Unknown Source)
> at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:32)
> at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:207)
> at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:219)
> at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283)
> at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:164)
> at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:52)
> at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:86)
> at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:192)
> at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:214)
> at org.jboss.tools.openshift.internal.common.ui.ImageRepository.getImage(ImageRepository.java:85)
> at org.jboss.tools.openshift.internal.ui.OpenShiftImages.getAppImage(OpenShiftImages.java:62)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateDetailViews$TemplateDetailView.updateImage(TemplateDetailViews.java:106)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateDetailViews$TemplateDetailView.onVisible(TemplateDetailViews.java:102)
> at org.jboss.tools.openshift.internal.common.ui.detailviews.AbstractStackedDetailViews.showView(AbstractStackedDetailViews.java:90)
> at org.jboss.tools.openshift.internal.common.ui.detailviews.AbstractStackedDetailViews.showView(AbstractStackedDetailViews.java:79)
> at org.jboss.tools.openshift.internal.common.ui.detailviews.AbstractStackedDetailViews$1.handleValueChange(AbstractStackedDetailViews.java:73)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22197) Icon in template Details of Local Template is not loaded for some templates file
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22197?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-22197:
-------------------------------
Story Points: 4
> Icon in template Details of Local Template is not loaded for some templates file
> --------------------------------------------------------------------------------
>
> Key: JBIDE-22197
> URL: https://issues.jboss.org/browse/JBIDE-22197
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Aurélien Pupier
> Assignee: Jeff MAURY
> Priority: Minor
> Fix For: 4.4.0.Alpha3
>
> Attachments: quickstart-template.json, screenshot-1.png
>
>
> {noformat}
> java.io.FileNotFoundException: /icons/apps/java.png
> at org.eclipse.osgi.storage.url.bundleentry.Handler.findBundleEntry(Handler.java:37)
> at org.eclipse.osgi.storage.url.BundleResourceHandler.openConnection(BundleResourceHandler.java:169)
> at java.net.URL.openConnection(Unknown Source)
> at org.eclipse.osgi.storage.url.BundleURLConverter.toFileURL(BundleURLConverter.java:32)
> at org.eclipse.core.runtime.FileLocator.toFileURL(FileLocator.java:207)
> at org.eclipse.jface.resource.URLImageDescriptor.getFilePath(URLImageDescriptor.java:219)
> at org.eclipse.jface.resource.URLImageDescriptor.createImage(URLImageDescriptor.java:283)
> at org.eclipse.jface.resource.ImageDescriptor.createResource(ImageDescriptor.java:164)
> at org.eclipse.jface.resource.DeviceResourceManager.allocate(DeviceResourceManager.java:52)
> at org.eclipse.jface.resource.AbstractResourceManager.create(AbstractResourceManager.java:86)
> at org.eclipse.jface.resource.ResourceManager.createImageWithDefault(ResourceManager.java:192)
> at org.eclipse.jface.resource.ImageRegistry.get(ImageRegistry.java:214)
> at org.jboss.tools.openshift.internal.common.ui.ImageRepository.getImage(ImageRepository.java:85)
> at org.jboss.tools.openshift.internal.ui.OpenShiftImages.getAppImage(OpenShiftImages.java:62)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateDetailViews$TemplateDetailView.updateImage(TemplateDetailViews.java:106)
> at org.jboss.tools.openshift.internal.ui.wizard.newapp.TemplateDetailViews$TemplateDetailView.onVisible(TemplateDetailViews.java:102)
> at org.jboss.tools.openshift.internal.common.ui.detailviews.AbstractStackedDetailViews.showView(AbstractStackedDetailViews.java:90)
> at org.jboss.tools.openshift.internal.common.ui.detailviews.AbstractStackedDetailViews.showView(AbstractStackedDetailViews.java:79)
> at org.jboss.tools.openshift.internal.common.ui.detailviews.AbstractStackedDetailViews$1.handleValueChange(AbstractStackedDetailViews.java:73)
> at org.eclipse.core.databinding.observable.value.ValueChangeEvent.dispatch(ValueChangeEvent.java:63)
> at org.eclipse.core.databinding.observable.ChangeManager.fireEvent(ChangeManager.java:119)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.fireValueChange(DecoratingObservableValue.java:57)
> at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.handleValueChange(DecoratingObservableValue.java:99)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-22386) Server Editor: Select different service takes too long
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22386?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-22386:
------------------------------------------
good suggestion for an enhancement in WizardUtils!
Loading is done [in a job|https://github.com/jbosstools/jbosstools-openshift/blob/master/plugin...] though. You should therefore see a progress bar in the main workbench wizard, dont you?
I believe though that another problem here is that loading the resources occurrs in the end of the [#createControls|https://github.com/jbosstools/jbosstools-openshift/blob/master/plugins/org.jboss.tools.openshift.ui/src/org/jboss/tools/openshift/internal/ui/server/SelectServiceWizard.java#L107]. Maybe if the loading occurrs in [AbstractOpenShiftWizardPage#onPageActivated or AbstractOpenShiftWizardPage#onPageWillGetActivated|https://github.com/jbo...] things should behave better. Even though I vaguely remember an issue in (platform) wizardPageChangeAdapters where the adapter wasnt called on activation for the 1st page.
> Server Editor: Select different service takes too long
> ------------------------------------------------------
>
> Key: JBIDE-22386
> URL: https://issues.jboss.org/browse/JBIDE-22386
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Marián Labuda
> Labels: openshift_v3, server_editor
> Fix For: 4.4.0.Alpha3
>
>
> Trying to select a different service for an OpenShift 3 Server Adapter in Server Editor takes too long. After click on the Select... button it takes ~2-3 seconds to open dialog to select a different service. It would be ok to take it that time if there would be some indication that something is happening, but there is no job while "something" is happening.
> Also clicking on the button multiple times (if it is not responsible, I clicked again and again and again), it takes a bit longer and open multiple dialogs.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBDS-3901) Got stuck on installation page after corrupted devstudio download
by Radim Hopp (JIRA)
Radim Hopp created JBDS-3901:
--------------------------------
Summary: Got stuck on installation page after corrupted devstudio download
Key: JBDS-3901
URL: https://issues.jboss.org/browse/JBDS-3901
Project: Red Hat Developer Studio (DevStudio)
Issue Type: Bug
Components: platform-installer
Affects Versions: 10.0.0.Alpha2
Environment: devstudio-platform-10.0.0-Alpha1-20160517-157-installer.exe
Reporter: Radim Hopp
jbds.jar was not downloaded correctly (just a few MB). It was marked as "failed" on installation page as it should. Everything else was downloaded and installed successfully. But I got stuck on that installation page. There is no way to continue nor to restart installation process.
{noformat:title=install.log}
Mon, 23 May 2016 08:24:19 GMT-Developer Platform installer v10.0.0-Alpha1-20160517-157
Mon, 23 May 2016 08:24:19 GMT-INFO: Download started for: virtualbox
Mon, 23 May 2016 08:24:19 GMT-INFO: Download started for: cygwin
Mon, 23 May 2016 08:24:19 GMT-INFO: Download started for: vagrant
Mon, 23 May 2016 08:24:19 GMT-INFO: Download started for: cdk
Mon, 23 May 2016 08:24:19 GMT-INFO: Download started for: jdk
Mon, 23 May 2016 08:24:19 GMT-INFO: Download started for: jbds
Mon, 23 May 2016 08:25:15 GMT-INFO: Download finished for: jbds
Mon, 23 May 2016 08:25:15 GMT-INFO: Install started for: jbds
Mon, 23 May 2016 08:25:29 GMT-INFO: Download finished for: cygwin
Mon, 23 May 2016 08:25:29 GMT-INFO: Install started for: cygwin
Mon, 23 May 2016 08:26:38 GMT-INFO: Download finished for: vagrant
Mon, 23 May 2016 08:26:38 GMT-INFO: Install started for: vagrant
Mon, 23 May 2016 08:27:08 GMT-INFO: Download finished for: virtualbox
Mon, 23 May 2016 08:27:08 GMT-INFO: Install started for: virtualbox
Mon, 23 May 2016 08:27:08 GMT-INFO: virtualbox - Execute C:\Users\jboss-qa\AppData\Local\Temp\virtualbox.exe --extract,-path,C:\Users\jboss-qa\AppData\Local\Temp,--silent
Mon, 23 May 2016 08:27:09 GMT-INFO: virtualbox - Files were extracted to: C:\Users\jboss-qa\AppData\Local\Temp
Mon, 23 May 2016 08:27:09 GMT-INFO: virtualbox - Execute C:\Users\jboss-qa\AppData\Local\Temp\virtualbox.exe --extract,-path,C:\Users\jboss-qa\AppData\Local\Temp,--silent SUCCESS
Mon, 23 May 2016 08:27:09 GMT-INFO: virtualbox - Waiting for all downloads to complete
Mon, 23 May 2016 08:28:04 GMT-INFO: Download finished for: jdk
Mon, 23 May 2016 08:28:04 GMT-INFO: Install started for: jdk
Mon, 23 May 2016 08:28:04 GMT-INFO: jdk - Extract C:\Users\jboss-qa\AppData\Local\Temp\jdk.zip to c:\DeveloperPlatform
Mon, 23 May 2016 08:28:09 GMT-INFO: jdk - Extract C:\Users\jboss-qa\AppData\Local\Temp\jdk.zip to c:\DeveloperPlatform SUCCESS
Mon, 23 May 2016 08:28:09 GMT-INFO: jdk - Rename c:\DeveloperPlatform\java-1.8.0-openjdk-1.8.0.77-0.b03.windows.x86_64to c:\DeveloperPlatform\jdk8
Mon, 23 May 2016 08:28:09 GMT-INFO: jdk - Rename c:\DeveloperPlatform\java-1.8.0-openjdk-1.8.0.77-0.b03.windows.x86_64to c:\DeveloperPlatform\jdk8 SUCCESS
Mon, 23 May 2016 08:28:09 GMT-INFO: Install finished for: jdk
Mon, 23 May 2016 08:28:09 GMT-INFO: Setup finished for: jdk
Mon, 23 May 2016 08:28:09 GMT-INFO: jbds - Generate JBDS auto install file content
Mon, 23 May 2016 08:28:09 GMT-INFO: jbds - Generate JBDS auto install file content SUCCESS
Mon, 23 May 2016 08:28:09 GMT-INFO: jbds - Write C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml
Mon, 23 May 2016 08:28:09 GMT-INFO: jbds - Write C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml SUCCESS
Mon, 23 May 2016 08:28:09 GMT-INFO: jbds - headlessInstall() called
Mon, 23 May 2016 08:28:09 GMT-INFO: jbds - Execute c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true,-jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar,C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml
Mon, 23 May 2016 08:28:09 GMT-ERROR: jbds - Error: Command failed: c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml
Error: Invalid or corrupt jarfile C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar
Mon, 23 May 2016 08:28:09 GMT-ERROR: jbds - Error: Invalid or corrupt jarfile C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar
Mon, 23 May 2016 08:28:09 GMT-ERROR: jbds failed to install: Error: Command failed: c:\DeveloperPlatform\jdk8\bin\java.exe -DTRACE=true -jar C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar C:\Users\jboss-qa\AppData\Local\Temp\jbds-autoinstall.xml
Error: Invalid or corrupt jarfile C:\Users\jboss-qa\AppData\Local\Temp\jbds.jar
Mon, 23 May 2016 08:38:14 GMT-INFO: Download finished for: cdk
Mon, 23 May 2016 08:38:14 GMT-INFO: Install started for: cdk
Mon, 23 May 2016 08:38:14 GMT-INFO: virtualbox - Execute msiexec /i,C:\Users\jboss-qa\AppData\Local\Temp\VirtualBox-5.0.8-r103449-MultiArch_amd64.msi,INSTALLDIR=c:\DeveloperPlatform\virtualbox,/qb!,/norestart,/Liwe,c:\DeveloperPlatform\vbox.log
Mon, 23 May 2016 08:38:37 GMT-INFO: virtualbox - Execute msiexec /i,C:\Users\jboss-qa\AppData\Local\Temp\VirtualBox-5.0.8-r103449-MultiArch_amd64.msi,INSTALLDIR=c:\DeveloperPlatform\virtualbox,/qb!,/norestart,/Liwe,c:\DeveloperPlatform\vbox.log SUCCESS
Mon, 23 May 2016 08:38:37 GMT-INFO: virtualbox - virtual box location not detected, but it is installed into C:\DeveloperPlatform\virtualbox\ according info in log file
Mon, 23 May 2016 08:38:37 GMT-INFO: Install finished for: virtualbox
Mon, 23 May 2016 08:38:37 GMT-INFO: Setup finished for: virtualbox
Mon, 23 May 2016 08:38:37 GMT-INFO: cygwin - Execute C:\Users\jboss-qa\AppData\Local\Temp\cygwin.exe --no-admin,--quiet-mode,--only-site,-l,c:\DeveloperPlatform\cygwin\packages,--site,http://mirrors.xmission.com/cygwin,--root,c:\DeveloperPlatform\cygwin,--categories,Base,--packages,openssh,rsync
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Starting cygwin install, version 2.874
User has backup/restore rights
io_stream_cygfile: fopen(/etc/setup/setup.rc) failed 2 No such file or directory
Current Directory: c:\DeveloperPlatform\cygwin\packages
Could not open service McShield for query, start and stop. McAfee may not be installed, or we don't have access.
root: c:\DeveloperPlatform\cygwin system
Selected local directory: c:\DeveloperPlatform\cygwin\packages
net: Direct
site: http://mirrors.xmission.com/cygwin/
io_stream_cygfile: fopen(/etc/setup/installed.db) failed 2 No such file or directory
io_stream_cygfile: fopen(/etc/setup/timestamp) failed 2 No such file or directory
Adding required dependency bzip2: Selecting version 1.0.6-2 for installation.
Adding required dependency ca-certificates: Selecting version 2.7-1 for installation.
Adding required dependency csih: Selecting version 0.9.9-1 for installation.
Adding required dependency cygrunsrv: Selecting version 1.62-1 for installation.
Adding required dependency diffutils: Selecting version 3.3-3 for installation.
Adding required dependency groff: Selecting version 1.22.3-1 for installation.
Adding required dependency less: Selecting version 481-1 for installation.
Adding required dependency libargp: Selecting version 20110921-2 for installation.
Adding required dependency libattr1: Selecting version 2.4.46-1 for installation.
Adding required dependency libblkid1: Selecting version 2.25.2-2 for installation.
Adding required dependency libbz2_1: Selecting version 1.0.6-2 for installation.
Adding required dependency libcom_err2: Selecting version 1.42.12-2 for installation.
Adding required dependency libcrypt0: Selecting version 1.3-1 for installation.
Adding required dependency libedit0: Selecting version 20130712-1 for installation.
Adding required dependency libffi6: Selecting version 3.2.1-2 for installation.
Adding required dependency libgcc1: Selecting version 5.3.0-5 for installation.
Adding required dependency libgdbm4: Selecting version 1.11-1 for installation.
Adding required dependency libgmp10: Selecting version 6.1.0-3p1 for installation.
Adding required dependency libgssapi_krb5_2: Selecting version 1.14.1-1 for installation.
Adding required dependency libiconv: Selecting version 1.14-3 for installation.
Adding required dependency libiconv2: Selecting version 1.14-3 for installation.
Adding required dependency libintl8: Selecting version 0.19.7-1 for installation.
Adding required dependency libk5crypto3: Selecting version 1.14.1-1 for installation.
Adding required dependency libkrb5support0: Selecting version 1.14.1-1 for installation.
Adding required dependency libkrb5_3: Selecting version 1.14.1-1 for installation.
Adding required dependency liblzma5: Selecting version 5.2.2-1 for installation.
Adding required dependency libmpfr4: Selecting version 3.1.4-1 for installation.
Adding required dependency libncursesw10: Selecting version 6.0-5.20160423 for installation.
Adding required dependency libp11-kit0: Selecting version 0.22.1-1 for installation.
Adding required dependency libpcre1: Selecting version 8.38-3 for installation.
Adding required dependency libpipeline1: Selecting version 1.4.0-1 for installation.
Adding required dependency libpopt0: Selecting version 1.16-1 for installation.
Adding required dependency libsigsegv2: Selecting version 2.10-2 for installation.
Adding required dependency libsmartcols1: Selecting version 2.25.2-2 for installation.
Adding required dependency libssp0: Selecting version 5.3.0-5 for installation.
Adding required dependency libstdc++6: Selecting version 5.3.0-5 for installation.
Adding required dependency libtasn1_6: Selecting version 4.7-1 for installation.
Adding required dependency libuuid1: Selecting version 2.25.2-2 for installation.
Adding required dependency lynx: Selecting version 2.8.7-2 for installation.
Adding required dependency p11-kit: Selecting version 0.22.1-1 for installation.
Adding required dependency p11-kit-trust: Selecting version 0.22.1-1 for installation.
Adding required dependency popt: Selecting version 1.16-1 for installation.
Adding required dependency xz: Selecting version 5.2.2-1 for installation.
Adding required dependency zlib0: Selecting version 1.2.8-3 for installation.
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/_autorebase/_autorebase-001004-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/alternatives/alternatives-1.3.30c-10.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/base-cygwin/base-cygwin-3.8-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/base-files/base-files-4.2-4.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/bash/bash-4.3.42-4.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/bzip2/bzip2-1.0.6-2.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/ca-certificates/ca-certificates-2.7-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/coreutils/coreutils-8.25-3.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/csih/csih-0.9.9-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/cygrunsrv/cygrunsrv-1.62-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/cygutils/cygutils-1.4.15-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/cygwin/cygwin-2.5.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/dash/dash-0.5.8-3.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/diffutils/diffutils-3.3-3.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/editrights/editrights-1.03-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/file/file-5.25-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/findutils/findutils-4.6.0-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gawk/gawk-4.1.3-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/getent/getent-2.18.90-4.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/grep/grep-2.24-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/groff/groff-1.22.3-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gzip/gzip-1.7-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/hostname/hostname-3.13-1.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/texinfo/info/info-6.1-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ipc-utils/ipc-utils-1.0-2.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/less/less-481-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libargp/libargp-20110921-2.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/attr/libattr1/libattr1-2.4.46-1.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/libblkid1/libblkid1-2.25.2-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/bzip2/libbz2_1/libbz2_1-1.0.6-2.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/e2fsprogs/libcom_err2/libcom_err2-1.42.12-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/crypt/libcrypt0/libcrypt0-1.3-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libedit/libedit0/libedit0-20130712-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libffi/libffi6/libffi6-3.2.1-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gcc/libgcc1/libgcc1-5.3.0-5.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gdbm/libgdbm4/libgdbm4-1.11-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gmp/libgmp10/libgmp10-6.1.0-3p1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libgssapi_krb5_2/libgssapi_krb5_2-1.14.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libiconv/libiconv-1.14-3.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libiconv/libiconv2/libiconv2-1.14-3.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gettext/libintl8/libintl8-0.19.7-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libk5crypto3/libk5crypto3-1.14.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libkrb5_3/libkrb5_3-1.14.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libkrb5support0/libkrb5support0-1.14.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/xz/liblzma5/liblzma5-5.2.2-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/mpfr/libmpfr4/libmpfr4-3.1.4-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.0-5.20160423.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/openssl/libopenssl100/libopenssl100-1.0.2h-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.22.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/pcre/libpcre1/libpcre1-8.38-3.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libpipeline/libpipeline1/libpipeline1-1.4.0-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/popt/libpopt0/libpopt0-1.16-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/readline/libreadline7/libreadline7-6.3.8-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libsigsegv/libsigsegv2/libsigsegv2-2.10-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/libsmartcols1/libsmartcols1-2.25.2-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gcc/libssp0/libssp0-5.3.0-5.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gcc/libstdc++6/libstdc++6-5.3.0-5.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.7-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/libuuid1/libuuid1-2.25.2-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/login/login-1.11-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/lynx/lynx-2.8.7-2.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/man-db/man-db-2.7.4-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/mintty/mintty-2.3.7-0.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ncurses/ncurses-6.0-5.20160423.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/openssh/openssh-7.2p2-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/openssl/openssl-1.0.2h-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-0.22.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.22.1-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/popt/popt-1.16-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/rebase/rebase-4.4.2-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/rsync/rsync-3.1.2-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/run/run-1.3.4-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/sed/sed-4.2.2-3.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/tar/tar-1.28-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ncurses/terminfo/terminfo-6.0-5.20160423.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/tzdata/tzdata-2016d-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/util-linux-2.25.2-2.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/vim/vim-minimal/vim-minimal-7.4.1816-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/which/which-2.20-2.tar.bz2
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/xz/xz-5.2.2-1.tar.xz
Downloaded c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/zlib/zlib0/zlib0-1.2.8-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/_autorebase/_autorebase-001004-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/alternatives/alternatives-1.3.30c-10.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/base-cygwin/base-cygwin-3.8-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/base-files/base-files-4.2-4.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/bash/bash-4.3.42-4.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/bzip2/bzip2-1.0.6-2.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/ca-certificates/ca-certificates-2.7-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/coreutils/coreutils-8.25-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/csih/csih-0.9.9-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/cygrunsrv/cygrunsrv-1.62-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/cygutils/cygutils-1.4.15-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/cygwin/cygwin-2.5.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/dash/dash-0.5.8-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/diffutils/diffutils-3.3-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/editrights/editrights-1.03-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/file/file-5.25-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/findutils/findutils-4.6.0-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gawk/gawk-4.1.3-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/getent/getent-2.18.90-4.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/grep/grep-2.24-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/groff/groff-1.22.3-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gzip/gzip-1.7-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/hostname/hostname-3.13-1.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/texinfo/info/info-6.1-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ipc-utils/ipc-utils-1.0-2.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/less/less-481-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libargp/libargp-20110921-2.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/attr/libattr1/libattr1-2.4.46-1.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/libblkid1/libblkid1-2.25.2-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/bzip2/libbz2_1/libbz2_1-1.0.6-2.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/e2fsprogs/libcom_err2/libcom_err2-1.42.12-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/crypt/libcrypt0/libcrypt0-1.3-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libedit/libedit0/libedit0-20130712-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libffi/libffi6/libffi6-3.2.1-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gcc/libgcc1/libgcc1-5.3.0-5.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gdbm/libgdbm4/libgdbm4-1.11-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gmp/libgmp10/libgmp10-6.1.0-3p1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libgssapi_krb5_2/libgssapi_krb5_2-1.14.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libiconv/libiconv-1.14-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libiconv/libiconv2/libiconv2-1.14-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gettext/libintl8/libintl8-0.19.7-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libk5crypto3/libk5crypto3-1.14.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libkrb5_3/libkrb5_3-1.14.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/krb5/libkrb5support0/libkrb5support0-1.14.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/xz/liblzma5/liblzma5-5.2.2-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/mpfr/libmpfr4/libmpfr4-3.1.4-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ncurses/libncursesw10/libncursesw10-6.0-5.20160423.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/openssl/libopenssl100/libopenssl100-1.0.2h-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/p11-kit/libp11-kit0/libp11-kit0-0.22.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/pcre/libpcre1/libpcre1-8.38-3.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libpipeline/libpipeline1/libpipeline1-1.4.0-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/readline/libreadline7/libreadline7-6.3.8-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libsigsegv/libsigsegv2/libsigsegv2-2.10-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/libsmartcols1/libsmartcols1-2.25.2-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gcc/libssp0/libssp0-5.3.0-5.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/gcc/libstdc++6/libstdc++6-5.3.0-5.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/libtasn1/libtasn1_6/libtasn1_6-4.7-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/libuuid1/libuuid1-2.25.2-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/login/login-1.11-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/lynx/lynx-2.8.7-2.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/man-db/man-db-2.7.4-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/mintty/mintty-2.3.7-0.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ncurses/ncurses-6.0-5.20160423.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/openssh/openssh-7.2p2-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/openssl/openssl-1.0.2h-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-0.22.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/p11-kit/p11-kit-trust/p11-kit-trust-0.22.1-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/popt/popt-1.16-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/rebase/rebase-4.4.2-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/rsync/rsync-3.1.2-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/run/run-1.3.4-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/sed/sed-4.2.2-3.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/tar/tar-1.28-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/ncurses/terminfo/terminfo-6.0-5.20160423.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/noarch/release/tzdata/tzdata-2016d-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/util-linux/util-linux-2.25.2-2.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/vim/vim-minimal/vim-minimal-7.4.1816-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/which/which-2.20-2.tar.bz2
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/xz/xz-5.2.2-1.tar.xz
Extracting from file://c:\DeveloperPlatform\cygwin\packages/http%3a%2f%2fmirrors.xmission.com%2fcygwin%2f/x86_64/release/zlib/zlib0/zlib0-1.2.8-3.tar.xz
Changing gid back to original
running: c:\DeveloperPlatform\cygwin\bin\dash.exe "/etc/postinstall/0p_000_autorebase.dash"
running: c:\DeveloperPlatform\cygwin\bin\dash.exe "/etc/postinstall/0p_update-info-dir.dash"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/000-cygwin-post-install.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/coreutils.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/bash.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-mketc.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/base-files-profile.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/ca-certificates.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/lynx.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/man-db.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/mintty.sh"
running: c:\DeveloperPlatform\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/openssh.sh"
Changing gid to Administrators
Ending cygwin install
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Execute C:\Users\jboss-qa\AppData\Local\Temp\cygwin.exe --no-admin,--quiet-mode,--only-site,-l,c:\DeveloperPlatform\cygwin\packages,--site,http://mirrors.xmission.com/cygwin,--root,c:\DeveloperPlatform\cygwin,--categories,Base,--packages,openssh,rsync SUCCESS
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Move C:\Users\jboss-qa\AppData\Local\Temp\cygwin.exe to c:\DeveloperPlatform\cygwin\setup-x86_64.exe
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Move C:\Users\jboss-qa\AppData\Local\Temp\cygwin.exe to c:\DeveloperPlatform\cygwin\setup-x86_64.exe SUCCESS
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Write C:\Users\jboss-qa\AppData\Local\Temp\set-cygwin-path.ps1
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Write C:\Users\jboss-qa\AppData\Local\Temp\set-cygwin-path.ps1 SUCCESS
Mon, 23 May 2016 08:40:59 GMT-INFO: cygwin - Execute powershell -ExecutionPolicy,ByPass,-File,C:\Users\jboss-qa\AppData\Local\Temp\set-cygwin-path.ps1
Mon, 23 May 2016 08:41:03 GMT-INFO: cygwin - Execute powershell -ExecutionPolicy,ByPass,-File,C:\Users\jboss-qa\AppData\Local\Temp\set-cygwin-path.ps1 SUCCESS
Mon, 23 May 2016 08:41:03 GMT-INFO: Install finished for: cygwin
Mon, 23 May 2016 08:41:03 GMT-INFO: Setup finished for: cygwin
Mon, 23 May 2016 08:41:03 GMT-INFO: vagrant - Execute msiexec /i,C:\Users\jboss-qa\AppData\Local\Temp\vagrant.msi,VAGRANTAPPDIR=c:\DeveloperPlatform\vagrant,/qb!,/norestart,/Liwe,c:\DeveloperPlatform\vagrant.log
Mon, 23 May 2016 08:42:28 GMT-INFO: vagrant - Execute msiexec /i,C:\Users\jboss-qa\AppData\Local\Temp\vagrant.msi,VAGRANTAPPDIR=c:\DeveloperPlatform\vagrant,/qb!,/norestart,/Liwe,c:\DeveloperPlatform\vagrant.log SUCCESS
Mon, 23 May 2016 08:42:28 GMT-INFO: Install finished for: vagrant
Mon, 23 May 2016 08:42:28 GMT-INFO: vagrant - Write C:\Users\jboss-qa\AppData\Local\Temp\set-vagrant-path.ps1
Mon, 23 May 2016 08:42:28 GMT-INFO: vagrant - Write C:\Users\jboss-qa\AppData\Local\Temp\set-vagrant-path.ps1 SUCCESS
Mon, 23 May 2016 08:42:28 GMT-INFO: vagrant - Execute powershell -ExecutionPolicy,ByPass,-File,C:\Users\jboss-qa\AppData\Local\Temp\set-vagrant-path.ps1
Mon, 23 May 2016 08:42:33 GMT-INFO: vagrant - Execute powershell -ExecutionPolicy,ByPass,-File,C:\Users\jboss-qa\AppData\Local\Temp\set-vagrant-path.ps1 SUCCESS
Mon, 23 May 2016 08:42:33 GMT-INFO: vagrant - Execute command setx VAGRANT_DETECTED_OS "cygwin"
Mon, 23 May 2016 08:42:33 GMT-INFO: vagrant - Execute options undefined
Mon, 23 May 2016 08:42:33 GMT-INFO: vagrant -
SUCCESS: Specified value was saved.
Mon, 23 May 2016 08:42:33 GMT-INFO: vagrant - Execute setx VAGRANT_DETECTED_OS "cygwin" SUCCESS
Mon, 23 May 2016 08:42:33 GMT-INFO: Setup finished for: vagrant
Mon, 23 May 2016 08:42:33 GMT-INFO: cdk - Extract C:\Users\jboss-qa\AppData\Local\Temp\cdk.zip to c:\DeveloperPlatform
Mon, 23 May 2016 08:42:33 GMT-INFO: cdk - Extract C:\Users\jboss-qa\AppData\Local\Temp\cdk.zip to c:\DeveloperPlatform SUCCESS
Mon, 23 May 2016 08:42:33 GMT-INFO: cdk - Extract C:\Users\jboss-qa\AppData\Local\Temp\oc.zip to c:\DeveloperPlatform\cdk\bin
Mon, 23 May 2016 08:42:34 GMT-INFO: cdk - Extract C:\Users\jboss-qa\AppData\Local\Temp\oc.zip to c:\DeveloperPlatform\cdk\bin SUCCESS
Mon, 23 May 2016 08:42:34 GMT-INFO: cdk - Move C:\Users\jboss-qa\AppData\Local\Temp\rhel-vagrant-virtualbox.box to c:\DeveloperPlatform\cdk\boxes\rhel-vagrant-virtualbox.box
Mon, 23 May 2016 08:42:37 GMT-INFO: cdk - Move C:\Users\jboss-qa\AppData\Local\Temp\rhel-vagrant-virtualbox.box to c:\DeveloperPlatform\cdk\boxes\rhel-vagrant-virtualbox.box SUCCESS
Mon, 23 May 2016 08:42:37 GMT-INFO: cdk - Write C:\Users\jboss-qa\AppData\Local\Temp\set-pscp-path.ps1
Mon, 23 May 2016 08:42:37 GMT-INFO: cdk - Write C:\Users\jboss-qa\AppData\Local\Temp\set-pscp-path.ps1 SUCCESS
Mon, 23 May 2016 08:42:37 GMT-INFO: cdk - Write c:\DeveloperPlatform\cdk\components\rhel\rhel-ose\.cdk
Mon, 23 May 2016 08:42:37 GMT-INFO: cdk - Write c:\DeveloperPlatform\cdk\components\rhel\rhel-ose\.cdk SUCCESS
Mon, 23 May 2016 08:42:37 GMT-INFO: cdk - Execute powershell -ExecutionPolicy,ByPass,-File,C:\Users\jboss-qa\AppData\Local\Temp\set-pscp-path.ps1
Mon, 23 May 2016 08:42:41 GMT-INFO: cdk - Execute powershell -ExecutionPolicy,ByPass,-File,C:\Users\jboss-qa\AppData\Local\Temp\set-pscp-path.ps1 SUCCESS
Mon, 23 May 2016 08:42:41 GMT-INFO: cdk - postVagrantSetup called
Mon, 23 May 2016 08:42:41 GMT-INFO: cdk - Execute command vagrant plugin install "c:\DeveloperPlatform\cdk\plugins\vagrant-registration-1.2.1.gem"
Mon, 23 May 2016 08:42:41 GMT-INFO: cdk - Execute options {
"env": {
"ALLUSERSPROFILE": "C:\\ProgramData",
"APPDATA": "C:\\Users\\jboss-qa\\AppData\\Roaming",
"CommonProgramFiles": "C:\\Program Files\\Common Files",
"CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
"CommonProgramW6432": "C:\\Program Files\\Common Files",
"COMPUTERNAME": "DESKTOP-BVH4HJO",
"ComSpec": "C:\\Windows\\system32\\cmd.exe",
"FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
"FPS_BROWSER_USER_PROFILE_STRING": "Default",
"GOOGLE_API_KEY": "AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q",
"HOMEDRIVE": "C:",
"HOMEPATH": "\\Users\\jboss-qa",
"LOCALAPPDATA": "C:\\Users\\jboss-qa\\AppData\\Local",
"LOGONSERVER": "\\\\DESKTOP-BVH4HJO",
"NUMBER_OF_PROCESSORS": "4",
"OS": "Windows_NT",
"Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\DeveloperPlatform\\vagrant\\bin;C:\\DeveloperPlatform\\virtualbox\\",
"PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
"PROCESSOR_ARCHITECTURE": "AMD64",
"PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 78 Stepping 3, GenuineIntel",
"PROCESSOR_LEVEL": "6",
"PROCESSOR_REVISION": "4e03",
"ProgramData": "C:\\ProgramData",
"ProgramFiles": "C:\\Program Files",
"ProgramFiles(x86)": "C:\\Program Files (x86)",
"ProgramW6432": "C:\\Program Files",
"PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PUBLIC": "C:\\Users\\Public",
"SystemDrive": "C:",
"SystemRoot": "C:\\Windows",
"TEMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"TMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"USERDOMAIN": "DESKTOP-BVH4HJO",
"USERDOMAIN_ROAMINGPROFILE": "DESKTOP-BVH4HJO",
"USERNAME": "jboss-qa",
"USERPROFILE": "C:\\Users\\jboss-qa",
"windir": "C:\\Windows",
"__COMPAT_LAYER": "Installer"
}
}
Mon, 23 May 2016 08:42:44 GMT-INFO: cdk - Installing the 'c:\DeveloperPlatform\cdk\plugins\vagrant-registration-1.2.1.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-registration (1.2.1)'!
Mon, 23 May 2016 08:42:44 GMT-INFO: cdk - Execute vagrant plugin install "c:\DeveloperPlatform\cdk\plugins\vagrant-registration-1.2.1.gem" SUCCESS
Mon, 23 May 2016 08:42:44 GMT-INFO: cdk - Execute command vagrant box remove cdkv2 -f
Mon, 23 May 2016 08:42:44 GMT-INFO: cdk - Execute options {
"env": {
"ALLUSERSPROFILE": "C:\\ProgramData",
"APPDATA": "C:\\Users\\jboss-qa\\AppData\\Roaming",
"CommonProgramFiles": "C:\\Program Files\\Common Files",
"CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
"CommonProgramW6432": "C:\\Program Files\\Common Files",
"COMPUTERNAME": "DESKTOP-BVH4HJO",
"ComSpec": "C:\\Windows\\system32\\cmd.exe",
"FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
"FPS_BROWSER_USER_PROFILE_STRING": "Default",
"GOOGLE_API_KEY": "AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q",
"HOMEDRIVE": "C:",
"HOMEPATH": "\\Users\\jboss-qa",
"LOCALAPPDATA": "C:\\Users\\jboss-qa\\AppData\\Local",
"LOGONSERVER": "\\\\DESKTOP-BVH4HJO",
"NUMBER_OF_PROCESSORS": "4",
"OS": "Windows_NT",
"Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\DeveloperPlatform\\vagrant\\bin;C:\\DeveloperPlatform\\virtualbox\\",
"PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
"PROCESSOR_ARCHITECTURE": "AMD64",
"PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 78 Stepping 3, GenuineIntel",
"PROCESSOR_LEVEL": "6",
"PROCESSOR_REVISION": "4e03",
"ProgramData": "C:\\ProgramData",
"ProgramFiles": "C:\\Program Files",
"ProgramFiles(x86)": "C:\\Program Files (x86)",
"ProgramW6432": "C:\\Program Files",
"PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PUBLIC": "C:\\Users\\Public",
"SystemDrive": "C:",
"SystemRoot": "C:\\Windows",
"TEMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"TMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"USERDOMAIN": "DESKTOP-BVH4HJO",
"USERDOMAIN_ROAMINGPROFILE": "DESKTOP-BVH4HJO",
"USERNAME": "jboss-qa",
"USERPROFILE": "C:\\Users\\jboss-qa",
"windir": "C:\\Windows",
"__COMPAT_LAYER": "Installer"
}
}
Mon, 23 May 2016 08:42:45 GMT-ERROR: cdk - Error: Command failed: vagrant box remove cdkv2 -f
The box you requested to be removed could not be found. No
boxes named 'cdkv2' could be found.
Mon, 23 May 2016 08:42:45 GMT-ERROR: cdk - The box you requested to be removed could not be found. No
boxes named 'cdkv2' could be found.
Mon, 23 May 2016 08:42:45 GMT-INFO: cdk - Execute command vagrant box add --name cdkv2 "c:\DeveloperPlatform\cdk\boxes\rhel-vagrant-virtualbox.box"
Mon, 23 May 2016 08:42:45 GMT-INFO: cdk - Execute options {
"env": {
"ALLUSERSPROFILE": "C:\\ProgramData",
"APPDATA": "C:\\Users\\jboss-qa\\AppData\\Roaming",
"CommonProgramFiles": "C:\\Program Files\\Common Files",
"CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
"CommonProgramW6432": "C:\\Program Files\\Common Files",
"COMPUTERNAME": "DESKTOP-BVH4HJO",
"ComSpec": "C:\\Windows\\system32\\cmd.exe",
"FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
"FPS_BROWSER_USER_PROFILE_STRING": "Default",
"GOOGLE_API_KEY": "AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q",
"HOMEDRIVE": "C:",
"HOMEPATH": "\\Users\\jboss-qa",
"LOCALAPPDATA": "C:\\Users\\jboss-qa\\AppData\\Local",
"LOGONSERVER": "\\\\DESKTOP-BVH4HJO",
"NUMBER_OF_PROCESSORS": "4",
"OS": "Windows_NT",
"Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\DeveloperPlatform\\vagrant\\bin;C:\\DeveloperPlatform\\virtualbox\\",
"PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
"PROCESSOR_ARCHITECTURE": "AMD64",
"PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 78 Stepping 3, GenuineIntel",
"PROCESSOR_LEVEL": "6",
"PROCESSOR_REVISION": "4e03",
"ProgramData": "C:\\ProgramData",
"ProgramFiles": "C:\\Program Files",
"ProgramFiles(x86)": "C:\\Program Files (x86)",
"ProgramW6432": "C:\\Program Files",
"PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PUBLIC": "C:\\Users\\Public",
"SystemDrive": "C:",
"SystemRoot": "C:\\Windows",
"TEMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"TMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"USERDOMAIN": "DESKTOP-BVH4HJO",
"USERDOMAIN_ROAMINGPROFILE": "DESKTOP-BVH4HJO",
"USERNAME": "jboss-qa",
"USERPROFILE": "C:\\Users\\jboss-qa",
"windir": "C:\\Windows",
"__COMPAT_LAYER": "Installer"
}
}
Mon, 23 May 2016 08:42:51 GMT-INFO: cdk - ==> box: Box file was not detected as metadata. Adding it directly...
==> box: Adding box 'cdkv2' (v0) for provider:
box: Unpacking necessary files from: file://c:/DeveloperPlatform/cdk/boxes/rhel-vagrant-virtualbox.box
[K box: Progress: 0% (Rate: 0/s, Estimated time remaining: --:--:--)
[K box: Progress: 61% (Rate: 810M/s, Estimated time remaining: 0:00:01)
[K box: Progress: 100% (Rate: 583M/s, Estimated time remaining: --:--:--)
[K box:
==> box: Successfully added box 'cdkv2' (v0) for 'virtualbox'!
Mon, 23 May 2016 08:42:51 GMT-INFO: cdk - Execute vagrant box add --name cdkv2 "c:\DeveloperPlatform\cdk\boxes\rhel-vagrant-virtualbox.box" SUCCESS
Mon, 23 May 2016 08:42:51 GMT-INFO: cdk - Execute command vagrant plugin install "c:\DeveloperPlatform\cdk\plugins\vagrant-service-manager-1.0.1.gem"
Mon, 23 May 2016 08:42:51 GMT-INFO: cdk - Execute options {
"env": {
"ALLUSERSPROFILE": "C:\\ProgramData",
"APPDATA": "C:\\Users\\jboss-qa\\AppData\\Roaming",
"CommonProgramFiles": "C:\\Program Files\\Common Files",
"CommonProgramFiles(x86)": "C:\\Program Files (x86)\\Common Files",
"CommonProgramW6432": "C:\\Program Files\\Common Files",
"COMPUTERNAME": "DESKTOP-BVH4HJO",
"ComSpec": "C:\\Windows\\system32\\cmd.exe",
"FPS_BROWSER_APP_PROFILE_STRING": "Internet Explorer",
"FPS_BROWSER_USER_PROFILE_STRING": "Default",
"GOOGLE_API_KEY": "AIzaSyAQfxPJiounkhOjODEO5ZieffeBv6yft2Q",
"HOMEDRIVE": "C:",
"HOMEPATH": "\\Users\\jboss-qa",
"LOCALAPPDATA": "C:\\Users\\jboss-qa\\AppData\\Local",
"LOGONSERVER": "\\\\DESKTOP-BVH4HJO",
"NUMBER_OF_PROCESSORS": "4",
"OS": "Windows_NT",
"Path": "C:\\Windows\\system32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\;c:\\DeveloperPlatform\\vagrant\\bin;C:\\DeveloperPlatform\\virtualbox\\",
"PATHEXT": ".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC",
"PROCESSOR_ARCHITECTURE": "AMD64",
"PROCESSOR_IDENTIFIER": "Intel64 Family 6 Model 78 Stepping 3, GenuineIntel",
"PROCESSOR_LEVEL": "6",
"PROCESSOR_REVISION": "4e03",
"ProgramData": "C:\\ProgramData",
"ProgramFiles": "C:\\Program Files",
"ProgramFiles(x86)": "C:\\Program Files (x86)",
"ProgramW6432": "C:\\Program Files",
"PSModulePath": "C:\\Program Files\\WindowsPowerShell\\Modules;C:\\Windows\\system32\\WindowsPowerShell\\v1.0\\Modules",
"PUBLIC": "C:\\Users\\Public",
"SystemDrive": "C:",
"SystemRoot": "C:\\Windows",
"TEMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"TMP": "C:\\Users\\jboss-qa\\AppData\\Local\\Temp",
"USERDOMAIN": "DESKTOP-BVH4HJO",
"USERDOMAIN_ROAMINGPROFILE": "DESKTOP-BVH4HJO",
"USERNAME": "jboss-qa",
"USERPROFILE": "C:\\Users\\jboss-qa",
"windir": "C:\\Windows",
"__COMPAT_LAYER": "Installer"
}
}
Mon, 23 May 2016 08:42:53 GMT-INFO: cdk - Installing the 'c:\DeveloperPlatform\cdk\plugins\vagrant-service-manager-1.0.1.gem' plugin. This can take a few minutes...
Installed the plugin 'vagrant-service-manager (1.0.1)'!
Mon, 23 May 2016 08:42:53 GMT-INFO: cdk - Execute vagrant plugin install "c:\DeveloperPlatform\cdk\plugins\vagrant-service-manager-1.0.1.gem" SUCCESS
Mon, 23 May 2016 08:42:53 GMT-INFO: Install finished for: cdk
Mon, 23 May 2016 08:42:53 GMT-INFO: Setup finished for: cdk
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21877) Connection wizard: Make error message shown in OpenShift Explorer for outdated token more user friendly
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21877?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-21877:
-------------------------------
Story Points: (was: 12)
> Connection wizard: Make error message shown in OpenShift Explorer for outdated token more user friendly
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21877
> URL: https://issues.jboss.org/browse/JBIDE-21877
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: connection_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When I am trying to connect to OpenShift connection with outdated token stored in secure storage, an error tree item is shown in OpenShift Explorer under the connection. Erro tree item is "java.lang.NullPointerException", but it could be something more user friendly such as "Expired credentials" or the one we are already using in other scenarious - You must obtain an API token by .... Following stack trace is in error log
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at org.eclipse.epp.internal.mpc.core.util.ProxyHelper$ProxyAuthenticator.getPasswordAuthentication(ProxyHelper.java:124)
> at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:317)
> at org.apache.http.impl.client.SystemDefaultCredentialsProvider.getSystemCreds(SystemDefaultCredentialsProvider.java:92)
> at org.apache.http.impl.client.SystemDefaultCredentialsProvider.getCredentials(SystemDefaultCredentialsProvider.java:113)
> at com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider.getCredentials(OpenShiftCredentialsProvider.java:69)
> at org.apache.http.impl.client.AuthenticationStrategyImpl.select(AuthenticationStrategyImpl.java:184)
> at org.apache.http.impl.client.TargetAuthenticationStrategy.select(TargetAuthenticationStrategy.java:43)
> at org.apache.http.impl.auth.HttpAuthenticator.handleAuthChallenge(HttpAuthenticator.java:154)
> at org.apache.http.impl.execchain.MainClientExec.needAuthentication(MainClientExec.java:557)
> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:275)
> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> at com.openshift.internal.restclient.authorization.AuthorizationClient.getContextUsingCredentials(AuthorizationClient.java:134)
> at com.openshift.internal.restclient.authorization.AuthorizationClient.getContext(AuthorizationClient.java:99)
> at com.openshift.internal.restclient.DefaultClient.getContext(DefaultClient.java:504)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:236)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
> at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:445)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:389)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:376)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:59)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months
[JBoss JIRA] (JBIDE-21877) Connection wizard: Make error message shown in OpenShift Explorer for outdated token more user friendly
by Jeff MAURY (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21877?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-21877:
-------------------------------
Story Points: 12
> Connection wizard: Make error message shown in OpenShift Explorer for outdated token more user friendly
> -------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-21877
> URL: https://issues.jboss.org/browse/JBIDE-21877
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.1.CR1
> Reporter: Marián Labuda
> Assignee: Viacheslav Kabanovich
> Labels: connection_wizard, openshift_v3
> Fix For: 4.4.x
>
>
> When I am trying to connect to OpenShift connection with outdated token stored in secure storage, an error tree item is shown in OpenShift Explorer under the connection. Erro tree item is "java.lang.NullPointerException", but it could be something more user friendly such as "Expired credentials" or the one we are already using in other scenarious - You must obtain an API token by .... Following stack trace is in error log
> {code}
> There was an error retrieving children in the OpenShift explorer
> java.lang.NullPointerException
> at org.eclipse.epp.internal.mpc.core.util.ProxyHelper$ProxyAuthenticator.getPasswordAuthentication(ProxyHelper.java:124)
> at java.net.Authenticator.requestPasswordAuthentication(Authenticator.java:317)
> at org.apache.http.impl.client.SystemDefaultCredentialsProvider.getSystemCreds(SystemDefaultCredentialsProvider.java:92)
> at org.apache.http.impl.client.SystemDefaultCredentialsProvider.getCredentials(SystemDefaultCredentialsProvider.java:113)
> at com.openshift.internal.restclient.authorization.OpenShiftCredentialsProvider.getCredentials(OpenShiftCredentialsProvider.java:69)
> at org.apache.http.impl.client.AuthenticationStrategyImpl.select(AuthenticationStrategyImpl.java:184)
> at org.apache.http.impl.client.TargetAuthenticationStrategy.select(TargetAuthenticationStrategy.java:43)
> at org.apache.http.impl.auth.HttpAuthenticator.handleAuthChallenge(HttpAuthenticator.java:154)
> at org.apache.http.impl.execchain.MainClientExec.needAuthentication(MainClientExec.java:557)
> at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:275)
> at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:195)
> at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:86)
> at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:108)
> at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
> at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:106)
> at com.openshift.internal.restclient.authorization.AuthorizationClient.getContextUsingCredentials(AuthorizationClient.java:134)
> at com.openshift.internal.restclient.authorization.AuthorizationClient.getContext(AuthorizationClient.java:99)
> at com.openshift.internal.restclient.DefaultClient.getContext(DefaultClient.java:504)
> at org.jboss.tools.openshift.core.connection.Connection.authorize(Connection.java:236)
> at org.jboss.tools.openshift.core.connection.Connection.connect(Connection.java:226)
> at org.jboss.tools.openshift.core.connection.Connection.retryList(Connection.java:445)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:389)
> at org.jboss.tools.openshift.core.connection.Connection.getResources(Connection.java:376)
> at org.jboss.tools.openshift.internal.ui.models.OpenShiftProjectCache.getProjectsFor(OpenShiftProjectCache.java:59)
> at org.jboss.tools.openshift.internal.ui.explorer.OpenShiftExplorerContentProvider.getChildrenFor(OpenShiftExplorerContentProvider.java:93)
> at org.jboss.tools.openshift.internal.common.ui.explorer.BaseExplorerContentProvider$1.run(BaseExplorerContentProvider.java:167)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 10 months