[JBoss JIRA] (JBIDE-26453) Adapters/vscode-openshift tooling onboarding
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26453?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26453:
-------------------------------
Sprint: devex #157 November 2019, devex #159 December 2018, devex #161 January 2019, devex #162 February 2019, devex #163 March 2019 (was: devex #157 November 2019, devex #159 December 2018, devex #161 January 2019, devex #162 February 2019)
> Adapters/vscode-openshift tooling onboarding
> --------------------------------------------
>
> Key: JBIDE-26453
> URL: https://issues.jboss.org/browse/JBIDE-26453
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: integration-tests, qa
> Affects Versions: 4.10.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Ondrej Dockal
> Priority: Critical
> Labels: integration-test, quality
> Fix For: 4.11.0.AM1
>
>
> Jump in adapters stuff:
> * go through repos, get familiar with plugins
> * start exploring locally, build it, run it
> * pick up github issues and start implementing in typescript/java
> * increase unit tests coverage
> * get familiar with infrastructure
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBDS-4735) Central projects Wizard sometimes fails to open
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBDS-4735?page=com.atlassian.jira.plugin.... ]
Jeff MAURY updated JBDS-4735:
-----------------------------
Sprint: devex #159 December 2018, devex #161 January 2019, devex #162 February 2019, devex #163 March 2019 (was: devex #159 December 2018, devex #161 January 2019, devex #162 February 2019)
> Central projects Wizard sometimes fails to open
> -----------------------------------------------
>
> Key: JBDS-4735
> URL: https://issues.jboss.org/browse/JBDS-4735
> Project: Red Hat JBoss Developer Studio (devstudio)
> Issue Type: Bug
> Components: central
> Affects Versions: 12.9.0.GA
> Environment: manually Fedora 28, automation
> Reporter: Vojtech Prusa
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 12.11.0.AM1
>
> Attachments: central.tar.gz, image-2018-10-17-09-24-31-555.png, screenshot-1.png
>
>
> There is "openInIDE" used in 3 places in "main.min.js" in central source code*. When the central reloads and works normally, "openInIDE" is a function (probably defined in Java code or somewhere out of the "main.min.js" file) with following implementation:
> function openInIDE() {
> var result = callJava(1, '9aee3b4a3f3b40ed26f47d66375b25e3', Array.prototype.slice.call(arguments));
> if (typeof result == 'string' && result.indexOf('org.eclipse.swt.browser.error') == 0) {
> var error = new Error(result.substring(29));
> throw error;
> }
> return result;
> }
> After the issue appears, "typedef openInIDE" is undefined, which causes probably the issues.
> *Additional information to the 3 places, where "openInIDE" appears - it appears in 2 functions:
> - registerButtonClicks() - here is the "openInIDE" needed for loading and displaying the central correctly
> - delegateToIDE(a, b) - here is the "openInIDE" needed for opening the wizard to the quickstart
> OLDER DESCRIPTION (does not describes the issue enough, but I decided to keep it for more details about the issue):
> ----------------------------------------------------------------------------------------------------------------------
> Sometimes central examples wizards fail to load and modal dialog is shown instead (screen attached).
> Nothing in Error log view.
> Restarting devstudio solves the issue.
> Adding screen and central tar of:
> devstudio-12.9.0.GA-v20180928-1629-B3448/workspaces/workspace/.metadata/.plugins/org.jboss.tools.central/central
> Addition info:
> Considering that central itests fails for this sometimes fresh installation without restart may cause this. Although it happen again after running devstudio for some time and restarting Central view.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26506) Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26506?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26506:
-------------------------------
Sprint: devex #161 January 2019, devex #162 February 2019, devex #163 March 2019 (was: devex #161 January 2019, devex #162 February 2019)
> Remediation page showing up when installing RHAMT from central - missing org.eclipse.emf.transaction
> ----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-26506
> URL: https://issues.jboss.org/browse/JBIDE-26506
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, central-update
> Affects Versions: 4.11.0.AM1
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Major
> Fix For: 4.11.0.AM1
>
>
> {code}
> Cannot complete the install because one or more required items could not be found.
> Software being installed: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
> Missing requirement: Model 4.2.0.Final (org.jboss.tools.windup.model 4.2.0.Final) requires 'osgi.bundle; org.eclipse.emf.transaction 0.0.0' but it could not be found
> Cannot satisfy dependency:
> From: RHAMT 4.2.0.Final (org.jboss.tools.windup.feature.feature.group 4.2.0.Final)
> To: org.eclipse.equinox.p2.iu; org.jboss.tools.windup.model [4.2.0.Final,4.2.0.Final]
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26534) Updating JBT 4.9.0.GA -> 4.11.0.AM1 Cannot satisfy dependency JBoss JAX-WS/RS Tools
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26534?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26534:
-------------------------------
Fix Version/s: 4.11.0.Final
(was: 4.11.x)
> Updating JBT 4.9.0.GA -> 4.11.0.AM1 Cannot satisfy dependency JBoss JAX-WS/RS Tools
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-26534
> URL: https://issues.jboss.org/browse/JBIDE-26534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.9.0.Final, 4.10.0.AM1, 4.11.0.AM1
> Environment: Fedora, Eclipse 2018-12 ide for java ee
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Critical
> Fix For: 4.11.0.Final
>
>
> {code}
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> To: org.eclipse.equinox.p2.iu; org.jboss.tools.ws.ui [2.0.101.v20180807-1807,2.0.101.v20180807-1807]
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> From: JBoss JAX-WS Tools 2.0.101.v20180807-1807 (org.jboss.tools.ws.jaxws.feature.feature.group 2.0.101.v20180807-1807)
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> Only one of the following can be installed at once:
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> Software currently installed: JBoss JAX-WS Tools 2.0.101.v20180807-1807 (org.jboss.tools.ws.jaxws.feature.feature.group 2.0.101.v20180807-1807)
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> Software currently installed: JBoss JAX-WS Tools 2.0.101.v20180807-1807 (org.jboss.tools.ws.jaxws.feature.feature.group 2.0.101.v20180807-1807)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26534) Updating JBT 4.9.0.GA -> 4.11.0.AM1 Cannot satisfy dependency JBoss JAX-WS/RS Tools
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26534?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26534:
-------------------------------
Sprint: devex #163 March 2019
> Updating JBT 4.9.0.GA -> 4.11.0.AM1 Cannot satisfy dependency JBoss JAX-WS/RS Tools
> -----------------------------------------------------------------------------------
>
> Key: JBIDE-26534
> URL: https://issues.jboss.org/browse/JBIDE-26534
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: build, updatesite
> Affects Versions: 4.9.0.Final, 4.10.0.AM1, 4.11.0.AM1
> Environment: Fedora, Eclipse 2018-12 ide for java ee
> Reporter: Ondrej Dockal
> Assignee: Jeff MAURY
> Priority: Critical
> Fix For: 4.11.0.Final
>
>
> {code}
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> To: org.eclipse.equinox.p2.iu; org.jboss.tools.ws.ui [2.0.101.v20180807-1807,2.0.101.v20180807-1807]
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> From: JBoss JAX-WS Tools 2.0.101.v20180807-1807 (org.jboss.tools.ws.jaxws.feature.feature.group 2.0.101.v20180807-1807)
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> Only one of the following can be installed at once:
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> Software currently installed: JBoss JAX-WS Tools 2.0.101.v20180807-1807 (org.jboss.tools.ws.jaxws.feature.feature.group 2.0.101.v20180807-1807)
> org.eclipse.equinox.p2.director
> Error
> Wed Jan 23 15:39:34 CET 2019
> Software currently installed: JBoss JAX-WS Tools 2.0.101.v20180807-1807 (org.jboss.tools.ws.jaxws.feature.feature.group 2.0.101.v20180807-1807)
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26562) debugging does not work for eap-cd-basic-s2i template from CRC
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26562?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26562:
-------------------------------
Sprint: devex #163 March 2019
> debugging does not work for eap-cd-basic-s2i template from CRC
> --------------------------------------------------------------
>
> Key: JBIDE-26562
> URL: https://issues.jboss.org/browse/JBIDE-26562
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift, server
> Affects Versions: 4.11.0.AM1
> Environment: F29, devstudio AM1-v20190221-1020-B4114, CDK v3.8.0-alpha.1-1
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.11.0.Final
>
> Attachments: image-2019-02-26-10-19-19-366.png
>
>
> Restarting server adapter in debug for openshift application results in not responding job *Enabling "openshift maven profile"*: !image-2019-02-26-10-19-19-366.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month
[JBoss JIRA] (JBIDE-26562) debugging does not work for eap-cd-basic-s2i template from CRC
by Jeff MAURY (Jira)
[ https://issues.jboss.org/browse/JBIDE-26562?page=com.atlassian.jira.plugi... ]
Jeff MAURY updated JBIDE-26562:
-------------------------------
Fix Version/s: 4.11.0.Final
(was: 4.11.0.AM1)
> debugging does not work for eap-cd-basic-s2i template from CRC
> --------------------------------------------------------------
>
> Key: JBIDE-26562
> URL: https://issues.jboss.org/browse/JBIDE-26562
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: cdk, openshift, server
> Affects Versions: 4.11.0.AM1
> Environment: F29, devstudio AM1-v20190221-1020-B4114, CDK v3.8.0-alpha.1-1
> Reporter: Josef Kopriva
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.11.0.Final
>
> Attachments: image-2019-02-26-10-19-19-366.png
>
>
> Restarting server adapter in debug for openshift application results in not responding job *Enabling "openshift maven profile"*: !image-2019-02-26-10-19-19-366.png|thumbnail!
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years, 1 month