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 3959 - Problem with AutoUpdate
Summary: Problem with AutoUpdate
Status: CLOSED INVALID
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-21 21:14 UTC by Petr Nejedly
Modified: 2003-07-02 16:02 UTC (History)
0 users

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 Petr Nejedly 1999-09-21 21:14:00 UTC
If user have some corrupted module (or something like this, e.g. missing lib/ext/... for something - my case), he is unable to finish autoupdate - new modules are loaded, uncompressed and when user
respond to IDE ask of restart,
exception is thrown, which stops the process of uninstalling modules and new modules are thus not moved from modules/update/modules to modules. If user exits IDE manually, moving don`t occur.

Exception occurred during event dispatching:

java.lang.NoClassDefFoundError: com/sun/jdi/request/EventRequest
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName0(Compiled Code)
        at java.lang.Class.forName(Compiled Code)
        at com.netbeans.developer.modules.debugger.jpda.JPDADebuggerModule.class
$(JPDADebuggerModule.java:32)
        at com.netbeans.developer.modules.debugger.jpda.JPDADebuggerModule.unins
talled(JPDADebuggerModule.java:98)
        at com.netbeans.developer.impl.ModuleItem.uninstallCode(ModuleItem.java:
222)
        at com.netbeans.developer.impl.ModuleInstaller.doRemoveModule(ModuleInst
aller.java:513)
        at com.netbeans.developer.impl.ModuleInstaller.removeModule(ModuleInstal
ler.java:421)
        at com.netbeans.developer.impl.ModuleUpdater.loadNewModules(Compiled Cod
e)
        at com.netbeans.developer.impl.ModuleUpdater.loadNewModules(ModuleUpdate
r.java:85)
        at com.netbeans.developer.modules.autoupdate.ModuleAutoUpdater.doDownloa
d(ModuleAutoUpdater.java:198)
Comment 1 Quality Engineering 2003-07-02 15:56:27 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 2 Quality Engineering 2003-07-02 16:02:51 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.