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 234315

Summary: IllegalArgumentException: Spring Beans[org.netbeans.modules.spring.beans/1.30.0.1] and Java Options[org.netbeans.modules.options.java/1.7] must be same for operation ENABLE
Product: platform Reporter: MackSix
Component: AutoupdateAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 203008
Attachments: stacktrace

Description MackSix 2013-08-13 11:19:00 UTC
Build: NetBeans IDE Dev (Build 201308122300)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b55, Java(TM) SE Runtime Environment, 1.7.0_40-ea-b38
OS: Windows 7

User Comments:
MackSix: 1. Tried to enable GUI Builder in Tools>>Options>>Java>>GUI Builder.

It seems I can't enable JavaSE.




Stacktrace: 
java.lang.IllegalArgumentException: Spring Beans[org.netbeans.modules.spring.beans/1.30.0.1] and Java Options[org.netbeans.modules.options.java/1.7] must be same for operation ENABLE
   at org.netbeans.modules.autoupdate.services.OperationContainerImpl.add(OperationContainerImpl.java:135)
   at org.netbeans.api.autoupdate.OperationContainer.add(OperationContainer.java:292)
   at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.getAllForEnable(FindComponentModules.java:259)
   at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.findComponentModules(FindComponentModules.java:192)
   at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules.access$000(FindComponentModules.java:70)
   at org.netbeans.modules.ide.ergonomics.fod.FindComponentModules$1.run(FindComponentModules.java:178)
Comment 1 MackSix 2013-08-13 11:19:03 UTC
Created attachment 138631 [details]
stacktrace
Comment 2 MackSix 2013-08-13 11:24:30 UTC
I was able to activate JavaSE in Tools>>Plugins>>Installed Tab, but I could not activate it through Options or opening a JavaSE project.
Comment 3 Jiri Rechtacek 2013-08-13 11:29:09 UTC

*** This bug has been marked as a duplicate of bug 234298 ***