[JBoss JIRA] (JBIDE-17504) FindBugs installation fails if done right after Eclipse start
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17504?page=com.atlassian.jira.plugi... ]
Martin Malina updated JBIDE-17504:
----------------------------------
Description:
As requested by Mickael, I created this new JIRA to deal with part of
When you try to install something from Central as soon as JBDS starts for the first time, you can get errors.
I can reproduce some sort of errors every time (I tried 4 or 5 times), but only on a completely fresh install of JBDS/JBT (no central repo data cached).
It looks like there is a race condition.
Several times when I tried to install Findbugs, I got:
{quote}
The following connectors are not available: FindBugs
Proceed with the installation anyways?
{quote}
Followed by the Computing connector errors with NPEs familiar from JBIDE-17471
!connector-error.png!
If I proceed anyway, the install dialog is empty.
If I click that I don't want to install, I get this:
{code}
Problems occurred while performing installation: The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
{code}
!problems-occurred.png!
was:
When you try to install something from Central as soon as JBDS starts for the first time, you can get errors.
I can reproduce some sort of errors every time (I tried 4 or 5 times), but only on a completely fresh install of JBDS/JBT (no central repo data cached).
It looks like there is a race condition.
Several times when I tried to install Findbugs, I got:
{quote}
The following connectors are not available: FindBugs
Proceed with the installation anyways?
{quote}
Followed by the Computing connector errors with NPEs familiar from JBIDE-17471
!connector-error.png!
If I proceed anyway, the install dialog is empty.
If I click that I don't want to install, I get this:
{code}
Problems occurred while performing installation: The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
{code}
!problems-occurred.png!
> FindBugs installation fails if done right after Eclipse start
> -------------------------------------------------------------
>
> Key: JBIDE-17504
> URL: https://issues.jboss.org/browse/JBIDE-17504
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.Beta2
> Environment: JBDS 8.0.0.Beta2a B106
> Reporter: Martin Malina
> Assignee: Mickael Istria
> Priority: Critical
> Labels: respin-b
> Fix For: 4.2.0.Beta2
>
> Attachments: connector-error.png, problems-occurred.png
>
>
> As requested by Mickael, I created this new JIRA to deal with part of
> When you try to install something from Central as soon as JBDS starts for the first time, you can get errors.
> I can reproduce some sort of errors every time (I tried 4 or 5 times), but only on a completely fresh install of JBDS/JBT (no central repo data cached).
> It looks like there is a race condition.
> Several times when I tried to install Findbugs, I got:
> {quote}
> The following connectors are not available: FindBugs
> Proceed with the installation anyways?
> {quote}
> Followed by the Computing connector errors with NPEs familiar from JBIDE-17471
> !connector-error.png!
> If I proceed anyway, the install dialog is empty.
> If I click that I don't want to install, I get this:
> {code}
> Problems occurred while performing installation: The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
> The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
> {code}
> !problems-occurred.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-16876) Application wizard: page#1 needs fields disabled based on user actions
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16876?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-16876:
-------------------------------------
Summary: Application wizard: page#1 needs fields disabled based on user actions (was: New Application wizard: page#1 needs fields disabled based on user actions)
> Application wizard: page#1 needs fields disabled based on user actions
> ----------------------------------------------------------------------
>
> Key: JBIDE-16876
> URL: https://issues.jboss.org/browse/JBIDE-16876
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta1
> Reporter: Michelle Murray
> Assignee: Andre Dietisheim
> Labels: application_wizard
> Fix For: 4.2.0.Beta3
>
> Attachments: create-new-application.png, import-existing-application.png, out-3.ogv
>
> Original Estimate: 1 day
> Remaining Estimate: 1 day
>
> In the New OpenShift Application wizard, user has two choices 1) use existing app or 2) create new app.
> * If user clicks 'Use my existing OpenShift application', then list of cartridges should be disabled. I was able to give name of app to import and then select cartridge which was meaningless as app was imported with original cartridge (as expected) and not the new one I had selected.
> * If user clicks 'Create a new OpenShift application', the field for app name and browse button should be disabled.
> But this also raises the question for me as to why these two choices are shared on the same wizard page. I wonder if it would be cleaner to separate them.
> * So when in OpenShift Explorer view a user right-clicks an application and clicks 'Import Application' they would just see the wizard starting from the page 'Set up project for new OpenShift Application'. They've already decided they want to import so offering fields about creating a new OpenShift app isn't useful.
> * Similarly, when a user selects 'New > Application' then they don't need to be offered the information about using an existing OpenShift application. To me as a user, the action 'New > Application' makes me thing that I am creating a new OpenShift Application so having fields about using an existing OpenShift app is confusing.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17504) FindBugs installation fails if done right after Eclipse start
by Martin Malina (JIRA)
Martin Malina created JBIDE-17504:
-------------------------------------
Summary: FindBugs installation fails if done right after Eclipse start
Key: JBIDE-17504
URL: https://issues.jboss.org/browse/JBIDE-17504
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.2.0.Beta2
Environment: JBDS 8.0.0.Beta2a B106
Reporter: Martin Malina
Assignee: Mickael Istria
Priority: Critical
Fix For: 4.2.0.Beta2
Attachments: connector-error.png, problems-occurred.png
When you try to install something from Central as soon as JBDS starts for the first time, you can get errors.
I can reproduce some sort of errors every time (I tried 4 or 5 times), but only on a completely fresh install of JBDS/JBT (no central repo data cached).
It looks like there is a race condition.
Several times when I tried to install Findbugs, I got:
{quote}
The following connectors are not available: FindBugs
Proceed with the installation anyways?
{quote}
Followed by the Computing connector errors with NPEs familiar from JBIDE-17471
!connector-error.png!
If I proceed anyway, the install dialog is empty.
If I click that I don't want to install, I get this:
{code}
Problems occurred while performing installation: The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
The following connectors are not available: FindBugs (id=edu.umd.cs.findbugs.plugin.eclipse.feature.group, site=https://devstudio.jboss.com/updates/8.0-staging/central/core/)
{code}
!problems-occurred.png!
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17434) "Delete application..." context menu label is inaccurate
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17434?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17434:
-------------------------------------
Summary: "Delete application..." context menu label is inaccurate (was: OpenShift delete application context menu label is inaccurate)
> "Delete application..." context menu label is inaccurate
> --------------------------------------------------------
>
> Key: JBIDE-17434
> URL: https://issues.jboss.org/browse/JBIDE-17434
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.Beta3
>
>
> If I wanna delete more OpenShift applications at once and I select them in OpenShift explorer, there is a context menu for selection containing item with label "Delete application...". It should be "Delete applications...".
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17434) Explorer: "Delete application..." context menu label is inaccurate
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17434?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17434:
-------------------------------------
Summary: Explorer: "Delete application..." context menu label is inaccurate (was: "Delete application..." context menu label is inaccurate)
> Explorer: "Delete application..." context menu label is inaccurate
> ------------------------------------------------------------------
>
> Key: JBIDE-17434
> URL: https://issues.jboss.org/browse/JBIDE-17434
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Marián Labuda
> Priority: Minor
> Labels: explorer
> Fix For: 4.2.0.Beta3
>
>
> If I wanna delete more OpenShift applications at once and I select them in OpenShift explorer, there is a context menu for selection containing item with label "Delete application...". It should be "Delete applications...".
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17440) Application wizard: Import application through Configure context menu has empty remote name
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17440?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-17440:
-------------------------------------
Summary: Application wizard: Import application through Configure context menu has empty remote name (was: Import application through Configure context menu item leave remote name empty)
> Application wizard: Import application through Configure context menu has empty remote name
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-17440
> URL: https://issues.jboss.org/browse/JBIDE-17440
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.2.0.Beta2
> Reporter: Marián Labuda
>
> While importing application through context menu of a project via Configure item (implemented as part of JBIDE-10546) on last wizard page is remote name text field for OpenShift application empty although checkbox for using default remote name is checked. It should be filled with default value "openshift" or any other.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months