[JBoss JIRA] (JBDS-3596) Many update sites are added if we try to create a new server
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBDS-3596?page=com.atlassian.jira.plugin.... ]
Max Rydahl Andersen commented on JBDS-3596:
-------------------------------------------
gah - this is an upstream eclipse bug that was not supposed to happen.
Did you or did eclipse Enable some of these ? (i.e. if they are added but in disabled state its less of an issue)
> Many update sites are added if we try to create a new server
> ------------------------------------------------------------
>
> Key: JBDS-3596
> URL: https://issues.jboss.org/browse/JBDS-3596
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Affects Versions: 9.1.0.Beta2
> Environment: JBDS 9.1.0.Beta2 (Beta2-v20160122-0528-B256)
> JBDS 9.1.0.CR1 (CR1-v20160216-0207-B313)
> Reporter: Andrej Podhradsky
> Priority: Critical
> Attachments: jbds-many-update-sites.png
>
>
> Many update sites are added if we try to create a new server
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3596) Many update sites are added if we try to create a new server
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBDS-3596?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBDS-3596:
-----------------------------------------
Moreover, in Error Log you can see the following error
{code}
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2016-02-17 09:05:00.917
!MESSAGE Invalid site reference %updateSiteURL in feature com.pramati.eclipse.feature.
{code}
> Many update sites are added if we try to create a new server
> ------------------------------------------------------------
>
> Key: JBDS-3596
> URL: https://issues.jboss.org/browse/JBDS-3596
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Affects Versions: 9.1.0.Beta2
> Environment: JBDS 9.1.0.Beta2 (Beta2-v20160122-0528-B256)
> JBDS 9.1.0.CR1 (CR1-v20160216-0207-B313)
> Reporter: Andrej Podhradsky
> Priority: Critical
> Attachments: jbds-many-update-sites.png
>
>
> Many update sites are added if we try to create a new server
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBDS-3596) Many update sites are added if we try to create a new server
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBDS-3596?page=com.atlassian.jira.plugin.... ]
Andrej Podhradsky commented on JBDS-3596:
-----------------------------------------
Please have a look at the attached screenshot. At the beginning there were only two sites (Linux Docker Tooling and JBDS Core) and the others were added after clicking on the link for creating a new server in Servers view
> Many update sites are added if we try to create a new server
> ------------------------------------------------------------
>
> Key: JBDS-3596
> URL: https://issues.jboss.org/browse/JBDS-3596
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Affects Versions: 9.1.0.Beta2
> Environment: JBDS 9.1.0.Beta2 (Beta2-v20160122-0528-B256)
> JBDS 9.1.0.CR1 (CR1-v20160216-0207-B313)
> Reporter: Andrej Podhradsky
> Priority: Critical
> Attachments: jbds-many-update-sites.png
>
>
> Many update sites are added if we try to create a new server
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21707) NullPointerException in JobResultFuture
by Viacheslav Kabanovich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-21707?page=com.atlassian.jira.plugi... ]
Viacheslav Kabanovich commented on JBIDE-21707:
-----------------------------------------------
[~fbricon], please take a look at the pull request.
> NullPointerException in JobResultFuture
> ---------------------------------------
>
> Key: JBIDE-21707
> URL: https://issues.jboss.org/browse/JBIDE-21707
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: common/jst/core, openshift
> Affects Versions: 4.3.1.Beta2
> Reporter: Viacheslav Kabanovich
> Fix For: 4.3.1.CR1, 4.4.0.Alpha1
>
>
> {code}
> java.lang.NullPointerException
> at org.jboss.tools.common.ui.JobResultFuture.cancel(JobResultFuture.java:49)
> at org.jboss.tools.common.ui.WizardUtils.waitForFuture(WizardUtils.java:157)
> at org.jboss.tools.common.ui.WizardUtils.access$0(WizardUtils.java:151)
> at org.jboss.tools.common.ui.WizardUtils$1.run(WizardUtils.java:139)
> at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
> {code}
> For some time I could reproduce the exception in this steps:
> 1. Close Eclipse with OpenShift Explorer active and password for a connection unsaved.
> 2. Open Eclipse - Sign In to OpenShift wizard appears.
> 3. Enter password and finish.
> 4. Progress appears but job does not start (I checked it in debugger) - ui jobs locked.
> 5. Only red button cancelling connection is active, press it - null pointer exception, ui is unlocked.
> 6. Start Sign In to OpenShift wizard with context menu - it can be completed successfully, connection is established.
> Later, after I received latest commits, the ui jobs lock could not be reproduced, so for now I do not report this usecase as a bug. But it is still possible to reproduce the same null pointer using breakpoints in debugger, because it happens if job is cancelled through JobResultFuture before job manager can start it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (JBIDE-21707) NullPointerException in JobResultFuture
by Viacheslav Kabanovich (JIRA)
Viacheslav Kabanovich created JBIDE-21707:
---------------------------------------------
Summary: NullPointerException in JobResultFuture
Key: JBIDE-21707
URL: https://issues.jboss.org/browse/JBIDE-21707
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common/jst/core, openshift
Affects Versions: 4.3.1.Beta2
Reporter: Viacheslav Kabanovich
Fix For: 4.3.1.CR1, 4.4.0.Alpha1
{code}
java.lang.NullPointerException
at org.jboss.tools.common.ui.JobResultFuture.cancel(JobResultFuture.java:49)
at org.jboss.tools.common.ui.WizardUtils.waitForFuture(WizardUtils.java:157)
at org.jboss.tools.common.ui.WizardUtils.access$0(WizardUtils.java:151)
at org.jboss.tools.common.ui.WizardUtils$1.run(WizardUtils.java:139)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
{code}
For some time I could reproduce the exception in this steps:
1. Close Eclipse with OpenShift Explorer active and password for a connection unsaved.
2. Open Eclipse - Sign In to OpenShift wizard appears.
3. Enter password and finish.
4. Progress appears but job does not start (I checked it in debugger) - ui jobs locked.
5. Only red button cancelling connection is active, press it - null pointer exception, ui is unlocked.
6. Start Sign In to OpenShift wizard with context menu - it can be completed successfully, connection is established.
Later, after I received latest commits, the ui jobs lock could not be reproduced, so for now I do not report this usecase as a bug. But it is still possible to reproduce the same null pointer using breakpoints in debugger, because it happens if job is cancelled through JobResultFuture before job manager can start it.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (TOOLSDOC-667) Document how to use the EAP online maven repo
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-667?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-667:
-------------------------------
Sprint: 04-Jan >> 17-Jan 2016-JBDS/JBT, 18-Jan >> 31-Jan 2016-JBDS/JBT, 01-Feb >> 14-Feb 2016-JBDS/JBT, 15-Feb >> 28-Feb 2016-JBDS/JBT (was: 04-Jan >> 17-Jan 2016-JBDS/JBT, 18-Jan >> 31-Jan 2016-JBDS/JBT, 01-Feb >> 14-Feb 2016-JBDS/JBT)
> Document how to use the EAP online maven repo
> ---------------------------------------------
>
> Key: TOOLSDOC-667
> URL: https://issues.jboss.org/browse/TOOLSDOC-667
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Affects Versions: 4.3.0.Final
> Reporter: Martin Malina
> Assignee: Supriya Bharadwaj
> Fix For: 4.3.0.Final
>
>
> In TOOLSDOC-499 it was mentioned that we have a guide that explains how to add jboss enterprise maven repositories, but it would be nice to also mention the alternative of using the online repo.
> From TOOLSDOC-499:
> {quote}
> Alternatively, you can use the online repository: In the Add Maven Repository dialog, in the Profile ID field at the top, select "redhat-techpreview-all-repository" in the drop down menu. This will add http://maven.repository.redhat.com/techpreview/all/ to your settings.xml and that should satisfy the dependencies.
> {quote}
> Something similar could be added in a box in this doc:
> https://access.redhat.com/articles/1160993#ConfigureMaven
> (or a similar doc for JBDS 9 once it's ready)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (TOOLSDOC-709) JBDS 9.1 GA: Document a use case for Forge Tooling
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-709?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-709:
-------------------------------
Sprint: 01-Feb >> 14-Feb 2016-JBDS/JBT, 15-Feb >> 28-Feb 2016-JBDS/JBT (was: 01-Feb >> 14-Feb 2016-JBDS/JBT)
> JBDS 9.1 GA: Document a use case for Forge Tooling
> --------------------------------------------------
>
> Key: TOOLSDOC-709
> URL: https://issues.jboss.org/browse/TOOLSDOC-709
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Enhancement
> Components: General documentation issues
> Affects Versions: 9.1 GA
> Reporter: Misha Ali
> Assignee: Supriya Bharadwaj
> Labels: Forge
> Fix For: 9.1 GA
>
>
> Document a use case for Forge tooling.
> 1. Draft a potential use case for what users may want to do with forge.
> 2. Get review on use case idea from a relevant SME or QE person
> 3. Write an intro and flesh out the use case with relevant screenshots
> 4. Get QE review
> 5. Create upstream and downstream versions of approved content.
> a. Add CSP version to customer portal
> b. Send Misha upstream version
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (TOOLSDOC-562) OpenShift How To: Add final section to First OS App for viewing created app in browser
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-562?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-562:
-------------------------------
Sprint: 2014/S20 (27-Oct > 9-Nov), 2014/S21 (10-Nov > 23-Nov), 2014/S22 (24-Nov > 7-Dec), 2014/S23 (8-Dec > 21-Dec), 2014/S24 (22-Dec > 04-Jan), 2015/S1 (05-Jan > 18-Jan), 2015/S2+3 (19-Jan > 15-Feb), 2015/S4 (16-Feb > 01-Mar), 2015/S5 (02-Mar > 15-Mar), 2015/S6 (16-Mar > 29-Mar), 2015/S7 (30-Mar > 12-Apr), 2015/S8 (13-Apr > 26-Apr), 2015/S9 (27-Apr > 10-May), 11-May -> 24-May 2015-JBDS/JBT, 25-May -> 07-Jun 2015-JBDS/JBT, 08-Jun -> 21-Jun 2015-JBDS/JBT, 22-Jun >> 05-Jul 2015-JBDS/JBT, 06-Jul >> 19-Jul 2015-JBDS/JBT, 20-Jul >> 02-Aug 2015-JBDS/JBT, 03-Aug >> 16-Aug 2015-JBDS/J 2, 17-Aug >> 30-Aug 2015-JBDS/J 3, 31-Aug >> 13-Sep 2015-JBDS/JBT, 14-Sep >> 27-Sep 2015-JBDS/JBT, 28-Sep >> 11-Oct 2015-JBDS/JBT, 12-Oct >> 25-Oct 2015-JBDS/JBT, 26-Oct >> 08-Nov 2015-JBDS/JBT, 09-Nov >> 22-Nov 2015-JBDS/JBT, 23-Nov >> 06-Dec 2015-JBDS/JBT, 04-Jan >> 17-Jan 2016-JBDS/JBT, 18-Jan >> 31-Jan 2016-JBDS/JBT, 01-Feb >> 14-Feb 2016-JBDS/JBT, 15-Feb >> 28-Feb 2016-JBDS/JBT (was: 2014/S20 (27-Oct > 9-Nov), 2014/S21 (10-Nov > 23-Nov), 2014/S22 (24-Nov > 7-Dec), 2014/S23 (8-Dec > 21-Dec), 2014/S24 (22-Dec > 04-Jan), 2015/S1 (05-Jan > 18-Jan), 2015/S2+3 (19-Jan > 15-Feb), 2015/S4 (16-Feb > 01-Mar), 2015/S5 (02-Mar > 15-Mar), 2015/S6 (16-Mar > 29-Mar), 2015/S7 (30-Mar > 12-Apr), 2015/S8 (13-Apr > 26-Apr), 2015/S9 (27-Apr > 10-May), 11-May -> 24-May 2015-JBDS/JBT, 25-May -> 07-Jun 2015-JBDS/JBT, 08-Jun -> 21-Jun 2015-JBDS/JBT, 22-Jun >> 05-Jul 2015-JBDS/JBT, 06-Jul >> 19-Jul 2015-JBDS/JBT, 20-Jul >> 02-Aug 2015-JBDS/JBT, 03-Aug >> 16-Aug 2015-JBDS/J 2, 17-Aug >> 30-Aug 2015-JBDS/J 3, 31-Aug >> 13-Sep 2015-JBDS/JBT, 14-Sep >> 27-Sep 2015-JBDS/JBT, 28-Sep >> 11-Oct 2015-JBDS/JBT, 12-Oct >> 25-Oct 2015-JBDS/JBT, 26-Oct >> 08-Nov 2015-JBDS/JBT, 09-Nov >> 22-Nov 2015-JBDS/JBT, 23-Nov >> 06-Dec 2015-JBDS/JBT, 04-Jan >> 17-Jan 2016-JBDS/JBT, 18-Jan >> 31-Jan 2016-JBDS/JBT, 01-Feb >> 14-Feb 2016-JBDS/JBT)
> OpenShift How To: Add final section to First OS App for viewing created app in browser
> --------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-562
> URL: https://issues.jboss.org/browse/TOOLSDOC-562
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Enhancement
> Affects Versions: 4.2.0.Final
> Reporter: Michelle Murray
> Assignee: Michelle Murray
> Fix For: 4.2.0.Final
>
>
> See: http://tools.jboss.org/documentation/howto/openshift_firstapp.html
> Source: https://github.com/jbosstools/jbosstools-website/blob/master/documentatio...
> Before 'Terminology', add a new section with instructions for viewing the application in a browser.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month