Skip to content

Instantly share code, notes, and snippets.

@parkan
Created March 14, 2018 18:18
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 parkan/e4c252552c4c074e3b7e4a7abfcdeaf1 to your computer and use it in GitHub Desktop.
Save parkan/e4c252552c4c074e3b7e4a7abfcdeaf1 to your computer and use it in GitHub Desktop.
14:18:19.162 INFO None a.e.s.Slf4jLogger - Slf4jLogger started
14:18:19.173 DEBUG EventStream(akka://ENSIME) a.e.EventStream - logger log1-Slf4jLogger started
14:18:19.176 DEBUG EventStream(akka://ENSIME) a.e.EventStream - Default Loggers started
14:18:19.232 INFO None o.a.c.v.i.StandardFileSystemManager - Using "/var/folders/d9/5vnzypt501jcr9dhsr4yld5w0000gn/T/vfs_cache" as temporary files store.
14:18:19.324 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Successfully bound to /127.0.0.1:54828
14:18:19.328 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Bound server on port 54828
14:18:19.329 INFO None o.e.s.PortUtil$ - creating port file: /Users/arkadiy/spotify/works-entity-pipeline/.ensime_cache/port
14:18:19.682 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Environment:
14:18:19.682 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - OS : Mac OS X
14:18:19.683 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Java : Java HotSpot(TM) 64-Bit Server VM 25.121-b13, Java(TM) SE Runtime Environment 1.8.0_121-b13
14:18:19.684 INFO None o.e.s.PortUtil$ - creating port file: /Users/arkadiy/spotify/works-entity-pipeline/.ensime_cache/http
14:18:19.684 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Scala version: version 2.11.8
14:18:19.684 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Ensime : 2.0.0
14:18:19.685 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Heap Size : 3817865216
14:18:19.685 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with Scala version: 2.11.11
14:18:19.685 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with sbt version: 0.13.16
14:18:19.686 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built from git sha: cde49d6b8d63dc6c979a9eea3137493281a0c52c
14:18:19.686 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built on: 2017-09-24
14:18:19.687 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - ENSIME HTTP on /127.0.0.1:54829
14:18:20.025 INFO None o.e.s.WebSocketFrameHandler - Handlers ready
14:18:20.477 DEBUG akka://ENSIME/user/ensime-main/$b/1 o.e.s.RequestHandler - ConnectionInfoReq
14:18:22.025 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
14:18:22.025 INFO None Server - Shutting down the ActorSystem
14:18:22.026 INFO None Server - Awaiting actor system termination
14:18:22.029 ERROR akka://ENSIME/user/ensime-main o.e.s.ServerActor - Error with monitor actor akka://ENSIME/user/ensime-main/project: exception during creation
akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
at akka.actor.ActorInitializationException$.apply(Actor.scala:191)
at akka.actor.ActorCell.create(ActorCell.scala:608)
at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462)
at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484)
at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
at akka.dispatch.Mailbox.run(Mailbox.scala:223)
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)
Caused by: java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at akka.util.Reflect$.instantiate(Reflect.scala:65)
at akka.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:96)
at akka.actor.Props.newActor(Props.scala:213)
at akka.actor.ActorCell.newActor(ActorCell.scala:563)
at akka.actor.ActorCell.create(ActorCell.scala:589)
... 9 common frames omitted
Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not open Jar file "/Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar". in /Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar =>".
at org.ensime.vfs.package$RichVFS$.org$ensime$vfs$RichVFS$$withContext$extension(EnsimeVFS.scala:78)
at org.ensime.vfs.package$RichVFS$.vjar$extension(EnsimeVFS.scala:91)
at org.ensime.indexer.SourceResolver$$anonfun$6.apply(SourceResolver.scala:91)
at org.ensime.indexer.SourceResolver$$anonfun$6.apply(SourceResolver.scala:89)
at scala.collection.immutable.List.map(List.scala:277)
at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:89)
at org.ensime.core.Project.<init>(Project.scala:48)
... 18 common frames omitted
Caused by: org.apache.commons.vfs2.FileSystemException: Could not open Jar file "/Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar".
at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:66)
at org.apache.commons.vfs2.provider.zip.ZipFileSystem.getZipFile(ZipFileSystem.java:141)
at org.apache.commons.vfs2.provider.jar.JarFileSystem.getZipFile(JarFileSystem.java:219)
at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87)
at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:56)
at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:108)
at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:88)
at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:61)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:804)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:760)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:709)
at org.ensime.vfs.package$RichVFS$$anonfun$vjar$extension$1.apply(EnsimeVFS.scala:91)
at org.ensime.vfs.package$RichVFS$$anonfun$vjar$extension$1.apply(EnsimeVFS.scala:91)
at org.ensime.vfs.package$RichVFS$.org$ensime$vfs$RichVFS$$withContext$extension(EnsimeVFS.scala:77)
... 24 common frames omitted
Caused by: java.util.zip.ZipException: zip file is empty
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.jar.JarFile.<init>(JarFile.java:166)
at java.util.jar.JarFile.<init>(JarFile.java:130)
at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:62)
... 37 common frames omitted
14:18:22.033 ERROR akka://ENSIME/user/ensime-main/project a.a.OneForOneStrategy - Unknown message with code "Could not open Jar file "/Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar". in /Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/common
akka.actor.ActorInitializationException: akka://ENSIME/user/ensime-main/project: exception during creation
at akka.actor.ActorInitializationException$.apply(Actor.scala:191)
at akka.actor.ActorCell.create(ActorCell.scala:608)
at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:462)
at akka.actor.ActorCell.systemInvoke(ActorCell.scala:484)
at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:282)
at akka.dispatch.Mailbox.run(Mailbox.scala:223)
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)
Caused by: java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at akka.util.Reflect$.instantiate(Reflect.scala:65)
at akka.actor.ArgsReflectConstructor.produce(IndirectActorProducer.scala:96)
at akka.actor.Props.newActor(Props.scala:213)
at akka.actor.ActorCell.newActor(ActorCell.scala:563)
at akka.actor.ActorCell.create(ActorCell.scala:589)
... 9 common frames omitted
Caused by: org.apache.commons.vfs2.FileSystemException: Unknown message with code "Could not open Jar file "/Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar". in /Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar =>".
at org.ensime.vfs.package$RichVFS$.org$ensime$vfs$RichVFS$$withContext$extension(EnsimeVFS.scala:78)
at org.ensime.vfs.package$RichVFS$.vjar$extension(EnsimeVFS.scala:91)
at org.ensime.indexer.SourceResolver$$anonfun$6.apply(SourceResolver.scala:91)
at org.ensime.indexer.SourceResolver$$anonfun$6.apply(SourceResolver.scala:89)
at scala.collection.immutable.List.map(List.scala:277)
at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:89)
at org.ensime.core.Project.<init>(Project.scala:48)
... 18 common frames omitted
Caused by: org.apache.commons.vfs2.FileSystemException: Could not open Jar file "/Users/arkadiy/.ivy2/cache/commons-beanutils/commons-beanutils-core/srcs/commons-beanutils-core-1.8.0-sources.jar".
at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:66)
at org.apache.commons.vfs2.provider.zip.ZipFileSystem.getZipFile(ZipFileSystem.java:141)
at org.apache.commons.vfs2.provider.jar.JarFileSystem.getZipFile(JarFileSystem.java:219)
at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87)
at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:56)
at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:108)
at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:88)
at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:61)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:804)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:760)
at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:709)
at org.ensime.vfs.package$RichVFS$$anonfun$vjar$extension$1.apply(EnsimeVFS.scala:91)
at org.ensime.vfs.package$RichVFS$$anonfun$vjar$extension$1.apply(EnsimeVFS.scala:91)
at org.ensime.vfs.package$RichVFS$.org$ensime$vfs$RichVFS$$withContext$extension(EnsimeVFS.scala:77)
... 24 common frames omitted
Caused by: java.util.zip.ZipException: zip file is empty
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.jar.JarFile.<init>(JarFile.java:166)
at java.util.jar.JarFile.<init>(JarFile.java:130)
at org.apache.commons.vfs2.provider.jar.JarFileSystem.createZipFile(JarFileSystem.java:62)
... 37 common frames omitted
14:18:22.036 INFO akka://ENSIME/user/ensime-main/project a.a.LocalActorRef - Message [org.ensime.api.ConnectionInfoReq$] from Actor[akka://ENSIME/user/ensime-main/$b/1#1860150977] to Actor[akka://ENSIME/user/ensime-main/project#1791179044] was not delivered. [1] dead letters encountered. This logging can be turned off or adju
14:18:22.037 INFO akka://ENSIME/user/ensime-main/broadcaster a.a.LocalActorRef - Message [org.ensime.core.Broadcaster$Unregister$] from Actor[akka://ENSIME/user/ensime-main/$b#1654891685] to Actor[akka://ENSIME/user/ensime-main/broadcaster#1104091322] was not delivered. [2] dead letters encountered. This logging can be turned off
14:18:22.037 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.SelectionHandler - Monitored actor [Actor[akka://ENSIME/user/ensime-main/tcp-server#672355748]] terminated
14:18:22.049 INFO None Server - Shutting down the Netty channel
14:18:22.052 INFO None Server - Shutdown complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment