From Scorching Pelican, 6 Years ago, written in Plain Text.
Embed
  1. 2018-11-02 13:01:31.988 ERROR 501 --- [mailSenderExecutor-6] c.p.ltg.srs.ups.service.UPSServiceImpl   : Exception in getUsersProfile of UPSServiceImpl with userIds {}[ffffffff57c72f27e4b0bf9a7e6cfa76, ffffffff5b806b8c245ee1777e5ed101]
  2.  
  3. java.lang.NullPointerException: null
  4.         at java.util.HashMap.merge(HashMap.java:1216)
  5.         at java.util.stream.Collectors.lambda$toMap$214(Collectors.java:1320)
  6.         at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
  7.         at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  8.         at java.util.Iterator.forEachRemaining(Iterator.java:116)
  9.         at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  10.         at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  11.         at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  12.         at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  13.         at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  14.         at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  15.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.lambda$setUserInUserIdNotificationTypeMap$44(UPSServiceImpl.java:248)
  16.         at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  17.         at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  18.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.setUserInUserIdNotificationTypeMap(UPSServiceImpl.java:244)
  19.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.getUsersProfile(UPSServiceImpl.java:216)
  20.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl$$FastClassBySpringCGLIB$$e3d34904.invoke(<generated>)
  21.         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  22.         at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  23.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  24.         at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  25.         at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
  26.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  27.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  28.         at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
  29.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl$$EnhancerBySpringCGLIB$$15e823df.getUsersProfile(<generated>)
  30.         at com.pearson.ltg.srs.search.service.AbstractAdminSearchService.lambda$searchAdministratorsForIndividualNotification$0(AbstractAdminSearchService.java:63)
  31.         at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  32.         at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1612)
  33.         at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  34.         at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  35.         at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  36.         at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  37.         at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  38.         at com.pearson.ltg.srs.search.service.AbstractAdminSearchService.searchAdministratorsForIndividualNotification(AbstractAdminSearchService.java:67)
  39.         at com.pearson.ltg.srs.email.service.RegistrationNotificationServiceImpl.searchNotifiableAdministrators(RegistrationNotificationServiceImpl.java:461)
  40.         at com.pearson.ltg.srs.email.service.RegistrationNotificationServiceImpl.sendRegistrationCompleteNotification(RegistrationNotificationServiceImpl.java:187)
  41.         at com.pearson.ltg.srs.email.service.RegistrationNotificationServiceImpl$$FastClassBySpringCGLIB$$fbf2816e.invoke(<generated>)
  42.         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  43.         at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  44.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  45.         at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  46.         at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
  47.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  48.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  49.         at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:115)
  50.         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  51.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  52.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  53.         at java.lang.Thread.run(Thread.java:745)
  54.  
  55. 2018-11-02 13:01:31.989 ERROR 501 --- [mailSenderExecutor-6] .e.s.RegistrationNotificationServiceImpl : Exception into sendAccountRequestNotification of RegistrationNotificationServiceImpl with registrationId a03ad67d-5196-42ed-8c5a-fe66af297322
  56.  
  57. com.pearson.ltg.srs.exception.RegistrationServiceException: Failed to get user profile attributes
  58.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.getUsersProfile(UPSServiceImpl.java:221)
  59.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl$$FastClassBySpringCGLIB$$e3d34904.invoke(<generated>)
  60.         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  61.         at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  62.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  63.         at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  64.         at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
  65.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  66.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  67.         at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:673)
  68.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl$$EnhancerBySpringCGLIB$$15e823df.getUsersProfile(<generated>)
  69.         at com.pearson.ltg.srs.search.service.AbstractAdminSearchService.lambda$searchAdministratorsForIndividualNotification$0(AbstractAdminSearchService.java:63)
  70.         at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
  71.         at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1612)
  72.         at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  73.         at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  74.         at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  75.         at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  76.         at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  77.         at com.pearson.ltg.srs.search.service.AbstractAdminSearchService.searchAdministratorsForIndividualNotification(AbstractAdminSearchService.java:67)
  78.         at com.pearson.ltg.srs.email.service.RegistrationNotificationServiceImpl.searchNotifiableAdministrators(RegistrationNotificationServiceImpl.java:461)
  79.         at com.pearson.ltg.srs.email.service.RegistrationNotificationServiceImpl.sendRegistrationCompleteNotification(RegistrationNotificationServiceImpl.java:187)
  80.         at com.pearson.ltg.srs.email.service.RegistrationNotificationServiceImpl$$FastClassBySpringCGLIB$$fbf2816e.invoke(<generated>)
  81.         at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  82.         at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:738)
  83.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  84.         at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  85.         at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
  86.         at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  87.         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  88.         at org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:115)
  89.         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  90.         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  91.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  92.         at java.lang.Thread.run(Thread.java:745)
  93. Caused by: java.lang.NullPointerException: null
  94.         at java.util.HashMap.merge(HashMap.java:1216)
  95.         at java.util.stream.Collectors.lambda$toMap$214(Collectors.java:1320)
  96.         at java.util.stream.ReduceOps$3ReducingSink.accept(ReduceOps.java:169)
  97.         at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  98.         at java.util.Iterator.forEachRemaining(Iterator.java:116)
  99.         at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  100.         at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  101.         at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  102.         at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
  103.         at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  104.         at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
  105.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.lambda$setUserInUserIdNotificationTypeMap$44(UPSServiceImpl.java:248)
  106.         at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  107.         at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
  108.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.setUserInUserIdNotificationTypeMap(UPSServiceImpl.java:244)
  109.         at com.pearson.ltg.srs.ups.service.UPSServiceImpl.getUsersProfile(UPSServiceImpl.java:216)
  110.         ... 34 common frames omitted
  111.  
  112. 2018-11-02 13:01:36.459  INFO 501 --- [http-nio-0.0.0.0-8080-exec-111] .v.i.OrganizationLifeCycleProxyV20090701 : No child organizations found for organization Id 8a9480bc28dee8910128e432371d57dc
  113.