pcs-info.2023-08-22.0.log 5.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:54.731 INFO 14680 [main] cn.cslg.permission.Application Starting Application using Java 1.8.0_291 on WIN10-2021QOFEC with PID 14680 (E:\IDEAProject\PCS-BackEnd\PCS\target\classes started by Administrator in E:\IDEAProject\PCS-BackEnd)
  2. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:54.747 INFO 14680 [main] cn.cslg.permission.Application The following profiles are active: dev
  3. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:55.747 INFO 14680 [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate Multiple Spring Data modules found, entering strict repository configuration mode!
  4. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:55.747 INFO 14680 [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate Bootstrapping Spring Data Redis repositories in DEFAULT mode.
  5. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:55.778 INFO 14680 [main] org.springframework.data.repository.config.RepositoryConfigurationDelegate Finished Spring Data repository scanning in 21 ms. Found 0 Redis repository interfaces.
  6. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.689 INFO 14680 [main] org.springframework.boot.web.embedded.tomcat.TomcatWebServer Tomcat initialized with port(s): 8871 (http)
  7. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.704 INFO 14680 [main] org.apache.coyote.http11.Http11NioProtocol Initializing ProtocolHandler ["http-nio-8871"]
  8. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.704 INFO 14680 [main] org.apache.catalina.core.StandardService Starting service [Tomcat]
  9. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.704 INFO 14680 [main] org.apache.catalina.core.StandardEngine Starting Servlet engine: [Apache Tomcat/9.0.56]
  10. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.814 INFO 14680 [main] org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] Initializing Spring embedded WebApplicationContext
  11. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.814 INFO 14680 [main] org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext Root WebApplicationContext: initialization completed in 2020 ms
  12. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:58.055 INFO 14680 [main] com.alibaba.druid.spring.boot.autoconfigure.DruidDataSourceAutoConfigure Init DruidDataSource
  13. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:58.180 INFO 14680 [main] com.alibaba.druid.pool.DruidDataSource {dataSource-1} inited
  14. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:53:02.132 INFO 14680 [main] org.apache.coyote.http11.Http11NioProtocol Starting ProtocolHandler ["http-nio-8871"]
  15. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:53:02.148 INFO 14680 [main] org.springframework.boot.web.embedded.tomcat.TomcatWebServer Tomcat started on port(s): 8871 (http) with context path ''
  16. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:53:02.163 INFO 14680 [main] cn.cslg.permission.Application Started Application in 7.951 seconds (JVM running for 9.754)
  17. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:59:18.631 INFO 14680 [http-nio-8871-exec-1] org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] Initializing Spring DispatcherServlet 'dispatcherServlet'
  18. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:59:18.632 INFO 14680 [http-nio-8871-exec-1] org.springframework.web.servlet.DispatcherServlet Initializing Servlet 'dispatcherServlet'
  19. [pcs:0.0.0.0:8871] [,] 2023-08-22 10:59:18.634 INFO 14680 [http-nio-8871-exec-1] org.springframework.web.servlet.DispatcherServlet Completed initialization in 2 ms
  20. [pcs:0.0.0.0:8871] [,] 2023-08-22 17:30:38.213 INFO 14680 [lettuce-nioEventLoop-4-1] io.lettuce.core.protocol.CommandHandler null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  21. java.io.IOException: 远程主机强迫关闭了一个现有的连接。
  22. at sun.nio.ch.SocketDispatcher.read0(Native Method)
  23. at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
  24. at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
  25. at sun.nio.ch.IOUtil.read(IOUtil.java:192)
  26. at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
  27. at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
  28. at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
  29. at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
  30. at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
  31. at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
  32. at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
  33. at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
  34. at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
  35. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
  36. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  37. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  38. at java.lang.Thread.run(Thread.java:748)
  39. [pcs:0.0.0.0:8871] [,] 2023-08-22 17:30:38.248 INFO 14680 [lettuce-eventExecutorLoop-1-8] io.lettuce.core.protocol.ConnectionWatchdog Reconnecting, last destination was /192.168.1.24:6379
  40. [pcs:0.0.0.0:8871] [,] 2023-08-22 17:30:47.345 INFO 14680 [lettuce-eventExecutorLoop-1-8] io.lettuce.core.protocol.ConnectionWatchdog Reconnecting, last destination was 192.168.1.24:6379
  41. [pcs:0.0.0.0:8871] [,] 2023-08-22 17:30:55.546 INFO 14680 [lettuce-eventExecutorLoop-1-2] io.lettuce.core.protocol.ConnectionWatchdog Reconnecting, last destination was 192.168.1.24:6379
  42. [pcs:0.0.0.0:8871] [,] 2023-08-22 17:30:55.556 INFO 14680 [lettuce-nioEventLoop-4-7] io.lettuce.core.protocol.ReconnectionHandler Reconnected to 192.168.1.24:6379