atiqsh

Untitled

Apr 27th, 2021
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.99 KB | None | 0 0
  1. javax.net.ssl.SSLException
  2. MESSAGE: closing inbound before receiving peer's close_notify
  3.  
  4. STACKTRACE:
  5.  
  6. javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify
  7.  
  8. at sun.security.ssl.Alert.createSSLException(Alert.java:133)
  9. at sun.security.ssl.Alert.createSSLException(Alert.java:117)
  10. at sun.security.ssl.TransportContext.fatal(TransportContext.java:340)
  11. at sun.security.ssl.TransportContext.fatal(TransportContext.java:296)
  12. at sun.security.ssl.TransportContext.fatal(TransportContext.java:287)
  13. at sun.security.ssl.SSLSocketImpl.shutdownInput(SSLSocketImpl.java:737)
  14. at sun.security.ssl.SSLSocketImpl.shutdownInput(SSLSocketImpl.java:716)
  15. at com.mysql.jdbc.MysqlIO.quit(MysqlIO.java:2246)
  16. at com.mysql.jdbc.ConnectionImpl.realClose(ConnectionImpl.java:4236)
  17. at com.mysql.jdbc.ConnectionImpl.close(ConnectionImpl.java:1462)
  18. at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnectio
  19. n.java:629)
  20. at com.mchange.v2.c3p0.impl.NewPooledConnection.closeMaybeCheckedOut(New
  21. PooledConnection.java:259)
  22. at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionRe
  23. sourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:619)
  24. at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.ru
  25. n(BasicResourcePool.java:1024)
  26. at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(Thre
  27. adPoolAsynchronousRunner.java:648)
  28.  
  29.  
  30. ** END NESTED EXCEPTION **
  31.  
  32.  
  33. Tue Apr 27 18:05:14 IST 2021 WARN: Establishing SSL connection without server's
  34. identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ an
  35. d 5.7.6+ requiremenINFO - LoggingAdvice.invoke(116) |2021-04-27 18:05:14,351| In
  36. method UserService.saveUser. Arguments: User=admin,
  37. tINFO - LoggingAdvice.invoke(156) |2021-04-27 18:05:14,361| Exiting method saveU
  38. ser
  39. s SSL connection must be established by default if explicit option isn't set. Fo
  40. r compliance with existing applications not using SSL the verifyServerCertificat
  41. e property is set to 'false'. You need either to explicitly disable SSL by setti
  42. ng useSSL=false, or set useSSL=true and provide truststore for server certificat
  43. e verification.
  44. Tue Apr 27 18:05:14 IST 2021 WARN: Establishing SSL connection without server's
  45. identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ an
  46. d 5.7.6+ requirements SSL connection must be established by default if explicit
  47. option isn't set. For compliance with existing applications not using SSL the ve
  48. rifyServerCertificate property is set to 'false'. You need either to explicitly
  49. disable SSL by setting useSSL=false, or set useSSL=true and provide truststore f
  50. or server certificate verification.
  51. ERROR - PageController.handlePath(156) |2021-04-27 18:05:15,637| Error rendering
  52. page view for clinicianfacing/patient. Model properties:
  53. sessionContext
  54. featureToggles
  55. patient
  56. app
  57. activeVisit
  58. appContextModel
  59. overallActions
  60. visitActions
  61. includeFragments
  62. firstColumnFragments
  63. secondColumnFragments
  64. otherActions
  65. baseDashboardUrl
  66. dashboard
  67. breadCrumbsDetails
  68. breadCrumbsFormatters
  69. ui
  70. context
  71. contextPath
  72. session
  73. param
  74. out
  75. org.openmrs.ui.framework.ViewException: Error rendering page view for clinicianf
  76. acing/patient. Model properties:
  77. sessionContext
  78. featureToggles
  79. patient
  80. app
  81. activeVisit
  82. appContextModel
  83. overallActions
  84. visitActions
  85. includeFragments
  86. firstColumnFragments
  87. secondColumnFragments
  88. otherActions
  89. baseDashboardUrl
  90. dashboard
  91. breadCrumbsDetails
  92. breadCrumbsFormatters
  93. ui
  94. context
  95. contextPath
  96. session
  97. param
  98. out
  99. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.ja
  100. va:55)
  101. at org.openmrs.ui.framework.page.PageFactory.processThisFragment(PageFac
  102. tory.java:187)
  103. at org.openmrs.ui.framework.page.PageFactory.process(PageFactory.java:11
  104. 6)
  105. at org.openmrs.ui.framework.page.PageFactory.handle(PageFactory.java:86)
  106.  
  107. at org.openmrs.module.uiframework.PageController.handlePath(PageControll
  108. er.java:117)
  109. at org.openmrs.module.uiframework.PageController.handleUrlWithDotPage(Pa
  110. geController.java:84)
  111. at sun.reflect.GeneratedMethodAccessor935.invoke(Unknown Source)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  113. sorImpl.java:43)
  114. at java.lang.reflect.Method.invoke(Method.java:498)
  115. at org.springframework.web.bind.annotation.support.HandlerMethodInvoker.
  116. invokeHandlerMethod(HandlerMethodInvoker.java:177)
  117. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandle
  118. rAdapter.invokeHandlerMethod(AnnotationMethodHandlerAdapter.java:446)
  119. at org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandle
  120. rAdapter.handle(AnnotationMethodHandlerAdapter.java:434)
  121. at org.springframework.web.servlet.DispatcherServlet.doDispatch(Dispatch
  122. erServlet.java:943)
  123. at org.springframework.web.servlet.DispatcherServlet.doService(Dispatche
  124. rServlet.java:877)
  125. at org.springframework.web.servlet.FrameworkServlet.processRequest(Frame
  126. workServlet.java:966)
  127. at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServl
  128. et.java:857)
  129. at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
  130. at org.springframework.web.servlet.FrameworkServlet.service(FrameworkSer
  131. vlet.java:842)
  132. at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
  133. at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:816
  134. )
  135. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  136. Handler.java:1686)
  137. at org.openmrs.module.web.filter.ForcePasswordChangeFilter.doFilter(Forc
  138. ePasswordChangeFilter.java:60)
  139. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  140. Handler.java:1669)
  141. at org.openmrs.module.web.filter.RedirectAfterLoginFilter.doFilter(Redir
  142. ectAfterLoginFilter.java:64)
  143. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  144. Handler.java:1669)
  145. at org.openmrs.web.filter.GZIPFilter.doFilterInternal(GZIPFilter.java:65
  146. )
  147. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerR
  148. equestFilter.java:107)
  149. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  150. Handler.java:1669)
  151. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilter
  152. Chain.java:73)
  153. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:93)
  154. at org.openmrs.module.owa.filter.OwaFilter.doFilter(OwaFilter.java:61)
  155. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilter
  156. Chain.java:71)
  157. at org.openmrs.module.referenceapplication.filter.RequireLoginLocationFi
  158. lter.doFilter(RequireLoginLocationFilter.java:93)
  159. at org.openmrs.module.web.filter.ModuleFilterChain.doFilter(ModuleFilter
  160. Chain.java:71)
  161. at org.openmrs.module.web.filter.ModuleFilter.doFilter(ModuleFilter.java
  162. :57)
  163. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  164. Handler.java:1669)
  165. at org.openmrs.web.filter.OpenmrsFilter.doFilterInternal(OpenmrsFilter.j
  166. ava:109)
  167. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerR
  168. equestFilter.java:107)
  169. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  170. Handler.java:1669)
  171. at org.springframework.orm.hibernate4.support.OpenSessionInViewFilter.do
  172. FilterInternal(OpenSessionInViewFilter.java:150)
  173. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerR
  174. equestFilter.java:107)
  175. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  176. Handler.java:1669)
  177. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  178.  
  179. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  180. Handler.java:1669)
  181. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  182.  
  183. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  184. Handler.java:1669)
  185. at org.openmrs.web.filter.StartupFilter.doFilter(StartupFilter.java:107)
  186.  
  187. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  188. Handler.java:1669)
  189. at org.springframework.web.filter.CharacterEncodingFilter.doFilterIntern
  190. al(CharacterEncodingFilter.java:88)
  191. at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerR
  192. equestFilter.java:107)
  193. at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
  194. Handler.java:1669)
  195. at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java
  196. :581)
  197. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
  198. ava:143)
  199. at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.jav
  200. a:548)
  201. at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandl
  202. er.java:226)
  203. at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandl
  204. er.java:1156)
  205. at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:
  206. 511)
  207. at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandle
  208. r.java:185)
  209. at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandle
  210. r.java:1088)
  211. at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.j
  212. ava:141)
  213. at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Cont
  214. extHandlerCollection.java:213)
  215. at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerColl
  216. ection.java:109)
  217. at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper
  218. .java:119)
  219. at org.eclipse.jetty.server.Server.handle(Server.java:517)
  220. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:306)
  221. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.jav
  222. a:242)
  223. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(Abstra
  224. ctConnection.java:245)
  225. at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:95)
  226. at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoin
  227. t.java:75)
  228. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceA
  229. ndRun(ExecuteProduceConsume.java:213)
  230. at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(Exec
  231. uteProduceConsume.java:147)
  232. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPoo
  233. l.java:654)
  234. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool
  235. .java:572)
  236. at java.lang.Thread.run(Thread.java:748)
  237. Caused by: java.lang.NullPointerException
  238. at org.openmrs.module.drugorders.fragment.controller.DrugordersFragmentC
  239. ontroller.getActiveOrders(DrugordersFragmentController.java:51)
  240. at org.openmrs.module.drugorders.fragment.controller.DrugordersFragmentC
  241. ontroller.controller(DrugordersFragmentController.java:31)
  242. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  243. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
  244. java:62)
  245. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  246. sorImpl.java:43)
  247. at java.lang.reflect.Method.invoke(Method.java:498)
  248. at org.openmrs.ui.framework.UiFrameworkUtil.invokeMethodWithArguments(Ui
  249. FrameworkUtil.java:112)
  250. at org.openmrs.ui.framework.UiFrameworkUtil.executeControllerMethod(UiFr
  251. ameworkUtil.java:71)
  252. at org.openmrs.ui.framework.fragment.FragmentFactory.handleRequestWithCo
  253. ntroller(FragmentFactory.java:241)
  254. at org.openmrs.ui.framework.fragment.FragmentFactory.processThisFragment
  255. (FragmentFactory.java:160)
  256. at org.openmrs.ui.framework.fragment.FragmentFactory.process(FragmentFac
  257. tory.java:124)
  258. at org.openmrs.ui.framework.page.PageContext.includeFragment(PageContext
  259. .java:76)
  260. at org.openmrs.ui.framework.UiUtils.includeFragment(UiUtils.java:162)
  261. at org.openmrs.ui.framework.UiUtils$includeFragment$0.call(Unknown Sourc
  262. e)
  263. at SimpleTemplateScript42$_run_closure4.doCall(SimpleTemplateScript42.gr
  264. oovy:112)
  265. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  266. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
  267. java:62)
  268. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
  269. sorImpl.java:43)
  270. at java.lang.reflect.Method.invoke(Method.java:498)
  271. at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:
  272. 93)
  273. at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:325)
  274. at org.codehaus.groovy.runtime.metaclass.ClosureMetaClass.invokeMethod(C
  275. losureMetaClass.java:294)
  276. at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1021)
  277. at groovy.lang.Closure.call(Closure.java:426)
  278. at groovy.lang.Closure.call(Closure.java:442)
  279. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMe
  280. thods.java:2030)
  281. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMe
  282. thods.java:2015)
  283. at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(DefaultGroovyMe
  284. thods.java:2056)
  285. at org.codehaus.groovy.runtime.dgm$162.invoke(Unknown Source)
  286. at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite$PojoMetaMetho
  287. dSiteNoUnwrapNoCoerce.invoke(PojoMetaMethodSite.java:274)
  288. at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(PojoMeta
  289. MethodSite.java:56)
  290. at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCa
  291. llSite.java:125)
  292. at SimpleTemplateScript42.run(SimpleTemplateScript42.groovy:103)
  293. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.writeTo(SimpleTempl
  294. ateEngine.java:168)
  295. at groovy.text.SimpleTemplateEngine$SimpleTemplate$1.toString(SimpleTemp
  296. lateEngine.java:180)
  297. at org.openmrs.ui.framework.page.GroovyPageView.render(GroovyPageView.ja
  298. va:43)
  299. ... 73 more
  300.  
Advertisement
Add Comment
Please, Sign In to add comment