Guest User

Untitled

a guest
Apr 7th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.08 KB | None | 0 0
  1. Caused by:
  2.  
  3. java.lang.NullPointerException
  4. at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl$1.compare(AppointmentServiceImpl.java:915)
  5. at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl$1.compare(AppointmentServiceImpl.java:912)
  6. at java.util.TimSort.countRunAndMakeAscending(TimSort.java:355)
  7. at java.util.TimSort.sort(TimSort.java:220)
  8. at java.util.Arrays.sort(Arrays.java:1512)
  9. at java.util.ArrayList.sort(ArrayList.java:1462)
  10. at java.util.Collections.sort(Collections.java:177)
  11. at org.openmrs.module.appointmentscheduling.api.impl.AppointmentServiceImpl.getAllProvidersSorted(AppointmentServiceImpl.java:912)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  13. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  14. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  15. at java.lang.reflect.Method.invoke(Method.java:498)
  16. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  17. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  18. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  19. at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
  20. at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:281)
  21. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
  22. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  23. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  24. at com.sun.proxy.$Proxy261.getAllProvidersSorted(Unknown Source)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  28. at java.lang.reflect.Method.invoke(Method.java:498)
  29. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
  30. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
  31. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
  32. at org.springframework.cache.interceptor.CacheInterceptor$1.invoke(CacheInterceptor.java:52)
  33. at org.springframework.cache.interceptor.CacheAspectSupport.execute(CacheAspectSupport.java:303)
  34. at org.springframework.cache.interceptor.CacheInterceptor.invoke(CacheInterceptor.java:61)
  35. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  36. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  37. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  38. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  39. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  40. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52)
  41. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
  42. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:207)
  43. at com.sun.proxy.$Proxy262.getAllProvidersSorted(Unknown Source)
  44. at org.openmrs.module.appointmentscheduling.web.controller.AppointmentFormController.getProviderList(AppointmentFormController.java:177)
  45. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  46. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  47. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  48. at java.lang.reflect.Method.invoke(Method.java:498)
  49. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.invokeHandlerMethod(HandlerMethodInvoker.java:163)
  50. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  51. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  52. at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:943)
  53. at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:877)
  54. at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:966)
  55. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:857)
  56. at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  57. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:842)
  58. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  59. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:816)
  60. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1686)
  61. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:60)
  62. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  63. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:73)
  64. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:57)
  65. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:71)
  66. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:57)
  67. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  68. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:109)
  69. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  70. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  71. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:150)
  72. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  73. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  74. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  75. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  76. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  77. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  78. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  79. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  80. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  81. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
  82. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
  83. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:581)
  84. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
  85. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
  86. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
  87. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1156)
  88. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:511)
  89. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
  90. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1088)
  91. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
  92. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
  93. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:109)
  94. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:119)
  95. at org.eclipse.jetty.server.Server.handle(Server.java:517)
  96. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:306)
  97. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:242)
  98. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:245)
  99. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  100. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:75)
  101. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceAndRun(ExecuteProduceConsume.java:213)
  102. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:147)
  103. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:654)
  104. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:572)
  105. at java.lang.Thread.run(Thread.java:748)
Add Comment
Please, Sign In to add comment