Skip to content

Instantly share code, notes, and snippets.

@thomastoye
Created October 21, 2014 15:35
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 thomastoye/00205a8049b240aeeae3 to your computer and use it in GitHub Desktop.
Save thomastoye/00205a8049b240aeeae3 to your computer and use it in GitHub Desktop.
$ sbt run
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=256M; support was removed in 8.0
[info] Loading global plugins from /home/thomas/.sbt/0.13/plugins
[info] Loading project definition from /home/thomas/builds/play-nl/project
[info] Set current project to root (in build file:/home/thomas/builds/play-nl/)
Documentation server started, you can now view the docs by going to http:///0:0:0:0:0:0:0:0:9000
17:22:53.016 [New I/O worker #1] ERROR play.nettyException - Exception caught in Netty
com.typesafe.config.ConfigException$Missing: No configuration setting found for key 'play'
at com.typesafe.config.impl.SimpleConfig.findKey(SimpleConfig.java:124) ~[config-1.2.1.jar:na]
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:145) ~[config-1.2.1.jar:na]
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:159) ~[config-1.2.1.jar:na]
at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:164) ~[config-1.2.1.jar:na]
at com.typesafe.config.impl.SimpleConfig.getObject(SimpleConfig.java:218) ~[config-1.2.1.jar:na]
at com.typesafe.config.impl.SimpleConfig.getConfig(SimpleConfig.java:224) ~[config-1.2.1.jar:na]
at com.typesafe.config.impl.SimpleConfig.getConfig(SimpleConfig.java:33) ~[config-1.2.1.jar:na]
at play.core.Invoker$$anon$1.play$core$Invoker$$anon$$loadActorConfig(Invoker.scala:35) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.Invoker$$anon$1$$anonfun$2.apply(Invoker.scala:20) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.Invoker$$anon$1$$anonfun$2.apply(Invoker.scala:19) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at scala.Option.map(Option.scala:145) ~[scala-library.jar:0.13.6]
at play.core.Invoker$$anon$1.create(Invoker.scala:19) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.ClosableLazy.get(ClosableLazy.scala:51) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.Invoker$.system(Invoker.scala:40) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.Invoker$.executionContext(Invoker.scala:41) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.api.libs.concurrent.Execution$.defaultContext(Execution.scala:15) ~[play_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.server.netty.PlayDefaultUpstreamHandler.play$core$server$netty$PlayDefaultUpstreamHandler$$handleAction$1(PlayDefaultUpstreamHandler.scala:256) ~[play-netty-server_2.10-2.4.0-M1.jar:2.4.0-M1]
at play.core.server.netty.PlayDefaultUpstreamHandler.messageReceived(PlayDefaultUpstreamHandler.scala:248) ~[play-netty-server_2.10-2.4.0-M1.jar:2.4.0-M1]
at com.typesafe.netty.http.pipelining.HttpPipeliningHandler.messageReceived(HttpPipeliningHandler.java:62) ~[netty-http-pipelining-1.1.2.jar:na]
at org.jboss.netty.handler.codec.http.HttpContentDecoder.messageReceived(HttpContentDecoder.java:108) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:296) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.handler.codec.frame.FrameDecoder.unfoldAndFireMessageReceived(FrameDecoder.java:459) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.callDecode(ReplayingDecoder.java:536) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.handler.codec.replay.ReplayingDecoder.messageReceived(ReplayingDecoder.java:435) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:268) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.Channels.fireMessageReceived(Channels.java:255) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioWorker.read(NioWorker.java:88) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.process(AbstractNioWorker.java:108) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.socket.nio.AbstractNioSelector.run(AbstractNioSelector.java:318) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89) ~[netty-3.9.2.Final.jar:na]
at org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) ~[netty-3.9.2.Final.jar:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [na:1.8.0_25]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [na:1.8.0_25]
at java.lang.Thread.run(Thread.java:745) [na:1.8.0_25]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment