9757 and JetGroovy

Anyone else experiencing problems using build 9757 and groovy scripts?

I've reported the exception that keeps popping up:

Unbalanced tree. Most probably caused by unbalanced markers. Try calling setDebugMode(true) against PsiBuilder passed to identify exact location of the problem [Plugin: org.intellij.groovy]: Unbalanced tree. Most probably caused by unbalanced markers. Try calling setDebugMode(true) against PsiBuilder passed to identify exact location of the problem [Plugin: org.intellij.groovy]
com.intellij.diagnostic.PluginException: Unbalanced tree. Most probably caused by unbalanced markers. Try calling setDebugMode(true) against PsiBuilder passed to identify exact location of the problem [Plugin: org.intellij.groovy]
at com.intellij.compiler.impl.CompileDriver.a(CompileDriver.java:873)
at com.intellij.compiler.impl.CompileDriver.access$400(CompileDriver.java:572)
at com.intellij.compiler.impl.CompileDriver$4.run(CompileDriver.java:6)
at com.intellij.compiler.progress.CompilerTask.run(CompilerTask.java:160)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$TaskRunnable.run(ProgressManagerImpl.java:3)
at com.intellij.openapi.progress.impl.ProgressManagerImpl$2.run(ProgressManagerImpl.java:5)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:13)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.runProcess(ProgressManagerImpl.java:101)
...
Caused by: java.lang.RuntimeException: Unbalanced tree. Most probably caused by unbalanced markers. Try calling setDebugMode(true) against PsiBuilder passed to identify exact location of the problem
at com.intellij.lang.impl.PsiBuilderImpl.c(PsiBuilderImpl.java:265)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:164)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:296)
at com.intellij.lang.impl.PsiBuilderImpl.a(PsiBuilderImpl.java:194)
at com.intellij.lang.impl.PsiBuilderImpl.getTreeBuilt(PsiBuilderImpl.java:254)
at org.jetbrains.plugins.groovy.lang.parser.GroovyParser.parse(GroovyParser.java:37)
...


My project with the Groovy facet opens but the project view has some sort of spinning blue mouse pointer with a directory entry stuck on "loading...".

Is there something I've corrupted?





Attachment(s):
Picture 1.png
0
4 comments
Avatar
Ronny Løvtangen

I have the same problem.

0

I'm experiencing the same issues.

0

The problem will be probably fixed in the next EAP. Just to be sure,
could you provide an example of Groovy source code which causes such a
problem?

0

there is no specific code that i am aware of.   i was just trying to open a project that had a groovy facet on one of the modules.

0

Please sign in to leave a comment.