| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 
 |  
juil. 13, 2016 5:42:47 PM io.vertx.core.impl.BlockedThreadChecker
AVERTISSEMENT: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 720 ms, time limit is 0
juil. 13, 2016 5:42:48 PM io.vertx.core.impl.BlockedThreadChecker
AVERTISSEMENT: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 1720 ms, time limit is 0
juil. 13, 2016 5:42:49 PM io.vertx.core.impl.BlockedThreadChecker
AVERTISSEMENT: Thread Thread[vert.x-eventloop-thread-2,5,main] has been blocked for 2720 ms, time limit is 0
juil. 13, 2016 5:42:50 PM io.vertx.ext.web.impl.RoutingContextImplBase
GRAVE: Unexpected exception in route
io.vertx.core.VertxException: java.lang.NullPointerException
	at io.vertx.ext.web.impl.Utils.readFileToString(Utils.java:156)
	at io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl$Loader.sourceAt(HandlebarsTemplateEngineImpl.java:91)
	at com.github.jknack.handlebars.Handlebars.compile(Handlebars.java:411)
	at com.github.jknack.handlebars.Handlebars.compile(Handlebars.java:397)
	at io.vertx.ext.web.templ.impl.HandlebarsTemplateEngineImpl.render(HandlebarsTemplateEngineImpl.java:64)
	at io.vertx.ext.web.handler.impl.TemplateHandlerImpl.handle(TemplateHandlerImpl.java:61)
	at io.vertx.ext.web.handler.impl.TemplateHandlerImpl.handle(TemplateHandlerImpl.java:45)
	at io.vertx.ext.web.impl.RouteImpl.handleContext(RouteImpl.java:218)
	at io.vertx.ext.web.impl.RoutingContextImplBase.iterateNext(RoutingContextImplBase.java:67)
	at io.vertx.ext.web.impl.RoutingContextImpl.next(RoutingContextImpl.java:96)
	at io.vertx.ext.web.impl.RouterImpl.accept(RouterImpl.java:61)
	at io.vertx.core.http.impl.ServerConnection.handleRequest(ServerConnection.java:276)
	at io.vertx.core.http.impl.ServerConnection.processMessage(ServerConnection.java:391)
	at io.vertx.core.http.impl.ServerConnection.handleMessage(ServerConnection.java:137)
	at io.vertx.core.http.impl.HttpServerImpl$ServerHandler.lambda$createConnAndHandle$24(HttpServerImpl.java:539)
	at io.vertx.core.impl.ContextImpl.lambda$wrapTask$15(ContextImpl.java:312)
	at io.vertx.core.impl.ContextImpl.executeFromIO(ContextImpl.java:217)
	at io.vertx.core.http.impl.HttpServerImpl$ServerHandler.createConnAndHandle(HttpServerImpl.java:537)
	at io.vertx.core.http.impl.HttpServerImpl$ServerHandler.doMessageReceived(HttpServerImpl.java:474)
	at io.vertx.core.http.impl.HttpServerImpl$ServerHandler.doMessageReceived(HttpServerImpl.java:425)
	at io.vertx.core.http.impl.VertxHttpHandler.channelRead(VertxHttpHandler.java:85)
	at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:124)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
	at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:244)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:308)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:294)
	at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:846)
	at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:131)
	at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:511)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:468)
	at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:382)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:354)
	at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:111)
	at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
	at io.vertx.ext.web.impl.Utils.readFileToString(Utils.java:153)
	... 34 more | 
Partager