Advertisement
Guest User

Untitled

a guest
Jan 16th, 2013
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.71 KB | None | 0 0
  1. ERROR - CommonsLoggingOutput.error(75) |2013-01-16 22:23:08,758| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAppointmentService.getAvailableTimeSlots()
  2. ERROR - DWRPatientService.findCountAndPatients(281) |2013-01-16 22:23:08,949| Error while searching for patients
  3. java.lang.IllegalArgumentException: The defaultValue argument cannot be null
  4. at org.openmrs.api.impl.AdministrationServiceImpl.getGlobalPropertyValue(AdministrationServiceImpl.java:1091)
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  8. at java.lang.reflect.Method.invoke(Method.java:623)
  9. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  10. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  11. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  12. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  13. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  14. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  15. at $Proxy399.getGlobalPropertyValue(Unknown Source)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:623)
  20. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:309)
  21. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  22. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  23. at org.openmrs.aop.LoggingAdvice.invoke(LoggingAdvice.java:122)
  24. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  25. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  26. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  27. at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:50)
  28. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  29. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  30. at $Proxy400.getGlobalPropertyValue(Unknown Source)
  31. at org.openmrs.util.Format.format(Format.java:89)
  32. at org.openmrs.util.Format.format(Format.java:62)
  33. at org.openmrs.web.dwr.PersonListItem.<init>(PersonListItem.java:138)
  34. at org.openmrs.web.dwr.PersonListItem.<init>(PersonListItem.java:170)
  35. at org.openmrs.web.dwr.PatientListItem.<init>(PatientListItem.java:43)
  36. at org.openmrs.web.dwr.DWRPatientService.findBatchOfPatients(DWRPatientService.java:123)
  37. at org.openmrs.web.dwr.DWRPatientService.findCountAndPatients(DWRPatientService.java:275)
  38. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  40. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  41. at java.lang.reflect.Method.invoke(Method.java:623)
  42. at org.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34)
  43. at org.directwebremoting.impl.DefaultRemoter$1.doFilter(DefaultRemoter.java:428)
  44. at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431)
  45. at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283)
  46. at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52)
  47. at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101)
  48. at org.directwebremoting.servlet.DwrServlet.doPost(DwrServlet.java:146)
  49. at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
  50. at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
  51. at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
  52. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1093)
  53. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(ForcePasswordChangeFilter.java:65)
  54. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  55. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:59)
  56. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  57. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  58. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilterChain.java:76)
  59. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java:58)
  60. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  61. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.java:111)
  62. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  63. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  64. at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
  65. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  66. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  67. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:109)
  68. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  69. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:109)
  70. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  71. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:109)
  72. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  73. at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
  74. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
  75. at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
  76. at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
  77. at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
  78. at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
  79. at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
  80. at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
  81. at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:206)
  82. at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
  83. at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
  84. at org.mortbay.jetty.Server.handle(Server.java:324)
  85. at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
  86. at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:843)
  87. at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:648)
  88. at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
  89. at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
  90. at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
  91. at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:488)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement