Hi NetBeans Gurus,

I'm seeing a crash on starting up my NetBeans app with the following exception 
stack. The module bolded below differs on each run. Does this stack look 
familiar to anyone?

java.lang.IllegalArgumentException: fixed or invalid: 
FixedModule:org.netbeans.modules.target.iterator
at org.netbeans.core.startup.ModuleList.computeProperties(ModuleList.java:950)
at org.netbeans.core.startup.ModuleList.moduleChanged(ModuleList.java:914)
at org.netbeans.core.startup.ModuleList.flushInitial(ModuleList.java:834)
at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:256)
at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:156)
at org.netbeans.core.startup.Main.getModuleSystem(Main.java:125)
at org.netbeans.core.startup.Main.start(Main.java:282)
at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:98)
at java.lang.Thread.run(Thread.java:745)


I'm trying something a little different to most other apps. I've wrapped 
NetBeans in a standalone Java app by calling org.netbeans.Main#main directly. 
Is there any other app out there following this model?


Thanks in advance,

Morn

Reply via email to