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 - 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
Summary: IllegalArgumentException: Spring Beans[org.netbeans.modules.spring.beans/1.30...
Status: RESOLVED DUPLICATE of bug 234298
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-13 11:19 UTC by MackSix
Modified: 2013-08-13 11:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 203008


Attachments
stacktrace (1.58 KB, text/plain)
2013-08-13 11:19 UTC, MackSix
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***