1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- [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)
- [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
- [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!
- [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.
- [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.
- [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)
- [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"]
- [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:56.704 INFO 14680 [main] org.apache.catalina.core.StandardService Starting service [Tomcat]
- [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]
- [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
- [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
- [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
- [pcs:0.0.0.0:8871] [,] 2023-08-22 10:52:58.180 INFO 14680 [main] com.alibaba.druid.pool.DruidDataSource {dataSource-1} inited
- [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"]
- [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 ''
- [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)
- [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'
- [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'
- [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
- [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: 远程主机强迫关闭了一个现有的连接。
- java.io.IOException: 远程主机强迫关闭了一个现有的连接。
- at sun.nio.ch.SocketDispatcher.read0(Native Method)
- at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
- at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
- at sun.nio.ch.IOUtil.read(IOUtil.java:192)
- at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:378)
- at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:258)
- at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
- at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:350)
- at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
- at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:722)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:658)
- at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:584)
- at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:496)
- at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:986)
- at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
- at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
- at java.lang.Thread.run(Thread.java:748)
- [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
- [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
- [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
- [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
|