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 134154 - NoClassDefFoundError: org/netbeans/modules/visualweb/project/jsf/api/JsfProjectUtils
Summary: NoClassDefFoundError: org/netbeans/modules/visualweb/project/jsf/api/JsfProje...
Status: VERIFIED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: _ sandipchitale
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-29 12:25 UTC by Marian Mirilovic
Modified: 2008-06-18 12:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 35994


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-04-29 12:25:37 UTC
103 duplicates so far - all exceptions reported on Wins

Build: NetBeans IDE 6.1 Beta (Build 200803050202)
VM: Java HotSpot(TM) Client VM, 1.5.0_12-b04
OS: Windows XP, 5.1, x86
User comments: 
I found it!! It's the "Remove unused bindings" plugin. I remove it and voil?! Now I can keep on, doing my stuff, good
night everybody!! :D
STACKTRACE: (first 10 lines)
java.lang.NoClassDefFoundError: org/netbeans/modules/visualweb/project/jsf/api/JsfProjectUtils
        at
org.netbeans.modules.visualweb.removebindings.RemoveUnusedBindingsAction$RemoveUnusedBindingsContextAwareAction.<init>(RemoveUnusedBindingsAction.java:91)
        at
org.netbeans.modules.visualweb.removebindings.RemoveUnusedBindingsAction.createContextAwareInstance(RemoveUnusedBindingsAction.java:82)
        at org.openide.util.Utilities.actionsToPopup(Utilities.java:2662)
        at org.openide.util.Utilities.actionsToPopup(Utilities.java:2754)
        at org.openide.explorer.view.TreeView.createPopup(TreeView.java:918)
        at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1376)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:182)
        at org.openide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(MouseUtils.java:177)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:232)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
Comment 1 _ potingwu 2008-04-29 17:10:31 UTC
"Remove unused bindings" plugin issue!?
Comment 2 _ potingwu 2008-04-29 17:10:47 UTC
"Remove unused bindings" plugin issue!?
Comment 3 _ sandipchitale 2008-04-29 21:07:42 UTC
What clusters did you have installed in the IDE? It looks like visualweb cluster was absent. However in that case Remove
Binding Attributes module should have been disabled. Can you attach the IDE message log.
Comment 4 Marian Mirilovic 2008-04-29 22:30:54 UTC
sandip, 
please look at exceptions report in URL, I think you can find all informations there (>100 reports).
Comment 5 _ sandipchitale 2008-04-30 00:37:48 UTC
Remove Binding Attributes is a contrib module and not part of the product. Adjusting the component.
Comment 6 _ sandipchitale 2008-04-30 02:02:47 UTC
Fixed in 6.1.

Reason for the exceptions:

If you notice the build number of all the rpeorts it is 080305. The changeset:

author  	Sandip V. Chitale <sandipchitale@netbeans.org>
	Mon Mar 03 13:35:53 2008 -0800 (8 weeks ago)
changeset 71212 	3ff9f57b8eb5
parent 62762	ad381baf6c93
permissions 	-rw-r--r--
Declare contrib/visualweb.removebindings module as a friend. 

which made the remove binding module a friend of the visualweb.insync module did not make it to that build.

The problem should not occur in 6.1 FCS.
Comment 7 Marian Mirilovic 2008-06-18 12:19:40 UTC
I haven't seen it any more - verified