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 112885 - "Could not install some modules" warning
Summary: "Could not install some modules" warning
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords: REGRESSION
: 113163 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-08-15 13:59 UTC by Jaromir Uhrik
Modified: 2019-07-07 03:55 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: Netigso


Attachments
Warning dialog screenshot... (55.34 KB, image/png)
2007-08-15 14:00 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2007-08-15 13:59:20 UTC
Product Version: NetBeans IDE Dev (Build 200708150000) 
Java: 1.5.0_07; Java HotSpot(TM) Client VM 1.5.0_07-87 
System: Mac OS X version 10.4.10 running on i386; MacRoman; en_US (nb)

Mostly the installation ends with the Warning dialog. Here is an example of steps to reproduce:
1. Go to main menu Tools|Plugins
2. Select "Available Plugins" tab and invoke popup menu on line "Ruby and Rails" 
3. Select "Check category 'Ruby'" item from popup menu
4. Go through installer to install Ruby and push Finish at the end of the wizard
5. After the restart the Warning dialog appears
6. Push "Disable and Continue" button
There is the problem that in Installed tab of Plugin Manager there appear Ruby plugins and are not active (the red icon
is in the Active column). Even when I try to activate it the red icon stays there.
Comment 1 Jaromir Uhrik 2007-08-15 14:00:18 UTC
Created attachment 46659 [details]
Warning dialog screenshot...
Comment 2 Jan Becicka 2007-08-16 12:57:33 UTC
This is P1 IMO. I tried to install several modules, but it always failed. Because of missing modules. This is a
regression. Old UC was able to handle module dependencies correctly. UC is useless for me.
Comment 3 Martin Schovanek 2007-08-16 13:26:54 UTC
Got similar warning when installing JemmySupport module. I choose Exit (expected that the exit means exit Plugin Manager
not Exit IDE!). Run the IDE again and all is working fine.
Comment 4 rmatous 2007-08-16 15:05:59 UTC
If there was problem with missing modules and handling module deps. correctly in UC then after restart it wouldn't work
smoothly. The problem is somewhere else , probably is caused by new behavior #111701 - Autoupdate should overwrite the
existing location while updating modules. 
Comment 5 rmatous 2007-08-16 17:13:24 UTC
The cause is really that SFS doesn't know nothing about newly created cluster + tiny bug, that is hopefully fixed by this:
 /cvs/autoupdate/services/src/org/netbeans/modules/autoupdate/services/InstallManager.java,v  <--  InstallManager.java
new revision: 1.16; previous revision: 1.15

Not fixed yet.
Comment 6 rmatous 2007-08-22 18:39:22 UTC
/cvs/autoupdate/services/src/org/netbeans/modules/autoupdate/services/InstallSupportImpl.java,v  <--  new revision:
1.21; previous revision: 1.20

/cvs/autoupdate/services/src/org/netbeans/modules/autoupdate/services/InstallManager.java,v  <--  InstallManager.java
new revision: 1.17; previous revision: 1.16

/cvs/autoupdate/services/src/META-INF/services/org.openide.modules.InstalledFileLocator,v  <--  initial revision: 1.1

/cvs/autoupdate/services/test/unit/src/org/netbeans/modules/autoupdate/services/OperationsTestImpl.java,v  <--  new
revision: 1.9; previous revision: 1.8

/cvs/autoupdate/services/test/unit/src/org/netbeans/modules/autoupdate/services/InstallIntoNewClusterTest.java,v  <-- 
initial revision: 1.1

/cvs/autoupdate/services/test/unit/src/org/netbeans/api/autoupdate/DefaultTestCase.java,v  <--  DefaultTestCase.java
new revision: 1.7; previous revision: 1.6

/cvs/autoupdate/services/test/unit/src/org/netbeans/api/autoupdate/data/com-sun-testmodule-cluster.nbm,v  <--  initial
revision: 1.1

/cvs/autoupdate/services/test/unit/src/org/netbeans/api/autoupdate/data/updates.xml,v  <--  updates.xml
new revision: 1.5; previous revision: 1.4
Comment 7 rmatous 2007-08-23 13:18:02 UTC
*** Issue 113163 has been marked as a duplicate of this issue. ***
Comment 8 Jaromir Uhrik 2007-08-30 09:58:38 UTC
Verified.