-
Notifications
You must be signed in to change notification settings - Fork 24
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
!MESSAGE Evaluator actor crashed #218
Comments
|
Your installation seems fine, but I can't guarantee it isn't broken. So, you have an empty project? No dependencies? If so, maybe try creating a new workspace (though I'd be really surprised this is the reason for the described issue...) |
That's correct. Empty project with no dependency. Tried new workspace but no luck. I installed worksheet separately than IDE. Could that be the problem. Somehow IDE installation on Luna did not bring worksheet. |
That may be the problem indeed :-) What are the update site you have used for installing the Scala IDE and Worksheet? Also, to avoid these sort of installation hiccups, did you know download the SDK (http://scala-ide.org/download/sdk.html). |
yeah, I thought i don't need Eclipse Luna again which seems to come bundled with the SDK. Any way let me try that instead of breaking my head on it :) |
I'm not following :-)
Sure. But, let us know what are the update-sites you have used to end up with the problem described in the ticket. Just want to make sure there is nothing wrong, and the broken state of your installation is "expected". |
Hi,
The Scala worksheet on Eclipse Luna does not evaluate i.e. displays no results when saved. I am on Mac OS X 10.8.5. The error in workspace log is as below:
!ENTRY org.scala-ide.sdt.core 4 0 2015-04-22 11:57:58.369
!MESSAGE Evaluator actor crashed
!STACK 0
java.lang.LinkageError: scala/tools/nsc/interactive/Response
at org.scalaide.worksheet.runtime.SourceInstrumenter$$anonfun$1$$anonfun$apply$1.apply(SourceInstrumenter.scala:32)
at org.scalaide.core.compiler.IScalaPresentationCompiler$.withResponse(IScalaPresentationCompiler.scala:308)
at org.scalaide.worksheet.runtime.SourceInstrumenter$$anonfun$1.apply(SourceInstrumenter.scala:32)
at org.scalaide.worksheet.runtime.SourceInstrumenter$$anonfun$1.apply(SourceInstrumenter.scala:29)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy$$anonfun$internal$1.apply(PresentationCompilerProxy.scala:105)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy$$anonfun$internal$1.apply(PresentationCompilerProxy.scala:104)
at scala.Option.flatMap(Option.scala:171)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy.internal(PresentationCompilerProxy.scala:104)
at org.scalaide.core.internal.compiler.PresentationCompilerProxy.apply(PresentationCompilerProxy.scala:62)
at org.scalaide.worksheet.runtime.SourceInstrumenter.instrumentProgram(SourceInstrumenter.scala:29)
at org.scalaide.worksheet.runtime.SourceInstrumenter.instrument(SourceInstrumenter.scala:22)
at org.scalaide.worksheet.runtime.WorksheetRunner$$anonfun$act$1$$anonfun$apply$1.applyOrElse(WorksheetRunner.scala:62)
at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:36)
at scala.actors.ReactorTask.run(ReactorTask.scala:31)
at scala.actors.ReactorTask.compute(ReactorTask.scala:63)
at scala.concurrent.forkjoin.RecursiveAction.exec(RecursiveAction.java:160)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.pollAndExecAll(ForkJoinPool.java:1253)
at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1346)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
The text was updated successfully, but these errors were encountered: