2022-12-08 22:54:49.270 [pool-3-thread-1] ERROR c.j.t.m.strategy.concrete.AbstractMessageStrategy - 消息处理失败,失败信息:null
java.lang.NullPointerException
at com.jeecms.common.util.EmailUtils.sendEmail(EmailUtils.java:65)
at com.jeecms.threadmsg.message.task.impl.EmailTaskImpl.exec(EmailTaskImpl.java:110)
at com.jeecms.threadmsg.message.task.impl.EmailTaskImpl$$FastClassBySpringCGLIB$$3aceaf1c.invoke(<generated>)
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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:137)
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.jeecms.threadmsg.message.task.impl.EmailTaskImpl$$EnhancerBySpringCGLIB$$a81d3798.exec(<generated>)
at com.jeecms.threadmsg.message.strategy.concrete.AbstractMessageStrategy.call(AbstractMessageStrategy.java:68)
at com.jeecms.threadmsg.message.strategy.concrete.AbstractMessageStrategy.call(AbstractMessageStrategy.java:29)
at com.jeecms.threadmsg.message.strategy.concrete.AbstractMessageStrategy$$FastClassBySpringCGLIB$$aeccd12a.invoke(<generated>)
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.jeecms.threadmsg.message.strategy.concrete.ConcreteUserMessageStrategy$$EnhancerBySpringCGLIB$$ed6eaf9c.call(<generated>)
at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266)
at java.util.concurrent.FutureTask.run(FutureTask.java)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748) |
|