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 89676 - ClassNotFoundException on IDE startup after disabling uml module
Summary: ClassNotFoundException on IDE startup after disabling uml module
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Yang Su
URL:
Keywords:
Depends on: 106019
Blocks:
  Show dependency tree
 
Reported: 2006-11-20 14:38 UTC by Andrew Korostelev
Modified: 2007-06-20 15:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
java.lang.ClassNotFoundException: org.netbeans.modules.uml.project.ui.UMLProjectSettings (6.12 KB, text/plain)
2006-11-20 14:39 UTC, Andrew Korostelev
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Korostelev 2006-11-20 14:38:43 UTC
ClassNotFoundException is logged inещ messages.log file on IDE startup is user
has disabled UML module before restart.
To reproduce this issue I also have created uml project with dirty sequence
diagram before disabling UML module. 
Not sure what exactly in project causes exception, but without it bug is not
reproducible.

steps
- open IDe
- create uml project
- create sequence diagram
- put lifeline on diagram and DO NOT save it.
- disable uml project
- close and start IDE 

attached exception is logged during startup
Comment 1 Andrew Korostelev 2006-11-20 14:39:12 UTC
Created attachment 36144 [details]
java.lang.ClassNotFoundException: org.netbeans.modules.uml.project.ui.UMLProjectSettings
Comment 2 Yang Su 2007-04-10 23:51:24 UTC
The cause was that the project was not closed when uml was uninstalled, so it
remains in the open project list, NB tried to load the project upon restart,
could not find the required class as the module was uninstalled.

It was fixed in last release.
Comment 3 Andrew Korostelev 2007-06-20 15:30:01 UTC
verified in netbeans-hudson-trunk-980-full (Build 070620)


other problems related to disabling/uninstalling uml module are filed separately.