Created
November 17, 2015 23:15
-
-
Save jung-kim/fc538725255431867948 to your computer and use it in GitHub Desktop.
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
23:15:21.633 [main] DEBUG c.y.c.m.s.t.broker.SanityTestClient - Loading configuration from /home/y/conf/cloud_messaging_broker/cloud_messaging_broker.conf | |
23:15:21.644 [main] INFO c.y.c.m.s.t.broker.SanityTestClient - Start native test 111 | |
23:15:21.645 [main] INFO c.y.c.m.s.t.broker.SanityTestClient - Start native test 111 | |
23:15:21.653 [main] INFO c.y.c.m.s.t.broker.SanityTestClient - Start native test 111 | |
23:15:21.653 [main] INFO c.y.c.m.s.t.broker.SanityTestClient - >>>1 | |
23:15:21.665 [main] DEBUG c.y.c.m.client.admin.CmsAdmin - created: serviceUrl=http://devqa1-broker1.messaging.gq1.yahoo.com:4080, ycaRole=yahoo.cloud_messaging.hosts.broker.env-devqa | |
23:15:21.916 [main] DEBUG c.y.c.m.client.admin.CmsAdmin - ycaCert=v=1;a=yahoo.cloud_messaging.hosts.broker.env-devqa;h=10.211.18.79;t=1450377535;s=TYmaFmxhSmShsngoWin2Q7mTPpeV2Y2_iAjEumXETWXDdt5bwA3rYzW9RxJE9CMQcEkKlQEZi8NEXUrIeqlaVg-- | |
23:15:22.507 [main] INFO c.y.c.m.s.t.b.NativeSanityTestConsumer - Persistent topic persistent://cms/gq1/devqa1-broker1.messaging.gq1.yahoo.com:4080/sanityTestTopic-0 does not exist, nothing to clean up | |
23:15:22.610 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework | |
23:15:22.611 [main] DEBUG i.n.c.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 8 | |
23:15:22.622 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available | |
23:15:22.622 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available | |
23:15:22.622 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available | |
23:15:22.623 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true | |
23:15:22.623 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8 | |
23:15:22.624 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false | |
23:15:22.624 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available | |
23:15:22.624 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false | |
23:15:22.694 [main] DEBUG i.n.util.internal.PlatformDependent - Javassist: available | |
23:15:22.695 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir) | |
23:15:22.695 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model) | |
23:15:22.695 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false | |
23:15:22.712 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false | |
23:15:22.712 [main] DEBUG io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512 | |
23:15:22.722 [main] INFO c.y.c.m.s.t.broker.SanityTestClient - Native broker - Unsubscribe test passed | |
23:15:22.722 [main] INFO c.y.c.m.s.t.b.NativeSanityTestConsumer - Native broker - consumer closed | |
Exception in thread "main" java.lang.NoClassDefFoundError: com/ning/http/client/AsyncHttpProvider | |
at com.yahoo.cloud.messaging.client.impl.CmsClientImpl.<init>(CmsClientImpl.java:82) | |
at com.yahoo.cloud.messaging.client.impl.CmsClientImpl.<init>(CmsClientImpl.java:69) | |
at com.yahoo.cloud.messaging.client.api.CmsClient.create(CmsClient.java:41) | |
at com.yahoo.cloud.messaging.sanity.test.broker.NativeSanityTestConsumer.createClient(NativeSanityTestConsumer.java:49) | |
at com.yahoo.cloud.messaging.sanity.test.broker.SanityTestClient.startNativeTest(SanityTestClient.java:77) | |
at com.yahoo.cloud.messaging.sanity.test.broker.SanityTestClient.main(SanityTestClient.java:343) | |
Caused by: java.lang.ClassNotFoundException: com.ning.http.client.AsyncHttpProvider | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:381) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:424) | |
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:357) | |
... 6 more | |
-bash-4.1$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment