Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created March 10, 2016 08:28
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 davsclaus/f00260f2aa506572f675 to your computer and use it in GitHub Desktop.
Save davsclaus/f00260f2aa506572f675 to your computer and use it in GitHub Desktop.
INFO] --- exec-maven-plugin:1.4.0:java (default-cli) @ vertx-simplest ---
2016-03-10 09:26:59,444 [Embedded.main()] DEBUG InternalLoggerFactory - Using Log4J as the default logging framework
2016-03-10 09:26:59,447 [Embedded.main()] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
2016-03-10 09:26:59,447 [Embedded.main()] DEBUG ResourceLeakDetector - -Dio.netty.leakDetection.maxRecords: 4
2016-03-10 09:26:59,469 [Embedded.main()] DEBUG MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8
2016-03-10 09:26:59,486 [Embedded.main()] DEBUG PlatformDependent0 - java.nio.Buffer.address: available
2016-03-10 09:26:59,486 [Embedded.main()] DEBUG PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
2016-03-10 09:26:59,487 [Embedded.main()] DEBUG PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
2016-03-10 09:26:59,487 [Embedded.main()] DEBUG PlatformDependent0 - java.nio.Bits.unaligned: true
2016-03-10 09:26:59,489 [Embedded.main()] DEBUG PlatformDependent - Java version: 8
2016-03-10 09:26:59,489 [Embedded.main()] DEBUG PlatformDependent - -Dio.netty.noUnsafe: false
2016-03-10 09:26:59,489 [Embedded.main()] DEBUG PlatformDependent - sun.misc.Unsafe: available
2016-03-10 09:26:59,491 [Embedded.main()] DEBUG PlatformDependent - -Dio.netty.noJavassist: false
2016-03-10 09:26:59,492 [Embedded.main()] DEBUG PlatformDependent - Javassist: unavailable
2016-03-10 09:26:59,492 [Embedded.main()] DEBUG 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.
2016-03-10 09:26:59,493 [Embedded.main()] DEBUG PlatformDependent - -Dio.netty.tmpdir: /var/folders/33/4s84_6hs4mx8jxlmy8xgp1100000gn/T (java.io.tmpdir)
2016-03-10 09:26:59,493 [Embedded.main()] DEBUG PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
2016-03-10 09:26:59,493 [Embedded.main()] DEBUG PlatformDependent - -Dio.netty.noPreferDirect: false
2016-03-10 09:26:59,528 [Embedded.main()] DEBUG NioEventLoop - -Dio.netty.noKeySetOptimization: false
2016-03-10 09:26:59,528 [Embedded.main()] DEBUG NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
vert.x HTTP server running on port 8080
2016-03-10 09:26:59,708 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 8
2016-03-10 09:26:59,708 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 8
2016-03-10 09:26:59,708 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
2016-03-10 09:26:59,708 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
2016-03-10 09:26:59,708 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
2016-03-10 09:26:59,709 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
2016-03-10 09:26:59,709 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
2016-03-10 09:26:59,709 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
2016-03-10 09:26:59,709 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
2016-03-10 09:26:59,709 [Embedded.main()] DEBUG PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
2016-03-10 09:26:59,759 [Embedded.main()] DEBUG ThreadLocalRandom - -Dio.netty.initialSeedUniquifier: 0x2ecc7c5e74df9fed (took 1 ms)
2016-03-10 09:26:59,823 [Embedded.main()] DEBUG ByteBufUtil - -Dio.netty.allocator.type: unpooled
2016-03-10 09:26:59,823 [Embedded.main()] DEBUG ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 65536
2016-03-10 09:26:59,823 [Embedded.main()] DEBUG ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
2016-03-10 09:26:59,828 [Embedded.main()] DEBUG NetUtil - Loopback interface: lo0 (lo0, 0:0:0:0:0:0:0:1)
2016-03-10 09:26:59,831 [Embedded.main()] DEBUG NetUtil - /proc/sys/net/core/somaxconn: 128 (non-existent)
vert.x HTTP server is shutting down
^Cdavsclaus:~/workspace/quickstarts/quickstart/vertx/simplest (j8)/$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment