Milestone 1

I remember reading somewhere recently that Selena Milestone 1 is a free for licensed users of 6.0. We are just buying licenses at my company, and I wonder if we should have everyone upgrade to Milestone 1. Will this be free for us forever, or will it "expire" once Selena is released. I would hate move everyone to Milestone 1, and then be forced to upgrade to 7.0 when it comes out, even if it's a bad time for us.

I also have not used any of the Selena EAP's so I'm a little nervous about moving to it, especially with all the new facet stuff. Is the use of facets required, or could we continue to use projects and modules as we do today?

Tobin

0
6 comments
Avatar
Vivek V. Bedekar

And what if you gets errors like this, whenever you open any file (java, html, jsp, xml ....)

-


No message
java.lang.AbstractMethodError
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:85)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:144)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:136)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:19)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:84)
at $Proxy67.selectionChanged(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.fireSelectionChanged(FileEditorManagerImpl.java:115)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.setCurrentWindow(EditorsSplitters.java:85)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setEditor(EditorWindow.java:335)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:458)
at com.intellij.openapi.fileEditor.impl.EditorTabbedContainer$MyTabbedPane$1.run(EditorTabbedContainer.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:106)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.EditorTabbedContainer$MyTabbedPane.setSelectedIndex(EditorTabbedContainer.java:38)
at com.intellij.ui.TabbedPaneWrapper.setSelectedIndex(TabbedPaneWrapper.java:20)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setSelectedEditor(EditorWindow.java:36)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setEditor(EditorWindow.java:260)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:458)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.a(EditorsSplitters.java:120)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.openFiles(EditorsSplitters.java:112)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1$1.run(FileEditorManagerImpl.java:0)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1.run(FileEditorManagerImpl.java:2)
at com.intellij.openapi.wm.impl.commands.InvokeLaterCmd.run(InvokeLaterCmd.java:3)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:15)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:44)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:83)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:6)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)



java.lang.AbstractMethodError
at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:85)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:144)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:136)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:19)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:84)
at $Proxy67.fileOpened(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:338)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.a(EditorsSplitters.java:120)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.openFiles(EditorsSplitters.java:112)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1$1.run(FileEditorManagerImpl.java:0)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1.run(FileEditorManagerImpl.java:2)
at com.intellij.openapi.wm.impl.commands.InvokeLaterCmd.run(InvokeLaterCmd.java:3)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:15)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:44)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:83)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:6)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)



java.lang.AbstractMethodError
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:85)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:144)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:136)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:19)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:84)
at $Proxy67.selectionChanged(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.fireSelectionChanged(FileEditorManagerImpl.java:115)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.setCurrentWindow(EditorsSplitters.java:85)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setEditor(EditorWindow.java:335)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:458)
at com.intellij.openapi.fileEditor.impl.EditorTabbedContainer$MyTabbedPane$1.run(EditorTabbedContainer.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:106)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.EditorTabbedContainer$MyTabbedPane.setSelectedIndex(EditorTabbedContainer.java:38)
at com.intellij.ui.TabbedPaneWrapper.setSelectedIndex(TabbedPaneWrapper.java:20)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setSelectedEditor(EditorWindow.java:36)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setEditor(EditorWindow.java:260)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:458)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.a(EditorsSplitters.java:120)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.openFiles(EditorsSplitters.java:112)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1$1.run(FileEditorManagerImpl.java:0)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1.run(FileEditorManagerImpl.java:2)
at com.intellij.openapi.wm.impl.commands.InvokeLaterCmd.run(InvokeLaterCmd.java:3)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:15)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:44)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:83)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:6)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)



java.lang.AbstractMethodError
at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:85)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:144)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:136)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:19)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:84)
at $Proxy67.fileOpened(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:338)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.a(EditorsSplitters.java:120)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.openFiles(EditorsSplitters.java:112)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1$1.run(FileEditorManagerImpl.java:0)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1.run(FileEditorManagerImpl.java:2)
at com.intellij.openapi.wm.impl.commands.InvokeLaterCmd.run(InvokeLaterCmd.java:3)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:15)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:44)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:83)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:6)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)



