playVertX icon indicating copy to clipboard operation
playVertX copied to clipboard

Play 2.2 can't start with playVertx 2.1RC1 and new playHazelcast 3.2.1

Open angeloh opened this issue 11 years ago • 0 comments

My play 2.2 server can't start. This is last output from the server logs.

[debug] i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
[debug] i.n.u.ResourceLeakDetector - -Dio.netty.leakDetectionLevel: simple
[debug] i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 4
[debug] i.n.u.i.PlatformDependent0 - sun.nio.ch.DirectBuffer.cleaner(): available
[debug] i.n.u.i.PlatformDependent0 - java.nio.Buffer.address: available
[debug] i.n.u.i.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
[debug] i.n.u.i.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
[debug] i.n.u.i.PlatformDependent0 - java.nio.Bits.unaligned: true
[debug] i.n.u.i.PlatformDependent - UID: 1002
[debug] i.n.u.i.PlatformDependent - Java version: 7
[debug] i.n.u.i.PlatformDependent - -Dio.netty.noUnsafe: false
[debug] i.n.u.i.PlatformDependent - sun.misc.Unsafe: available
[debug] i.n.u.i.PlatformDependent - -Dio.netty.noJavassist: false
[debug] i.n.u.i.PlatformDependent - Javassist: available
[debug] i.n.u.i.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
[debug] i.n.u.i.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
[debug] i.n.u.i.PlatformDependent - -Dio.netty.noPreferDirect: false
[debug] i.n.c.n.NioEventLoop - -Dio.netty.noKeySetOptimization: false
[debug] i.n.c.n.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
[info] p.c.PlayHazelcastClusterManager - Starting Custom Cluster Manager yeepeekai

These are my dependencies:

        "io.vertx" % "vertx-platform" % "2.1.1", // playvertx
        "io.vertx" % "vertx-core" % "2.1.1", // playvertx
        "io.vertx" % "vertx-hazelcast" % "2.1.1", // playvertx
        "playhazelcast"  % "playhazelcast_2.10" % "3.2.1", // playvertx
        ("playvertx"  % "playvertx_2.10" % "2.1RC1" notTransitive()), // playvertx
        "io.vertx" % "lang-scala" % "1.0.0", // playvertx

angeloh avatar Jun 29 '14 17:06 angeloh