Build #9540 doesn't event start

I just downloaded build #9540 and when i run it i get the questions about the plugins to enable and then it just goes zombie. I see the spash screen, the process is active but nothing more. It never starts. Any ideas ?


I downloaded the Windows ZIP archive (no bundled JRE)
I also get this exception on the log:

java.lang.RuntimeException
    at com.intellij.openapi.project.impl.IdeaServerSettings.setStatus(IdeaServerSettings.java:108)
    at com.intellij.openapi.project.impl.LoginDialogPanel.closeDialog(LoginDialogPanel.java:100)
    at com.intellij.openapi.project.impl.LoginDialogPanel.doCancel(LoginDialogPanel.java:59)
    at com.intellij.openapi.project.impl.LoginDialogPanel$2.actionPerformed(LoginDialogPanel.java:40)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
    at java.awt.Component.processMouseEvent(Component.java:6134)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
    at java.awt.Component.processEvent(Component.java:5899)
    at java.awt.Container.processEvent(Container.java:2023)
    at java.awt.Component.dispatchEventImpl(Component.java:4501)
    at java.awt.Container.dispatchEventImpl(Container.java:2081)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3965)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
    at java.awt.Container.dispatchEventImpl(Container.java:2067)
    at java.awt.Window.dispatchEventImpl(Window.java:2458)
    at java.awt.Component.dispatchEvent(Component.java:4331)

0
4 comments

Well, as it turns out, it does start.....but after 20 minutes.
Even when i closed it it took about 2 minutes.

0
Avatar
Permanently deleted user

Same here :/ reported as IDEA-21045.

0

Thanks, i'll follow the issue

0
Avatar
Permanently deleted user

As a temporary workaround you can disable all your network interfaces before opening IDEA. It's most likely waiting for a network operation that will never complete. Apparently IDEA is ignoring proxy settings for the new server stuff.

0

Please sign in to leave a comment.