Skip to content

Instantly share code, notes, and snippets.

@tpolecat
Created August 27, 2016 07:09
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 tpolecat/c63cb2ccf8bef2572624536185bff132 to your computer and use it in GitHub Desktop.
Save tpolecat/c63cb2ccf8bef2572624536185bff132 to your computer and use it in GitHub Desktop.
23:56:20.887 INFO None a.e.s.Slf4jLogger - Slf4jLogger started
23:56:20.895 DEBUG EventStream(akka://ENSIME) a.e.EventStream - logger log1-Slf4jLogger started
23:56:20.898 DEBUG EventStream(akka://ENSIME) a.e.EventStream - Default Loggers started
23:56:20.927 INFO None o.a.c.v.i.StandardFileSystemManager - Using "/var/folders/kt/st5ktl_x5q735j6bk1tc9t4m00038z/T/vfs_cache" as temporary files store.
23:56:20.969 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/0 a.i.TcpListener - Successfully bound to /127.0.0.1:50642
23:56:20.972 INFO akka://ENSIME/user/ensime-main/tcp-server o.e.s.t.TCPServer - Bound server on port 50642
23:56:20.981 INFO None o.e.s.PortUtil$ - creating port file: /Users/rnorris/Scala/cofree/.ensime_cache/port
23:56:22.077 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/1 a.i.TcpListener - Successfully bound to /127.0.0.1:50643
23:56:22.084 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Environment:
23:56:22.085 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - OS : Mac OS X
23:56:22.085 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Java : Java HotSpot(TM) 64-Bit Server VM 25.65-b01, Java(TM) SE Runtime Environment 1.8.0_65-b17
23:56:22.085 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Scala version: version 2.11.8
23:56:22.085 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Ensime : 1.0.0
23:56:22.086 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with Scala version: 2.11.8
23:56:22.086 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built with sbt version: 0.13.11
23:56:22.086 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built from git sha: cf6a0453d3a7890b3a711769cee081b497f535b6
23:56:22.086 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - Built on: 2016-06-25 12:21:53.134
23:56:22.094 INFO None o.e.s.PortUtil$ - creating port file: /Users/rnorris/Scala/cofree/.ensime_cache/http
23:56:22.095 INFO akka://ENSIME/user/ensime-main o.e.s.ServerActor - ENSIME HTTP on /127.0.0.1
23:56:22.158 DEBUG akka://ENSIME/system/IO-TCP/selectors/$a/1 a.i.TcpListener - New connection accepted
23:56:22.329 DEBUG None o.e.f.FileWatchService - init watcher
23:56:22.338 DEBUG None o.e.f.FileWatchService - start a background monitoring thread
23:56:22.339 DEBUG None o.e.f.FileWatchService - start monitoring WatchService events
23:56:22.345 DEBUG None o.e.f.FileWatchService - init watcher
23:56:22.345 DEBUG None o.e.f.FileWatchService - start a background monitoring thread
23:56:22.345 DEBUG None o.e.f.FileWatchService - start monitoring WatchService events
23:56:22.346 DEBUG None o.e.f.FileWatchService - init watcher
23:56:22.346 DEBUG None o.e.f.FileWatchService - start a background monitoring thread
23:56:22.347 DEBUG None o.e.f.FileWatchService - start monitoring WatchService events
23:56:22.902 DEBUG akka://ENSIME/user/$a/1 o.e.s.RequestHandler - ConnectionInfoReq
23:56:22.903 DEBUG akka://ENSIME/user/ensime-main/project o.e.c.Project - received handled message ConnectionInfoReq in state awaitingConnectionInfoReq
23:56:22.908 DEBUG akka://ENSIME/user/$a/1 o.e.s.RequestHandler - received handled message ConnectionInfo(None,EnsimeImplementation(ENSIME),1.0) in state receive
23:56:23.164 INFO None c.z.h.HikariDataSource - HikariCP pool HikariPool-0 is starting.
23:56:23.580 DEBUG None o.e.i.SearchService - findStaleFileChecks
23:56:23.591 DEBUG None o.e.i.SearchService - removing 0 stale files from the index
23:56:23.599 DEBUG None o.e.i.SearchService - Indexing bases...
23:56:23.886 DEBUG None o.e.i.SearchService - committing index to disk...
23:56:23.890 DEBUG None o.e.i.SearchService - ...done committing index
23:56:23.896 DEBUG akka://ENSIME/user/ensime-main/project o.e.c.Project - created 0 and removed 0 searchable rows
23:56:23.899 DEBUG akka://ENSIME/user/$a o.e.s.ConnectionHandler - received handled message IndexerReadyEvent
23:56:25.471 DEBUG akka://ENSIME/user/$a o.e.s.ConnectionHandler - received handled message SendBackgroundMessageEvent(Initializing Analyzer. Please wait...,105)
23:56:25.486 DEBUG akka://ENSIME/user/ensime-main/project/scalac o.e.c.Analyzer - received handled message FullTypeCheckCompleteEvent in state startup
23:56:25.486 DEBUG akka://ENSIME/user/$a o.e.s.ConnectionHandler - received handled message AnalyzerReadyEvent
23:56:25.487 DEBUG akka://ENSIME/user/$a o.e.s.ConnectionHandler - received handled message FullTypeCheckCompleteEvent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment