Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
angeloh opened this issue Jun 29, 2014 · 0 comments
Open

Comments

@angeloh
Copy link

angeloh commented Jun 29, 2014

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 angeloh changed the title Play 2.2 can't start with playVertx and new playHazelcast Play 2.2 can't start with playVertx 2.1RC1 and new playHazelcast 3.2.1 Jul 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant