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 8033 - Editing files after you disabled the Editor module through an Exception occured In Request Processor
Summary: Editing files after you disabled the Editor module through an Exception occur...
Status: CLOSED FIXED
Alias: None
Product: utilities
Classification: Unclassified
Component: Properties (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 major (vote)
Assignee: issues@utilities
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-10-26 16:09 UTC by dmladek
Modified: 2003-07-01 14:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE.LOG (70.07 KB, text/plain)
2001-07-20 20:39 UTC, dmladek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmladek 2000-10-26 16:09:38 UTC
[1130CE]
jdk1.3.0-fcs
=============

"Exception Occured In Reguest Processor"
java.lang.NoClassDefFoundError: null

is permanently shown after you uninstall editor module.


Step to reproduce:
------------------
1. Mount 2 CVS FS (2 workings over 1 repository)
(1 CVS FS is maybe enought)
2. Edit some files from those CVS FSs.
3. Let them opened in Editor and Uninstall Editor module
4. Restart IDE ('cauz it doesn't DYNAMIKALY UNINSTALL this module:()
5. Probably You'll received a few warnings about serialization and services
6. Yours files are opened in plain editor.
7. Attemt to swith from one to another causes Warning:
"Exception Occured In Reguest Processor"
java.lang.NoClassDefFoundError: null

see attached IDE.log for details
Comment 1 dmladek 2000-10-26 16:12:59 UTC
Created attachment 211 [details]
IDE.LOG
Comment 2 Jesse Glick 2000-10-26 16:23:59 UTC
Bug in properties module--some node action is bound to Editor by compile-time
reference and it does not notice that Editor is no longer there.
Comment 3 Peter Zavadsky 2001-02-05 07:34:59 UTC
This is obsolete since splitted classloaders were introdused.
Comment 4 dmladek 2001-02-06 20:40:59 UTC
Marked as Verified

but new smaller bug for others modulles will be fired
Comment 5 dmladek 2001-02-08 13:14:59 UTC
I thing that it will be fair to mentioned here that
I had already made an attempt to describe whole problem in bug #9402
but this bug was too general. So it has been marked as invalid.

(new bugs will be entered)
Comment 6 Quality Engineering 2003-07-01 14:20:24 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.