Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random Exception when opening Raml File #71

Open
aaron-axisa opened this issue Jan 16, 2017 · 1 comment
Open

Random Exception when opening Raml File #71

aaron-axisa opened this issue Jan 16, 2017 · 1 comment

Comments

@aaron-axisa
Copy link

Invalid range specified: (6386,2072); java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:132) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:222) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:217) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:213) at com.intellij.openapi.util.TextRange.<init>(TextRange.java:43) at com.intellij.openapi.util.TextRange.<init>(TextRange.java:32) at org.mule.tooling.lang.raml.annotator.RamlAnnotator.apply(RamlAnnotator.java:50) at org.mule.tooling.lang.raml.annotator.RamlAnnotator.apply(RamlAnnotator.java:18) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.c(ExternalToolPass.java:192) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.access$700(ExternalToolPass.java:44) at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.a(ExternalToolPass.java:166) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1061) at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.run(ExternalToolPass.java:162) at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:337) at com.intellij.util.ui.update.MergingUpdateQueue.execute(MergingUpdateQueue.java:327) at com.intellij.util.ui.update.MergingUpdateQueue.lambda$flush$1(MergingUpdateQueue.java:277) at com.intellij.util.ui.update.MergingUpdateQueue.flush(MergingUpdateQueue.java:291) at com.intellij.util.ui.update.MergingUpdateQueue.run(MergingUpdateQueue.java:246) at com.intellij.util.concurrency.QueueProcessor.runSafely(QueueProcessor.java:223) at com.intellij.util.Alarm$Request$1.run(Alarm.java:387) at com.intellij.util.Alarm$Request.run(Alarm.java:398) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.run(SchedulingWrapper.java:237) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:210) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)

@javaduke
Copy link
Collaborator

javaduke commented Mar 4, 2017

I'm unable to reproduce this issue with any of my sample Raml files. Can you please attach the Raml file that is causing this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants