zoukankan      html  css  js  c++  java
  • io.vertx.core.impl.BlockedThreadChecker 警告: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked VertxException: Thread blocked

    io.vertx.core.impl.BlockedThreadChecker
    警告: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 2204 ms, time limit is 2000
    二月 02, 2020 1:10:01 上午 io.vertx.core.impl.BlockedThreadChecker
    警告: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 3210 ms, time limit is 2000
    二月 02, 2020 1:10:02 上午 io.vertx.core.impl.BlockedThreadChecker
    警告: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 4210 ms, time limit is 2000
    二月 02, 2020 1:10:03 上午 io.vertx.core.impl.BlockedThreadChecker
    警告: Thread Thread[vert.x-eventloop-thread-0,5,main] has been blocked for 5211 ms, time limit is 2000
    io.vertx.core.VertxException: Thread blocked
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:502)
        at io.netty.util.concurrent.DefaultPromise.awaitUninterruptibly(DefaultPromise.java:254)
        at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:135)
        at io.netty.channel.DefaultChannelPromise.awaitUninterruptibly(DefaultChannelPromise.java:28)

    解决方案:运行ip地址与本机ip地址不一至,修改成本机ip地址

  • 相关阅读:
    Codeforces Round #239(Div. 2) 做后扯淡玩
    hdu 3507 Print Article
    prufer序列
    POJ 2778 DNA Sequence
    Codeforces Round #237 (Div. 2)
    poj3352
    图论知识
    POJ 2186
    Codeforces Round #236 (Div. 2)
    POJ 2823 Sliding Window
  • 原文地址:https://www.cnblogs.com/endv/p/12250902.html
Copyright © 2011-2022 走看看