Exception in IDEA console

I'm running IDEA via idea.bat at the suggestion of IDEA support so I have a way to get a dump when a certain error occurs.  When I start IDEA (with MPS not running) this console has the following error.

Looks like there's a newer MPS build that I haven't gotten yet.

D:\Tools\IntelliJ IDEA 5.0\bin>idea.bat

Using JVMPI

*** HINT ***: we recommend using Java 5.0 and JVMTI when possible!

Listening on port 10100...

java.io.IOException: Connection refused: connect

        at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:444)

        at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:163)

        at jetbrains.mps.plugin.BuildHandler.rebuildImportedClassesInMPS(BuildHandler.java:43)

        at jetbrains.mps.plugin.BuildHandler.access$000(BuildHandler.java:14)

        at jetbrains.mps.plugin.BuildHandler$1.compilationFinished(BuildHandler.java:27)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

        at java.lang.reflect.Method.invoke(Method.java:585)

        at com.intellij.util.EventDispatcher.a(EventDispatcher.java:13)

        at com.intellij.util.EventDispatcher.a(EventDispatcher.java:81)

        at com.intellij.util.EventDispatcher.access$100(EventDispatcher.java:10)

        at com.intellij.util.EventDispatcher$1.invoke(EventDispatcher.java:10)

        at $Proxy30.compilationFinished(Unknown Source)

        at com.intellij.compiler.CompilerManagerImpl$ListenerNotificator.finished(CompilerManagerImpl.java:2)

        at com.intellij.compiler.impl.CompileDriver$6.run(CompileDriver.java:9)

        at com.intellij.openapi.application.impl.LaterInvocatorEx$FlushQueue.run(LaterInvocatorEx.java:3)

        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

        at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:25)

        at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:128)

        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:62)

        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)

        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)

        at java.awt.Dialog$1.run(Dialog.java:515)

        at java.awt.Dialog.show(Dialog.java:536)

        at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:22)

        at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:36)

        at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:722)

        at com.intellij.compiler.progress.CompilerProgressIndicator$2.run(CompilerProgressIndicator.java:5)

        at com.intellij.openapi.application.impl.LaterInvocatorEx$FlushQueue.run(LaterInvocatorEx.java:3)

        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)

        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)

        at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:25)

        at com.intellij.ide.IdeEventQueue.a(IdeEventQueue.java:128)

        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:62)

        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)

0
1 comment
Avatar
Permanently deleted user

Doug Hockin wrote:

I'm running IDEA via idea.bat at the suggestion of IDEA support so I have a way to get a dump when a certain error occurs.  When I start IDEA (with MPS not running) this console has the following error.

Looks like there's a newer MPS build that I haven't gotten yet.

D:\Tools\IntelliJ IDEA 5.0\bin>idea.bat

Using JVMPI

*** HINT ***: we recommend using Java 5.0 and JVMTI when possible!

This bug is already submitted as MPS-426. It appears when MPSPlugin

tries to send some information to MPS, but MPS isn't running at this

time. We will fix it in the next build.

0

Please sign in to leave a comment.