Created
January 24, 2015 03:25
-
-
Save omnisis/8de9361c2cdb37b8e4ba to your computer and use it in GitHub Desktop.
Ensime Issues
This file contains 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
(:swank-rpc | |
(swank:connection-info) | |
1) | |
(:return | |
(:ok | |
(:pid nil :implementation | |
(:name "ENSIME-ReferenceServer") | |
:version "0.8.10")) | |
1) | |
(:swank-rpc | |
(swank:init-project) | |
2) | |
(:return | |
(:ok t) | |
2) | |
(:indexer-ready) | |
(:background-message 105 "Initializing Analyzer. Please wait...") | |
(:compiler-ready) | |
(:full-typecheck-finished) |
This file contains 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
Use of ~/.sbtconfig is deprecated, please migrate global settings to /usr/local/etc/sbtopts | |
[info] Loading global plugins from /Users/cliff/.sbt/0.13/plugins | |
[info] Loading project definition from /private/tmp/hello/.ensime_cache/project | |
[info] Set current project to root--ensime_cache (in build file:/private/tmp/hello/.ensime_cache/) | |
[info] Running org.ensime.server.Server | |
[info] 22:20:09.449 [default-akka.actor.default-dispatcher-4] INFO akka.event.slf4j.Slf4jLogger - Slf4jLogger started | |
[info] 22:20:09.464 [main] INFO org.ensime.server.Server - ENSIME Server on 127.0.0.1:50018 | |
[info] 22:20:09.467 [main] INFO org.ensime.server.Server - Environment: | |
[info] OS : Mac OS X | |
[info] Java : Java HotSpot(TM) 64-Bit Server VM 25.0-b70, Java(TM) SE Runtime Environment 1.8.0-b132 | |
[info] Scala : version 2.10.4 | |
[info] Ensime : 0.9.10-SNAPSHOT | |
[info] 22:20:09.467 [main] INFO org.ensime.server.Server - Creating portfile /private/tmp/hello/.ensime_cache/port | |
[info] 22:20:09.467 [main] INFO org.ensime.server.Server - creating portfile /private/tmp/hello/.ensime_cache/port | |
[info] 22:20:09.474 [default-akka.actor.default-dispatcher-3] DEBUG org.ensime.core.Project$ProjectActor - started (org.ensime.core.Project$ProjectActor@7ebdb52e) | |
[info] 22:20:09.494 [main] INFO o.a.c.v.i.StandardFileSystemManager - Using "/var/folders/07/2c5v54793696bpl12b3rglsc0000gn/T/vfs_cache" as temporary files store. | |
[info] 22:20:10.429 [main] INFO org.ensime.indexer.ClassfileWatcher - Setting up new file watchers | |
[info] 22:20:10.680 [main] WARN com.jolbox.bonecp.BoneCPConfig - JDBC username was not set in config! | |
[info] 22:20:10.680 [main] WARN com.jolbox.bonecp.BoneCPConfig - JDBC password was not set in config! | |
[info] 22:20:10.927 [main] INFO org.ensime.indexer.SearchService - removing 0 stale files from the index | |
[info] 22:20:10.941 [default-akka.actor.default-dispatcher-4] DEBUG org.ensime.core.Indexer - started (org.ensime.core.Indexer@3754d4) | |
[info] 22:20:10.945 [Thread-12] INFO org.ensime.server.Server - Got connection, creating handler... | |
[info] 22:20:10.966 [default-akka.actor.default-dispatcher-3] DEBUG org.ensime.server.SocketHandler - started (org.ensime.server.SocketHandler@62d97c79) | |
[info] 22:20:11.001 [default-akka.actor.default-dispatcher-3] INFO o.e.s.protocol.swank.SwankProtocol - Received msg: (:swank-rpc (swank:connection-info) 1) | |
[info] 22:20:11.009 [ForkJoinPool-2-worker-13] DEBUG org.ensime.indexer.SearchService - committing index to disk... | |
[info] 22:20:11.009 [ForkJoinPool-2-worker-13] DEBUG org.ensime.indexer.SearchService - ...done committing index | |
[info] 22:20:11.012 [ForkJoinPool-2-worker-13] DEBUG org.ensime.core.Project - indexed 0 and removed 0 | |
[info] 22:20:11.019 [default-akka.actor.default-dispatcher-3] INFO o.e.s.protocol.swank.SwankProtocol - Writing: (:return (:ok (:pid nil :implementation (:name "ENSIME-ReferenceServer") :version "0.8.10")) 1) | |
[info] 22:20:11.022 [default-akka.actor.default-dispatcher-3] INFO o.e.s.protocol.swank.SwankProtocol - Received msg: (:swank-rpc (swank:init-project) 2) | |
[info] 22:20:11.023 [default-akka.actor.default-dispatcher-3] INFO o.e.s.protocol.swank.SwankProtocol - Writing: (:return (:ok t) 2) | |
[info] 22:20:11.031 [default-akka.actor.default-dispatcher-4] INFO o.e.s.protocol.swank.SwankProtocol - Writing: (:indexer-ready) | |
[info] 22:20:11.066 [default-akka.actor.default-dispatcher-4] INFO org.ensime.core.Analyzer - Presentation Compiler settings: | |
[info] Settings { | |
[info] -classpath = /Users/cliff/.sbt/boot/scala-2.10.4/lib/scala-library.jar:/private/tmp/hello/target/scala-2.10/classes:/private/tmp/hello/target/scala-2.10/test-classes | |
[info] -Ypresentation-verbose = false | |
[info] -d = . | |
[info] -verbose = false | |
[info] -bootclasspath = /Users/cliff/.sbt/boot/scala-2.10.4/lib/scala-library.jar | |
[info] -Ypresentation-debug = false | |
[info] -usejavacp = false | |
[info] } | |
[info] | |
[info] 22:20:12.096 [default-akka.actor.default-dispatcher-5] DEBUG org.ensime.core.Analyzer - started (org.ensime.core.Analyzer@6a8536c3) | |
[info] 22:20:12.100 [default-akka.actor.default-dispatcher-5] INFO o.e.s.protocol.swank.SwankProtocol - Writing: (:background-message 105 "Initializing Analyzer. Please wait...") | |
[info] 22:20:12.117 [default-akka.actor.default-dispatcher-3] INFO o.e.s.protocol.swank.SwankProtocol - Writing: (:compiler-ready) | |
[info] 22:20:12.117 [default-akka.actor.default-dispatcher-5] DEBUG org.ensime.core.Analyzer - Analyzer ready in 0.02 seconds. | |
[info] 22:20:12.118 [default-akka.actor.default-dispatcher-3] INFO o.e.s.protocol.swank.SwankProtocol - Writing: (:full-typecheck-finished) |
This file contains 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 "/private/tmp/hello" | |
:cache-dir "/private/tmp/hello/.ensime_cache" | |
:name "root" | |
:java-home "/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home" | |
:java-flags ("-Xms1024m" "-Xmx1024m" "-XX:ReservedCodeCacheSize=128m") | |
:reference-source-roots ("/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/src.zip") | |
:scala-version "2.10.4" | |
:compiler-args nil | |
:subprojects (( | |
:name "root" | |
:module-name "root" | |
:source-roots ("/private/tmp/hello/src/main/scala" "/private/tmp/hello/src/main/java" "/private/tmp/hello/src/test/scala" "/private/tmp/hello/src/test/java") | |
:target "/private/tmp/hello/target/scala-2.10/classes" | |
:test-targets ("/private/tmp/hello/target/scala-2.10/test-classes") | |
:depends-on-modules nil | |
:compile-deps ("/Users/cliff/.sbt/boot/scala-2.10.4/lib/scala-library.jar") | |
:runtime-deps nil | |
:test-deps nil | |
:reference-source-roots ("/Users/cliff/.ivy2/cache/org.scala-lang/scala-library/srcs/scala-library-2.10.4-sources.jar"))) | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment