Skip to content

Instantly share code, notes, and snippets.

@jelmerk
Created May 18, 2013 09:38
Show Gist options
  • Save jelmerk/5603878 to your computer and use it in GitHub Desktop.
Save jelmerk/5603878 to your computer and use it in GitHub Desktop.
Playframework using 100% cpu
"main" prio=5 tid=7fd9c0800800 nid=0x10cc09000 runnable [10cc07000]
java.lang.Thread.State: RUNNABLE
at java.io.FileInputStream.read(Native Method)
at jline.Terminal.readCharacter(Terminal.java:99)
at jline.UnixTerminal.readVirtualKey(UnixTerminal.java:128)
at jline.ConsoleReader.readVirtualKey(ConsoleReader.java:1453)
at sbt.PlayCommands$class.waitEOF$1(PlayCommands.scala:38)
at sbt.PlayCommands$class.sbt$PlayCommands$$waitForKey(PlayCommands.scala:46)
at sbt.PlayCommands$$anonfun$61$$anonfun$63.apply(PlayCommands.scala:678)
at sbt.PlayCommands$$anonfun$61$$anonfun$63.apply(PlayCommands.scala:534)
at scala.Either$RightProjection.map(Either.scala:285)
at sbt.PlayCommands$$anonfun$61.apply(PlayCommands.scala:534)
at sbt.PlayCommands$$anonfun$61.apply(PlayCommands.scala:516)
at sbt.Command$$anonfun$sbt$Command$$apply1$1$$anonfun$apply$6.apply(Command.scala:74)
at sbt.Command$.process(Command.scala:92)
at sbt.MainLoop$$anonfun$next$1$$anonfun$apply$1.apply(Main.scala:121)
at sbt.MainLoop$$anonfun$next$1$$anonfun$apply$1.apply(Main.scala:121)
at sbt.State$$anon$1.process(State.scala:154)
at sbt.MainLoop$$anonfun$next$1.apply(Main.scala:121)
at sbt.MainLoop$$anonfun$next$1.apply(Main.scala:121)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.MainLoop$.next(Main.scala:121)
at sbt.MainLoop$.run(Main.scala:114)
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(Main.scala:103)
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(Main.scala:100)
at sbt.Using.apply(Using.scala:25)
at sbt.MainLoop$.runWithNewLog(Main.scala:100)
at sbt.MainLoop$.runAndClearLast(Main.scala:83)
at sbt.MainLoop$.runLoggedLoop(Main.scala:67)
at sbt.MainLoop$.runLogged(Main.scala:60)
at sbt.xMain.run(Main.scala:33)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment