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 102426 - installing downloaded plugin returns lots of "cannot match its dependencie" in the NB IDE Installer dialog
Summary: installing downloaded plugin returns lots of "cannot match its dependencie" i...
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: rmatous
URL:
Keywords:
: 102298 (view as bug list)
Depends on:
Blocks: 99509
  Show dependency tree
 
Reported: 2007-04-25 05:56 UTC by Peter Lam
Modified: 2007-11-06 15:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
NB IDE Installer screenshot (82.49 KB, image/jpeg)
2007-04-25 05:57 UTC, Peter Lam
Details
patch with fix (6.62 KB, patch)
2007-04-25 13:00 UTC, rmatous
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2007-04-25 05:56:28 UTC
build 200704241200 and also in previous build 200704230000. When I installed the
downloaded UML module (all 18 submodules), I got the following messages for
(maybe) every submodule on the NetBeans IDE Installer. See attached screenshot.

Plugin Core Modeling Library cannot match its dependencies:
module org.netbeans.modules.antlr/1 > 1.1 module
org.netbeans.modules.uml.dom4jlib > 1.1 module
org.netbeans.modules.uml.tomsawyer/1 > 1.1
...


This problem exists because the IDE was unable to connect to the Update Center
since the next error dialog came up when I dismissed the NetBeans IDE Installer
dialog. The error dialog has the following message and buttons. If this is the
problem, then I think I would not be able to install manually downloaded plugins
or modules if my system is off-line. I don't think an internet connection should
be needed to install manually downloaded plugins.

Unable to connect to the Update Center
Check your proxy settings or try again later. The server may be unavailable at
this time.
Buttons: Proxy Configuration, Try again, Cancel
Comment 1 Peter Lam 2007-04-25 05:57:10 UTC
Created attachment 41598 [details]
NB IDE Installer screenshot
Comment 2 Jiri Rechtacek 2007-04-25 08:38:19 UTC
*** Issue 102298 has been marked as a duplicate of this issue. ***
Comment 3 rmatous 2007-04-25 13:00:05 UTC
Created attachment 41624 [details]
patch with fix
Comment 4 rmatous 2007-04-25 13:00:34 UTC
Jirka, please review
Comment 5 Jiri Rechtacek 2007-04-25 13:38:38 UTC
The fix looks good, I have verified that fix solved the problem. Radek, please
go ahead and integrate it to trunk. Thanks
Comment 6 rmatous 2007-04-25 14:10:22 UTC
/cvs/autoupdate/services/src/org/netbeans/modules/autoupdate/services/OperationContainerImpl.java,v
 new revision: 1.3; previous revision: 1.2

/cvs/autoupdate/services/src/org/netbeans/modules/autoupdate/services/UpdateUnitFactory.java,v
 new revision: 1.5; previous revision: 1.4

/cvs/autoupdate/services/src/org/netbeans/modules/autoupdate/services/Utils.java,v
 new revision: 1.5; previous revision: 1.4

/cvs/autoupdate/ui/src/org/netbeans/modules/autoupdate/ui/Unit.java,v  <--  new
revision: 1.6; previous revision: 1.5
Comment 7 Jiri Rechtacek 2007-05-21 10:36:01 UTC
Renamed subcomponent 'module manager' to 'plugin manager' consistent with
current naming.
Comment 8 Jaromir Uhrik 2007-11-06 15:25:32 UTC
Verified. This problem disappeared.