Advertisement
jerome24

Openmrs error 1

Apr 27th, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.16 KB | None | 0 0
  1. SSH Secure Shell 3.2.9 (Build 283)
  2. Copyright (c) 2000-2003 SSH Communications Security Corp - http://www.ssh.com/
  3.  
  4. This copy of SSH Secure Shell is a non-commercial version.
  5. This version does not include PKI and PKCS #11 functionality.
  6.  
  7.  
  8. Welcome to Ubuntu 14.04.6 LTS (GNU/Linux 4.4.0-148-generic x86_64)
  9.  
  10. * Documentation: https://help.ubuntu.com/
  11.  
  12. System information as of Tue Apr 27 16:37:59 EAT 2021
  13.  
  14. System load: 0.02 Processes: 109
  15. Usage of /: 13.5% of 287.39GB Users logged in: 1
  16. Memory usage: 77% IP address for eth0: 192.168.0.129
  17. Swap usage: 0%
  18.  
  19. Graph this data and manage this system at:
  20. https://landscape.canonical.com/
  21.  
  22. 8 updates can be installed immediately.
  23. 2 of these updates are security updates.
  24. To see these additional updates run: apt list --upgradable
  25.  
  26. New release '16.04.7 LTS' available.
  27. Run 'do-release-upgrade' to upgrade to it.
  28.  
  29. Your Hardware Enablement Stack (HWE) is supported until April 2019.
  30. Last login: Tue Apr 27 16:38:01 2021 from 192.168.10.36
  31. admincdci@cdciserver:~$ cd /var/lib/tomcat7
  32. admincdci@cdciserver:/var/lib/tomcat7$ sudo tail -f logs/catalina.ou
  33. [sudo] password for admincdci:
  34. Sorry, try again.
  35. [sudo] password for admincdci:
  36. afsuafufa
  37. afSorry, try again.
  38. [sudo] password for admincdci:
  39. ufubfaSorry, try again.
  40. sudo: 3 incorrect password attempts
  41. admincdci@cdciserver:/var/lib/tomcat7$ ufubfa
  42. ufubfa: command not found
  43. admincdci@cdciserver:/var/lib/tomcat7$ tail -f logs/catalina.out
  44. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564)
  45. ... 4 more
  46.  
  47. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-27 17:47:09,654| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  48. Apr 27, 2021 5:47:09 PM org.apache.catalina.startup.HostConfig deployDirectory
  49. INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
  50. Apr 27, 2021 5:47:10 PM org.apache.coyote.AbstractProtocol start
  51. INFO: Starting ProtocolHandler ["http-bio-8080"]
  52. Apr 27, 2021 5:47:10 PM org.apache.catalina.startup.Catalina start
  53. INFO: Server startup in 31519 ms
  54. Apr 27, 2021 6:16:32 PM org.apache.coyote.AbstractProtocol pause
  55. INFO: Pausing ProtocolHandler ["http-bio-8080"]
  56. Apr 27, 2021 6:16:32 PM org.apache.catalina.core.StandardService stopInternal
  57. INFO: Stopping service Catalina
  58. Apr 27, 2021 6:16:32 PM org.apache.catalina.session.StandardManager doUnload
  59. SEVERE: IOException while saving persisted sessions: java.io.FileNotFoundException: /var/lib/tomcat7/work/Catalina/localhost/openmrs/SESSIONS.ser (No such file or directory)
  60. java.io.FileNotFoundException: /var/lib/tomcat7/work/Catalina/localhost/openmrs/SESSIONS.ser (No such file or directory)
  61. at java.io.FileOutputStream.open0(Native Method)
  62. at java.io.FileOutputStream.open(FileOutputStream.java:270)
  63. at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
  64. at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
  65. at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:387)
  66. at org.apache.catalina.session.StandardManager.unload(StandardManager.java:354)
  67. at org.apache.catalina.session.StandardManager.stopInternal(StandardManager.java:519)
  68. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  69. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5701)
  70. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  71. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575)
  72. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564)
  73. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  74. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  75. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  76. at java.lang.Thread.run(Thread.java:748)
  77.  
  78. Apr 27, 2021 6:16:32 PM org.apache.catalina.session.StandardManager stopInternal
  79. SEVERE: Exception unloading sessions to persistent storage
  80. java.io.FileNotFoundException: /var/lib/tomcat7/work/Catalina/localhost/openmrs/SESSIONS.ser (No such file or directory)
  81. at java.io.FileOutputStream.open0(Native Method)
  82. at java.io.FileOutputStream.open(FileOutputStream.java:270)
  83. at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
  84. at java.io.FileOutputStream.<init>(FileOutputStream.java:101)
  85. at org.apache.catalina.session.StandardManager.doUnload(StandardManager.java:387)
  86. at org.apache.catalina.session.StandardManager.unload(StandardManager.java:354)
  87. at org.apache.catalina.session.StandardManager.stopInternal(StandardManager.java:519)
  88. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  89. at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5701)
  90. at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
  91. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1575)
  92. at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1564)
  93. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  94. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  95. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  96. at java.lang.Thread.run(Thread.java:748)
  97.  
  98. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,068| QUERY: [CRITERIA] select this_.property as property1_43_0_, this_.property_value as property2_43_0_, this_.description as descript3_43_0_, this_.datatype as datatype4_43_0_, this_.datatype_config as datatype5_43_0_, this_.preferred_handler as preferre6_43_0_, this_.handler_config as handler_7_43_0_, this_.uuid as uuid8_43_0_, this_.changed_by as changed_9_43_0_, this_.date_changed as date_ch10_43_0_ from global_property this_ where lower(this_.property)=?
  99. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,072| Cache Hit Count : 0
  100. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,072| Cache Miss Count: 0
  101. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,073| Cache Put Count : 0
  102. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,075| Execution Count : 11
  103. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,076| Average time : 3
  104. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,076| Row Count : 11
  105. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,077| QUERY: [CRITERIA] select this_.task_config_id as task_con1_89_0_, this_.uuid as uuid2_89_0_, this_.name as name3_89_0_, this_.description as descript4_89_0_, this_.schedulable_class as schedula5_89_0_, this_.repeat_interval as repeat_i6_89_0_, this_.start_time as start_ti7_89_0_, this_.start_time_pattern as start_ti8_89_0_, this_.last_execution_time as last_exe9_89_0_, this_.start_on_startup as start_o10_89_0_, this_.started as started11_89_0_, this_.created_by as created12_89_0_, this_.changed_by as changed13_89_0_, this_.date_created as date_cr14_89_0_, this_.date_changed as date_ch15_89_0_ from scheduler_task_config this_
  106. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,079| Cache Hit Count : 0
  107. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,080| Cache Miss Count: 0
  108. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,080| Cache Put Count : 0
  109. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,081| Execution Count : 1
  110. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,084| Average time : 30
  111. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,084| Row Count : 4
  112. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,085| QUERY: from Role r order by r.role
  113. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,085| Cache Hit Count : 0
  114. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,085| Cache Miss Count: 0
  115. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,091| Cache Put Count : 0
  116. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,094| Execution Count : 1
  117. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,095| Average time : 470
  118. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,095| Row Count : 37
  119. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,096| QUERY: [CRITERIA] select this_.property as property1_43_0_, this_.property_value as property2_43_0_, this_.description as descript3_43_0_, this_.datatype as datatype4_43_0_, this_.datatype_config as datatype5_43_0_, this_.preferred_handler as preferre6_43_0_, this_.handler_config as handler_7_43_0_, this_.uuid as uuid8_43_0_, this_.changed_by as changed_9_43_0_, this_.date_changed as date_ch10_43_0_ from global_property this_ order by this_.property asc
  120. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,096| Cache Hit Count : 0
  121. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,096| Cache Miss Count: 0
  122. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,097| Cache Put Count : 0
  123. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,097| Execution Count : 1
  124. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,098| Average time : 129
  125. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,098| Row Count : 557
  126. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,098| QUERY: from Privilege p order by p.privilege
  127. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,099| Cache Hit Count : 0
  128. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,099| Cache Miss Count: 0
  129. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,100| Cache Put Count : 0
  130. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,100| Execution Count : 1
  131. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,100| Average time : 17
  132. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,101| Row Count : 331
  133. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,101| QUERY: from User u where u.uuid = :uuid
  134. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,101| Cache Hit Count : 0
  135. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,102| Cache Miss Count: 0
  136. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,105| Cache Put Count : 0
  137. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,108| Execution Count : 354
  138. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,108| Average time : 3
  139. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,109| Row Count : 354
  140. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,109| QUERY: from HL7InQueue as hiq where hiq.messageState = ? order by HL7InQueueId
  141. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,110| Cache Hit Count : 0
  142. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,110| Cache Miss Count: 0
  143. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,110| Cache Put Count : 0
  144. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,112| Execution Count : 353
  145. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,113| Average time : 0
  146. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,114| Row Count : 0
  147. INFO - HibernateContextDAO.showUsageStatistics(414) |2021-04-27 18:16:33,114| QUERY: [CRITERIA] select this_.property as property1_43_0_, this_.property_value as property2_43_0_, this_.description as descript3_43_0_, this_.datatype as datatype4_43_0_, this_.datatype_config as datatype5_43_0_, this_.preferred_handler as preferre6_43_0_, this_.handler_config as handler_7_43_0_, this_.uuid as uuid8_43_0_, this_.changed_by as changed_9_43_0_, this_.date_changed as date_ch10_43_0_ from global_property this_ where lower(this_.property) like ?
  148. INFO - HibernateContextDAO.showUsageStatistics(416) |2021-04-27 18:16:33,115| Cache Hit Count : 0
  149. INFO - HibernateContextDAO.showUsageStatistics(417) |2021-04-27 18:16:33,115| Cache Miss Count: 0
  150. INFO - HibernateContextDAO.showUsageStatistics(418) |2021-04-27 18:16:33,115| Cache Put Count : 0
  151. INFO - HibernateContextDAO.showUsageStatistics(419) |2021-04-27 18:16:33,116| Execution Count : 1
  152. INFO - HibernateContextDAO.showUsageStatistics(420) |2021-04-27 18:16:33,116| Average time : 2
  153. INFO - HibernateContextDAO.showUsageStatistics(421) |2021-04-27 18:16:33,116| Row Count : 51
  154. Apr 27, 2021 6:16:33 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  155. SEVERE: The web application [/openmrs] appears to have started a thread named [FileWatchdog] but has failed to stop it. This is very likely to create a memory leak.
  156. Apr 27, 2021 6:16:33 PM org.apache.catalina.loader.WebappClassLoader clearReferencesThreads
  157. SEVERE: The web application [/openmrs] appears to have started a thread named [Abandoned connection cleanup thread] but has failed to stop it. This is very likely to create a memory leak.
  158. Apr 27, 2021 6:16:33 PM org.apache.catalina.loader.WebappClassLoader checkThreadLocalMapForLeaks
  159. SEVERE: The web application [/openmrs] created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal] (value [Transactional resources]) and a value of type [java.util.HashMap] (value [{org.hibernate.internal.SessionFactoryImpl@19f67f09=org.springframework.orm.hibernate4.SessionHolder@399f931a}]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
  160. Apr 27, 2021 6:16:33 PM org.apache.coyote.AbstractProtocol stop
  161. INFO: Stopping ProtocolHandler ["http-bio-8080"]
  162. Apr 27, 2021 6:16:33 PM org.apache.coyote.AbstractProtocol destroy
  163. INFO: Destroying ProtocolHandler ["http-bio-8080"]
  164. OpenJDK 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  165. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=1024m; support was removed in 8.0
  166. Apr 27, 2021 6:16:34 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  167. WARNING: Problem with directory [/usr/share/tomcat7/common/classes], exists: [false], isDirectory: [false], canRead: [false]
  168. Apr 27, 2021 6:16:34 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  169. WARNING: Problem with directory [/usr/share/tomcat7/common], exists: [false], isDirectory: [false], canRead: [false]
  170. Apr 27, 2021 6:16:35 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  171. WARNING: Problem with directory [/usr/share/tomcat7/server/classes], exists: [false], isDirectory: [false], canRead: [false]
  172. Apr 27, 2021 6:16:35 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  173. WARNING: Problem with directory [/usr/share/tomcat7/server], exists: [false], isDirectory: [false], canRead: [false]
  174. Apr 27, 2021 6:16:35 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  175. WARNING: Problem with directory [/usr/share/tomcat7/shared/classes], exists: [false], isDirectory: [false], canRead: [false]
  176. Apr 27, 2021 6:16:35 PM org.apache.catalina.startup.ClassLoaderFactory validateFile
  177. WARNING: Problem with directory [/usr/share/tomcat7/shared], exists: [false], isDirectory: [false], canRead: [false]
  178. Apr 27, 2021 6:16:36 PM org.apache.coyote.AbstractProtocol init
  179. INFO: Initializing ProtocolHandler ["http-bio-8080"]
  180. Apr 27, 2021 6:16:36 PM org.apache.catalina.startup.Catalina load
  181. INFO: Initialization processed in 1010 ms
  182. Apr 27, 2021 6:16:36 PM org.apache.catalina.core.StandardService startInternal
  183. INFO: Starting service Catalina
  184. Apr 27, 2021 6:16:36 PM org.apache.catalina.core.StandardEngine startInternal
  185. INFO: Starting Servlet Engine: Apache Tomcat/7.0.52 (Ubuntu)
  186. Apr 27, 2021 6:16:36 PM org.apache.catalina.startup.HostConfig deployDescriptor
  187. INFO: Deploying configuration descriptor /etc/tomcat7/Catalina/localhost/manager.xml
  188. Apr 27, 2021 6:16:36 PM org.apache.catalina.core.StandardContext postWorkDirectory
  189. WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/manager] for context [/manager]
  190. Apr 27, 2021 6:16:36 PM org.apache.jasper.EmbeddedServletOptions <init>
  191. SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/manager is unusable.
  192. Apr 27, 2021 6:16:36 PM org.apache.catalina.startup.HostConfig deployDescriptor
  193. INFO: Deploying configuration descriptor /etc/tomcat7/Catalina/localhost/host-manager.xml
  194. Apr 27, 2021 6:16:36 PM org.apache.catalina.core.StandardContext postWorkDirectory
  195. WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/host-manager] for context [/host-manager]
  196. Apr 27, 2021 6:16:36 PM org.apache.jasper.EmbeddedServletOptions <init>
  197. SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/host-manager is unusable.
  198. Apr 27, 2021 6:16:36 PM org.apache.catalina.startup.HostConfig deployWAR
  199. INFO: Deploying web application archive /var/lib/tomcat7/webapps/openmrs.war
  200. Apr 27, 2021 6:16:36 PM org.apache.catalina.core.StandardContext postWorkDirectory
  201. WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/openmrs] for context [/openmrs]
  202. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-27 18:16:44,215| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  203. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-27 18:16:44,238| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  204. INFO - Listener.contextInitialized(173) |2021-04-27 18:16:44,238| Using runtime properties file: /usr/share/tomcat7/.OpenMRS/openmrs-runtime.properties
  205. ERROR - MarkerIgnoringBase.error(159) |2021-04-27 18:16:45,548| Failed to obtain JDBC connection
  206. java.lang.RuntimeException: Error occurred while trying to get the updates needed for the database. liquibase-update-to-latest.xml does not exist
  207. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:630)
  208. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:587)
  209. at org.openmrs.util.DatabaseUpdater.updatesRequired(DatabaseUpdater.java:252)
  210. at org.openmrs.web.Listener.setupNeeded(Listener.java:217)
  211. at org.openmrs.web.Listener.contextInitialized(Listener.java:179)
  212. at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5019)
  213. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5513)
  214. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  215. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  216. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  217. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)
  218. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1073)
  219. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1857)
  220. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  221. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  222. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  223. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  224. at java.lang.Thread.run(Thread.java:748)
  225. Caused by: liquibase.exception.ChangeLogParseException: liquibase-update-to-latest.xml does not exist
  226. at liquibase.parser.core.xml.XMLChangeLogSAXParser.parse(XMLChangeLogSAXParser.java:93)
  227. at liquibase.Liquibase.listUnrunChangeSets(Liquibase.java:623)
  228. at org.openmrs.util.DatabaseUpdater.getUnrunDatabaseChanges(DatabaseUpdater.java:617)
  229. ... 17 more
  230. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2078) |2021-04-27 18:16:46,029| Unable to find a runtime properties file at /var/lib/tomcat7/openmrs-runtime.properties
  231. Apr 27, 2021 6:16:46 PM org.apache.jasper.EmbeddedServletOptions <init>
  232. SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/openmrs is unusable.
  233. Apr 27, 2021 6:16:46 PM org.apache.catalina.startup.HostConfig deployDirectory
  234. INFO: Deploying web application directory /var/lib/tomcat7/webapps/ROOT
  235. Apr 27, 2021 6:16:46 PM org.apache.catalina.core.StandardContext postWorkDirectory
  236. WARNING: Failed to create work directory [/var/lib/tomcat7/work/Catalina/localhost/_] for context []
  237. Apr 27, 2021 6:16:46 PM org.apache.jasper.EmbeddedServletOptions <init>
  238. SEVERE: The scratchDir you specified: /var/lib/tomcat7/work/Catalina/localhost/_ is unusable.
  239. Apr 27, 2021 6:16:46 PM org.apache.coyote.AbstractProtocol start
  240. INFO: Starting ProtocolHandler ["http-bio-8080"]
  241. Apr 27, 2021 6:16:46 PM org.apache.catalina.startup.Catalina start
  242. INFO: Server startup in 10469 ms
  243.  
  244.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement