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

Scala compilation error. #6636

Closed
deepakkarunakaran opened this issue Nov 10, 2022 · 1 comment
Closed

Scala compilation error. #6636

deepakkarunakaran opened this issue Nov 10, 2022 · 1 comment

Comments

@deepakkarunakaran
Copy link

After executing yarn start, when trying to access https://localhost:9001 got the following error ...

backend: [info] compiling 166 Scala sources and 1 Java source to /home/user/webknossos/webknossos/target/scala-2.12/classes ...
backend: [error] /home/user/webknossos/webknossos/app/models/annotation/Annotation.scala:138:32: not found: type AnnotationsRow
backend: [error] extends SQLDAOAnnotation, AnnotationsRow, Annotations {
backend: [error] ^
backend: [error] /home/user/webknossos/webknossos/app/models/annotation/Annotation.scala:138:48: not found: type Annotations
....

backend: ! @7pho26fd0 - Internal server error, for (GET) [/] ->
backend:
backend: play.sbt.PlayExceptions$CompilationException: Compilation error[not found: type AnnotationsRow]
backend: at play.sbt.PlayExceptions$CompilationException$.apply(PlayExceptions.scala:34)
backend: at play.sbt.PlayExceptions$CompilationException$.apply(PlayExceptions.scala:34)
backend: at scala.Option.map(Option.scala:230)
backend: at play.sbt.run.PlayReload$.$anonfun$taskFailureHandler$8(PlayReload.scala:131)
backend: at scala.Option.map(Option.scala:230)
backend: at play.sbt.run.PlayReload$.taskFailureHandler(PlayReload.scala:104)
backend: at play.sbt.run.PlayReload$.compileFailure(PlayReload.scala:38)
backend: at play.sbt.run.PlayReload$.$anonfun$compile$3(PlayReload.scala:156)
backend: at scala.util.Either$LeftProjection.map(Either.scala:573)
backend: at play.sbt.run.PlayReload$.compile(PlayReload.scala:156)

@normanrz
Copy link
Member

normanrz commented Nov 14, 2022

Getting webKnossos to compile correctly is not straightforward. If you wish to run webKnossos on your own computer, you can use our prebuilt docker containers. Otherwise, you can use webKnossos for free at webknossos.org.

@fm3 fm3 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 28, 2023
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

3 participants