Created
July 11, 2013 16:05
-
-
Save fbettag/5976782 to your computer and use it in GitHub Desktop.
Lift Netty Integration Console output
This file contains hidden or 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
[info] Running net.liftweb.netty.LiftNettyServer | |
17:10:57.428 [run-main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework | |
17:10:57.433 [run-main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 24 | |
17:10:57.451 [run-main] DEBUG i.n.util.internal.PlatformDependent - UID: 501 | |
17:10:57.452 [run-main] DEBUG i.n.util.internal.PlatformDependent - Java version: 7 | |
17:10:57.452 [run-main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false | |
17:10:57.454 [run-main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.ByteBuffer.cleaner: available | |
17:10:57.455 [run-main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available | |
17:10:57.455 [run-main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available | |
17:10:57.455 [run-main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available | |
17:10:57.456 [run-main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: false | |
17:10:57.456 [run-main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available | |
17:10:57.456 [run-main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false | |
17:10:57.457 [run-main] DEBUG i.n.util.internal.PlatformDependent - Javassist: unavailable | |
17:10:57.458 [run-main] DEBUG i.n.util.internal.PlatformDependent - You don't have Javassist in your class path or you don't have enough permission to load dynamically generated classes. Please check the configuration for better performance. | |
17:10:57.458 [run-main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false | |
17:10:57.489 [run-main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false | |
17:10:57.489 [run-main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 | |
17:10:57.933 [run-main] INFO bootstrap.liftweb.Boot - Run Mode: Development | |
17:10:58.956 [run-main] DEBUG net.liftweb.util.Props - Loaded key/value properties from resource /props/default.props | |
17:10:58.961 [run-main] WARN net.liftweb.netty.LiftNettyCookies - Cookie Hashing is not enabled! | |
17:10:58.961 [run-main] ERROR net.liftweb.netty.LiftNettyCookies - Cookie Hashing Key empty or too short. Hashing disabled. | |
17:10:58.963 [run-main] INFO net.liftweb.netty.LiftNettyCookies - Cookie Manager started | |
17:10:59.005 [run-main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 10 | |
17:10:59.005 [run-main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 10 | |
17:10:59.005 [run-main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192 | |
17:10:59.005 [run-main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11 | |
17:10:59.006 [run-main] DEBUG i.n.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216 | |
17:10:59.024 [run-main] DEBUG io.netty.util.NetUtil - Loopback interface: lo0 | |
17:10:59.024 [run-main] DEBUG io.netty.util.NetUtil - Loopback address: /0:0:0:0:0:0:0:1 (primary) | |
17:10:59.025 [run-main] DEBUG io.netty.util.NetUtil - Loopback address: /fe80:0:0:0:0:0:0:1%1 | |
17:10:59.025 [run-main] DEBUG io.netty.util.NetUtil - Loopback address: /127.0.0.1 | |
Listening on 0.0.0.0:8080 | |
Ready | |
17:11:11.674 [nioEventLoopGroup-3-1] DEBUG io.netty.util.ResourceLeakDetector - -Dio.netty.noResourceLeakDetection: false | |
Writing buffer of size 286 | |
17:11:12.379 [pool-11-thread-1] INFO net.liftweb.util.TimeHelpers - Service request (GET) / returned 200, took 582 Milliseconds | |
Writing buffer of size 7395 | |
17:11:12.493 [pool-11-thread-2] INFO net.liftweb.util.TimeHelpers - Service request (GET) /ajax_request/liftAjax.js returned 200, took 111 Milliseconds | |
17:11:12.496 [nioEventLoopGroup-3-1] DEBUG n.liftweb.netty.NettyRequestHandler - client disconnected | |
Writing buffer of size 7395 | |
17:11:12.531 [pool-11-thread-3] INFO net.liftweb.util.TimeHelpers - Service request (GET) /ajax_request/liftAjax.js returned 200, took 26 Milliseconds | |
17:12:11.652 [nioEventLoopGroup-3-2] DEBUG n.liftweb.netty.NettyRequestHandler - client disconnected | |
17:13:01.869 [pool-11-thread-9] INFO net.liftweb.http.SessionMaster - Session expired | |
^C18:03:06.106 [Thread-1] DEBUG net.liftweb.http.LiftServlet - Destroyed Lift handler. | |
Shutdown complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment