Advertisement
Guest User

cent-os-bahmni-ui-does-not-load/5487

a guest
May 27th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.82 KB | None | 0 0
  1. May 26, 2016 4:16:10 AM org.apache.coyote.AbstractProtocol init
  2. INFO: Initializing ProtocolHandler ["http-nio-8052"]
  3. May 26, 2016 4:16:10 AM org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
  4. INFO: Using a shared selector for servlet write/read
  5. May 26, 2016 4:16:10 AM org.apache.catalina.core.StandardService startInternal
  6. INFO: Starting service Tomcat
  7. May 26, 2016 4:16:10 AM org.apache.catalina.core.StandardEngine startInternal
  8. INFO: Starting Servlet Engine: Apache Tomcat/8.0.12
  9. May 26, 2016 4:16:11 AM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
  10. INFO: No global web.xml found
  11. 32 [localhost-startStop-1] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  12. 55 [localhost-startStop-1] INFO org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  13. 56 [localhost-startStop-1] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.0 created.
  14. 57 [localhost-startStop-1] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  15. 58 [localhost-startStop-1] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.2.0) 'OpenELIS-Scheduler' with instanceId 'NON_CLUSTERED'
  16. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  17. NOT STARTED.
  18. Currently in standby mode.
  19. Number of jobs executed: 0
  20. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 4 threads.
  21. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  22.  
  23. 58 [localhost-startStop-1] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'OpenELIS-Scheduler' initialized from default resource file in Quartz package: 'quartz.properties'
  24. 58 [localhost-startStop-1] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.2.0
  25. 2016-05-26 04:16:52,202 WARN [ELIS][RootClass] composite-id class does not override equals(): us.mn.state.health.lims.testcodes.valueholder.TestSchemaPK
  26. 2016-05-26 04:16:52,203 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.testcodes.valueholder.TestSchemaPK
  27. 2016-05-26 04:16:52,205 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.requester.valueholder.SampleRequester
  28. 2016-05-26 04:16:52,209 WARN [ELIS][RootClass] composite-id class does not override equals(): us.mn.state.health.lims.userrole.valueholder.UserRolePK
  29. 2016-05-26 04:16:52,209 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.userrole.valueholder.UserRolePK
  30. 2016-05-26 04:16:52,211 WARN [ELIS][RootClass] composite-id class does not override equals(): us.mn.state.health.lims.testcodes.valueholder.OrganizationSchemaPK
  31. 2016-05-26 04:16:52,211 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.testcodes.valueholder.OrganizationSchemaPK
  32. 2016-05-26 04:16:52,213 WARN [ELIS][RootClass] composite-id class does not override equals(): us.mn.state.health.lims.analyzerimport.valueholder.AnalyzerTestMappingPK
  33. 2016-05-26 04:16:52,214 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.analyzerimport.valueholder.AnalyzerTestMappingPK
  34. 2016-05-26 04:16:52,216 WARN [ELIS][RootClass] composite-id class does not override equals(): us.mn.state.health.lims.address.valueholder.AddressPK
  35. 2016-05-26 04:16:52,216 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.address.valueholder.AddressPK
  36. 2016-05-26 04:16:52,219 WARN [ELIS][RootClass] composite-id class does not override equals(): us.mn.state.health.lims.address.valueholder.AddressPK
  37. 2016-05-26 04:16:52,219 WARN [ELIS][RootClass] composite-id class does not override hashCode(): us.mn.state.health.lims.address.valueholder.AddressPK
  38. 2016-05-26 04:16:56,630 ERROR [ELIS][FormSet] Form 'organizationForm' already exists in FormSet[default] - ignoring.
  39. May 26, 2016 4:16:56 AM org.apache.coyote.AbstractProtocol start
  40. INFO: Starting ProtocolHandler ["http-nio-8052"]
  41. 128145 [Thread-6] INFO org.quartz.core.QuartzScheduler - Scheduler OpenELIS-Scheduler_$_NON_CLUSTERED started.
  42. 129711 [OpenELIS-Scheduler_Worker-3] ERROR org.quartz.core.JobRunShell - Job atom-feed-openmrs-encounter-failed.atom-feed-openmrs-encounter-failedJob threw an unhandled Exception:
  43.  
  44. 129711[OpenELIS-Scheduler_Worker-1] ERROR org.quartz.core.ErrorLogger - Job (atom-feed-openmrs-patient-failed.atom-feed-openmrs-patient-failedJob threw an exception.
  45. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.bahmni.webclients.WebClientsException: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:8050 refused]
  46. at org.quartz.core.JobRunShell.run(JobRunShell.java:218)
  47. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
  48. Caused by: org.bahmni.webclients.WebClientsException: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:8050 refused
  49. at org.bahmni.webclients.openmrs.OpenMRSLoginAuthenticator.refreshRequestDetails(OpenMRSLoginAuthenticator.java:76)
  50. at org.bahmni.webclients.openmrs.OpenMRSLoginAuthenticator.getRequestDetails(OpenMRSLoginAuthenticator.java:37)
  51. at org.bahmni.webclients.HttpClient.getCookies(HttpClient.java:41)
  52. at org.bahmni.feed.openelis.feed.job.OpenELISFeedReaderJob.getCookies(OpenELISFeedReaderJob.java:99)
  53. at org.bahmni.feed.openelis.feed.job.OpenELISFeedReaderJob.createAtomFeedClient(OpenELISFeedReaderJob.java:92)
  54. at org.bahmni.feed.openelis.feed.job.OpenELISFeedReaderJob.initializeAtomFeedClient(OpenELISFeedReaderJob.java:77)
  55. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.processFailedEvents(OpenELISFeedFailedEventsJob.java:35)
  56. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.execute(OpenELISFeedFailedEventsJob.java:30)
  57. at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
  58. ... 1 more
  59. Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:8050 refused
  60. at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
  61. at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
  62. at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
  63. at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
  64. at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
  65. at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
  66. at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
  67. at org.bahmni.webclients.openmrs.OpenMRSLoginAuthenticator.refreshRequestDetails(OpenMRSLoginAuthenticator.java:56)
  68. ... 9 more
  69. Caused by: java.net.ConnectException: Connection refused
  70. at java.net.PlainSocketImpl.socketConnect(Native Method)
  71. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  72. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  73. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  74. at java.net.SocksSocketImpl.connect(Unknown Source)
  75. at java.net.Socket.connect(Unknown Source)
  76. at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
  77. at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
  78. ... 16 more
  79. org.quartz.SchedulerException: Job threw an unhandled exception. [See nested exception: org.bahmni.webclients.WebClientsException: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:8050 refused]
  80. at org.quartz.core.JobRunShell.run(JobRunShell.java:218)
  81. at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:560)
  82. Caused by: org.bahmni.webclients.WebClientsException: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:8050 refused
  83. at org.bahmni.webclients.openmrs.OpenMRSLoginAuthenticator.refreshRequestDetails(OpenMRSLoginAuthenticator.java:76)
  84. at org.bahmni.webclients.openmrs.OpenMRSLoginAuthenticator.getRequestDetails(OpenMRSLoginAuthenticator.java:37)
  85. at org.bahmni.webclients.HttpClient.getCookies(HttpClient.java:41)
  86. at org.bahmni.feed.openelis.feed.job.OpenELISFeedReaderJob.getCookies(OpenELISFeedReaderJob.java:99)
  87. at org.bahmni.feed.openelis.feed.job.OpenELISFeedReaderJob.createAtomFeedClient(OpenELISFeedReaderJob.java:92)
  88. at org.bahmni.feed.openelis.feed.job.OpenELISFeedReaderJob.initializeAtomFeedClient(OpenELISFeedReaderJob.java:77)
  89. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.processFailedEvents(OpenELISFeedFailedEventsJob.java:35)
  90. at org.bahmni.feed.openelis.feed.job.OpenELISFeedFailedEventsJob.execute(OpenELISFeedFailedEventsJob.java:30)
  91. at org.quartz.core.JobRunShell.run(JobRunShell.java:207)
  92. ... 1 more
  93. Caused by: org.apache.http.conn.HttpHostConnectException: Connection to http://localhost:8050 refused
  94. at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190)
  95. at org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294)
  96. at org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:643)
  97. at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:479)
  98. at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
  99. at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
  100. at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:784)
  101. at org.bahmni.webclients.openmrs.OpenMRSLoginAuthenticator.refreshRequestDetails(OpenMRSLoginAuthenticator.java:56)
  102. ... 9 more
  103. Caused by: java.net.ConnectException: Connection refused
  104. at java.net.PlainSocketImpl.socketConnect(Native Method)
  105. at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
  106. at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
  107. at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
  108. at java.net.SocksSocketImpl.connect(Unknown Source)
  109. at java.net.Socket.connect(Unknown Source)
  110. at org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127)
  111. at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180)
  112. ... 16 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement