You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
5.3 KiB
72 lines
5.3 KiB
3 months ago
|
[08:12:08.045][org.quartz.core.JobRunShell - run - 211] Job WorkLog.WorkLoad threw an unhandled Exception:
|
||
|
java.lang.ExceptionInInitializerError: null
|
||
|
at com.ynxbd.push.helper.RedisHelper.getRedis(RedisHelper.java:34)
|
||
|
at com.ynxbd.push.httpRequest.tencent.WeChatDataRequest.getTemplateList(WeChatDataRequest.java:81)
|
||
|
at com.ynxbd.push.httpRequest.tencent.WeChatDataRequest.getTemplateId(WeChatDataRequest.java:93)
|
||
|
at com.ynxbd.push.quartz.pushJob.BI.BiPush.runJob(BiPush.java:33)
|
||
|
at com.ynxbd.push.quartz.job.WorkLoadJob.execute(WorkLoadJob.java:20)
|
||
|
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
|
||
|
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
|
||
|
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1/<unresolved>:6379
|
||
|
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
|
||
|
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
|
||
|
at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:242)
|
||
|
at io.lettuce.core.RedisClient.connect(RedisClient.java:206)
|
||
|
at io.lettuce.core.RedisClient.connect(RedisClient.java:191)
|
||
|
at com.ynxbd.push.helper.RedisHelper.<init>(RedisHelper.java:30)
|
||
|
at com.ynxbd.push.helper.RedisHelper.<init>(RedisHelper.java:17)
|
||
|
at com.ynxbd.push.helper.RedisHelper$Inner.<clinit>(RedisHelper.java:37)
|
||
|
... 7 common frames omitted
|
||
|
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379
|
||
|
Caused by: java.net.ConnectException: Connection refused
|
||
|
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
|
||
|
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
|
||
|
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
|
||
|
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
|
||
|
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:702)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.base/java.lang.Thread.run(Thread.java:840)
|
||
|
[08:12:08.050][org.quartz.core.ErrorLogger - schedulerError - 2407] Job (WorkLog.WorkLoad threw an exception.
|
||
|
org.quartz.SchedulerException: Job threw an unhandled exception.
|
||
|
at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
|
||
|
at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
|
||
|
Caused by: java.lang.ExceptionInInitializerError: null
|
||
|
at com.ynxbd.push.helper.RedisHelper.getRedis(RedisHelper.java:34)
|
||
|
at com.ynxbd.push.httpRequest.tencent.WeChatDataRequest.getTemplateList(WeChatDataRequest.java:81)
|
||
|
at com.ynxbd.push.httpRequest.tencent.WeChatDataRequest.getTemplateId(WeChatDataRequest.java:93)
|
||
|
at com.ynxbd.push.quartz.pushJob.BI.BiPush.runJob(BiPush.java:33)
|
||
|
at com.ynxbd.push.quartz.job.WorkLoadJob.execute(WorkLoadJob.java:20)
|
||
|
at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
|
||
|
... 1 common frames omitted
|
||
|
Caused by: io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1/<unresolved>:6379
|
||
|
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:78)
|
||
|
at io.lettuce.core.RedisConnectionException.create(RedisConnectionException.java:56)
|
||
|
at io.lettuce.core.AbstractRedisClient.getConnection(AbstractRedisClient.java:242)
|
||
|
at io.lettuce.core.RedisClient.connect(RedisClient.java:206)
|
||
|
at io.lettuce.core.RedisClient.connect(RedisClient.java:191)
|
||
|
at com.ynxbd.push.helper.RedisHelper.<init>(RedisHelper.java:30)
|
||
|
at com.ynxbd.push.helper.RedisHelper.<init>(RedisHelper.java:17)
|
||
|
at com.ynxbd.push.helper.RedisHelper$Inner.<clinit>(RedisHelper.java:37)
|
||
|
... 7 common frames omitted
|
||
|
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: /127.0.0.1:6379
|
||
|
Caused by: java.net.ConnectException: Connection refused
|
||
|
at java.base/sun.nio.ch.Net.pollConnect(Native Method)
|
||
|
at java.base/sun.nio.ch.Net.pollConnectNow(Net.java:672)
|
||
|
at java.base/sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:946)
|
||
|
at io.netty.channel.socket.nio.NioSocketChannel.doFinishConnect(NioSocketChannel.java:330)
|
||
|
at io.netty.channel.nio.AbstractNioChannel$AbstractNioUnsafe.finishConnect(AbstractNioChannel.java:334)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:702)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
|
||
|
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
|
||
|
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
|
||
|
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
|
||
|
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
|
||
|
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
|
||
|
at java.base/java.lang.Thread.run(Thread.java:840)
|