Started by user unknown or anonymous Running as SYSTEM Building in workspace /data/jenkins/workspace/test-v5in-ferry The recommended git tool is: NONE using credential e9f27bcd-2741-48e3-b693-e66c2b7b3499 > /usr/local/git/bin/git rev-parse --resolve-git-dir /data/jenkins/workspace/test-v5in-ferry/.git # timeout=10 Fetching changes from the remote Git repository > /usr/local/git/bin/git config remote.origin.url https://gitlab.arsbaibaodun.com/bcx_basic/bj-ferry.git # timeout=10 Fetching upstream changes from https://gitlab.arsbaibaodun.com/bcx_basic/bj-ferry.git > /usr/local/git/bin/git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials gitlab凭据 > /usr/local/git/bin/git fetch --tags --force --progress -- https://gitlab.arsbaibaodun.com/bcx_basic/bj-ferry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > /usr/local/git/bin/git rev-parse refs/remotes/origin/test^{commit} # timeout=10 Checking out Revision 6a5e50d86faacf0662fb88e3b8b9a152ac989747 (refs/remotes/origin/test) > /usr/local/git/bin/git config core.sparsecheckout # timeout=10 > /usr/local/git/bin/git checkout -f 6a5e50d86faacf0662fb88e3b8b9a152ac989747 # timeout=10 Commit message: "项目配置文件" > /usr/local/git/bin/git rev-list --no-walk 6a5e50d86faacf0662fb88e3b8b9a152ac989747 # timeout=10 [test-v5in-ferry] $ /bin/sh -xe /data/apache-tomcat-jenkins/temp/jenkins7347486464890848480.sh + scp /data/jenkins/workspace/test-v5in-ferry/target/bj-ferry-1.0.0.jar 172.20.0.248:/data/workspace/autodownloadupload [SSH] script: PATH="/usr/local/maven:/usr/local/n/versions/node/16.0.0/bin:/usr/local/jdk1.8/bin:/usr/local/node/bin:/usr/local/jdk1.8/bin:/usr/local/node/bin:/usr/local/jdk1.8/bin:/usr/local/jdk1.8/bin:/usr/local/jdk1.8/bin:/usr/local/jdk1.8/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/var/lib/snapd/snap/bin:/usr/local/maven/bin:/usr/local/git/bin:/root/bin:/usr/local/maven/bin:/usr/local/git/bin:/usr/local/maven/bin:/usr/local/git/bin:/usr/local/maven/bin:/usr/local/git/bin:/usr/local/maven/bin:/usr/local/git/bin:/usr/local/maven/bin:/usr/local/git/bin" JAVA_HOME="/usr/local/jdk1.8" JAVA_CLASS="/usr/local/jdk1.8/lib" HOME="/root" #JAVA export JAVA_HOME=/usr/local/java export JAVA_CLASS=$JAVA_HOME/lib export PATH=$JAVA_HOME/bin:$PATH # 杀死进程 pid=$(ps -ef|grep bj-ferry-1.0.0.jar |grep -v grep|awk '{print $2}') if [ $pid ];then kill -9 $pid fi sleep 5 # 启动进程 cd /data/workspace/autodownloadupload nohup java -Xms1024m -Xmx1024m -jar bj-ferry-1.0.0.jar --spring.profiles.active=in-test [SSH] executing... . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.7.5) 2024-03-26 10:35:48.188 [main] trace_id= span_id= trace_flags=1 INFO c.b.f.BjFerryApplication - [logStarting,55] - Starting BjFerryApplication v1.0.0 using Java 1.8.0_102 on ecs-9e5b-0002 with PID 18622 (/data/workspace/autodownloadupload/bj-ferry-1.0.0.jar started by root in /data/workspace/autodownloadupload) 2024-03-26 10:35:48.191 [main] trace_id= span_id= trace_flags=1 INFO c.b.f.BjFerryApplication - [logStartupProfileInfo,640] - The following 1 profile is active: "in-test" 2024-03-26 10:35:50.371 [main] trace_id= span_id= trace_flags=1 INFO o.s.b.w.e.t.TomcatWebServer - [initialize,108] - Tomcat initialized with port(s): 15001 (http) 2024-03-26 10:35:50.383 [main] trace_id= span_id= trace_flags=1 INFO o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-15001"] 2024-03-26 10:35:50.384 [main] trace_id= span_id= trace_flags=1 INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] 2024-03-26 10:35:50.384 [main] trace_id= span_id= trace_flags=1 INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.68] 2024-03-26 10:35:50.654 [main] trace_id= span_id= trace_flags=1 INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext 2024-03-26 10:35:50.658 [main] trace_id= span_id= trace_flags=1 INFO o.s.b.w.s.c.ServletWebServerApplicationContext - [prepareWebApplicationContext,292] - Root WebApplicationContext: initialization completed in 2349 ms --------------------------------------------------------------------- --------------------------------------------------------------------- ---------------me.shijunjie.util.SpringUtil------------------------------------------------------ ========ApplicationContext配置成功,在普通类可以通过调用SpringUtils.getAppContext()获取applicationContext对象,applicationContext=org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@617faa95, started on Tue Mar 26 10:35:48 CST 2024======== --------------------------------------------------------------------- Logging initialized using 'class org.apache.ibatis.logging.stdout.StdOutImpl' adapter. 2024-03-26 10:35:50.897 [main] trace_id= span_id= trace_flags=1 INFO c.a.d.s.b.a.DruidDataSourceAutoConfigure - [dataSource,56] - Init DruidDataSource 2024-03-26 10:35:51.197 [main] trace_id= span_id= trace_flags=1 INFO c.a.d.p.DruidDataSource - [init,928] - {dataSource-1} inited Registered plugin: 'com.baomidou.mybatisplus.extension.plugins.MybatisPlusInterceptor@57af006c' Parsed mapper file: 'class path resource [mybatis/FerryTaskMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryReceiveOperateLogMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryReceiveTaskMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryTaskFileMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryRequestLogMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryOperateLogMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryReceiveTaskFileMapper.xml]' Parsed mapper file: 'class path resource [mybatis/FerryErrorInfoMapper.xml]' _ _ |_ _ _|_. ___ _ | _ | | |\/|_)(_| | |_\ |_)||_|_\ / | 3.5.1 2024-03-26 10:35:52.201 [main] trace_id= span_id= trace_flags=1 INFO org.redisson.Version - [logVersion,41] - Redisson 3.14.1 2024-03-26 10:35:52.661 [redisson-netty-2-21] trace_id= span_id= trace_flags=1 INFO o.r.c.p.MasterPubSubConnectionPool - [lambda$run$0,167] - 1 connections initialized for /172.20.0.10:6379 2024-03-26 10:35:52.775 [redisson-netty-2-19] trace_id= span_id= trace_flags=1 INFO o.r.c.p.MasterConnectionPool - [lambda$run$0,167] - 24 connections initialized for /172.20.0.10:6379 2024-03-26 10:35:53.582 [main] trace_id= span_id= trace_flags=1 INFO o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-15001"] 2024-03-26 10:35:53.650 [main] trace_id= span_id= trace_flags=1 INFO o.s.b.w.e.t.TomcatWebServer - [start,220] - Tomcat started on port(s): 15001 (http) with context path '' 2024-03-26 10:35:53.666 [main] trace_id= span_id= trace_flags=1 INFO c.b.f.BjFerryApplication - [logStarted,61] - Started BjFerryApplication in 6.325 seconds (JVM running for 6.799) 2024-03-26 10:35:55.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,33] - ===================================定时查询接收任务状态-摆渡完成=================================== 2024-03-26 10:35:55.309 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveTaskComplete,306] - 查询是否有摆渡完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51215449] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 10(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51215449] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51215449] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51215449] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@51215449] 2024-03-26 10:35:55.472 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,49] - ===================================查询接收任务状态-摆渡完成结束=================================== org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:36:00.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.CreateFerryTask - [createFerryTask,23] - ===================================定时创建摆渡任务=================================== 2024-03-26 10:36:00.009 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,58] - 开始创建摆渡任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fb83c10] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task ORDER BY create_time DESC ==> Parameters: <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fb83c10] 2024-03-26 10:36:00.016 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,65] - 没有最近一次任务 2024-03-26 10:36:00.016 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,79] - 最近一次摆渡任务已完成 || 没有最近一次任务 2024-03-26 10:36:00.077 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,85] - 新的任务拉取数据开始时间:2024-03-26 10:00:00,拉取数据开始时间:2024-03-26 10:30:00 2024-03-26 10:36:00.078 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,91] - 新任务的结束时间 < 当前时间,可以创建新的任务 Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fb83c10] from current transaction ==> Preparing: INSERT INTO ferry_task ( id, region_code, start_time, end_time, task_status, create_time, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) ==> Parameters: 1772452411273773056(Long), beijing(String), 2024-03-26 10:00:00.0(Timestamp), 2024-03-26 10:30:00.0(Timestamp), 1(Integer), 2024-03-26 10:36:00.01(Timestamp), 2024-03-26 10:36:00.01(Timestamp) <== Updates: 1 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fb83c10] 2024-03-26 10:36:00.193 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:36:00.193 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:ca154d00-7d85-4ba3-87bc-47a513a8f790 2024-03-26 10:36:00.193 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:36:00.193 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:36:00.452 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:36:00.453 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:36:00.453 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:ca154d00-7d85-4ba3-87bc-47a513a8f790 2024-03-26 10:36:00.454 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:36:00.454 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:36:00.454 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:36:10.454 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:36:10.455 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:66df74cb-89ad-4632-a54c-a42366b42a97 2024-03-26 10:36:10.455 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:36:10.455 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:36:10.459 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:36:10.460 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:36:10.460 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:66df74cb-89ad-4632-a54c-a42366b42a97 2024-03-26 10:36:10.460 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:36:10.460 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:36:10.460 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:36:30.461 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:36:30.461 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:9723e9ad-dde9-4b89-884e-b19c43c7c2bc 2024-03-26 10:36:30.461 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:36:30.461 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:36:30.465 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:36:30.465 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:36:30.466 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:9723e9ad-dde9-4b89-884e-b19c43c7c2bc 2024-03-26 10:36:30.466 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:36:30.466 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:36:30.466 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fb83c10] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@3fb83c10] 2024-03-26 10:36:30.498 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task java.lang.RuntimeException: 调用摆渡工具服务接口失败 at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:50) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2024-03-26 10:36:30.498 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,23] - ===================================定时查询摆渡任务状态-拉取完成=================================== 2024-03-26 10:36:30.500 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,117] - 查询摆渡任务状态任务, lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,取锁中..... 2024-03-26 10:36:30.534 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,121] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48fba917] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ? AND request_id IS NOT NULL AND package_url IS NOT NULL) ORDER BY create_time DESC ==> Parameters: 2(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48fba917] 2024-03-26 10:36:30.543 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,132] - 没有最近一次拉取完成的任务 2024-03-26 10:36:30.561 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,164] - 查询摆渡任务状态任务,lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48fba917] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48fba917] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@48fba917] 2024-03-26 10:36:30.564 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,25] - ===================================查询摆渡任务状态-拉取完成结束=================================== 2024-03-26 10:36:30.564 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,23] - ===================================定时调用边界服务执行摆渡任务信息文件=================================== 2024-03-26 10:36:30.565 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,201] - 调用边界服务执行摆渡任务信息文件, lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,取锁中..... 2024-03-26 10:36:30.568 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,205] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c19eed5] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ?) ORDER BY create_time DESC ==> Parameters: 4(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c19eed5] 2024-03-26 10:36:30.572 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,214] - 没有最近一次生成任务文件完成的任务 2024-03-26 10:36:30.577 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,234] - 调用边界服务执行摆渡任务信息文件,lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c19eed5] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c19eed5] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4c19eed5] 2024-03-26 10:36:30.580 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,25] - ===================================调用边界服务执行摆渡任务信息文件务结束=================================== 2024-03-26 10:36:45.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,25] - ===================================定时查询接收任务状态-接收明细文件完成=================================== 2024-03-26 10:36:45.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveDetailFileComplete,209] - 查询是否有接收明细文件完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c566b78] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 6(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c566b78] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c566b78] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c566b78] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c566b78] 2024-03-26 10:36:45.009 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,36] - ===================================查询接收任务状态-接收明细文件完成结束=================================== 2024-03-26 10:36:55.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,33] - ===================================定时查询接收任务状态-摆渡完成=================================== 2024-03-26 10:36:55.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveTaskComplete,306] - 查询是否有摆渡完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31f6358b] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 10(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31f6358b] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31f6358b] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31f6358b] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@31f6358b] 2024-03-26 10:36:55.008 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,49] - ===================================查询接收任务状态-摆渡完成结束=================================== org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:37:00.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.CreateFerryTask - [createFerryTask,23] - ===================================定时创建摆渡任务=================================== 2024-03-26 10:37:00.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,58] - 开始创建摆渡任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef97a71] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task ORDER BY create_time DESC ==> Parameters: <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef97a71] 2024-03-26 10:37:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,65] - 没有最近一次任务 2024-03-26 10:37:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,79] - 最近一次摆渡任务已完成 || 没有最近一次任务 2024-03-26 10:37:00.007 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,85] - 新的任务拉取数据开始时间:2024-03-26 10:00:00,拉取数据开始时间:2024-03-26 10:30:00 2024-03-26 10:37:00.007 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,91] - 新任务的结束时间 < 当前时间,可以创建新的任务 Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef97a71] from current transaction ==> Preparing: INSERT INTO ferry_task ( id, region_code, start_time, end_time, task_status, create_time, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) ==> Parameters: 1772452662634217472(Long), beijing(String), 2024-03-26 10:00:00.0(Timestamp), 2024-03-26 10:30:00.0(Timestamp), 1(Integer), 2024-03-26 10:37:00.003(Timestamp), 2024-03-26 10:37:00.003(Timestamp) <== Updates: 1 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef97a71] 2024-03-26 10:37:00.014 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:37:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:2e2557c6-c34c-4bca-b8f0-19085c88d1af 2024-03-26 10:37:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:37:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:37:00.024 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:37:00.024 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:37:00.024 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:2e2557c6-c34c-4bca-b8f0-19085c88d1af 2024-03-26 10:37:00.024 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:37:00.024 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:37:00.025 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:37:10.025 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:37:10.025 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:a292583b-cb26-4cb7-af3e-7a6cbf11a3cf 2024-03-26 10:37:10.025 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:37:10.026 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:37:10.032 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:37:10.033 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:37:10.033 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:a292583b-cb26-4cb7-af3e-7a6cbf11a3cf 2024-03-26 10:37:10.033 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:37:10.033 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:37:10.033 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:37:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:37:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:da32ea8b-472e-4cb6-986b-f3d65e922b6e 2024-03-26 10:37:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:37:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:37:30.037 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:37:30.037 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:37:30.037 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:da32ea8b-472e-4cb6-986b-f3d65e922b6e 2024-03-26 10:37:30.037 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:37:30.037 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:37:30.038 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef97a71] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7ef97a71] 2024-03-26 10:37:30.043 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task java.lang.RuntimeException: 调用摆渡工具服务接口失败 at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:50) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2024-03-26 10:37:30.043 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,23] - ===================================定时查询摆渡任务状态-拉取完成=================================== 2024-03-26 10:37:30.045 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,117] - 查询摆渡任务状态任务, lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,取锁中..... 2024-03-26 10:37:30.048 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,121] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d9f0ac2] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ? AND request_id IS NOT NULL AND package_url IS NOT NULL) ORDER BY create_time DESC ==> Parameters: 2(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d9f0ac2] 2024-03-26 10:37:30.052 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,132] - 没有最近一次拉取完成的任务 2024-03-26 10:37:30.056 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,164] - 查询摆渡任务状态任务,lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d9f0ac2] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d9f0ac2] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1d9f0ac2] 2024-03-26 10:37:30.058 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,25] - ===================================查询摆渡任务状态-拉取完成结束=================================== 2024-03-26 10:37:30.059 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,23] - ===================================定时调用边界服务执行摆渡任务信息文件=================================== 2024-03-26 10:37:30.060 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,201] - 调用边界服务执行摆渡任务信息文件, lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,取锁中..... 2024-03-26 10:37:30.062 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,205] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6011c783] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ?) ORDER BY create_time DESC ==> Parameters: 4(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6011c783] 2024-03-26 10:37:30.070 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,214] - 没有最近一次生成任务文件完成的任务 2024-03-26 10:37:30.073 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,234] - 调用边界服务执行摆渡任务信息文件,lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6011c783] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6011c783] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@6011c783] 2024-03-26 10:37:30.076 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,25] - ===================================调用边界服务执行摆渡任务信息文件务结束=================================== 2024-03-26 10:37:45.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,25] - ===================================定时查询接收任务状态-接收明细文件完成=================================== 2024-03-26 10:37:45.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveDetailFileComplete,209] - 查询是否有接收明细文件完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e547dc] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 6(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e547dc] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e547dc] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e547dc] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@29e547dc] 2024-03-26 10:37:45.012 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,36] - ===================================查询接收任务状态-接收明细文件完成结束=================================== 2024-03-26 10:37:55.001 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,33] - ===================================定时查询接收任务状态-摆渡完成=================================== 2024-03-26 10:37:55.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveTaskComplete,306] - 查询是否有摆渡完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@322e3837] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 10(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@322e3837] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@322e3837] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@322e3837] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@322e3837] 2024-03-26 10:37:55.012 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,49] - ===================================查询接收任务状态-摆渡完成结束=================================== org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:38:00.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.CreateFerryTask - [createFerryTask,23] - ===================================定时创建摆渡任务=================================== 2024-03-26 10:38:00.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,58] - 开始创建摆渡任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e48f2ec] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task ORDER BY create_time DESC ==> Parameters: <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e48f2ec] 2024-03-26 10:38:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,65] - 没有最近一次任务 2024-03-26 10:38:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,79] - 最近一次摆渡任务已完成 || 没有最近一次任务 2024-03-26 10:38:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,85] - 新的任务拉取数据开始时间:2024-03-26 10:00:00,拉取数据开始时间:2024-03-26 10:30:00 2024-03-26 10:38:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,91] - 新任务的结束时间 < 当前时间,可以创建新的任务 Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e48f2ec] from current transaction ==> Preparing: INSERT INTO ferry_task ( id, region_code, start_time, end_time, task_status, create_time, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) ==> Parameters: 1772452914288263168(Long), beijing(String), 2024-03-26 10:00:00.0(Timestamp), 2024-03-26 10:30:00.0(Timestamp), 1(Integer), 2024-03-26 10:38:00.002(Timestamp), 2024-03-26 10:38:00.002(Timestamp) <== Updates: 1 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e48f2ec] 2024-03-26 10:38:00.010 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:38:00.010 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:9a7fd0c5-e78e-4ed5-8d9f-cc27997ae97c 2024-03-26 10:38:00.010 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:38:00.011 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:38:00.014 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:38:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:38:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:9a7fd0c5-e78e-4ed5-8d9f-cc27997ae97c 2024-03-26 10:38:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:38:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:38:00.015 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:38:10.015 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:38:10.016 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:886c5d67-db84-4579-88e5-621c51d21616 2024-03-26 10:38:10.016 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:38:10.016 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:38:10.019 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:38:10.019 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:38:10.019 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:886c5d67-db84-4579-88e5-621c51d21616 2024-03-26 10:38:10.019 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:38:10.019 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:38:10.019 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:38:30.020 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:38:30.020 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:8b179dfe-f218-4ffc-b4c6-0b7956218bff 2024-03-26 10:38:30.020 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:38:30.020 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:38:30.023 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:38:30.023 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:38:30.023 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:8b179dfe-f218-4ffc-b4c6-0b7956218bff 2024-03-26 10:38:30.023 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:38:30.023 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:38:30.023 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e48f2ec] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4e48f2ec] 2024-03-26 10:38:30.028 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task java.lang.RuntimeException: 调用摆渡工具服务接口失败 at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:50) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2024-03-26 10:38:30.029 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,23] - ===================================定时查询摆渡任务状态-拉取完成=================================== 2024-03-26 10:38:30.030 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,117] - 查询摆渡任务状态任务, lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,取锁中..... 2024-03-26 10:38:30.032 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,121] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5345f6f3] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ? AND request_id IS NOT NULL AND package_url IS NOT NULL) ORDER BY create_time DESC ==> Parameters: 2(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5345f6f3] 2024-03-26 10:38:30.038 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,132] - 没有最近一次拉取完成的任务 2024-03-26 10:38:30.041 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,164] - 查询摆渡任务状态任务,lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5345f6f3] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5345f6f3] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@5345f6f3] 2024-03-26 10:38:30.043 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,25] - ===================================查询摆渡任务状态-拉取完成结束=================================== 2024-03-26 10:38:30.044 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,23] - ===================================定时调用边界服务执行摆渡任务信息文件=================================== 2024-03-26 10:38:30.045 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,201] - 调用边界服务执行摆渡任务信息文件, lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,取锁中..... 2024-03-26 10:38:30.047 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,205] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209f4d61] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ?) ORDER BY create_time DESC ==> Parameters: 4(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209f4d61] 2024-03-26 10:38:30.051 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,214] - 没有最近一次生成任务文件完成的任务 2024-03-26 10:38:30.055 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,234] - 调用边界服务执行摆渡任务信息文件,lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209f4d61] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209f4d61] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@209f4d61] 2024-03-26 10:38:30.058 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,25] - ===================================调用边界服务执行摆渡任务信息文件务结束=================================== 2024-03-26 10:38:45.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,25] - ===================================定时查询接收任务状态-接收明细文件完成=================================== 2024-03-26 10:38:45.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveDetailFileComplete,209] - 查询是否有接收明细文件完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cf5287] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 6(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cf5287] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cf5287] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cf5287] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@47cf5287] 2024-03-26 10:38:45.008 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,36] - ===================================查询接收任务状态-接收明细文件完成结束=================================== 2024-03-26 10:38:55.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,33] - ===================================定时查询接收任务状态-摆渡完成=================================== 2024-03-26 10:38:55.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveTaskComplete,306] - 查询是否有摆渡完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e5bae14] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 10(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e5bae14] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e5bae14] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e5bae14] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7e5bae14] 2024-03-26 10:38:55.011 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,49] - ===================================查询接收任务状态-摆渡完成结束=================================== org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:39:00.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.CreateFerryTask - [createFerryTask,23] - ===================================定时创建摆渡任务=================================== 2024-03-26 10:39:00.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,58] - 开始创建摆渡任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44bdefed] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task ORDER BY create_time DESC ==> Parameters: <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44bdefed] 2024-03-26 10:39:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,65] - 没有最近一次任务 2024-03-26 10:39:00.006 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,79] - 最近一次摆渡任务已完成 || 没有最近一次任务 2024-03-26 10:39:00.007 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,85] - 新的任务拉取数据开始时间:2024-03-26 10:00:00,拉取数据开始时间:2024-03-26 10:30:00 2024-03-26 10:39:00.007 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [createFerryTask,91] - 新任务的结束时间 < 当前时间,可以创建新的任务 Fetched SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44bdefed] from current transaction ==> Preparing: INSERT INTO ferry_task ( id, region_code, start_time, end_time, task_status, create_time, update_time ) VALUES ( ?, ?, ?, ?, ?, ?, ? ) ==> Parameters: 1772453165950697472(Long), beijing(String), 2024-03-26 10:00:00.0(Timestamp), 2024-03-26 10:30:00.0(Timestamp), 1(Integer), 2024-03-26 10:39:00.002(Timestamp), 2024-03-26 10:39:00.002(Timestamp) <== Updates: 1 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44bdefed] 2024-03-26 10:39:00.011 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:39:00.011 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:ff15779e-63a3-4a4a-9f57-f15b558a09fb 2024-03-26 10:39:00.011 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:39:00.011 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:39:00.025 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:39:00.026 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:39:00.026 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:ff15779e-63a3-4a4a-9f57-f15b558a09fb 2024-03-26 10:39:00.026 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:39:00.026 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:39:00.026 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:39:10.027 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:39:10.027 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:e615e378-5b45-4b7e-baf8-8dcfc142596e 2024-03-26 10:39:10.027 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:39:10.027 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:39:10.030 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:39:10.030 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:39:10.030 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:e615e378-5b45-4b7e-baf8-8dcfc142596e 2024-03-26 10:39:10.030 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:39:10.030 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:39:10.030 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 more 2024-03-26 10:39:30.031 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,41] - =====================http post 请求===================== 2024-03-26 10:39:30.031 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,42] - postId:79aaf9dd-c88a-4fcd-86c4-c583dae56dff 2024-03-26 10:39:30.031 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,43] - 请求地址:http://172.20.0.248:19001/pull/data/manual 2024-03-26 10:39:30.031 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,45] - ======================================================= 2024-03-26 10:39:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.c.u.HttpUtil - [post,76] - 调用接口请求失败:Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused org.apache.http.conn.HttpHostConnectException: Connect to 172.20.0.248:19001 [/172.20.0.248] failed: Connection refused at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:159) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:359) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:63) at com.bcxin.ferry.common.utils.HttpUtil.post(HttpUtil.java:32) at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:46) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.net.Socket.connect(Socket.java:589) at org.apache.http.conn.socket.PlainConnectionSocketFactory.connectSocket(PlainConnectionSocketFactory.java:75) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 54 common frames omitted 2024-03-26 10:39:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,97] - =====================http post 请求结果===================== 2024-03-26 10:39:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,98] - postId:79aaf9dd-c88a-4fcd-86c4-c583dae56dff 2024-03-26 10:39:30.034 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,99] - 请求结果:fail 2024-03-26 10:39:30.035 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.c.u.HttpUtil - [post,100] - ======================================================= 2024-03-26 10:39:30.035 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR c.b.f.s.RetryService - [postToBaiduutilServerPull,49] - 调用摆渡工具服务接口失败 Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44bdefed] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@44bdefed] 2024-03-26 10:39:30.040 [scheduling-1] trace_id= span_id= trace_flags=1 ERROR o.s.s.s.TaskUtils$LoggingErrorHandler - [handleError,95] - Unexpected error occurred in scheduled task java.lang.RuntimeException: 调用摆渡工具服务接口失败 at com.bcxin.ferry.service.RetryService.postToBaiduutilServerPull(RetryService.java:50) at com.bcxin.ferry.service.RetryService$$FastClassBySpringCGLIB$$76219e39.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.retry.interceptor.RetryOperationsInterceptor$1.doWithRetry(RetryOperationsInterceptor.java:97) at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:329) at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:209) at org.springframework.retry.interceptor.RetryOperationsInterceptor.invoke(RetryOperationsInterceptor.java:133) at org.springframework.retry.annotation.AnnotationAwareRetryOperationsInterceptor.invoke(AnnotationAwareRetryOperationsInterceptor.java:159) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.RetryService$$EnhancerBySpringCGLIB$$40f06940.postToBaiduutilServerPull() at com.bcxin.ferry.service.FerryTaskService.createFerryTask(FerryTaskService.java:102) at com.bcxin.ferry.service.FerryTaskService$$FastClassBySpringCGLIB$$36995542.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.bcxin.ferry.service.FerryTaskService$$EnhancerBySpringCGLIB$$12fe4b8e.createFerryTask() at com.bcxin.ferry.scheduling.CreateFerryTask.createFerryTask(CreateFerryTask.java:24) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:95) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2024-03-26 10:39:30.040 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,23] - ===================================定时查询摆渡任务状态-拉取完成=================================== 2024-03-26 10:39:30.042 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,117] - 查询摆渡任务状态任务, lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,取锁中..... 2024-03-26 10:39:30.045 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,121] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c99af06] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ? AND request_id IS NOT NULL AND package_url IS NOT NULL) ORDER BY create_time DESC ==> Parameters: 2(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c99af06] 2024-03-26 10:39:30.048 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,132] - 没有最近一次拉取完成的任务 2024-03-26 10:39:30.052 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [queryPullComplete,164] - 查询摆渡任务状态任务,lockKey:REDISSON_LOCK_QUERY_FERRY_TASK_STATUS,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c99af06] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c99af06] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@1c99af06] 2024-03-26 10:39:30.054 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryPullComplete - [queryPullComplete,25] - ===================================查询摆渡任务状态-拉取完成结束=================================== 2024-03-26 10:39:30.054 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,23] - ===================================定时调用边界服务执行摆渡任务信息文件=================================== 2024-03-26 10:39:30.056 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,201] - 调用边界服务执行摆渡任务信息文件, lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,取锁中..... 2024-03-26 10:39:30.057 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,205] - 取到锁 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e5dc24] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,request_id,region_code,start_time,end_time,package_url,pull_result,file_total_count,file_ferry_count,task_status,ferry_result,create_time,update_time FROM ferry_task WHERE (task_status = ?) ORDER BY create_time DESC ==> Parameters: 4(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e5dc24] 2024-03-26 10:39:30.061 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,214] - 没有最近一次生成任务文件完成的任务 2024-03-26 10:39:30.064 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryTaskService - [sendFerryTaskFile,234] - 调用边界服务执行摆渡任务信息文件,lockKey:REDISSON_LOCK_SEND_FERRY_TASK_FILE,解锁 Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e5dc24] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e5dc24] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@17e5dc24] 2024-03-26 10:39:30.066 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.SendFerryTaskFile - [sendFerryTaskFile,25] - ===================================调用边界服务执行摆渡任务信息文件务结束=================================== 2024-03-26 10:39:45.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,25] - ===================================定时查询接收任务状态-接收明细文件完成=================================== 2024-03-26 10:39:45.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveDetailFileComplete,209] - 查询是否有接收明细文件完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d323118] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 6(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d323118] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d323118] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d323118] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@4d323118] 2024-03-26 10:39:45.009 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveDetailFileComplete - [queryReceiveDetailFileComplete,36] - ===================================查询接收任务状态-接收明细文件完成结束=================================== 2024-03-26 10:39:55.000 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,33] - ===================================定时查询接收任务状态-摆渡完成=================================== 2024-03-26 10:39:55.002 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.FerryReceiveTaskService - [queryReceiveTaskComplete,306] - 查询是否有摆渡完成的任务 Creating a new SqlSession Registering transaction synchronization for SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6985c1] JDBC Connection [com.alibaba.druid.proxy.jdbc.ConnectionProxyImpl@65a2ee87] will be managed by Spring ==> Preparing: SELECT id,ferry_task_id,request_id,package_url,file_total_count,file_receive_count,task_status,receive_result,create_time,update_time FROM ferry_receive_task WHERE (task_status = ?) ==> Parameters: 10(Integer) <== Total: 0 Releasing transactional SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6985c1] Transaction synchronization committing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6985c1] Transaction synchronization deregistering SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6985c1] Transaction synchronization closing SqlSession [org.apache.ibatis.session.defaults.DefaultSqlSession@7a6985c1] 2024-03-26 10:39:55.008 [scheduling-1] trace_id= span_id= trace_flags=1 INFO c.b.f.s.QueryReceiveTaskComplete - [queryReceiveTaskComplete,49] - ===================================查询接收任务状态-摆渡完成结束=================================== Build was aborted Aborted by unknown Finished: ABORTED