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 113163 - Plugin Manager exits ide when some modules could not be installed
Summary: Plugin Manager exits ide when some modules could not be installed
Status: CLOSED DUPLICATE of bug 112885
Alias: None
Product: platform
Classification: Unclassified
Component: Plugin Manager (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-20 00:30 UTC by Karthikeyan Rajeswaran
Modified: 2009-01-11 20:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (41.78 KB, application/octet-stream)
2007-08-20 00:31 UTC, Karthikeyan Rajeswaran
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Karthikeyan Rajeswaran 2007-08-20 00:30:27 UTC
Running NetBeans IDE Dev (Build 200708130000) on Solaris 10 under jdk1.6.0:

- Connect to the 'Standard Features' update center
- Select 'C/C++ Feature'
- After downloading the modules, a dialog box comes up specifying that there were some dependency check failures. The
dialog box had two buttons ' Disable and Continue' and 'Exit'.
- Selecting the 'Exit button quits the IDE.

This doesn't look like a sufficiently serious or showstopper issue to entirely exit the ide (the bits were merely
downloaded at that point and were not even locally installed yet).

The 'Exit' button should probably a 'Cancel' or 'Close' button that merely stops the current operation. 

Will attach the ide log following this submission, but here are some excerpts:

...INFO [org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogCache]: Processing URL:
http://deadlock.netbeans.org/hudson/job/javadoc-nbms/lastSuccessfulBuild/artifact/nbbuild/nbms/updates.xml.gz
INFO [org.netbeans.modules.autoupdate.services.InstallManager]: Declared target cluster cnd1 in
C/C++[org.netbeans.modules.cnd.kit/1.0] is not writable. Will be used /export/home/ides/nb6_daily/ide/cnd1
Warning - could not install some modules:
        C/C++ - The module named org.netbeans.modules.cnd/1 was needed and not found.
        C/C++ - The module named org.netbeans.modules.cnd.antlr was needed and not found....
        ...C/C++ - The module named org.netbeans.modules.cnd.repository was needed and not found.
INFO [org.netbeans.modules.autoupdate.services.InstallSupportImpl]: Overflow checks of installed module null
(The actual errors with c/c++ pack is another issue; will consult c/c++ pack group to see if a bug needs to be filed for
that or if it is just an issue with development bits that will be corrected soon...)
Comment 1 Karthikeyan Rajeswaran 2007-08-20 00:31:35 UTC
Created attachment 46852 [details]
Log file
Comment 2 Karthikeyan Rajeswaran 2007-08-21 01:31:05 UTC
The dependency issues with target cluster cnd1 seems to have been fixed. I could not reproduce the problem today with
the same build, NetBeans IDE Dev (Build 200708130000) on Solaris 10 under jdk1.6.0. (Clearly the problem was not even in
code but in the update center catalog).

But i think, it is still a problem to have an Exit button in the ide that entirely quits the ide; To reproduce this
issue, an erroneous update center catalog will need to be simulated.
Comment 3 rmatous 2007-08-23 13:18:14 UTC

*** This issue has been marked as a duplicate of 112885 ***
Comment 4 Jaromir Uhrik 2007-08-30 09:58:14 UTC
Verified - duplicate.