sys-console.log 4.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 2024-05-20 09:53:03 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.0.Final
  2. 2024-05-20 09:53:05 [main] WARN o.m.s.mapper.ClassPathMapperScanner - Skipping MapperFactoryBean with name 'sysLocalStorageMapper' and 'com.nb.oss.strategy.mapper.SysLocalStorageMapper' mapperInterface. Bean already defined with the same name!
  3. 2024-05-20 09:53:05 [main] WARN o.m.s.mapper.ClassPathMapperScanner - No MyBatis mapper was found in '[com.nb.oss.strategy.mapper]' package. Please check your configuration.
  4. 2024-05-20 09:53:07 [main] WARN io.undertow.websockets.jsr - UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
  5. 2024-05-20 09:53:07 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext
  6. 2024-05-20 09:53:11 [main] INFO org.redisson.Version - Redisson 3.17.0
  7. 2024-05-20 09:53:14 [redisson-netty-2-14] INFO o.r.c.p.MasterPubSubConnectionPool - 1 connections initialized for localhost/127.0.0.1:6379
  8. 2024-05-20 09:53:14 [redisson-netty-2-20] INFO o.r.c.pool.MasterConnectionPool - 24 connections initialized for localhost/127.0.0.1:6379
  9. 2024-05-20 09:53:15 [main] WARN o.t.w.s.TioWebSocketServerBootstrap - no bean type of IpStatListener found
  10. 2024-05-20 09:53:15 [main] WARN o.t.w.s.TioWebSocketServerBootstrap - no bean type of GroupListener found
  11. 2024-05-20 09:53:18 [main] INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - Init DruidDataSource
  12. 2024-05-20 09:53:19 [ForkJoinPool.commonPool-worker-1] WARN c.n.c.q.d.RedissonDelayMessageManager - 延迟队列消息处理失败,消息【{"msgId":"8b7667f1-5b32-469a-8f78-f87f3231f75b","body":{"nativeValue":"初始化数据"},"handlerId":"无","properties":{"expire":3,"timeUnit":"SECONDS"}}】无相应的处理器处理
  13. 2024-05-20 09:53:19 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
  14. 2024-05-20 09:53:19 [main] INFO c.alibaba.druid.pool.DruidDataSource - {dataSource-2} inited
  15. 2024-05-20 09:53:19 [main] INFO o.f.c.i.license.VersionPrinter - Flyway Community Edition 7.15.0 by Redgate
  16. 2024-05-20 09:53:19 [main] INFO o.f.c.i.d.base.BaseDatabaseType - Database: jdbc:mysql://localhost:3306/nbnetpump (MySQL 5.7)
  17. 2024-05-20 09:53:20 [main] INFO o.f.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.049s)
  18. 2024-05-20 09:53:20 [main] INFO o.f.core.internal.command.DbMigrate - Current version of schema `nbnetpump`: 1
  19. 2024-05-20 09:53:20 [main] INFO o.f.core.internal.command.DbMigrate - Schema `nbnetpump` is up to date. No migration necessary.
  20. 2024-05-20 09:53:20 [Thread-4] INFO o.t.w.s.TioWebSocketServerBootstrap - Initializing Tio WebSocket Server
  21. 2024-05-20 09:53:20 [main] INFO org.xnio - XNIO version 3.8.4.Final
  22. 2024-05-20 09:53:20 [main] INFO org.xnio.nio - XNIO NIO Implementation Version 3.8.4.Final
  23. 2024-05-20 09:53:20 [Thread-4] ERROR o.t.w.s.TioWebSocketServerBootstrap - Cannot bootstrap tio websocket server :
  24. java.net.BindException: Address already in use: bind
  25. at sun.nio.ch.Net.bind0(Native Method)
  26. at sun.nio.ch.Net.bind(Net.java:433)
  27. at sun.nio.ch.Net.bind(Net.java:425)
  28. at sun.nio.ch.AsynchronousServerSocketChannelImpl.bind(AsynchronousServerSocketChannelImpl.java:162)
  29. at org.tio.server.TioServer.start(TioServer.java:305)
  30. at org.tio.websocket.server.WsServerStarter.start(WsServerStarter.java:301)
  31. at org.tio.websocket.starter.TioWebSocketServerBootstrap.start(TioWebSocketServerBootstrap.java:389)
  32. at org.tio.websocket.starter.TioWebSocketServerBootstrap.contextInitialized(TioWebSocketServerBootstrap.java:326)
  33. at org.tio.websocket.starter.TioWebSocketServerInitializerConfiguration.lambda$start$0(TioWebSocketServerInitializerConfiguration.java:218)
  34. at java.lang.Thread.run(Thread.java:745)
  35. 2024-05-20 09:53:20 [main] INFO org.jboss.threads - JBoss Threads version 3.1.0.Final
  36. 2024-05-20 09:53:20 [main] INFO io.undertow - starting server: Undertow - 2.2.14.Final
  37. 2024-05-20 09:53:28 [XNIO-2 task-1] INFO io.undertow.servlet - Initializing Spring DispatcherServlet 'dispatcherServlet'