Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. 2019_07_22 10:06:49 WARN TelegramService - error sending raid for filter 10020237 for group null
  2. java.lang.NullPointerException: null
  3. at pogorobot.service.TelegramServiceImpl.triggerRaidMessages(TelegramServiceImpl.java:460)
  4. at pogorobot.service.TelegramServiceImpl$$FastClassBySpringCGLIB$$31e02a10.invoke(<generated>)
  5. at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
  6. at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:749)
  7. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
  8. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:294)
  9. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:98)
  10. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
  11. at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:688)
  12. at pogorobot.service.TelegramServiceImpl$$EnhancerBySpringCGLIB$$14cf48c7.triggerRaidMessages(<generated>)
  13. at pogorobot.service.MessageContentProcessorImpl.processContent(MessageContentProcessorImpl.java:103)
  14. at pogorobot.rocketmap.WebhookServer.processContent(WebhookServer.java:70)
  15. at pogorobot.rocketmap.WebhookServer.access$300(WebhookServer.java:39)
  16. at pogorobot.rocketmap.WebhookServer$MessageSenderTask.run(WebhookServer.java:82)
  17. at java.util.TimerThread.mainLoop(Timer.java:555)
  18. at java.util.TimerThread.run(Timer.java:505)
  19. 2019_07_22 10:06:51 WARN LoadContexts - HHH000100: Fail-safe cleanup (collections) : org.hibernate.engine.loading.internal.CollectionLoadContext@15ed5b55<rs=com.mchange.v2.c3p0.impl.NewProxyResultSet@3e461927 [wrapping: null]>
  20. 2019_07_22 10:06:51 WARN CollectionLoadContext - HHH000160: On CollectionLoadContext#cleanup, localLoadingCollectionKeys contained [1] entries
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement