Created
August 18, 2015 10:59
-
-
Save laughedelic/ecd168b4103520558331 to your computer and use it in GitHub Desktop.
Problem with atom-ensime server connection (https://github.com/ensime/ensime-atom/issues/53)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ( | |
| :root-dir "/Users/laughedelic/dev/ohnosequences/statika" | |
| :cache-dir "/Users/laughedelic/dev/ohnosequences/statika/.ensime_cache" | |
| :name "statika" | |
| :java-home "/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home" | |
| :java-flags ("-Xms1024m" "-Xmx1024m" "-XX:ReservedCodeCacheSize=128m" "-XX:MaxMetaspaceSize=256m") | |
| :reference-source-roots ("/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home/src.zip") | |
| :scala-version "2.11.7" | |
| :compiler-args ("-feature" "-language:higherKinds" "-language:implicitConversions" "-language:postfixOps" "-deprecation" "-unchecked" "-Xlint" "-Xplugin:/Users/laughedelic/.ivy2/cache/org.brianmckenna/wartremover_2.11/jars/wartremover_2.11-0.13.jar") | |
| :subprojects (( | |
| :name "statika" | |
| :module-name "statika" | |
| :source-roots ("/Users/laughedelic/dev/ohnosequences/statika/src/main/scala" "/Users/laughedelic/dev/ohnosequences/statika/src/test/scala") | |
| :target "/Users/laughedelic/dev/ohnosequences/statika/target/scala-2.11/classes" | |
| :test-targets ("/Users/laughedelic/dev/ohnosequences/statika/target/scala-2.11/test-classes") | |
| :depends-on-modules nil | |
| :compile-deps ("/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-library/jars/scala-library-2.11.7.jar") | |
| :runtime-deps nil | |
| :test-deps ("/Users/laughedelic/.ivy2/cache/com.lihaoyi/upickle_2.11/jars/upickle_2.11-0.3.5.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-ops_2.11/jars/ammonite-ops_2.11-0.4.4.jar" "/Users/laughedelic/.ivy2/cache/jline/jline/jars/jline-2.12.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.11/bundles/scala-parser-combinators_2.11-1.0.4.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/fastparse_2.11/jars/fastparse_2.11-0.2.1.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-terminal_2.11/jars/ammonite-terminal_2.11-0.4.4.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/derive_2.11/jars/derive_2.11-0.3.5.jar" "/Users/laughedelic/.ivy2/cache/org.spire-math/jawn-parser_2.11/jars/jawn-parser_2.11-0.7.0.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-reflect/jars/scala-reflect-2.11.7.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/pprint_2.11/jars/pprint_2.11-0.3.5.jar" "/Users/laughedelic/.ivy2/cache/com.github.scopt/scopt_2.11/jars/scopt_2.11-3.3.0.jar" "/Users/laughedelic/.ivy2/cache/org.scalatest/scalatest_2.11/bundles/scalatest_2.11-2.2.5.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/scalaparse_2.11/jars/scalaparse_2.11-0.2.1.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-repl_2.11.7/jars/ammonite-repl_2.11.7-0.4.4.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-compiler/jars/scala-compiler-2.11.7.jar" "/Users/laughedelic/.ivy2/cache/org.apache.ivy/ivy/jars/ivy-2.4.0.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/bundles/scala-xml_2.11-1.0.4.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/fastparse-utils_2.11/jars/fastparse-utils_2.11-0.2.1.jar") | |
| :doc-jars ("/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-reflect/docs/scala-reflect-2.11.7-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-repl_2.11.7/docs/ammonite-repl_2.11.7-0.4.4-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/derive_2.11/docs/derive_2.11-0.3.5-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-library/docs/scala-library-2.11.7-javadoc.jar" "/Users/laughedelic/dev/ohnosequences/statika/target/scala-2.11/statika_2.11-2.0.0-new-instructions-SNAPSHOT-javadoc.jar" "/Users/laughedelic/.ivy2/cache/jline/jline/docs/jline-2.12-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-terminal_2.11/docs/ammonite-terminal_2.11-0.4.4-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.spire-math/jawn-parser_2.11/docs/jawn-parser_2.11-0.7.0-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.github.scopt/scopt_2.11/docs/scopt_2.11-3.3.0-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.11/docs/scala-parser-combinators_2.11-1.0.4-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-ops_2.11/docs/ammonite-ops_2.11-0.4.4-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/pprint_2.11/docs/pprint_2.11-0.3.5-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.scalatest/scalatest_2.11/docs/scalatest_2.11-2.2.5-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/fastparse-utils_2.11/docs/fastparse-utils_2.11-0.2.1-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/fastparse_2.11/docs/fastparse_2.11-0.2.1-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-compiler/docs/scala-compiler-2.11.7-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/docs/scala-xml_2.11-1.0.4-javadoc.jar" "/Users/laughedelic/.ivy2/cache/org.apache.ivy/ivy/docs/ivy-2.4.0-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/scalaparse_2.11/docs/scalaparse_2.11-0.2.1-javadoc.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/upickle_2.11/docs/upickle_2.11-0.3.5-javadoc.jar") | |
| :reference-source-roots ("/Users/laughedelic/.ivy2/cache/com.lihaoyi/pprint_2.11/srcs/pprint_2.11-0.3.5-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/upickle_2.11/srcs/upickle_2.11-0.3.5-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/fastparse_2.11/srcs/fastparse_2.11-0.2.1-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/scalaparse_2.11/srcs/scalaparse_2.11-0.2.1-sources.jar" "/Users/laughedelic/.ivy2/cache/jline/jline/srcs/jline-2.12-sources.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-reflect/srcs/scala-reflect-2.11.7-sources.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-library/srcs/scala-library-2.11.7-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/derive_2.11/srcs/derive_2.11-0.3.5-sources.jar" "/Users/laughedelic/.ivy2/cache/org.apache.ivy/ivy/srcs/ivy-2.4.0-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-ops_2.11/srcs/ammonite-ops_2.11-0.4.4-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-repl_2.11.7/srcs/ammonite-repl_2.11.7-0.4.4-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/ammonite-terminal_2.11/srcs/ammonite-terminal_2.11-0.4.4-sources.jar" "/Users/laughedelic/.ivy2/cache/org.scalatest/scalatest_2.11/srcs/scalatest_2.11-2.2.5-sources.jar" "/Users/laughedelic/.ivy2/cache/org.spire-math/jawn-parser_2.11/srcs/jawn-parser_2.11-0.7.0-sources.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang.modules/scala-parser-combinators_2.11/srcs/scala-parser-combinators_2.11-1.0.4-sources.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang.modules/scala-xml_2.11/srcs/scala-xml_2.11-1.0.4-sources.jar" "/Users/laughedelic/.ivy2/cache/com.lihaoyi/fastparse-utils_2.11/srcs/fastparse-utils_2.11-0.2.1-sources.jar" "/Users/laughedelic/.ivy2/cache/org.scala-lang/scala-compiler/srcs/scala-compiler-2.11.7-sources.jar" "/Users/laughedelic/.ivy2/cache/com.github.scopt/scopt_2.11/srcs/scopt_2.11-3.3.0-sources.jar"))) | |
| ) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 12:53:19.679 WARN None o.e.c.EnsimeConfigProtocol$ - /Users/laughedelic/dev/ohnosequences/statika/target/scala-2.11/classes does not exist, creating | |
| 12:53:19.682 WARN None o.e.c.EnsimeConfigProtocol$ - /Users/laughedelic/dev/ohnosequences/statika/target/scala-2.11/test-classes does not exist, creating | |
| 12:53:20.285 INFO None a.e.s.Slf4jLogger - Slf4jLogger started | |
| 12:53:20.294 DEBUG EventStream(akka://ENSIME) a.e.EventStream - logger log1-Slf4jLogger started | |
| 12:53:20.298 DEBUG EventStream(akka://ENSIME) a.e.EventStream - Default Loggers started | |
| 12:53:20.366 INFO None o.a.c.v.i.StandardFileSystemManager - Using "/var/folders/z9/cx481gbd3h52pnx9ft0fppsr0000gn/T/vfs_cache" as temporary files store. | |
| 12:53:20.453 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Successfully bound to /127.0.0.1:53615 | |
| 12:53:20.457 INFO None o.e.s.PortUtil$ - creating portfile /Users/laughedelic/dev/ohnosequences/statika/.ensime_cache/port | |
| 12:53:20.460 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Bound server on port 53615 | |
| 12:53:20.840 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - New connection accepted | |
| 12:53:20.926 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Connection from localhost | |
| 12:53:20.929 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Client connected - active clients now: 1 | |
| 12:53:21.261 DEBUG akka://ENSIME/user/ensime-main/tcp-server/con1/1 o.e.s.RequestHandler - ConnectionInfoReq | |
| 12:53:21.351 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Environment: | |
| OS : Mac OS X | |
| Java : Java HotSpot(TM) 64-Bit Server VM 25.25-b02, Java(TM) SE Runtime Environment 1.8.0_25-b17 | |
| Scala : version 2.11.7 | |
| Ensime : 0.9.10-SNAPSHOT | |
| 12:53:21.356 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/2 a.i.TcpListener - Successfully bound to /127.0.0.1:53617 | |
| 12:53:21.367 INFO None o.e.s.PortUtil$ - creating portfile /Users/laughedelic/dev/ohnosequences/statika/.ensime_cache/http | |
| 12:53:21.369 ERROR None Server - Shutdown requested due to internal error: Monitor actor failed with class akka.actor.ActorInitializationException - akka.actor.ActorInitializationException: exception during creation | |
| 12:53:21.369 INFO None Server - Shutting down the ActorSystem | |
| 12:53:21.370 ERROR akka://ENSIME/user/ensime-main/project a.a.OneForOneStrategy - exception during creation | |
| akka.actor.ActorInitializationException: exception during creation | |
| at akka.actor.ActorInitializationException$.apply(Actor.scala:166) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.ActorCell.create(ActorCell.scala:596) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.ActorCell.invokeAll$1(ActorCell.scala:456) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.ActorCell.systemInvoke(ActorCell.scala:478) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.dispatch.Mailbox.processAllSystemMessages(Mailbox.scala:263) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.dispatch.Mailbox.run(Mailbox.scala:219) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:397) [akka-actor_2.11-2.3.12.jar:na] | |
| at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) [scala-library-2.11.7.jar:na] | |
| at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) [scala-library-2.11.7.jar:na] | |
| at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) [scala-library-2.11.7.jar:na] | |
| at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) [scala-library-2.11.7.jar:na] | |
| Caused by: java.lang.reflect.InvocationTargetException: null | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_25] | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_25] | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_25] | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:408) ~[na:1.8.0_25] | |
| at akka.util.Reflect$.instantiate(Reflect.scala:66) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.ArgsReflectConstructor.produce(Props.scala:352) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.Props.newActor(Props.scala:252) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.ActorCell.newActor(ActorCell.scala:552) ~[akka-actor_2.11-2.3.12.jar:na] | |
| at akka.actor.ActorCell.create(ActorCell.scala:578) ~[akka-actor_2.11-2.3.12.jar:na] | |
| ... 9 common frames omitted | |
| Caused by: org.apache.commons.vfs2.FileSystemException: Invalid relative file name. | |
| at org.apache.commons.vfs2.provider.UriParser.normalisePath(UriParser.java:166) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveName(DefaultFileSystemManager.java:784) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveName(DefaultFileSystemManager.java:738) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.provider.zip.ZipFileSystem.init(ZipFileSystem.java:87) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.provider.AbstractVfsContainer.addComponent(AbstractVfsContainer.java:52) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.provider.AbstractFileProvider.addFileSystem(AbstractFileProvider.java:101) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.createFileSystem(AbstractLayeredFileProvider.java:90) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.provider.AbstractLayeredFileProvider.findFile(AbstractLayeredFileProvider.java:63) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:693) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:649) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.apache.commons.vfs2.impl.DefaultFileSystemManager.resolveFile(DefaultFileSystemManager.java:605) ~[commons-vfs2-2.0.jar:2.0] | |
| at org.ensime.indexer.EnsimeVFS.vjar(EnsimeVFS.scala:31) ~[core_2.11-0.9.10-SNAPSHOT.jar:0.9.10-SNAPSHOT] | |
| at org.ensime.indexer.SourceResolver$$anonfun$4.apply(SourceResolver.scala:59) ~[core_2.11-0.9.10-SNAPSHOT.jar:0.9.10-SNAPSHOT] | |
| at org.ensime.indexer.SourceResolver$$anonfun$4.apply(SourceResolver.scala:57) ~[core_2.11-0.9.10-SNAPSHOT.jar:0.9.10-SNAPSHOT] | |
| at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:245) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.immutable.HashSet$HashSet1.foreach(HashSet.scala:322) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.immutable.HashSet$HashTrieSet.foreach(HashSet.scala:978) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.TraversableLike$class.map(TraversableLike.scala:245) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.AbstractSet.scala$collection$SetLike$$super$map(Set.scala:47) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.SetLike$class.map(SetLike.scala:92) ~[scala-library-2.11.7.jar:na] | |
| at scala.collection.AbstractSet.map(Set.scala:47) ~[scala-library-2.11.7.jar:na] | |
| at org.ensime.indexer.SourceResolver.<init>(SourceResolver.scala:57) ~[core_2.11-0.9.10-SNAPSHOT.jar:0.9.10-SNAPSHOT] | |
| at org.ensime.core.Project.<init>(Project.scala:34) ~[core_2.11-0.9.10-SNAPSHOT.jar:0.9.10-SNAPSHOT] | |
| ... 18 common frames omitted | |
| 12:53:21.370 INFO None Server - Awaiting actor system termination | |
| 12:53:21.371 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - ENSIME HTTP on /127.0.0.1 | |
| 12:53:21.372 INFO akka://ENSIME/user/ensime-main/project a.a.LocalActorRef - Message [org.ensime.api.ConnectionInfoReq$] from Actor[akka://ENSIME/user/ensime-main/tcp-server/con1/1#-1626434012] to Actor[akka://ENSIME/user/ensime-main/project#-302161263] was not delivered. [1] dead letters encountered. This logging can be turn | |
| 12:53:21.382 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/2 a.i.TcpListener - Unbinding endpoint /127.0.0.1:53617 | |
| 12:53:21.384 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/2 a.i.TcpListener - Unbound endpoint /127.0.0.1:53617, stopping listener | |
| 12:53:21.385 INFO akka://ENSIME/system/IO-TCP-STREAM/server-1-%2F127.0.0.1%3A0 a.a.LocalActorRef - Message [akka.io.Tcp$Unbound$] from Actor[akka://ENSIME/system/IO-TCP/selectors/$a/2#1653330729] to Actor[akka://ENSIME/system/IO-TCP-STREAM/server-1-%2F127.0.0.1%3A0#-68226163] was not delivered. [2] dead letters encountered. This logging can be tur | |
| 12:53:21.385 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.SelectionHandler - Monitored actor [Actor[akka://ENSIME/user/ensime-main/tcp-server#-1111820156]] terminated | |
| 12:53:21.386 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Closing serverSocketChannel after being stopped | |
| 12:53:21.386 DEBUG EventStream a.e.EventStream - shutting down: StandardOutLogger started | |
| 12:53:21.387 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/1 a.i.SelectionHandler - Monitored actor [Actor[akka://ENSIME/user/ensime-main/tcp-server/con1#434353195]] terminated | |
| 12:53:21.401 INFO None Server - Shutdown complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
were you able to find as solution?