The last packet successfully received from the server was 2,875 milliseconds ago. The last packet sent successfully to the server was 2,920 milliseconds ago.). Possibly consider using a shorter maxLifetime value.
10:55:20.197 logback [xxl-job, admin JobTriggerPoolHelper-fastTriggerPool-1793586737] ERROR c.x.job.core.util.XxlJobRemotingUtil - no protocol: 192.168.3.153:9001/run
java.net.MalformedURLException: no protocol: 192.168.3.153:9001/run
at java.net.URL.<init>(URL.java:610)
at java.net.URL.<init>(URL.java:507)
at java.net.URL.<init>(URL.java:456)
admin端报错了logback [xxl-job, admin JobTriggerPoolHelper-fastTriggerPool-622661414] ERROR c.x.job.core.util.XxlJobRemotingUtil - no protocol: 192.168.3.153:9001/run
调用端没有报错
没有指定 http 协议,在 URL 前面加上http://
即可解决此异常。
执行器地址是自动获取的
服务器端的日志也报错
Util-无协议
发代码出来
你好,确认执行器服务是否启动,应该未启动或网络不通。
注册节点变为: http://ip:port/ 形式了 和之前有区别
确认客户端版本与服务端是否一致