ELLITON-P 2020-07-01 10:59 采纳率: 50%
浏览 968
已结题

java Maven项目启动日志卡住了 也不报错

2020-07-01 10:55:44.323 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 10:55:44.612 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 10:55:45.42 [restartedMain] DEBUG 44 io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16
2020-07-01 10:55:45.46 [restartedMain] DEBUG 106 io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
2020-07-01 10:55:45.46 [restartedMain] DEBUG 107 io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
2020-07-01 10:55:45.81 [restartedMain] DEBUG 79 io.netty.channel.DefaultChannelId - -Dio.netty.processId: 13668 (auto-detected)
2020-07-01 10:55:45.393 [restartedMain] DEBUG 101 io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 10:63:c8:ff:fe:96:7a:19 (auto-detected)
2020-07-01 10:55:45.408 [restartedMain] DEBUG 85 io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
2020-07-01 10:55:45.408 [restartedMain] DEBUG 94 io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
2020-07-01 10:55:45.408 [restartedMain] DEBUG 97 io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384

日志一直卡在这里了 是什么问题啊? 内存设置小了?

-----还有个问题。
在分布式项目中新加个@Reference的服务注解 项目启动不了
2020-07-01 11:04:01.101 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.175 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.206 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.255 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.280 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.334 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.359 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.405 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.434 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.505 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.536 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.560 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
2020-07-01 11:04:01.645 [restartedMain] INFO 84 org.apache.dubbo.config.spring.beans.factory.annotation.ReferenceBeanBuilder - The configBean[type:ReferenceBean] has been built.
以前加的就可以正常启动 不知道是什么问题

  • 写回答

3条回答 默认 最新

  • Json-Huang 2020-07-01 12:08
    关注

    都是正常的log输出,没有看到有异常信息,log没有复制完整的?
    看看是不是服务器资源不足,响应较慢,可以试着重启电脑及ide工具后再启动

    评论

报告相同问题?

悬赏问题

  • ¥15 随身WiFi网络灯亮但是没有网络,如何解决?
  • ¥15 gdf格式的脑电数据如何处理matlab
  • ¥20 重新写的代码替换了之后运行hbuliderx就这样了
  • ¥100 监控抖音用户作品更新可以微信公众号提醒
  • ¥15 UE5 如何可以不渲染HDRIBackdrop背景
  • ¥70 2048小游戏毕设项目
  • ¥20 mysql架构,按照姓名分表
  • ¥15 MATLAB实现区间[a,b]上的Gauss-Legendre积分
  • ¥15 delphi webbrowser组件网页下拉菜单自动选择问题
  • ¥15 linux驱动,linux应用,多线程