[JBoss JIRA] (JBIDE-23511) CDK start fails if you don't accept OpenShift certificate in time
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23511?page=com.atlassian.jira.plugi... ]
Rob Stryker resolved JBIDE-23511.
---------------------------------
Fix Version/s: 4.5.0.AM1
Resolution: Rejected
> CDK start fails if you don't accept OpenShift certificate in time
> -----------------------------------------------------------------
>
> Key: JBIDE-23511
> URL: https://issues.jboss.org/browse/JBIDE-23511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM1
>
>
> This happened to me a couple of times and it's pretty annoying, but I'm not sure if anything can be done about it.
> When you launch cdk in devstudio and then forget about it and do something else, then when you get back to devstudio to actually play with cdk, you will see it fail horribly.
> This is because the startup time out has been reached and since you haven't accepted the openshift certificate, the prompt will be waiting for you and will cause time out.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBIDE-23511) CDK start fails if you don't accept OpenShift certificate in time
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-23511?page=com.atlassian.jira.plugi... ]
Rob Stryker commented on JBIDE-23511:
-------------------------------------
So I've tested this extensively, and there's nothing we can really do here. Once it times out, wtp tells the server adapter to stop. I can't really tell at that moment the difference between a failed startup or an actual shutdown call.
Since this ssl popup is happening in the poller, we can't get an answer as to whether openshift is up or not, so we don't know whether to mark the server as started or wait a bit longer. When timeout comes, it's too late to do anything about it.
The only way to really handle it is to get rid of the check for openshift health... but we put that in because people weren't being alerted to potential problems with openshift starting up.
This is such a minor issue and since ti applies to all server adapters, and can't be fixed, I'm just going to reject it.
> CDK start fails if you don't accept OpenShift certificate in time
> -----------------------------------------------------------------
>
> Key: JBIDE-23511
> URL: https://issues.jboss.org/browse/JBIDE-23511
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk
> Affects Versions: 4.4.2.Final
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.5.0.AM1
>
>
> This happened to me a couple of times and it's pretty annoying, but I'm not sure if anything can be done about it.
> When you launch cdk in devstudio and then forget about it and do something else, then when you get back to devstudio to actually play with cdk, you will see it fail horribly.
> This is because the startup time out has been reached and since you haven't accepted the openshift certificate, the prompt will be waiting for you and will cause time out.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4101) Enable sha check from file/URL in online installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4101?page=com.atlassian.jira.plugin.... ]
Denis Golovin resolved JBDS-4101.
---------------------------------
Resolution: Done
this issue was fixed when gulp task update-requirements was added here
https://github.com/redhat-developer-tooling/developer-platform-install/bl...
It transpiles sources first to temp dir with requirements.json file included, then reads sha values and updates url values with actual sha in temp folder.
> Enable sha check from file/URL in online installer
> --------------------------------------------------
>
> Key: JBDS-4101
> URL: https://issues.jboss.org/browse/JBDS-4101
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.2.0.AM2
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Fix For: 10.2.0.GA
>
>
> In between releases the installer uses nightly builds of Devstudio and its sha is downloaded from the updatesite. The check in online installer is not prepared for that and ends up comparing the computed sha to the URL that points to installer.sha
> Proposal: Add some code to handle sha in other form than just plain text so online installer can be run from master.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4101) Enable sha check from file/URL in online installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4101?page=com.atlassian.jira.plugin.... ]
Denis Golovin updated JBDS-4101:
--------------------------------
Fix Version/s: 10.2.0.GA
> Enable sha check from file/URL in online installer
> --------------------------------------------------
>
> Key: JBDS-4101
> URL: https://issues.jboss.org/browse/JBDS-4101
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.2.0.AM2
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Fix For: 10.2.0.GA
>
>
> In between releases the installer uses nightly builds of Devstudio and its sha is downloaded from the updatesite. The check in online installer is not prepared for that and ends up comparing the computed sha to the URL that points to installer.sha
> Proposal: Add some code to handle sha in other form than just plain text so online installer can be run from master.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-4101) Enable sha check from file/URL in online installer
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-4101?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-4101:
-----------------------------------
Assignee: Denis Golovin
> Enable sha check from file/URL in online installer
> --------------------------------------------------
>
> Key: JBDS-4101
> URL: https://issues.jboss.org/browse/JBDS-4101
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Feature Request
> Components: platform-installer
> Affects Versions: 10.2.0.AM2
> Reporter: Jan Richter
> Assignee: Denis Golovin
> Fix For: 10.2.0.GA
>
>
> In between releases the installer uses nightly builds of Devstudio and its sha is downloaded from the updatesite. The check in online installer is not prepared for that and ends up comparing the computed sha to the URL that points to installer.sha
> Proposal: Add some code to handle sha in other form than just plain text so online installer can be run from master.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months
[JBoss JIRA] (JBDS-3868) Document (and check) required disk space before beginning install
by Denis Golovin (JIRA)
[ https://issues.jboss.org/browse/JBDS-3868?page=com.atlassian.jira.plugin.... ]
Denis Golovin reassigned JBDS-3868:
-----------------------------------
Assignee: Denis Golovin
> Document (and check) required disk space before beginning install
> -----------------------------------------------------------------
>
> Key: JBDS-3868
> URL: https://issues.jboss.org/browse/JBDS-3868
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: platform-installer
> Affects Versions: 9.1.0.Beta1
> Environment: Windows 7/64 bit
> Reporter: Robert Terzi
> Assignee: Denis Golovin
> Priority: Minor
> Labels: ui
> Fix For: 10.2.0.GA
>
>
> The installer and it's documentation should indicate the minimum required disk space before beginning the download and installation process.
> Between temporary files, and download/installs going on in parallel. I'm guessing at least 10-15 GB free is needed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 4 months