java.lang.AbstractMethodError
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.intellij.util.messages.impl.MessageBusConnectionImpl.deliverMessage(MessageBusConnectionImpl.java:85)
at com.intellij.util.messages.impl.MessageBusImpl.pumpMessages(MessageBusImpl.java:144)
at com.intellij.util.messages.impl.MessageBusImpl.sendMessage(MessageBusImpl.java:136)
at com.intellij.util.messages.impl.MessageBusImpl.access$000(MessageBusImpl.java:19)
at com.intellij.util.messages.impl.MessageBusImpl$2.invoke(MessageBusImpl.java:84)
at $Proxy67.selectionChanged(Unknown Source)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.fireSelectionChanged(FileEditorManagerImpl.java:115)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.setCurrentWindow(EditorsSplitters.java:85)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setEditor(EditorWindow.java:335)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl.openFileImpl3(FileEditorManagerImpl.java:458)
at com.intellij.openapi.fileEditor.impl.EditorTabbedContainer$MyTabbedPane$1.run(EditorTabbedContainer.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:106)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.EditorTabbedContainer$MyTabbedPane.setSelectedIndex(EditorTabbedContainer.java:38)
at com.intellij.ui.TabbedPaneWrapper.setSelectedIndex(TabbedPaneWrapper.java:20)
at com.intellij.openapi.fileEditor.impl.EditorWindow.setSelectedEditor(EditorWindow.java:36)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.a(EditorsSplitters.java:96)
at com.intellij.openapi.fileEditor.impl.EditorsSplitters.openFiles(EditorsSplitters.java:112)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1$1.run(FileEditorManagerImpl.java:0)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:7)
at com.intellij.openapi.command.impl.CommandProcessorImpl.executeCommand(CommandProcessorImpl.java:86)
at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$8$1.run(FileEditorManagerImpl.java:2)
at com.intellij.openapi.wm.impl.commands.InvokeLaterCmd.run(InvokeLaterCmd.java:3)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:15)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
at com.intellij.ide.IdeEventQueue.b(IdeEventQueue.java:44)
at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:83)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:6)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)


-


When r u going to resolve this?

0
Avatar
Sascha Weinreuter

When r u going to resolve this?


You can resolve it yourself: The error is caused by some outdated plugin(s). You should remove them until the error disappears.

Sascha

0
Avatar
Sascha Weinreuter

I remember reading somewhere recently that Selena Milestone 1 is a free for licensed users of 6.0.


I think 6.0 Licenses are valid for M1 until January 2008 - at least that's what the currently released version says during startup.

I also have not used any of the Selena EAP's so I'm a little nervous about moving to it, especially with all the new facet stuff. Is the use of facets required, or could we continue to use projects and modules as we do today?


You should certainly try it before switching completely, but Selena offers several improvements (stability and performance) and bug-fixes that make a real difference. If you're using a more or less standard project layout, I think you can continue to use it as it is, however once the project/module files have been touched by Selena they might not work properly any more in 6.0.x

Sascha

0
Avatar
Vivek V. Bedekar

I got it - its a plugin called switchfile .
Remove this ..

Thanks alot buddddyyyyyyyyy

Vivek

0

Thanks for the info, Sascha.

0

Sascha,

Just to clarify, given that Selena comes out at the end of the year (projected), there's
little benefit (commercially) in upgrading from version 5 to the current version as
a new upgrade would be required in about 8 months time?
We also have a number of users currently on version 5, but I would not like to recommend upgrading to
version 6 (license), given it (v6) does not have the features I like in Selena and which I'm promoting to
people here as the version to use, if it'll expire so soon after the upgrade.

Could someone from JB comment?

Cheers,

Bonny

0

Please sign in to leave a comment.