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.
41 lines
3.2 KiB
41 lines
3.2 KiB
[08:51:04.922][org.quartz.core.JobRunShell - run - 211] Job WorkLog.WorkLoad threw an unhandled Exception:
|
|
java.lang.NoClassDefFoundError: Could not initialize class com.ynxbd.push.helper.RedisHelper$Inner
|
|
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: java.lang.ExceptionInInitializerError: Exception io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1/<unresolved>:6379 [in thread "DefaultQuartzScheduler_Worker-2"]
|
|
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
|
|
[08:51:04.936][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.NoClassDefFoundError: Could not initialize class com.ynxbd.push.helper.RedisHelper$Inner
|
|
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: java.lang.ExceptionInInitializerError: Exception io.lettuce.core.RedisConnectionException: Unable to connect to 127.0.0.1/<unresolved>:6379 [in thread "DefaultQuartzScheduler_Worker-2"]
|
|
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
|
|
|