Commit da524907 authored by Tong Li's avatar Tong Li

忽略aps日志文件

parent be8c854e
2026-05-28 17:17:07.041 | main | INFO | com.aps.ApsApplication | Starting ApsApplication using Java 17 on DESKTOP-VKRD9QF with PID 20452 (E:\c\test\test14\hyh.apsj\target\classes started by Administration in E:\c\test\test14\hyh.apsj)
2026-05-28 17:17:07.050 | main | INFO | com.aps.ApsApplication | No active profile set, falling back to 1 default profile: "default"
2026-05-28 17:17:12.935 | main | INFO | o.s.d.r.config.RepositoryConfigurationDelegate | Multiple Spring Data modules found, entering strict repository configuration mode
2026-05-28 17:17:12.938 | main | INFO | o.s.d.r.config.RepositoryConfigurationDelegate | Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2026-05-28 17:17:13.002 | main | INFO | o.s.d.r.config.RepositoryConfigurationDelegate | Finished Spring Data repository scanning in 40 ms. Found 0 Redis repository interfaces.
2026-05-28 17:17:13.629 | main | INFO | o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker | Bean 'spring.datasource.dynamic-com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-05-28 17:17:13.632 | main | INFO | o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker | Bean 'com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration' of type [com.baomidou.dynamic.datasource.spring.boot.autoconfigure.DynamicDataSourceAutoConfiguration$$EnhancerBySpringCGLIB$$34ed74d3] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-05-28 17:17:13.649 | main | INFO | o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker | Bean 'dsProcessor' of type [com.baomidou.dynamic.datasource.processor.DsHeaderProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-05-28 17:17:14.085 | main | INFO | o.s.boot.web.embedded.tomcat.TomcatWebServer | Tomcat initialized with port(s): 8181 (http)
2026-05-28 17:17:14.087 | main | INFO | org.apache.catalina.core.AprLifecycleListener | An older version [1.2.24] of the Apache Tomcat Native library is installed, while Tomcat recommends a minimum version of [1.2.38]
2026-05-28 17:17:14.087 | main | INFO | org.apache.catalina.core.AprLifecycleListener | Loaded Apache Tomcat Native library [1.2.24] using APR version [1.7.0].
2026-05-28 17:17:14.087 | main | INFO | org.apache.catalina.core.AprLifecycleListener | APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true], UDS [false].
2026-05-28 17:17:14.087 | main | INFO | org.apache.catalina.core.AprLifecycleListener | APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2026-05-28 17:17:14.106 | main | INFO | org.apache.catalina.core.AprLifecycleListener | OpenSSL successfully initialized [OpenSSL 1.1.1g 21 Apr 2020]
2026-05-28 17:17:14.122 | main | INFO | org.apache.coyote.http11.Http11NioProtocol | Initializing ProtocolHandler ["http-nio-8181"]
2026-05-28 17:17:14.124 | main | INFO | org.apache.catalina.core.StandardService | Starting service [Tomcat]
2026-05-28 17:17:14.125 | main | INFO | org.apache.catalina.core.StandardEngine | Starting Servlet engine: [Apache Tomcat/9.0.83]
2026-05-28 17:17:14.313 | main | INFO | o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] | Initializing Spring embedded WebApplicationContext
2026-05-28 17:17:14.314 | main | INFO | o.s.b.w.s.c.ServletWebServerApplicationContext | Root WebApplicationContext: initialization completed in 7195 ms
2026-05-28 17:17:14.646 | main | INFO | com.zaxxer.hikari.HikariDataSource | oracle - Starting...
2026-05-28 17:17:15.834 | main | INFO | com.zaxxer.hikari.HikariDataSource | oracle - Start completed.
2026-05-28 17:17:15.835 | main | INFO | c.b.dynamic.datasource.DynamicRoutingDataSource | dynamic-datasource - add a datasource named [oracle] success
2026-05-28 17:17:15.835 | main | INFO | c.b.dynamic.datasource.DynamicRoutingDataSource | dynamic-datasource initial loaded [1] datasource,primary datasource named [oracle]
2026-05-28 17:17:16.626 | main | WARN | c.b.mybatisplus.core.injector.DefaultSqlInjector | class com.aps.entity.ApsTimeConfig ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-05-28 17:17:18.534 | main | WARN | c.b.mybatisplus.core.injector.DefaultSqlInjector | class com.aps.entity.Algorithm.OrderMaterialRequirement ,Not found @TableId annotation, Cannot use Mybatis-Plus 'xxById' Method.
2026-05-28 17:17:18.674 | main | INFO | com.aps.controller.gantt.FileUploadController | 使用已存在的上传目录: E:\c\test\test14\hyh.apsj\uploads
2026-05-28 17:17:18.674 | main | INFO | com.aps.controller.gantt.FileUploadController | 使用已存在的上传目录: E:\c\test\test14\hyh.apsj\uploads
2026-05-28 17:17:20.091 | main | INFO | org.apache.coyote.http11.Http11NioProtocol | Starting ProtocolHandler ["http-nio-8181"]
2026-05-28 17:17:20.108 | main | INFO | o.s.boot.web.embedded.tomcat.TomcatWebServer | Tomcat started on port(s): 8181 (http) with context path ''
2026-05-28 17:17:20.122 | main | INFO | com.aps.ApsApplication | Started ApsApplication in 13.844 seconds (JVM running for 15.345)
2026-05-28 17:18:19.486 | http-nio-8181-exec-1 | INFO | o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] | Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-05-28 17:18:19.486 | http-nio-8181-exec-1 | INFO | org.springframework.web.servlet.DispatcherServlet | Initializing Servlet 'dispatcherServlet'
2026-05-28 17:18:19.487 | http-nio-8181-exec-1 | INFO | org.springframework.web.servlet.DispatcherServlet | Completed initialization in 1 ms
2026-05-28 17:18:22.149 | http-nio-8181-exec-9 | INFO | org.springdoc.api.AbstractOpenApiResource | Init duration for springdoc-openapi is: 1760 ms
2026-05-28 17:20:08.561 | http-nio-8181-exec-6 | INFO | com.aps.service.plan.SceneService | 染色体保存成功,场景ID: E2C1AAC7493B447AAF3F81EDB93BA09C, 文件: E:\c\test\test14\hyh.apsj\result\chromosome_result_E2C1AAC7493B447AAF3F81EDB93BA09C_2_.json
2026-05-28 17:20:08.561 | http-nio-8181-exec-6 | INFO | com.aps.service.plan.SceneService | 染色体保存成功,场景ID: E2C1AAC7493B447AAF3F81EDB93BA09C, 文件: E:\c\test\test14\hyh.apsj\result\chromosome_result_E2C1AAC7493B447AAF3F81EDB93BA09C_2_.json
2026-05-28 17:26:48.682 | lettuce-nioEventLoop-4-1 | INFO | io.lettuce.core.protocol.CommandHandler | null Unexpected exception during request: java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
2026-05-28 17:26:48.822 | lettuce-eventExecutorLoop-1-9 | INFO | io.lettuce.core.protocol.ConnectionWatchdog | Reconnecting, last destination was /39.100.88.40:6379
2026-05-28 17:26:48.980 | lettuce-nioEventLoop-4-2 | INFO | io.lettuce.core.protocol.ReconnectionHandler | Reconnected to 39.100.88.40/<unresolved>:6379
2026-05-28 17:26:52.487 | lettuce-nioEventLoop-4-2 | INFO | io.lettuce.core.protocol.CommandHandler | null Unexpected exception during request: java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
2026-05-28 17:26:52.702 | lettuce-nioEventLoop-4-3 | INFO | io.lettuce.core.protocol.ReconnectionHandler | Reconnected to 39.100.88.40/<unresolved>:6379
2026-05-28 17:28:51.810 | lettuce-nioEventLoop-4-3 | INFO | io.lettuce.core.protocol.CommandHandler | null Unexpected exception during request: java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
2026-05-28 17:28:51.881 | lettuce-eventExecutorLoop-1-11 | INFO | io.lettuce.core.protocol.ConnectionWatchdog | Reconnecting, last destination was /39.100.88.40:6379
2026-05-28 17:28:53.024 | lettuce-nioEventLoop-4-4 | INFO | io.lettuce.core.protocol.ReconnectionHandler | Reconnected to 39.100.88.40/<unresolved>:6379
2026-05-28 17:28:54.446 | lettuce-nioEventLoop-4-4 | INFO | io.lettuce.core.protocol.CommandHandler | null Unexpected exception during request: java.net.SocketException: Connection reset
java.net.SocketException: Connection reset
at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394)
at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426)
at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:254)
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.base/java.lang.Thread.run(Thread.java:833)
2026-05-28 17:28:54.577 | lettuce-nioEventLoop-4-5 | INFO | io.lettuce.core.protocol.ReconnectionHandler | Reconnected to 39.100.88.40/<unresolved>:6379
2026-05-14 13:42:07.492 | main | com.aps.common.util.redis.RedisUtils | Redis 操作失败 1/3: get(SceneId.6D63146BE5C84A78B5AB044327BA55BD), 错误: Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
2026-05-14 18:09:52.721 | main | com.aps.common.util.redis.RedisUtils | Redis 操作失败 1/3: get(SceneId.6D63146BE5C84A78B5AB044327BA55BD), 错误: Redis exception; nested exception is io.lettuce.core.RedisException: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment