Skip to content

Instantly share code, notes, and snippets.

@dimart
Last active June 27, 2017 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimart/bad0e007797af5f9c754ed924684ae6c to your computer and use it in GitHub Desktop.
Save dimart/bad0e007797af5f9c754ed924684ae6c to your computer and use it in GitHub Desktop.
Dmitriis-MacBook-Pro:scastie dmitriipetukhov$ docker rm $(docker ps -a -f status=exited -q)
21ad02816abb
cdd4876378c7
Dmitriis-MacBook-Pro:scastie dmitriipetukhov$ docker run --network=host scalacenter/scastie-sbt-runner:e1ca58b04ac982a784818d01849541f4d0e9166a-dirty
18:06:19.432 INFO SbtMain:18 | Starting sbtRunner pid: 1
18:06:19.462 WARN com.getsentry.raven.dsn.Dsn:90 | Couldn't find a suitable DSN, defaulting to a Noop one.
18:06:21.173 INFO akka.event.slf4j.Slf4jLogger:92 | Slf4jLogger started
18:06:21.508 INFO akka.remote.Remoting:83 | Starting remoting
18:06:21.915 INFO akka.remote.Remoting:83 | Remoting started; listening on addresses :[akka.tcp://SbtRemote@127.0.0.1:5150]
18:06:21.919 INFO akka.remote.Remoting:83 | Remoting now listens on addresses: [akka.tcp://SbtRemote@127.0.0.1:5150]
18:06:21.979 INFO SbtMain:32 | timeout: 30 seconds
18:06:21.984 INFO SbtMain:33 | isProduction: false
18:06:22.073 INFO com.olegych.scastie.sbt.EnsimeActor:147 | Request ensime info from sbtRunner [TELL!]
18:06:22.173 INFO c.olegych.scastie.sbt.Sbt(SbtRunner):61 | Starting sbt process
18:06:28.462 INFO SbtOutputIO(SbtRunner):104 | [info] Loading global plugins from /root/.sbt/0.13/plugins
18:06:33.234 INFO SbtOutputIO(SbtRunner):104 | [info] Loading project definition from /tmp/scastie7199912232089215014/project
18:06:44.133 INFO SbtOutputIO(SbtRunner):104 | [info] Set current project to scastie7199912232089215014 (in build file:/tmp/scastie7199912232089215014/)
18:06:44.493 INFO SbtOutputIO(SbtRunner):104 | 8H3g2mEC1w
18:06:44.503 INFO com.olegych.scastie.sbt.SbtRunner:135 | Generating ensime config file
18:06:44.571 INFO SbtOutputIO(SbtRunner):104 | [info] ENSIME update.
^C18:11:27.938 INFO akka.actor.CoordinatedShutdown:83 | Starting coordinated shutdown from JVM shutdown hook
18:11:28.005 INFO com.olegych.scastie.sbt.EnsimeActor:212 | ensimeActor: postStop
###################################
# I waited here for some time and killed it
###################################
18:11:37.963 WARN akka.actor.CoordinatedShutdown:78 | CoordinatedShutdown from JVM shutdown failed: Futures timed out after [10000 milliseconds]
Dmitriis-MacBook-Pro:scastie dmitriipetukhov$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
eee8fc307076 scalacenter/scastie-sbt-runner:e1ca58b04ac982a784818d01849541f4d0e9166a-dirty "java -Xms512M -Xm..." 5 minutes ago Exited (130) 7 seconds ago happy_austin
###################################
# This time I use start!
###################################
Dmitriis-MacBook-Pro:scastie dmitriipetukhov$ docker start -ai eee8fc307076
18:11:53.479 INFO SbtMain:18 | Starting sbtRunner pid: 1
18:11:53.504 WARN com.getsentry.raven.dsn.Dsn:90 | Couldn't find a suitable DSN, defaulting to a Noop one.
18:11:54.477 INFO akka.event.slf4j.Slf4jLogger:92 | Slf4jLogger started
18:11:54.667 INFO akka.remote.Remoting:83 | Starting remoting
18:11:54.984 INFO akka.remote.Remoting:83 | Remoting started; listening on addresses :[akka.tcp://SbtRemote@127.0.0.1:5150]
18:11:54.987 INFO akka.remote.Remoting:83 | Remoting now listens on addresses: [akka.tcp://SbtRemote@127.0.0.1:5150]
18:11:55.051 INFO SbtMain:32 | timeout: 30 seconds
18:11:55.058 INFO SbtMain:33 | isProduction: false
18:11:55.135 INFO com.olegych.scastie.sbt.EnsimeActor:147 | Request ensime info from sbtRunner [TELL!]
18:11:55.251 INFO c.olegych.scastie.sbt.Sbt(SbtRunner):61 | Starting sbt process
18:12:02.467 INFO SbtOutputIO(SbtRunner):104 | [info] Loading global plugins from /root/.sbt/0.13/plugins
18:12:08.258 INFO SbtOutputIO(SbtRunner):104 | [info] Loading project definition from /tmp/scastie900816886936342218/project
18:12:14.682 INFO SbtOutputIO(SbtRunner):104 | [info] Set current project to scastie900816886936342218 (in build file:/tmp/scastie900816886936342218/)
18:12:14.838 INFO SbtOutputIO(SbtRunner):104 | rz7UTKpxl9
18:12:14.840 INFO com.olegych.scastie.sbt.SbtRunner:135 | Generating ensime config file
18:12:14.871 INFO SbtOutputIO(SbtRunner):104 | [info] ENSIME update.
###################################
# I waited here for some time and killed it
###################################
^C18:14:53.955 INFO akka.actor.CoordinatedShutdown:83 | Starting coordinated shutdown from JVM shutdown hook
18:14:54.004 INFO com.olegych.scastie.sbt.EnsimeActor:212 | ensimeActor: postStop
18:15:03.992 WARN akka.actor.CoordinatedShutdown:78 | CoordinatedShutdown from JVM shutdown failed: Futures timed out after [10000 milliseconds]
###################################
# Let's use start 2nd time
###################################
Dmitriis-MacBook-Pro:scastie dmitriipetukhov$ docker start -ai eee8fc307076
18:15:07.843 INFO SbtMain:18 | Starting sbtRunner pid: 1
18:15:07.862 WARN com.getsentry.raven.dsn.Dsn:90 | Couldn't find a suitable DSN, defaulting to a Noop one.
18:15:08.856 INFO akka.event.slf4j.Slf4jLogger:92 | Slf4jLogger started
18:15:09.048 INFO akka.remote.Remoting:83 | Starting remoting
18:15:09.372 INFO akka.remote.Remoting:83 | Remoting started; listening on addresses :[akka.tcp://SbtRemote@127.0.0.1:5150]
18:15:09.378 INFO akka.remote.Remoting:83 | Remoting now listens on addresses: [akka.tcp://SbtRemote@127.0.0.1:5150]
18:15:09.457 INFO SbtMain:32 | timeout: 30 seconds
18:15:09.459 INFO SbtMain:33 | isProduction: false
18:15:09.555 INFO com.olegych.scastie.sbt.EnsimeActor:147 | Request ensime info from sbtRunner [TELL!]
18:15:09.640 INFO c.olegych.scastie.sbt.Sbt(SbtRunner):61 | Starting sbt process
18:15:15.242 INFO SbtOutputIO(SbtRunner):104 | [info] Loading global plugins from /root/.sbt/0.13/plugins
18:15:20.052 INFO SbtOutputIO(SbtRunner):104 | [info] Loading project definition from /tmp/scastie2264209988388020450/project
18:15:26.259 INFO SbtOutputIO(SbtRunner):104 | [info] Set current project to scastie2264209988388020450 (in build file:/tmp/scastie2264209988388020450/)
18:15:26.429 INFO SbtOutputIO(SbtRunner):104 | p1DJRxp0Bn
18:15:26.431 INFO com.olegych.scastie.sbt.SbtRunner:135 | Generating ensime config file
18:15:26.481 INFO SbtOutputIO(SbtRunner):104 | [info] ENSIME update.
18:16:03.607 INFO SbtOutputIO(SbtRunner):104 | [info] ENSIME processing scastie2264209988388020450 (scastie2264209988388020450)
18:16:03.629 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/target/scala-2.12/src_managed/test. Read about `ensimeIgnoreMissingDirectories`
18:16:03.646 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/src/test/scala-2.12. Read about `ensimeIgnoreMissingDirectories`
18:16:03.651 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/src/test/scala. Read about `ensimeIgnoreMissingDirectories`
18:16:03.655 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/src/test/java. Read about `ensimeIgnoreMissingDirectories`
18:16:03.913 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/target/scala-2.12/src_managed/main. Read about `ensimeIgnoreMissingDirectories`
18:16:03.915 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/src/main/scala-2.12. Read about `ensimeIgnoreMissingDirectories`
18:16:03.916 INFO SbtOutputIO(SbtRunner):104 | [info] Creating /tmp/scastie2264209988388020450/src/main/java. Read about `ensimeIgnoreMissingDirectories`
18:16:04.256 INFO SbtOutputIO(SbtRunner):104 | [warn] No Java sources detected in /usr/lib/jvm/java-1.8-openjdk (your ENSIME experience will not be as good as it could be.)
18:16:04.336 INFO SbtOutputIO(SbtRunner):104 | p1DJRxp0Bn
18:16:04.341 INFO com.olegych.scastie.sbt.EnsimeActor:234 | Got MkEnsimeConfigResponse
18:16:04.342 INFO com.olegych.scastie.sbt.EnsimeActor:158 | Form classpath using .ensime file
18:16:04.370 INFO com.olegych.scastie.sbt.EnsimeActor:174 | Starting Ensime server
18:16:04.394 INFO com.olegych.scastie.sbt.EnsimeActor:275 | Trying to read port file at: /tmp/scastie2264209988388020450/.ensime_cache/http
18:16:06.623 INFO EnsimeOutput:225 | 18:16:06.616 WARN None o.e.c.EnsimeConfigProtocol$ - /tmp/scastie2264209988388020450/target/scala-2.12/classes does not exist, creating
18:16:06.701 INFO EnsimeOutput:225 | 18:16:06.701 WARN None o.e.c.EnsimeConfigProtocol$ - /tmp/scastie2264209988388020450/target/scala-2.12/test-classes does not exist, creating
18:16:07.665 INFO EnsimeOutput:225 | 18:16:07.665 INFO None a.e.s.Slf4jLogger - Slf4jLogger started
18:16:07.707 INFO EnsimeOutput:225 | 18:16:07.698 DEBUG EventStream(akka://ENSIME) a.e.EventStream - logger log1-Slf4jLogger started
18:16:07.721 INFO EnsimeOutput:225 | 18:16:07.721 DEBUG EventStream(akka://ENSIME) a.e.EventStream - Default Loggers started
18:16:07.832 INFO EnsimeOutput:225 | 18:16:07.832 INFO None o.a.c.v.i.StandardFileSystemManager - Using "/tmp/vfs_cache" as temporary files store.
18:16:07.993 INFO EnsimeOutput:225 | 18:16:07.993 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Successfully bound to /127.0.0.1:36739
18:16:08.004 INFO EnsimeOutput:225 | 18:16:08.004 INFO None o.e.s.PortUtil$ - creating port file: /tmp/scastie2264209988388020450/.ensime_cache/port
18:16:08.006 INFO EnsimeOutput:225 | 18:16:08.005 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Bound server on port 36739
18:16:08.357 INFO EnsimeOutput:225 | 18:16:08.357 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Environment:
18:16:08.359 INFO EnsimeOutput:225 | 18:16:08.359 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - OS : Linux
18:16:08.361 INFO EnsimeOutput:225 | 18:16:08.361 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Java : OpenJDK 64-Bit Server VM 25.111-b14, OpenJDK Runtime Environment 1.8.0_111-internal-alpine-r0-b14
18:16:08.363 INFO EnsimeOutput:225 | 18:16:08.362 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Scala version: version 2.12.2
18:16:08.370 INFO EnsimeOutput:225 | 18:16:08.369 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Ensime : 2.0.0-SNAPSHOT
18:16:08.371 INFO EnsimeOutput:225 | 18:16:08.370 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Heap Size : 1858600960
18:16:08.373 INFO EnsimeOutput:225 | 18:16:08.373 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with Scala version: 2.12.2
18:16:08.374 INFO EnsimeOutput:225 | 18:16:08.374 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with sbt version: 0.13.15
18:16:08.376 INFO EnsimeOutput:225 | 18:16:08.375 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built from git sha: bb9ee5d511e38f05e54ec3ff005785119c2120b1
18:16:08.403 INFO EnsimeOutput:225 | 18:16:08.376 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built on: 2017-06-27
18:16:08.424 INFO EnsimeOutput:225 | 18:16:08.424 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - ENSIME HTTP on /127.0.0.1:37537
18:16:08.426 INFO EnsimeOutput:225 | 18:16:08.426 INFO None o.e.s.PortUtil$ - creating port file: /tmp/scastie2264209988388020450/.ensime_cache/http
18:16:08.787 INFO EnsimeOutput:225 | 18:16:08.786 ERROR akka://ENSIME/user/ensime-main o.e.s.ServerActor - Error with monitor actor akka://ENSIME/user/ensime-main/project: exception during creation
18:16:08.788 INFO EnsimeOutput:225 | akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
18:16:08.789 INFO EnsimeOutput:225 | at akka.actor.ActorInitializationException$.apply(Actor.scala:191)
18:16:08.790 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:608)
18:16:08.792 INFO EnsimeOutput:225 | at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462)
18:16:08.793 INFO EnsimeOutput:225 | at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484)
18:16:08.794 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
18:16:08.795 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.run(Mailbox.scala:223)
18:16:08.796 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
18:16:08.798 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
18:16:08.803 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
18:16:08.804 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
18:16:08.805 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
18:16:08.814 INFO EnsimeOutput:225 | Caused by: java.lang.reflect.InvocationTargetException: null
18:16:08.816 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18:16:08.817 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18:16:08.839 INFO EnsimeOutput:225 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18:16:08.840 INFO EnsimeOutput:225 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18:16:08.842 INFO EnsimeOutput:225 | at akka.util.Reflect$.instantiate(Reflect.scala:65)
18:16:08.844 INFO EnsimeOutput:225 | at akka.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:96)
18:16:08.848 INFO EnsimeOutput:225 | at akka.actor.Props.newActor(Props.scala:213)
18:16:08.854 INFO EnsimeOutput:225 | at akka.actor.ActorCell.newActor(ActorCell.scala:563)
18:16:08.857 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:589)
18:16:08.862 INFO EnsimeOutput:225 | ... 9 common frames omitted
18:16:08.871 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc". in /root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc =>".
18:16:08.878 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:78)
18:16:08.893 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.vjar$extension(EnsimeVFS.scala:91)
18:16:08.894 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.$anonfun$depSources$3(SourceResolver.scala:91)
18:16:08.896 INFO EnsimeOutput:225 | at scala.collection.immutable.List.map(List.scala:287)
18:16:08.903 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:89)
18:16:08.909 INFO EnsimeOutput:225 | at org.ensime.core.Project.<init>(Project.scala:48)
18:16:08.912 INFO EnsimeOutput:225 | ... 18 common frames omitted
18:16:08.916 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc".
18:16:08.920 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:66)
18:16:08.921 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.getZipFile(ZipFileSystem.java:141)
18:16:08.921 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.getZipFile(JarFileSystem.java:219)
18:16:08.922 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87)
18:16:08.924 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:56)
18:16:08.928 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:108)
18:16:08.944 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:88)
18:16:08.945 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:61)
18:16:08.950 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:804)
18:16:08.951 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:760)
18:16:08.952 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:709)
18:16:08.956 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.$anonfun$vjar$extension$1(EnsimeVFS.scala:91)
18:16:08.958 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:77)
18:16:08.959 INFO EnsimeOutput:225 | ... 23 common frames omitted
18:16:08.961 INFO EnsimeOutput:225 | Caused by: java.util.zip.ZipException: error in opening zip file
18:16:08.968 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.open(Native Method)
18:16:08.969 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:219)
18:16:08.971 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:149)
18:16:08.972 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:166)
18:16:08.973 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:130)
18:16:08.985 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:62)
18:16:08.993 INFO EnsimeOutput:225 | ... 35 common frames omitted
18:16:08.995 INFO EnsimeOutput:225 | 18:16:08.791 ERROR akka://ENSIME/user/ensime-main/project a.a.OneForOneStrategy - Unknown message with code "Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc". in /root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/
18:16:08.996 INFO EnsimeOutput:225 | akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
18:16:08.997 INFO EnsimeOutput:225 | at akka.actor.ActorInitializationException$.apply(Actor.scala:191)
18:16:08.999 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:608)
18:16:09.000 INFO EnsimeOutput:225 | at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462)
18:16:09.001 INFO EnsimeOutput:225 | at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484)
18:16:09.003 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
18:16:09.004 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.run(Mailbox.scala:223)
18:16:09.005 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
18:16:09.006 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
18:16:09.007 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
18:16:09.008 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
18:16:09.008 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
18:16:09.009 INFO EnsimeOutput:225 | Caused by: java.lang.reflect.InvocationTargetException: null
18:16:09.010 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18:16:09.012 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18:16:09.013 INFO EnsimeOutput:225 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18:16:09.013 INFO EnsimeOutput:225 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18:16:09.025 INFO EnsimeOutput:225 | at akka.util.Reflect$.instantiate(Reflect.scala:65)
18:16:09.029 INFO EnsimeOutput:225 | at akka.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:96)
18:16:09.035 INFO EnsimeOutput:225 | at akka.actor.Props.newActor(Props.scala:213)
18:16:09.043 INFO EnsimeOutput:225 | at akka.actor.ActorCell.newActor(ActorCell.scala:563)
18:16:09.046 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:589)
18:16:09.051 INFO EnsimeOutput:225 | ... 9 common frames omitted
18:16:09.055 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc". in /root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc =>".
18:16:09.056 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:78)
18:16:09.056 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.vjar$extension(EnsimeVFS.scala:91)
18:16:09.057 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.$anonfun$depSources$3(SourceResolver.scala:91)
18:16:09.057 INFO EnsimeOutput:225 | at scala.collection.immutable.List.map(List.scala:287)
18:16:09.057 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:89)
18:16:09.058 INFO EnsimeOutput:225 | at org.ensime.core.Project.<init>(Project.scala:48)
18:16:09.059 INFO EnsimeOutput:225 | ... 18 common frames omitted
18:16:09.059 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc".
18:16:09.060 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:66)
18:16:09.060 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.getZipFile(ZipFileSystem.java:141)
18:16:09.061 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.getZipFile(JarFileSystem.java:219)
18:16:09.062 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87)
18:16:09.066 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:56)
18:16:09.070 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:108)
18:16:09.071 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:88)
18:16:09.071 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:61)
18:16:09.071 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:804)
18:16:09.072 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:760)
18:16:09.074 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:709)
18:16:09.077 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.$anonfun$vjar$extension$1(EnsimeVFS.scala:91)
18:16:09.082 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:77)
18:16:09.084 INFO EnsimeOutput:225 | ... 23 common frames omitted
18:16:09.086 INFO EnsimeOutput:225 | Caused by: java.util.zip.ZipException: error in opening zip file
18:16:09.089 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.open(Native Method)
18:16:09.090 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:219)
18:16:09.097 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:149)
18:16:09.099 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:166)
18:16:09.099 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:130)
18:16:09.103 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:62)
18:16:09.104 INFO EnsimeOutput:225 | ... 35 common frames omitted
18:16:09.105 INFO EnsimeOutput:225 | 18:16:08.802 ERROR None Server - Shutdown requested due to internal error: Monitor actor failed with class akka.actor.ActorInitializationException - akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
18:16:09.105 INFO EnsimeOutput:225 | 18:16:08.803 INFO None Server - Shutting down the ActorSystem
18:16:09.106 INFO EnsimeOutput:225 | 18:16:08.809 INFO None Server - Awaiting actor system termination
18:16:09.107 INFO EnsimeOutput:225 | 18:16:08.833 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.SelectionHandler - Monitored actor [Actor[akka://ENSIME/user/ensime-main/tcp-server#264879467]] terminated
18:16:09.108 INFO EnsimeOutput:225 | 18:16:08.834 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Closing serverSocketChannel after being stopped
18:16:09.109 INFO EnsimeOutput:225 | 18:16:08.851 DEBUG EventStream a.e.EventStream - shutting down: StandardOutLogger started
18:16:09.109 INFO EnsimeOutput:225 | 18:16:08.934 INFO None Server - Shutting down the Netty channel
18:16:09.110 INFO EnsimeOutput:225 | 18:16:08.979 INFO None Server - Shutdown complete
18:16:34.445 INFO com.olegych.scastie.sbt.EnsimeActor:212 | ensimeActor: postStop
18:16:34.458 ERROR akka.actor.OneForOneStrategy:72 | Port file /tmp/scastie2264209988388020450/.ensime_cache/http not available
java.lang.IllegalStateException: Port file /tmp/scastie2264209988388020450/.ensime_cache/http not available
at com.olegych.scastie.sbt.EnsimeActor.waitForAndReadPort(EnsimeActor.scala:293)
at com.olegych.scastie.sbt.EnsimeActor.com$olegych$scastie$sbt$EnsimeActor$$startEnsimeServer(EnsimeActor.scala:190)
at com.olegych.scastie.sbt.EnsimeActor$$anonfun$receive$1.applyOrElse(EnsimeActor.scala:235)
at akka.actor.Actor.aroundReceive(Actor.scala:513)
at akka.actor.Actor.aroundReceive$(Actor.scala:511)
at com.olegych.scastie.sbt.EnsimeActor.aroundReceive(EnsimeActor.scala:34)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:527)
at akka.actor.ActorCell.invoke(ActorCell.scala:496)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:257)
at akka.dispatch.Mailbox.run(Mailbox.scala:224)
at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
18:16:34.465 INFO com.olegych.scastie.sbt.EnsimeActor:147 | Request ensime info from sbtRunner [TELL!]
18:16:34.466 INFO com.olegych.scastie.sbt.SbtRunner:135 | Generating ensime config file
18:16:34.492 INFO SbtOutputIO(SbtRunner):104 | [info] ENSIME update.
18:16:35.688 INFO SbtOutputIO(SbtRunner):104 | [info] ENSIME processing scastie2264209988388020450 (scastie2264209988388020450)
18:16:36.202 INFO SbtOutputIO(SbtRunner):104 | [warn] No Java sources detected in /usr/lib/jvm/java-1.8-openjdk (your ENSIME experience will not be as good as it could be.)
18:16:36.275 INFO SbtOutputIO(SbtRunner):104 | p1DJRxp0Bn
18:16:36.276 INFO com.olegych.scastie.sbt.EnsimeActor:234 | Got MkEnsimeConfigResponse
18:16:36.281 INFO com.olegych.scastie.sbt.EnsimeActor:158 | Form classpath using .ensime file
18:16:36.314 INFO com.olegych.scastie.sbt.EnsimeActor:174 | Starting Ensime server
18:16:36.325 INFO com.olegych.scastie.sbt.EnsimeActor:275 | Trying to read port file at: /tmp/scastie2264209988388020450/.ensime_cache/http
18:16:39.135 INFO EnsimeOutput:225 | 18:16:39.131 INFO None a.e.s.Slf4jLogger - Slf4jLogger started
18:16:39.158 INFO EnsimeOutput:225 | 18:16:39.155 DEBUG EventStream(akka://ENSIME) a.e.EventStream - logger log1-Slf4jLogger started
18:16:39.178 INFO EnsimeOutput:225 | 18:16:39.177 DEBUG EventStream(akka://ENSIME) a.e.EventStream - Default Loggers started
18:16:39.380 INFO EnsimeOutput:225 | 18:16:39.379 INFO None o.a.c.v.i.StandardFileSystemManager - Using "/tmp/vfs_cache" as temporary files store.
18:16:39.546 INFO EnsimeOutput:225 | 18:16:39.545 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Successfully bound to /127.0.0.1:46855
18:16:39.571 INFO EnsimeOutput:225 | 18:16:39.570 INFO None o.e.s.PortUtil$ - creating port file: /tmp/scastie2264209988388020450/.ensime_cache/port
18:16:39.594 INFO EnsimeOutput:225 | 18:16:39.583 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Bound server on port 46855
18:16:40.007 INFO EnsimeOutput:225 | 18:16:40.006 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Environment:
18:16:40.010 INFO EnsimeOutput:225 | 18:16:40.010 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - OS : Linux
18:16:40.014 INFO EnsimeOutput:225 | 18:16:40.014 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Java : OpenJDK 64-Bit Server VM 25.111-b14, OpenJDK Runtime Environment 1.8.0_111-internal-alpine-r0-b14
18:16:40.017 INFO EnsimeOutput:225 | 18:16:40.017 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Scala version: version 2.12.2
18:16:40.020 INFO EnsimeOutput:225 | 18:16:40.019 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Ensime : 2.0.0-SNAPSHOT
18:16:40.022 INFO EnsimeOutput:225 | 18:16:40.022 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Heap Size : 1858600960
18:16:40.024 INFO EnsimeOutput:225 | 18:16:40.024 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with Scala version: 2.12.2
18:16:40.027 INFO EnsimeOutput:225 | 18:16:40.026 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with sbt version: 0.13.15
18:16:40.030 INFO EnsimeOutput:225 | 18:16:40.029 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built from git sha: bb9ee5d511e38f05e54ec3ff005785119c2120b1
18:16:40.034 INFO EnsimeOutput:225 | 18:16:40.032 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built on: 2017-06-27
18:16:40.056 INFO EnsimeOutput:225 | 18:16:40.055 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - ENSIME HTTP on /127.0.0.1:35093
18:16:40.060 INFO EnsimeOutput:225 | 18:16:40.059 INFO None o.e.s.PortUtil$ - creating port file: /tmp/scastie2264209988388020450/.ensime_cache/http
18:16:40.330 INFO com.olegych.scastie.sbt.EnsimeActor:84 | Connecting to ws://127.0.0.1:35093/websocket
18:16:40.554 INFO EnsimeOutput:225 | 18:16:40.552 ERROR akka://ENSIME/user/ensime-main o.e.s.ServerActor - Error with monitor actor akka://ENSIME/user/ensime-main/project: exception during creation
18:16:40.557 INFO EnsimeOutput:225 | akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
18:16:40.559 INFO EnsimeOutput:225 | at akka.actor.ActorInitializationException$.apply(Actor.scala:191)
18:16:40.561 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:608)
18:16:40.563 INFO EnsimeOutput:225 | at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462)
18:16:40.565 INFO EnsimeOutput:225 | at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484)
18:16:40.565 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
18:16:40.566 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.run(Mailbox.scala:223)
18:16:40.568 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
18:16:40.569 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
18:16:40.570 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
18:16:40.571 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
18:16:40.572 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
18:16:40.573 INFO EnsimeOutput:225 | Caused by: java.lang.reflect.InvocationTargetException: null
18:16:40.574 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18:16:40.575 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18:16:40.575 INFO EnsimeOutput:225 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18:16:40.576 INFO EnsimeOutput:225 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18:16:40.578 INFO EnsimeOutput:225 | at akka.util.Reflect$.instantiate(Reflect.scala:65)
18:16:40.579 INFO EnsimeOutput:225 | at akka.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:96)
18:16:40.579 INFO EnsimeOutput:225 | at akka.actor.Props.newActor(Props.scala:213)
18:16:40.580 INFO EnsimeOutput:225 | at akka.actor.ActorCell.newActor(ActorCell.scala:563)
18:16:40.580 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:589)
18:16:40.581 INFO EnsimeOutput:225 | ... 9 common frames omitted
18:16:40.588 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc". in /root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc =>".
18:16:40.589 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:78)
18:16:40.590 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.vjar$extension(EnsimeVFS.scala:91)
18:16:40.591 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.$anonfun$depSources$3(SourceResolver.scala:91)
18:16:40.593 INFO EnsimeOutput:225 | at scala.collection.immutable.List.map(List.scala:287)
18:16:40.594 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:89)
18:16:40.595 INFO EnsimeOutput:225 | at org.ensime.core.Project.<init>(Project.scala:48)
18:16:40.596 INFO EnsimeOutput:225 | ... 18 common frames omitted
18:16:40.599 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc".
18:16:40.600 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:66)
18:16:40.601 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.getZipFile(ZipFileSystem.java:141)
18:16:40.602 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.getZipFile(JarFileSystem.java:219)
18:16:40.603 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87)
18:16:40.605 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:56)
18:16:40.609 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:108)
18:16:40.613 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:88)
18:16:40.653 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:61)
18:16:40.655 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:804)
18:16:40.657 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:760)
18:16:40.659 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:709)
18:16:40.660 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.$anonfun$vjar$extension$1(EnsimeVFS.scala:91)
18:16:40.662 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:77)
18:16:40.663 INFO EnsimeOutput:225 | ... 23 common frames omitted
18:16:40.665 INFO EnsimeOutput:225 | Caused by: java.util.zip.ZipException: error in opening zip file
18:16:40.666 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.open(Native Method)
18:16:40.667 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:219)
18:16:40.668 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:149)
18:16:40.669 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:166)
18:16:40.670 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:130)
18:16:40.676 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:62)
18:16:40.677 INFO EnsimeOutput:225 | ... 35 common frames omitted
18:16:40.680 INFO EnsimeOutput:225 | 18:16:40.554 ERROR akka://ENSIME/user/ensime-main/project a.a.OneForOneStrategy - Unknown message with code "Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc". in /root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/
18:16:40.682 INFO EnsimeOutput:225 | akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
18:16:40.687 INFO EnsimeOutput:225 | at akka.actor.ActorInitializationException$.apply(Actor.scala:191)
18:16:40.689 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:608)
18:16:40.691 INFO EnsimeOutput:225 | at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462)
18:16:40.691 INFO EnsimeOutput:225 | at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484)
18:16:40.692 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
18:16:40.692 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.run(Mailbox.scala:223)
18:16:40.712 INFO EnsimeOutput:225 | at akka.dispatch.Mailbox.exec(Mailbox.scala:234)
18:16:40.715 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
18:16:40.717 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
18:16:40.740 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
18:16:40.746 INFO EnsimeOutput:225 | at akka.dispatch.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
18:16:40.746 INFO EnsimeOutput:225 | Caused by: java.lang.reflect.InvocationTargetException: null
18:16:40.747 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
18:16:40.748 INFO EnsimeOutput:225 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
18:16:40.748 INFO EnsimeOutput:225 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
18:16:40.749 INFO EnsimeOutput:225 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
18:16:40.750 INFO EnsimeOutput:225 | at akka.util.Reflect$.instantiate(Reflect.scala:65)
18:16:40.751 INFO EnsimeOutput:225 | at akka.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:96)
18:16:40.751 INFO EnsimeOutput:225 | at akka.actor.Props.newActor(Props.scala:213)
18:16:40.752 INFO EnsimeOutput:225 | at akka.actor.ActorCell.newActor(ActorCell.scala:563)
18:16:40.753 INFO EnsimeOutput:225 | at akka.actor.ActorCell.create(ActorCell.scala:589)
18:16:40.753 INFO EnsimeOutput:225 | ... 9 common frames omitted
18:16:40.756 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc". in /root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc =>".
18:16:40.757 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:78)
18:16:40.757 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.vjar$extension(EnsimeVFS.scala:91)
18:16:40.758 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.$anonfun$depSources$3(SourceResolver.scala:91)
18:16:40.759 INFO EnsimeOutput:225 | at scala.collection.immutable.List.map(List.scala:287)
18:16:40.759 INFO EnsimeOutput:225 | at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:89)
18:16:40.760 INFO EnsimeOutput:225 | at org.ensime.core.Project.<init>(Project.scala:48)
18:16:40.761 INFO EnsimeOutput:225 | ... 18 common frames omitted
18:16:40.762 INFO EnsimeOutput:225 | Caused by: org.apache.commons.vfs2.FileSystemException: Could not open Jar file "/root/.coursier/https/repo1.maven.org/maven2/com/tinkerpop/blueprints/blueprints-core/2.6.0/blueprints-core-2.6.0-sources.jar.asc.asc".
18:16:40.762 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:66)
18:16:40.763 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.getZipFile(ZipFileSystem.java:141)
18:16:40.764 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.getZipFile(JarFileSystem.java:219)
18:16:40.765 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87)
18:16:40.765 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:56)
18:16:40.766 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:108)
18:16:40.767 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:88)
18:16:40.767 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:61)
18:16:40.768 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:804)
18:16:40.768 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:760)
18:16:40.769 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:709)
18:16:40.770 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.$anonfun$vjar$extension$1(EnsimeVFS.scala:91)
18:16:40.770 INFO EnsimeOutput:225 | at org.ensime.vfs.package$RichVFS$.withContext$extension(EnsimeVFS.scala:77)
18:16:40.773 INFO EnsimeOutput:225 | ... 23 common frames omitted
18:16:40.776 INFO EnsimeOutput:225 | Caused by: java.util.zip.ZipException: error in opening zip file
18:16:40.777 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.open(Native Method)
18:16:40.778 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:219)
18:16:40.779 INFO EnsimeOutput:225 | at java.util.zip.ZipFile.<init>(ZipFile.java:149)
18:16:40.780 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:166)
18:16:40.781 INFO EnsimeOutput:225 | at java.util.jar.JarFile.<init>(JarFile.java:130)
18:16:40.782 INFO EnsimeOutput:225 | at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:62)
18:16:40.785 INFO EnsimeOutput:225 | ... 35 common frames omitted
18:16:40.786 INFO EnsimeOutput:225 | 18:16:40.563 ERROR None Server - Shutdown requested due to internal error: Monitor actor failed with class akka.actor.ActorInitializationException - akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
18:16:40.788 INFO EnsimeOutput:225 | 18:16:40.563 INFO None Server - Shutting down the ActorSystem
18:16:40.790 INFO EnsimeOutput:225 | 18:16:40.565 INFO None Server - Awaiting actor system termination
18:16:40.792 INFO EnsimeOutput:225 | 18:16:40.604 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.SelectionHandler - Monitored actor [Actor[akka://ENSIME/user/ensime-main/tcp-server#1377989176]] terminated
18:16:40.793 INFO EnsimeOutput:225 | 18:16:40.615 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Closing serverSocketChannel after being stopped
18:16:40.794 INFO EnsimeOutput:225 | 18:16:40.626 DEBUG EventStream a.e.EventStream - shutting down: StandardOutLogger started
18:16:40.830 INFO EnsimeOutput:225 | 18:16:40.829 INFO None Server - Shutting down the Netty channel
18:16:40.859 INFO EnsimeOutput:225 | 18:16:40.859 INFO None Server - Shutdown complete
18:16:43.826 INFO com.olegych.scastie.sbt.EnsimeActor:193 | Warming up Ensime...
18:16:43.828 INFO akka.actor.RepointableActorRef:83 | Message [akka.http.scaladsl.model.ws.TextMessage$Strict] from Actor[akka://SbtRemote/user/SbtActor/EnsimeActor#-1181336802] to Actor[akka://SbtRemote/user/SbtActor/EnsimeActor/StreamSupervisor-1/flow-0-1-actorRefSource#445902908] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
18:16:43.856 INFO com.olegych.scastie.sbt.EnsimeActor:208 | EnsimeActor is ready!
18:16:43.857 INFO akka.actor.RepointableActorRef:83 | Message [akka.http.scaladsl.model.ws.TextMessage$Strict] from Actor[akka://SbtRemote/user/SbtActor/EnsimeActor#-1181336802] to Actor[akka://SbtRemote/user/SbtActor/EnsimeActor/StreamSupervisor-1/flow-0-1-actorRefSource#445902908] was not delivered. [2] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment