This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 201714 - JIRA Plugin Not Found
Summary: JIRA Plugin Not Found
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Jira (show other bugs)
Version: 7.1
Hardware: PC All
: P1 normal with 3 votes (vote)
Assignee: Tomas Stupka
URL:
Keywords: REGRESSION
: 201926 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-06 23:02 UTC by sunbiz
Modified: 2013-02-28 12:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-09-06 23:02:06 UTC
[ BUILD # : 201109060600 ]
[ JDK VERSION : 1.6.26 ]

After a clean new installation of Build 201109060600, with new user directory

1.) Services Window -> Right click on Issue Trackers
2.) Create Issue Tracker
3.) From drop-down select JIRA and click "Download JIRA Plugin". This shows the
message "JIRA plugin not found!".

I went back and checked the Plugins and could see the JIRA plugin available.
Had to select it and install. Installed JIRA plugin 1.1.3 manually, but didn't
work from the Create Issue Tracker window.
Comment 1 Tomas Stupka 2011-09-07 09:02:52 UTC
o.n.m.bugtracking.jira.JiraUpdater checks for libs.jira which was recently replaced by other libraries
Comment 2 devon_c_miller 2011-09-07 18:15:57 UTC
As an additional data point, I encounter similar, but not identical, behavior in 201109040600.

In my case, clicking "Download JIRA plugin" reports "JIRA plugin seems to be already installed"
Comment 3 medeag 2011-09-10 14:09:47 UTC
*** Bug 201926 has been marked as a duplicate of this bug. ***
Comment 4 Tomas Stupka 2011-09-13 13:38:36 UTC
fixed
http://hg.netbeans.org/core-main/rev/80fd952d64a2
Comment 5 Quality Engineering 2011-09-14 18:25:38 UTC
Integrated into 'main-golden', will be available in build *201109141017* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/80fd952d64a2
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #201714 - JIRA Plugin Not Found
Comment 6 devon_c_miller 2011-09-16 15:09:49 UTC
Dev 201109141017

Services window
Right click "Issue Trackers"
Click "Create Issue Tracker..."

Dialog displays

Change connector combobox to JIRA

"The JIRA plugin is not installed"

Click "Download JIRA plugin"

NB downloads and installs a variety of modules.
It finishes and the Dialog display remains unchanged.

Click "Download JIRA plugin" a second time and it reports: 

"JIRA plugin seems to be already installed"

However, the Create Issue Tracker dialog continues to report "The JIRA plugin is not installed"
Comment 7 Tomas Stupka 2011-09-16 16:54:04 UTC
did you have jira installed before, did you run nb with an old or new userdir? 
what happened after nb restart?
Comment 8 Tomas Stupka 2011-09-18 10:50:55 UTC
looks like restart wasn't triggered after module install. tried to make the relevant logic more robust.
should be fixed in #b15910fa566e

feel free to reopen in case the problem still appears
Comment 9 Quality Engineering 2011-09-19 15:58:50 UTC
Integrated into 'main-golden', will be available in build *201109190600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b15910fa566e
User: Tomas Stupka <tstupka@netbeans.org>
Log: issue #201714 - JIRA Plugin Not Found
more robust triggering of restart after install
Comment 10 devon_c_miller 2011-09-21 13:30:24 UTC
This appears to be working correctly. Thanks!
Comment 11 Stepan Zebra 2011-11-28 14:45:54 UTC
verified in 7.1 RC1 (201111242103)

(related issue 205019 is fixed in Dev and will be available in 7.1 RC2)
Comment 12 tomzi 2013-02-28 12:21:51 UTC
When Creating Issue Tracker (JIRA) and clicking 'Download JIRA plugin'

I get a popup 'JIRA plugin not found!'

Product Version: NetBeans IDE 7.3 (Build 201302132200)
Java: 1.7.0_15; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b03
System: Linux version 3.5.0-25-generic running on amd64; UTF-8; en_US (nb)
Comment 13 Tomas Stupka 2013-02-28 12:24:51 UTC
(In reply to comment #12)
> When Creating Issue Tracker (JIRA) and clicking 'Download JIRA plugin'
> 
> I get a popup 'JIRA plugin not found!'
> 
> Product Version: NetBeans IDE 7.3 (Build 201302132200)
> Java: 1.7.0_15; Java HotSpot(TM) 64-Bit Server VM 23.7-b01
> Runtime: Java(TM) SE Runtime Environment 1.7.0_15-b03
> System: Linux version 3.5.0-25-generic running on amd64; UTF-8; en_US (nb)
different issue. your problem is caused by issue #225860