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 161842 - ClassNotFoundException: org.netbeans.modules.uml.drawingarea.actions.MoveAction
Summary: ClassNotFoundException: org.netbeans.modules.uml.drawingarea.actions.MoveAction
Status: RESOLVED INCOMPLETE
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@uml
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 08:59 UTC by ieising
Modified: 2009-04-03 12:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 148814


Attachments
stacktrace (7.24 KB, text/plain)
2009-04-03 08:59 UTC, ieising
Details
stacktrace (2.72 KB, text/plain)
2009-04-03 09:06 UTC, ieising
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ieising 2009-04-03 08:59:18 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments:
ieising: I opened my UML project in a completely virgin NB 6.7M3 setup.



Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/uml/drawingarea/actions/MoveAction
        at org.netbeans.modules.uml.diagrams.engines.DefaultDiagramEngine.setActions(DefaultDiagramEngine.java:257)
        at org.netbeans.modules.uml.drawingarea.view.DesignerScene.attachNodeWidget(DesignerScene.java:325)
        at org.netbeans.modules.uml.drawingarea.view.DesignerScene.attachNodeWidget(DesignerScene.java:101)
        at org.netbeans.api.visual.graph.GraphScene.addNode(GraphScene.java:97)
        at org.netbeans.modules.uml.diagrams.engines.DefaultDiagramEngine.addWidget(DefaultDiagramEngine.java:365)
        at org.netbeans.modules.uml.drawingarea.persistence.readers.DefaultReader.addNodeToScene(DefaultReader.java:157)
Comment 1 ieising 2009-04-03 08:59:25 UTC
Created attachment 79348 [details]
stacktrace
Comment 2 ieising 2009-04-03 09:06:24 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, x86

User Comments: 
I tried to generate the report from  my UML project. The output window I had openeed my self previously and now has some output in it:

generating report for DollyClientDataMigration to C:\Iwan\jForay\klanten\EDS\EDS - Projecten\Dolly\SVN\Client Migration\DollyClientDataMigration\report
processed 1 elements 0 diagrams
Report Successful (total time: 0 seconds)

But still no actual report being generated.

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/uml/drawingarea/actions/MoveAction
        at org.netbeans.modules.uml.diagrams.engines.DefaultDiagramEngine.setActions(DefaultDiagramEngine.java:257)
        at org.netbeans.modules.uml.drawingarea.view.DesignerScene.attachNodeWidget(DesignerScene.java:325)
        at org.netbeans.modules.uml.drawingarea.view.DesignerScene.attachNodeWidget(DesignerScene.java:101)
        at org.netbeans.api.visual.graph.GraphScene.addNode(GraphScene.java:97)
        at org.netbeans.modules.uml.diagrams.engines.DefaultDiagramEngine.addWidget(DefaultDiagramEngine.java:365)
        at org.netbeans.modules.uml.drawingarea.persistence.readers.DefaultReader.addNodeToScene(DefaultReader.java:157)
Comment 3 ieising 2009-04-03 09:06:34 UTC
Created attachment 79350 [details]
stacktrace
Comment 4 ieising 2009-04-03 09:21:05 UTC
Raising to a P1 because it makes the UML plugin close to unusable. If I can't generate a report, I can't communicate my
designs.

Iwan
Comment 5 Sergey Petrov 2009-04-03 10:29:18 UTC
can ou share your project?
also can you try to reinstall uml next way:
uninstall from plugin manager
remove umlX folder from netbeans installation directory
remove .uml folder from netbeans home directory
//
reinstall, may be from zip downloaded from  http://bits.netbeans.org/download/6.7/m3/zip.html
//
do you use dom4j or antlr libraries somewhere?
Comment 6 ieising 2009-04-03 12:31:31 UTC
Unfortunately I can't share the project as it contains classified information.

Iwan
Comment 7 ieising 2009-04-03 12:39:56 UTC
No I'm not using ANTLR or Dom4J.
Comment 8 ieising 2009-04-03 12:42:45 UTC
Ok, I just uninstalled the UML plug-in and re-installed it from the AUC and I can now open my project.

Iwan