Advertisement
Guest User

Untitled

a guest
Jan 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.09 KB | None | 0 0
  1. Starting "default"...
  2. (default) Check network to re-create if needed...
  3. (default) Windows might ask for the permission to configure a dhcp server. Sometimes, such confirmation window is minimized in the taskbar.
  4. (default) Waiting for an IP...
  5. Machine "default" was started.
  6. Waiting for SSH to be available...
  7. Detecting the provisioner...
  8. Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.
  9. Regenerate TLS machine certs? Warning: this is irreversible. (y/n): Regenerating TLS certificates
  10. Waiting for SSH to be available...
  11. Detecting the provisioner...
  12. Copying certs to the local machine directory...
  13. Copying certs to the remote machine...
  14. Setting Docker configuration on the remote daemon...
  15.  
  16.  
  17.  
  18. ## .
  19. ## ## ## ==
  20. ## ## ## ## ## ===
  21. /"""""""""""""""""\___/ ===
  22. ~~~ {~~ ~~~~ ~~~ ~~~~ ~~~ ~ / ===- ~~~
  23. \______ o __/
  24. \ \ __/
  25. \____\_______/
  26.  
  27. docker is configured to use the default machine with IP 192.168.99.100
  28. For help getting started, check out the docs at https://docs.docker.com
  29.  
  30.  
  31. Start interactive shell
  32.  
  33. Prapakaran@DESKTOP-FJ3JHEA MINGW64 /c/Program Files/Docker Toolbox
  34. $ cd C:\opemmrs\repository\dockerbuild\docker
  35. bash: cd: C:opemmrsrepositorydockerbuilddocker: No such file or directory
  36.  
  37. Prapakaran@DESKTOP-FJ3JHEA MINGW64 /c/Program Files/Docker Toolbox
  38. $ cd "C:\opemmrs\repository\dockerbuild\docker"
  39.  
  40. Prapakaran@DESKTOP-FJ3JHEA MINGW64 /c/opemmrs/repository/dockerbuild/docker
  41. $
  42.  
  43. Prapakaran@DESKTOP-FJ3JHEA MINGW64 /c/opemmrs/repository/dockerbuild/docker
  44. $ docker-compose up
  45. Creating network "docker_default" with the default driver
  46. Creating volume "docker_db-data" with default driver
  47. Creating volume "docker_web-data" with default driver
  48. Pulling db (mysql:5.6)...
  49. 5.6: Pulling from library/mysql
  50. 177e7ef0df69: Pull complete
  51. cac25352c4c8: Pull complete
  52. 8585afabb40a: Pull complete
  53. 1e4af4996053: Pull complete
  54. c326522894da: Pull complete
  55. 50ec9776c6b3: Pull complete
  56. b81a89945365: Pull complete
  57. 80f5ab6567ca: Pull complete
  58. 5caf5e4c5eb0: Pull complete
  59. 9295ceea71e2: Pull complete
  60. fb029976ca26: Pull complete
  61. Digest: sha256:3188255bd739bfb6a8d964f21a314ce618205afb2c51f4a57e87019163c5ca34
  62. Status: Downloaded newer image for mysql:5.6
  63. Building web
  64. Step 1/13 : FROM tomcat:7-jre8
  65. 7-jre8: Pulling from library/tomcat
  66. cd8eada9c7bb: Pull complete
  67. c2677faec825: Pull complete
  68. fcce419a96b1: Pull complete
  69. 00d7fcb5828a: Pull complete
  70. f8c860563d60: Pull complete
  71. 46f754145d12: Pull complete
  72. bff15a87739e: Pull complete
  73. 6b5d3f0336b9: Pull complete
  74. 1d858972966c: Pull complete
  75. 8c09bee8b07f: Pull complete
  76. 3d6233ce9718: Pull complete
  77. Digest: sha256:abcd71114451186fb685a4f56ecec6fb0b794b1a98c41c2b31e5c62914e310d9
  78. Status: Downloaded newer image for tomcat:7-jre8
  79. ---> efd7cf53cb70
  80. Step 2/13 : COPY openmrs.war /usr/local/tomcat/webapps/openmrs.war
  81. ---> 9f4be5c89f25
  82. Step 3/13 : COPY modules /usr/local/tomcat/.OpenMRS/modules
  83. ---> a340717da02a
  84. Step 4/13 : COPY owa /usr/local/tomcat/.OpenMRS/owa
  85. ---> 966cade97801
  86. Step 5/13 : COPY setenv.sh /usr/local/tomcat/bin/setenv.sh
  87. ---> d13c44b38236
  88. Step 6/13 : COPY wait-for-it.sh /usr/local/tomcat/wait-for-it.sh
  89. ---> 05f663128a25
  90. Step 7/13 : COPY startup.sh /usr/local/tomcat/startup.sh
  91. ---> 7f6efb6edb97
  92. Step 8/13 : RUN sed -i '/Connector port="8080"/a URIEncoding="UTF-8" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"' /usr/local/tomcat/conf/server.xml
  93. ---> Running in d51af37c1d0b
  94. Removing intermediate container d51af37c1d0b
  95. ---> f77c0b01776c
  96. Step 9/13 : RUN chmod +x /usr/local/tomcat/wait-for-it.sh
  97. ---> Running in 63f056239241
  98. Removing intermediate container 63f056239241
  99. ---> 025d9aaff7d3
  100. Step 10/13 : RUN chmod +x /usr/local/tomcat/startup.sh
  101. ---> Running in 4ad316d11ef1
  102. Removing intermediate container 4ad316d11ef1
  103. ---> aa6a8485d49e
  104. Step 11/13 : COPY openmrs-distro.properties /root/openmrs-distro.properties
  105. ---> 26c216a24137
  106. Step 12/13 : COPY Dockerfile /root/Dockerfile
  107. ---> c708fedf568b
  108. Step 13/13 : CMD ["/usr/local/tomcat/startup.sh"]
  109. ---> Running in 15f72939a5ce
  110. Removing intermediate container 15f72939a5ce
  111. ---> 8e6b9a822fbe
  112. Successfully built 8e6b9a822fbe
  113. Successfully tagged referenceapplication:2.9.0-snapshot
  114. WARNING: Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
  115. Creating docker_db_1 ... done
  116. Creating docker_web_1 ... done
  117. Attaching to docker_db_1, docker_web_1
  118. db_1 | Initializing database
  119. db_1 | 2019-01-20 03:49:36 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  120. db_1 | 2019-01-20 03:49:36 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
  121. db_1 | 2019-01-20 03:49:36 0 [Note] /usr/sbin/mysqld (mysqld 5.6.42) starting as process 34 ...
  122. db_1 | 2019-01-20 03:49:36 34 [Note] InnoDB: Using atomics to ref count buffer pool pages
  123. db_1 | 2019-01-20 03:49:36 34 [Note] InnoDB: The InnoDB memory heap is disabled
  124. db_1 | 2019-01-20 03:49:36 34 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  125. db_1 | 2019-01-20 03:49:36 34 [Note] InnoDB: Memory barrier is not used
  126. db_1 | 2019-01-20 03:49:36 34 [Note] InnoDB: Compressed tables use zlib 1.2.11
  127. db_1 | 2019-01-20 03:49:36 34 [Note] InnoDB: Using Linux native AIO
  128. db_1 | 2019-01-20 03:49:37 34 [Note] InnoDB: Using CPU crc32 instructions
  129. db_1 | 2019-01-20 03:49:37 34 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  130. db_1 | 2019-01-20 03:49:37 34 [Note] InnoDB: Completed initialization of buffer pool
  131. db_1 | 2019-01-20 03:49:37 34 [Note] InnoDB: The first specified data file ./ibdata1 did not exist: a new database to be created!
  132. db_1 | 2019-01-20 03:49:37 34 [Note] InnoDB: Setting file ./ibdata1 size to 12 MB
  133. db_1 | 2019-01-20 03:49:37 34 [Note] InnoDB: Database physically writes the file full: wait...
  134. db_1 | 2019-01-20 03:49:38 34 [Note] InnoDB: Setting log file ./ib_logfile101 size to 48 MB
  135. db_1 | 2019-01-20 03:49:38 34 [Note] InnoDB: Setting log file ./ib_logfile1 size to 48 MB
  136. db_1 | 2019-01-20 03:49:42 34 [Note] InnoDB: Renaming log file ./ib_logfile101 to ./ib_logfile0
  137. db_1 | 2019-01-20 03:49:42 34 [Warning] InnoDB: New log files created, LSN=45781
  138. db_1 | 2019-01-20 03:49:42 34 [Note] InnoDB: Doublewrite buffer not found: creating new
  139. web_1 | + DB_CREATE_TABLES=false
  140. web_1 | + DB_AUTO_UPDATE=false
  141. web_1 | + MODULE_WEB_ADMIN=true
  142. web_1 | + DEBUG=true
  143. web_1 | + cat
  144. web_1 | + echo '------ Starting distribution -----'
  145. web_1 | ------ Starting distribution -----
  146. web_1 | + cat /root/openmrs-distro.properties
  147. web_1 | #Sat Jan 19 21:34:37 CST 2019
  148. web_1 | db.h2.supported=false
  149. web_1 | db.sql=classpath\://openmrs-distro.sql
  150. web_1 | name=Reference Application
  151. web_1 | omod.addresshierarchy=2.11.0
  152. web_1 | omod.adminui=1.2.4
  153. web_1 | omod.allergyui=1.8.1
  154. web_1 | omod.appframework=2.13.0
  155. web_1 | omod.appointmentscheduling=1.10.0
  156. web_1 | omod.appointmentschedulingui=1.7.0
  157. web_1 | omod.appui=1.9.0
  158. web_1 | omod.atlas=2.2
  159. web_1 | omod.atlas.type=omod
  160. web_1 | omod.calculation=1.2
  161. web_1 | omod.chartsearch=2.1.0
  162. web_1 | omod.coreapps=1.20.0
  163. web_1 | omod.dataexchange=1.3.3
  164. web_1 | omod.emrapi=1.27.0
  165. web_1 | omod.event=2.7.0
  166. web_1 | omod.event.groupId=org.openmrs
  167. web_1 | omod.fhir=1.16.0
  168. web_1 | omod.formentryapp=1.4.2
  169. web_1 | omod.htmlformentry=3.8.0
  170. web_1 | omod.htmlformentryui=1.7.0
  171. web_1 | omod.htmlwidgets=1.10.0
  172. web_1 | omod.idgen=4.5.0
  173. web_1 | omod.legacyui=1.4.0
  174. web_1 | omod.metadatadeploy=1.10.0
  175. web_1 | omod.metadatamapping=1.3.4
  176. web_1 | omod.metadatasharing=1.5.0
  177. web_1 | omod.owa=1.10.0
  178. web_1 | omod.providermanagement=2.10.0
  179. web_1 | omod.referenceapplication=2.9.0-SNAPSHOT
  180. web_1 | omod.referencedemodata=1.4.4
  181. web_1 | omod.referencemetadata=2.9.0
  182. web_1 | omod.registrationapp=1.12.0
  183. web_1 | omod.registrationcore=1.8.0
  184. web_1 | omod.reporting=1.17.0
  185. web_1 | omod.reportingcompatibility=2.0.6
  186. web_1 | omod.reportingrest=1.10.0
  187. web_1 | omod.reportingui=1.6.0
  188. web_1 | omod.serialization.xstream=0.2.14
  189. web_1 | omod.serialization.xstream.type=omod
  190. web_1 | omod.uicommons=2.6.1
  191. web_1 | omod.uiframework=3.14.0
  192. web_1 | omod.uilibrary=2.0.6
  193. web_1 | omod.webservices.rest=2.24.0
  194. web_1 | owa.openmrs-owa-sysadmin=1.2
  195. web_1 | version=2.9.0-SNAPSHOT
  196. web_1 | war.openmrs=2.1.4
  197. web_1 | + echo -----------------------------------
  198. web_1 | -----------------------------------
  199. db_1 | 2019-01-20 03:49:43 34 [Note] InnoDB: Doublewrite buffer created
  200. db_1 | 2019-01-20 03:49:43 34 [Note] InnoDB: 128 rollback segment(s) are active.
  201. db_1 | 2019-01-20 03:49:43 34 [Warning] InnoDB: Creating foreign key constraint system tables.
  202. db_1 | 2019-01-20 03:49:44 34 [Note] InnoDB: Foreign key constraint system tables created
  203. db_1 | 2019-01-20 03:49:44 34 [Note] InnoDB: Creating tablespace and datafile system tables.
  204. db_1 | 2019-01-20 03:49:44 34 [Note] InnoDB: Tablespace and datafile system tables created.
  205. web_1 | + /usr/local/tomcat/wait-for-it.sh --timeout=3600 db:3306
  206. db_1 | 2019-01-20 03:49:44 34 [Note] InnoDB: Waiting for purge to start
  207. db_1 | 2019-01-20 03:49:44 34 [Note] InnoDB: 5.6.42 started; log sequence number 0
  208. db_1 | 2019-01-20 03:50:03 34 [Note] Binlog end
  209. db_1 | 2019-01-20 03:50:03 34 [Note] InnoDB: FTS optimize thread exiting.
  210. db_1 | 2019-01-20 03:50:03 34 [Note] InnoDB: Starting shutdown...
  211. db_1 | 2019-01-20 03:50:05 34 [Note] InnoDB: Shutdown completed; log sequence number 1625977
  212. db_1 |
  213. db_1 |
  214. db_1 | 2019-01-20 03:50:06 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  215. db_1 | 2019-01-20 03:50:06 0 [Note] Ignoring --secure-file-priv value as server is running with --bootstrap.
  216. db_1 | 2019-01-20 03:50:06 0 [Note] /usr/sbin/mysqld (mysqld 5.6.42) starting as process 57 ...
  217. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Using atomics to ref count buffer pool pages
  218. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: The InnoDB memory heap is disabled
  219. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  220. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Memory barrier is not used
  221. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Compressed tables use zlib 1.2.11
  222. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Using Linux native AIO
  223. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Using CPU crc32 instructions
  224. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  225. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Completed initialization of buffer pool
  226. db_1 | 2019-01-20 03:50:06 57 [Note] InnoDB: Highest supported file format is Barracuda.
  227. db_1 | 2019-01-20 03:50:07 57 [Note] InnoDB: 128 rollback segment(s) are active.
  228. db_1 | 2019-01-20 03:50:07 57 [Note] InnoDB: Waiting for purge to start
  229. db_1 | 2019-01-20 03:50:07 57 [Note] InnoDB: 5.6.42 started; log sequence number 1625977
  230. db_1 | 2019-01-20 03:50:07 57 [Note] Binlog end
  231. db_1 | 2019-01-20 03:50:07 57 [Note] InnoDB: FTS optimize thread exiting.
  232. db_1 | 2019-01-20 03:50:07 57 [Note] InnoDB: Starting shutdown...
  233. db_1 | 2019-01-20 03:50:10 57 [Note] InnoDB: Shutdown completed; log sequence number 1625987
  234. db_1 |
  235. db_1 |
  236. db_1 |
  237. db_1 |
  238. db_1 | PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
  239. db_1 | To do so, start the server, then issue the following commands:
  240. db_1 |
  241. db_1 | /usr/bin/mysqladmin -u root password 'new-password'
  242. db_1 | /usr/bin/mysqladmin -u root -h 739a73c51411 password 'new-password'
  243. db_1 |
  244. db_1 | Alternatively you can run:
  245. db_1 |
  246. db_1 | /usr/bin/mysql_secure_installation
  247. db_1 |
  248. db_1 | which will also give you the option of removing the test
  249. db_1 | databases and anonymous user created by default. This is
  250. db_1 | strongly recommended for production servers.
  251. db_1 |
  252. db_1 | See the manual for more instructions.
  253. db_1 |
  254. db_1 | Please report any problems at http://bugs.mysql.com/
  255. db_1 |
  256. db_1 | The latest information about MySQL is available on the web at
  257. db_1 |
  258. db_1 | http://www.mysql.com
  259. db_1 |
  260. db_1 | Support MySQL by buying support/licenses at http://shop.mysql.com
  261. db_1 |
  262. db_1 | Note: new default config file not created.
  263. db_1 | Please make sure your config file is current
  264. db_1 |
  265. db_1 | WARNING: Default config file /etc/mysql/my.cnf exists on the system
  266. db_1 | This file will be read by default by the MySQL server
  267. db_1 | If you do not want to use this, either remove it, or use the
  268. db_1 | --defaults-file argument to mysqld_safe when starting the server
  269. db_1 |
  270. db_1 | Database initialized
  271. db_1 | MySQL init process in progress...
  272. db_1 | 2019-01-20 03:50:11 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  273. db_1 | 2019-01-20 03:50:11 0 [Note] mysqld (mysqld 5.6.42) starting as process 85 ...
  274. db_1 | 2019-01-20 03:50:11 85 [Note] Plugin 'FEDERATED' is disabled.
  275. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Using atomics to ref count buffer pool pages
  276. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: The InnoDB memory heap is disabled
  277. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  278. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Memory barrier is not used
  279. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Compressed tables use zlib 1.2.11
  280. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Using Linux native AIO
  281. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Using CPU crc32 instructions
  282. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  283. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Completed initialization of buffer pool
  284. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Highest supported file format is Barracuda.
  285. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: 128 rollback segment(s) are active.
  286. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: Waiting for purge to start
  287. db_1 | MySQL init process in progress...
  288. db_1 | 2019-01-20 03:50:11 85 [Note] InnoDB: 5.6.42 started; log sequence number 1625987
  289. db_1 | 2019-01-20 03:50:11 85 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: 7cb8dd70-1c66-11e9-9c0d-0242ac120002.
  290. db_1 | 2019-01-20 03:50:11 85 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  291. db_1 | 2019-01-20 03:50:11 85 [Warning] 'user' entry 'root@739a73c51411' ignored in --skip-name-resolve mode.
  292. db_1 | 2019-01-20 03:50:11 85 [Warning] 'user' entry '@739a73c51411' ignored in --skip-name-resolve mode.
  293. db_1 | 2019-01-20 03:50:11 85 [Warning] 'proxies_priv' entry '@ root@739a73c51411' ignored in --skip-name-resolve mode.
  294. db_1 | 2019-01-20 03:50:11 85 [Note] Event Scheduler: Loaded 0 events
  295. db_1 | 2019-01-20 03:50:11 85 [Note] mysqld: ready for connections.
  296. db_1 | Version: '5.6.42' socket: '/var/run/mysqld/mysqld.sock' port: 0 MySQL Community Server (GPL)
  297. db_1 | Warning: Unable to load '/usr/share/zoneinfo/iso3166.tab' as time zone. Skipping it.
  298. db_1 | Warning: Unable to load '/usr/share/zoneinfo/leap-seconds.list' as time zone. Skipping it.
  299. db_1 | Warning: Unable to load '/usr/share/zoneinfo/zone.tab' as time zone. Skipping it.
  300. db_1 | Warning: Unable to load '/usr/share/zoneinfo/zone1970.tab' as time zone. Skipping it.
  301. db_1 | 2019-01-20 03:50:16 85 [Warning] 'proxies_priv' entry '@ root@739a73c51411' ignored in --skip-name-resolve mode.
  302. db_1 | Warning: Using a password on the command line interface can be insecure.
  303. db_1 | Warning: Using a password on the command line interface can be insecure.
  304. db_1 | Warning: Using a password on the command line interface can be insecure.
  305. db_1 | Warning: Using a password on the command line interface can be insecure.
  306. db_1 | 2019-01-20 03:50:16 85 [Warning] 'proxies_priv' entry '@ root@739a73c51411' ignored in --skip-name-resolve mode.
  307. db_1 |
  308. db_1 | 2019-01-20 03:50:16 85 [Note] mysqld: Normal shutdown
  309. db_1 |
  310. db_1 | 2019-01-20 03:50:16 85 [Note] Giving 0 client threads a chance to die gracefully
  311. db_1 | 2019-01-20 03:50:16 85 [Note] Event Scheduler: Purging the queue. 0 events
  312. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down slave threads
  313. db_1 | 2019-01-20 03:50:16 85 [Note] Forcefully disconnecting 0 remaining clients
  314. db_1 | 2019-01-20 03:50:16 85 [Note] Binlog end
  315. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'partition'
  316. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
  317. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
  318. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
  319. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
  320. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
  321. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
  322. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
  323. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
  324. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
  325. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
  326. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
  327. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
  328. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
  329. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
  330. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_FT_DELETED'
  331. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
  332. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_METRICS'
  333. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
  334. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
  335. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
  336. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
  337. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
  338. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
  339. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_CMPMEM'
  340. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_CMP_RESET'
  341. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_CMP'
  342. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
  343. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_LOCKS'
  344. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'INNODB_TRX'
  345. db_1 | 2019-01-20 03:50:16 85 [Note] Shutting down plugin 'InnoDB'
  346. db_1 | 2019-01-20 03:50:16 85 [Note] InnoDB: FTS optimize thread exiting.
  347. db_1 | 2019-01-20 03:50:16 85 [Note] InnoDB: Starting shutdown...
  348. db_1 | 2019-01-20 03:50:19 85 [Note] InnoDB: Shutdown completed; log sequence number 1625997
  349. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'BLACKHOLE'
  350. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'ARCHIVE'
  351. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'MRG_MYISAM'
  352. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'MyISAM'
  353. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'MEMORY'
  354. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'CSV'
  355. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'sha256_password'
  356. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'mysql_old_password'
  357. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'mysql_native_password'
  358. db_1 | 2019-01-20 03:50:19 85 [Note] Shutting down plugin 'binlog'
  359. db_1 | 2019-01-20 03:50:19 85 [Note] mysqld: Shutdown complete
  360. db_1 |
  361. db_1 |
  362. db_1 | MySQL init process done. Ready for start up.
  363. db_1 |
  364. db_1 | 2019-01-20 03:50:19 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  365. db_1 | 2019-01-20 03:50:19 0 [Note] mysqld (mysqld 5.6.42) starting as process 1 ...
  366. db_1 | 2019-01-20 03:50:19 1 [Note] Plugin 'FEDERATED' is disabled.
  367. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
  368. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: The InnoDB memory heap is disabled
  369. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  370. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Memory barrier is not used
  371. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Compressed tables use zlib 1.2.11
  372. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Using Linux native AIO
  373. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Using CPU crc32 instructions
  374. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  375. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Completed initialization of buffer pool
  376. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Highest supported file format is Barracuda.
  377. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: 128 rollback segment(s) are active.
  378. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: Waiting for purge to start
  379. db_1 | 2019-01-20 03:50:19 1 [Note] InnoDB: 5.6.42 started; log sequence number 1625997
  380. db_1 | 2019-01-20 03:50:19 1 [Note] Server hostname (bind-address): '*'; port: 3306
  381. db_1 | 2019-01-20 03:50:19 1 [Note] IPv6 is available.
  382. db_1 | 2019-01-20 03:50:19 1 [Note] - '::' resolves to '::';
  383. db_1 | 2019-01-20 03:50:19 1 [Note] Server socket created on IP: '::'.
  384. db_1 | 2019-01-20 03:50:19 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  385. db_1 | 2019-01-20 03:50:19 1 [Warning] 'proxies_priv' entry '@ root@739a73c51411' ignored in --skip-name-resolve mode.
  386. db_1 | 2019-01-20 03:50:19 1 [Note] Event Scheduler: Loaded 0 events
  387. web_1 | wait-for-it.sh: waiting 3600 seconds for db:3306
  388. web_1 | wait-for-it.sh: db:3306 is available after 36 seconds
  389. web_1 | + '[' true ']'
  390. web_1 | + export JPDA_ADDRESS=1044
  391. web_1 | + JPDA_ADDRESS=1044
  392. web_1 | + export JPDA_TRANSPORT=dt_socket
  393. web_1 | + JPDA_TRANSPORT=dt_socket
  394. web_1 | + sleep 15
  395. web_1 | + /usr/local/tomcat/bin/catalina.sh jpda run
  396. web_1 | OpenJDK 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  397. web_1 | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  398. web_1 | Listening for transport dt_socket at address: 1044
  399. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  400. web_1 | INFO: Server version: Apache Tomcat/7.0.92
  401. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  402. web_1 | INFO: Server built: Nov 9 2018 11:07:44 UTC
  403. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  404. web_1 | INFO: Server number: 7.0.92.0
  405. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  406. web_1 | INFO: OS Name: Linux
  407. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  408. web_1 | INFO: OS Version: 4.14.79-boot2docker
  409. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  410. web_1 | INFO: Architecture: amd64
  411. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  412. web_1 | INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
  413. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  414. web_1 | INFO: JVM Version: 1.8.0_181-8u181-b13-2~deb9u1-b13
  415. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  416. web_1 | INFO: JVM Vendor: Oracle Corporation
  417. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  418. web_1 | INFO: CATALINA_BASE: /usr/local/tomcat
  419. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  420. web_1 | INFO: CATALINA_HOME: /usr/local/tomcat
  421. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  422. web_1 | INFO: Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
  423. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  424. web_1 | INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  425. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  426. web_1 | INFO: Command line argument: -Dfile.encoding=UTF-8
  427. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  428. web_1 | INFO: Command line argument: -Xms256m
  429. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  430. web_1 | INFO: Command line argument: -Xmx768m
  431. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  432. web_1 | INFO: Command line argument: -XX:PermSize=256m
  433. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  434. web_1 | INFO: Command line argument: -XX:MaxPermSize=512m
  435. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  436. web_1 | INFO: Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
  437. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  438. web_1 | INFO: Command line argument: -agentlib:jdwp=transport=dt_socket,address=1044,server=y,suspend=n
  439. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  440. web_1 | INFO: Command line argument: -DOPENMRS_INSTALLATION_SCRIPT=/usr/local/tomcat/openmrs-server.properties
  441. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  442. web_1 | INFO: Command line argument: -DOPENMRS_APPLICATION_DATA_DIRECTORY=/usr/local/tomcat/.OpenMRS
  443. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  444. web_1 | INFO: Command line argument: -Dignore.endorsed.dirs=
  445. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  446. web_1 | INFO: Command line argument: -Dcatalina.base=/usr/local/tomcat
  447. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  448. web_1 | INFO: Command line argument: -Dcatalina.home=/usr/local/tomcat
  449. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.VersionLoggerListener log
  450. web_1 | INFO: Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
  451. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  452. web_1 | INFO: Loaded APR based Apache Tomcat Native library 1.2.18 using APR version 1.5.2.
  453. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  454. web_1 | INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  455. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.core.AprLifecycleListener initializeSSL
  456. web_1 | INFO: OpenSSL successfully initialized (OpenSSL 1.1.0j 20 Nov 2018)
  457. web_1 | Jan 20, 2019 3:50:23 AM org.apache.coyote.AbstractProtocol init
  458. web_1 | INFO: Initializing ProtocolHandler ["http-apr-8080"]
  459. web_1 | Jan 20, 2019 3:50:23 AM org.apache.coyote.AbstractProtocol init
  460. web_1 | INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
  461. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.Catalina load
  462. web_1 | INFO: Initialization processed in 2133 ms
  463. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.core.StandardService startInternal
  464. web_1 | INFO: Starting service Catalina
  465. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.core.StandardEngine startInternal
  466. web_1 | INFO: Starting Servlet Engine: Apache Tomcat/7.0.92
  467. web_1 | Jan 20, 2019 3:50:23 AM org.apache.catalina.startup.HostConfig deployWAR
  468. web_1 | INFO: Deploying web application archive /usr/local/tomcat/webapps/openmrs.war
  469. web_1 | + curl -L http://localhost:8080/openmrs/
  470. web_1 | % Total % Received % Xferd Average Speed Time Time Time Current
  471. web_1 | Dload Upload Total Spent Left Speed
  472. 0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0Jan 20, 2019 3:50:37 AM org.apache.catalina.startup.TldConfig execute
  473. web_1 | INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  474. 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2019-01-20 03:50:38,595| Unable to find a runtime properties file at /usr/local/tomcat/openmrs-runtime.properties
  475. web_1 | WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2019-01-20 03:50:38,634| Unable to find properties file: /usr/local/tomcat/.OpenMRS/openmrs-runtime.properties
  476. web_1 | WARN - OpenmrsUtil.getRuntimeProperties(2047) |2019-01-20 03:50:38,639| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  477. 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2019-01-20 03:50:39,365| Unable to find a runtime properties file at /usr/local/tomcat/openmrs-runtime.properties
  478. web_1 | WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2019-01-20 03:50:39,367| Unable to find properties file: /usr/local/tomcat/.OpenMRS/openmrs-runtime.properties
  479. web_1 | WARN - OpenmrsUtil.getRuntimeProperties(2047) |2019-01-20 03:50:39,368| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  480. web_1 | Jan 20, 2019 3:50:39 AM org.apache.catalina.startup.HostConfig deployWAR
  481. web_1 | INFO: Deployment of web application archive /usr/local/tomcat/webapps/openmrs.war has finished in 15,795 ms
  482. web_1 | Jan 20, 2019 3:50:39 AM org.apache.catalina.startup.HostConfig deployDirectory
  483. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/examples
  484. 0 0 0 0 0 0 0 0 --:--:-- 0:00:04 --:--:-- 0Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  485. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/examples has finished in 546 ms
  486. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  487. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/docs
  488. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  489. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/docs has finished in 89 ms
  490. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  491. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/host-manager
  492. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  493. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/host-manager has finished in 166 ms
  494. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  495. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/manager
  496. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  497. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/manager has finished in 109 ms
  498. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  499. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/ROOT
  500. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.HostConfig deployDirectory
  501. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/ROOT has finished in 83 ms
  502. web_1 | Jan 20, 2019 3:50:40 AM org.apache.coyote.AbstractProtocol start
  503. web_1 | INFO: Starting ProtocolHandler ["http-apr-8080"]
  504. web_1 | Jan 20, 2019 3:50:40 AM org.apache.coyote.AbstractProtocol start
  505. web_1 | INFO: Starting ProtocolHandler ["ajp-apr-8009"]
  506. web_1 | Jan 20, 2019 3:50:40 AM org.apache.catalina.startup.Catalina start
  507. web_1 | INFO: Server startup in 17142 ms
  508. 0 0 0 0 0 0 0 0 --:--:-- 0:00:05 --:--:-- 0
  509. 0 0 0 0 0 0 0 0 --:--:-- 0:00:06 --:--:-- 0WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2019-01-20 03:50:42,028| Unable to find a runtime properties file at /usr/local/tomcat/openmrs-runtime.properties
  510. web_1 | WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2019-01-20 03:50:42,033| Unable to find properties file: /usr/local/tomcat/.OpenMRS/openmrs-runtime.properties
  511. 100 10702 0 10702 0 0 1357 0 --:--:-- 0:00:07 --:--:-- 6291
  512. web_1 | + sleep 15
  513. web_1 | INFO 1/20/19 3:50 AM:liquibase: Creating database history table with name: `liquibasechangelog`
  514. web_1 | INFO 1/20/19 3:50 AM:liquibase: Reading from `liquibasechangelog`
  515. web_1 | WARNING 1/20/19 3:50 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  516. web_1 | WARNING 1/20/19 3:50 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  517. web_1 | WARNING 1/20/19 3:50 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  518. web_1 | INFO 1/20/19 3:50 AM:liquibase: Successfully acquired change log lock
  519. web_1 | + wait 86
  520. web_1 | WARNING 1/20/19 3:50 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  521. web_1 | WARNING 1/20/19 3:50 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  522. web_1 | WARNING 1/20/19 3:50 AM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  523. web_1 | INFO 1/20/19 3:51 AM:liquibase: Reading from `liquibasechangelog`
  524. web_1 | INFO 1/20/19 3:51 AM:liquibase: Marking ChangeSet: liquibase-update-to-latest.xml::0::bwolfe::(Checksum: 3:ccc4741ff492cb385f44e714053920af) ran despite precondition error:
  525. web_1 | liquibase-update-to-latest.xml : Table 'openmrs.global_property' doesn't exist
  526. web_1 |
  527. web_1 | SEVERE 1/20/19 3:51 AM:liquibase: Change Set liquibase-update-to-latest.xml::1::upul failed. Error: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist
  528. web_1 | liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist
  529. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  530. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  531. web_1 | at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  532. web_1 | at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  533. web_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  534. web_1 | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  535. web_1 | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  536. web_1 | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  537. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  538. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:148)
  539. web_1 | at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1650)
  540. web_1 | at java.lang.Thread.run(Thread.java:748)
  541. web_1 | Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.person_attribute_type' doesn't exist
  542. web_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  543. web_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  544. web_1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  545. web_1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  546. web_1 | at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  547. web_1 | at com.mysql.jdbc.Util.getInstance(Util.java:386)
  548. web_1 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
  549. web_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  550. web_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  551. web_1 | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  552. web_1 | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  553. web_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  554. web_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  555. web_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  556. web_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  557. web_1 | at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  558. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  559. web_1 | ... 11 more
  560. web_1 | INFO 1/20/19 3:51 AM:liquibase: Successfully released change log lock
  561. Gracefully stopping... (press Ctrl+C again to force)
  562. Stopping docker_web_1 ... done
  563. Stopping docker_db_1 ... done
  564.  
  565. Prapakaran@DESKTOP-FJ3JHEA MINGW64 /c/opemmrs/repository/dockerbuild/docker
  566. $ docker-compose up
  567. Starting docker_db_1 ... done
  568. Starting docker_web_1 ... done
  569. Attaching to docker_db_1, docker_web_1
  570. web_1 | + DB_CREATE_TABLES=false
  571. web_1 | + DB_AUTO_UPDATE=false
  572. web_1 | + MODULE_WEB_ADMIN=true
  573. web_1 | + DEBUG=true
  574. web_1 | + cat
  575. web_1 | + echo '------ Starting distribution -----'
  576. web_1 | ------ Starting distribution -----
  577. web_1 | + cat /root/openmrs-distro.properties
  578. web_1 | #Sat Jan 19 21:34:37 CST 2019
  579. web_1 | db.h2.supported=false
  580. web_1 | db.sql=classpath\://openmrs-distro.sql
  581. web_1 | name=Reference Application
  582. web_1 | omod.addresshierarchy=2.11.0
  583. web_1 | omod.adminui=1.2.4
  584. web_1 | omod.allergyui=1.8.1
  585. web_1 | omod.appframework=2.13.0
  586. web_1 | omod.appointmentscheduling=1.10.0
  587. web_1 | omod.appointmentschedulingui=1.7.0
  588. web_1 | omod.appui=1.9.0
  589. web_1 | omod.atlas=2.2
  590. web_1 | omod.atlas.type=omod
  591. web_1 | omod.calculation=1.2
  592. web_1 | omod.chartsearch=2.1.0
  593. web_1 | omod.coreapps=1.20.0
  594. web_1 | omod.dataexchange=1.3.3
  595. web_1 | omod.emrapi=1.27.0
  596. web_1 | omod.event=2.7.0
  597. web_1 | omod.event.groupId=org.openmrs
  598. web_1 | omod.fhir=1.16.0
  599. web_1 | omod.formentryapp=1.4.2
  600. web_1 | omod.htmlformentry=3.8.0
  601. web_1 | omod.htmlformentryui=1.7.0
  602. web_1 | omod.htmlwidgets=1.10.0
  603. web_1 | omod.idgen=4.5.0
  604. web_1 | omod.legacyui=1.4.0
  605. web_1 | omod.metadatadeploy=1.10.0
  606. web_1 | omod.metadatamapping=1.3.4
  607. web_1 | omod.metadatasharing=1.5.0
  608. web_1 | omod.owa=1.10.0
  609. web_1 | omod.providermanagement=2.10.0
  610. web_1 | omod.referenceapplication=2.9.0-SNAPSHOT
  611. web_1 | omod.referencedemodata=1.4.4
  612. web_1 | omod.referencemetadata=2.9.0
  613. web_1 | omod.registrationapp=1.12.0
  614. web_1 | omod.registrationcore=1.8.0
  615. web_1 | omod.reporting=1.17.0
  616. web_1 | omod.reportingcompatibility=2.0.6
  617. web_1 | omod.reportingrest=1.10.0
  618. web_1 | omod.reportingui=1.6.0
  619. web_1 | omod.serialization.xstream=0.2.14
  620. web_1 | omod.serialization.xstream.type=omod
  621. web_1 | omod.uicommons=2.6.1
  622. web_1 | omod.uiframework=3.14.0
  623. web_1 | omod.uilibrary=2.0.6
  624. web_1 | omod.webservices.rest=2.24.0
  625. web_1 | owa.openmrs-owa-sysadmin=1.2
  626. web_1 | version=2.9.0-SNAPSHOT
  627. web_1 | war.openmrs=2.1.4
  628. web_1 | + echo -----------------------------------
  629. web_1 | -----------------------------------
  630. web_1 | + /usr/local/tomcat/wait-for-it.sh --timeout=3600 db:3306
  631. db_1 | 2019-01-20 20:04:51 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
  632. db_1 | 2019-01-20 20:04:51 0 [Note] mysqld (mysqld 5.6.42) starting as process 1 ...
  633. db_1 | 2019-01-20 20:04:51 1 [Note] Plugin 'FEDERATED' is disabled.
  634. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Using atomics to ref count buffer pool pages
  635. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: The InnoDB memory heap is disabled
  636. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
  637. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Memory barrier is not used
  638. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Compressed tables use zlib 1.2.11
  639. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Using Linux native AIO
  640. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Using CPU crc32 instructions
  641. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Initializing buffer pool, size = 128.0M
  642. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Completed initialization of buffer pool
  643. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Highest supported file format is Barracuda.
  644. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: 128 rollback segment(s) are active.
  645. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: Waiting for purge to start
  646. db_1 | 2019-01-20 20:04:51 1 [Note] InnoDB: 5.6.42 started; log sequence number 1642814
  647. db_1 | 2019-01-20 20:04:51 1 [Note] Server hostname (bind-address): '*'; port: 3306
  648. db_1 | 2019-01-20 20:04:51 1 [Note] IPv6 is available.
  649. db_1 | 2019-01-20 20:04:51 1 [Note] - '::' resolves to '::';
  650. db_1 | 2019-01-20 20:04:51 1 [Note] Server socket created on IP: '::'.
  651. db_1 | 2019-01-20 20:04:51 1 [Warning] Insecure configuration for --pid-file: Location '/var/run/mysqld' in the path is accessible to all OS users. Consider choosing a different directory.
  652. web_1 | wait-for-it.sh: waiting 3600 seconds for db:3306
  653. web_1 | wait-for-it.sh: db:3306 is available after 1 seconds
  654. web_1 | + '[' true ']'
  655. web_1 | + export JPDA_ADDRESS=1044
  656. web_1 | + JPDA_ADDRESS=1044
  657. web_1 | + export JPDA_TRANSPORT=dt_socket
  658. web_1 | + JPDA_TRANSPORT=dt_socket
  659. web_1 | + sleep 15
  660. db_1 | 2019-01-20 20:04:51 1 [Warning] 'proxies_priv' entry '@ root@739a73c51411' ignored in --skip-name-resolve mode.
  661. db_1 | 2019-01-20 20:04:52 1 [Note] Event Scheduler: Loaded 0 events
  662. web_1 | + /usr/local/tomcat/bin/catalina.sh jpda run
  663. web_1 | OpenJDK 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
  664. web_1 | OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  665. web_1 | Listening for transport dt_socket at address: 1044
  666. web_1 | Jan 20, 2019 8:04:57 PM org.apache.catalina.startup.VersionLoggerListener log
  667. web_1 | INFO: Server version: Apache Tomcat/7.0.92
  668. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  669. web_1 | INFO: Server built: Nov 9 2018 11:07:44 UTC
  670. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  671. web_1 | INFO: Server number: 7.0.92.0
  672. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  673. web_1 | INFO: OS Name: Linux
  674. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  675. web_1 | INFO: OS Version: 4.14.79-boot2docker
  676. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  677. web_1 | INFO: Architecture: amd64
  678. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  679. web_1 | INFO: Java Home: /usr/lib/jvm/java-8-openjdk-amd64/jre
  680. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  681. web_1 | INFO: JVM Version: 1.8.0_181-8u181-b13-2~deb9u1-b13
  682. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  683. web_1 | INFO: JVM Vendor: Oracle Corporation
  684. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  685. web_1 | INFO: CATALINA_BASE: /usr/local/tomcat
  686. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  687. web_1 | INFO: CATALINA_HOME: /usr/local/tomcat
  688. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  689. web_1 | INFO: Command line argument: -Djava.util.logging.config.file=/usr/local/tomcat/conf/logging.properties
  690. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  691. web_1 | INFO: Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
  692. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  693. web_1 | INFO: Command line argument: -Dfile.encoding=UTF-8
  694. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  695. web_1 | INFO: Command line argument: -Xms256m
  696. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  697. web_1 | INFO: Command line argument: -Xmx768m
  698. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  699. web_1 | INFO: Command line argument: -XX:PermSize=256m
  700. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  701. web_1 | INFO: Command line argument: -XX:MaxPermSize=512m
  702. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  703. web_1 | INFO: Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
  704. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  705. web_1 | INFO: Command line argument: -agentlib:jdwp=transport=dt_socket,address=1044,server=y,suspend=n
  706. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  707. web_1 | INFO: Command line argument: -DOPENMRS_INSTALLATION_SCRIPT=/usr/local/tomcat/openmrs-server.properties
  708. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  709. web_1 | INFO: Command line argument: -DOPENMRS_APPLICATION_DATA_DIRECTORY=/usr/local/tomcat/.OpenMRS
  710. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  711. web_1 | INFO: Command line argument: -Dignore.endorsed.dirs=
  712. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  713. web_1 | INFO: Command line argument: -Dcatalina.base=/usr/local/tomcat
  714. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  715. web_1 | INFO: Command line argument: -Dcatalina.home=/usr/local/tomcat
  716. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.startup.VersionLoggerListener log
  717. web_1 | INFO: Command line argument: -Djava.io.tmpdir=/usr/local/tomcat/temp
  718. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  719. web_1 | INFO: Loaded APR based Apache Tomcat Native library 1.2.18 using APR version 1.5.2.
  720. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.core.AprLifecycleListener lifecycleEvent
  721. web_1 | INFO: APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
  722. web_1 | Jan 20, 2019 8:04:58 PM org.apache.catalina.core.AprLifecycleListener initializeSSL
  723. web_1 | INFO: OpenSSL successfully initialized (OpenSSL 1.1.0j 20 Nov 2018)
  724. web_1 | Jan 20, 2019 8:04:59 PM org.apache.coyote.AbstractProtocol init
  725. web_1 | INFO: Initializing ProtocolHandler ["http-apr-8080"]
  726. web_1 | Jan 20, 2019 8:04:59 PM org.apache.coyote.AbstractProtocol init
  727. web_1 | INFO: Initializing ProtocolHandler ["ajp-apr-8009"]
  728. web_1 | Jan 20, 2019 8:04:59 PM org.apache.catalina.startup.Catalina load
  729. web_1 | INFO: Initialization processed in 4050 ms
  730. web_1 | Jan 20, 2019 8:04:59 PM org.apache.catalina.core.StandardService startInternal
  731. web_1 | INFO: Starting service Catalina
  732. web_1 | Jan 20, 2019 8:04:59 PM org.apache.catalina.core.StandardEngine startInternal
  733. web_1 | INFO: Starting Servlet Engine: Apache Tomcat/7.0.92
  734. web_1 | Jan 20, 2019 8:04:59 PM org.apache.catalina.startup.HostConfig deployWAR
  735. web_1 | INFO: Deploying web application archive /usr/local/tomcat/webapps/openmrs.war
  736. web_1 | + curl -L http://localhost:8080/openmrs/
  737. web_1 | % Total % Received % Xferd Average Speed Time Time Time Current
  738. web_1 | Dload Upload Total Spent Left Speed
  739. 0 0 0 0 0 0 0 0 --:--:-- 0:00:09 --:--:-- 0Jan 20, 2019 8:05:17 PM org.apache.catalina.startup.TldConfig execute
  740. web_1 | INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
  741. 0 0 0 0 0 0 0 0 --:--:-- 0:00:11 --:--:-- 0WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2019-01-20 20:05:19,562| Unable to find a runtime properties file at /usr/local/tomcat/openmrs-runtime.properties
  742. web_1 | WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2019-01-20 20:05:19,656| Unable to find properties file: /usr/local/tomcat/.OpenMRS/openmrs-runtime.properties
  743. web_1 | WARN - OpenmrsUtil.getRuntimeProperties(2047) |2019-01-20 20:05:19,658| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  744. web_1 | Jan 20, 2019 8:05:20 PM org.apache.catalina.util.SessionIdGeneratorBase createSecureRandom
  745. web_1 | WARNING: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [331] milliseconds.
  746. 0 0 0 0 0 0 0 0 --:--:-- 0:00:12 --:--:-- 0WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2019-01-20 20:05:20,721| Unable to find a runtime properties file at /usr/local/tomcat/openmrs-runtime.properties
  747. web_1 | WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2019-01-20 20:05:20,726| Unable to find properties file: /usr/local/tomcat/.OpenMRS/openmrs-runtime.properties
  748. web_1 | WARN - OpenmrsUtil.getRuntimeProperties(2047) |2019-01-20 20:05:20,727| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  749. web_1 | Jan 20, 2019 8:05:20 PM org.apache.catalina.startup.HostConfig deployWAR
  750. web_1 | INFO: Deployment of web application archive /usr/local/tomcat/webapps/openmrs.war has finished in 21,404 ms
  751. web_1 | Jan 20, 2019 8:05:20 PM org.apache.catalina.startup.HostConfig deployDirectory
  752. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/examples
  753. 0 0 0 0 0 0 0 0 --:--:-- 0:00:13 --:--:-- 0Jan 20, 2019 8:05:21 PM org.apache.catalina.startup.HostConfig deployDirectory
  754. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/examples has finished in 810 ms
  755. web_1 | Jan 20, 2019 8:05:21 PM org.apache.catalina.startup.HostConfig deployDirectory
  756. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/docs
  757. web_1 | Jan 20, 2019 8:05:21 PM org.apache.catalina.startup.HostConfig deployDirectory
  758. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/docs has finished in 133 ms
  759. web_1 | Jan 20, 2019 8:05:21 PM org.apache.catalina.startup.HostConfig deployDirectory
  760. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/host-manager
  761. web_1 | Jan 20, 2019 8:05:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  762. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/host-manager has finished in 266 ms
  763. web_1 | Jan 20, 2019 8:05:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  764. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/manager
  765. web_1 | Jan 20, 2019 8:05:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  766. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/manager has finished in 120 ms
  767. web_1 | Jan 20, 2019 8:05:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  768. web_1 | INFO: Deploying web application directory /usr/local/tomcat/webapps/ROOT
  769. web_1 | Jan 20, 2019 8:05:22 PM org.apache.catalina.startup.HostConfig deployDirectory
  770. web_1 | INFO: Deployment of web application directory /usr/local/tomcat/webapps/ROOT has finished in 109 ms
  771. web_1 | Jan 20, 2019 8:05:22 PM org.apache.coyote.AbstractProtocol start
  772. web_1 | INFO: Starting ProtocolHandler ["http-apr-8080"]
  773. 0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0Jan 20, 2019 8:05:22 PM org.apache.coyote.AbstractProtocol start
  774. web_1 | INFO: Starting ProtocolHandler ["ajp-apr-8009"]
  775. web_1 | Jan 20, 2019 8:05:22 PM org.apache.catalina.startup.Catalina start
  776. web_1 | INFO: Server startup in 23395 ms
  777. 0 0 0 0 0 0 0 0 --:--:-- 0:00:16 --:--:-- 0
  778. 0 0 0 0 0 0 0 0 --:--:-- 0:00:18 --:--:-- 0WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2019-01-20 20:05:26,232| Unable to find a runtime properties file at /usr/local/tomcat/openmrs-runtime.properties
  779. web_1 | WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2113) |2019-01-20 20:05:26,243| Unable to find properties file: /usr/local/tomcat/.OpenMRS/openmrs-runtime.properties
  780. 100 10702 0 10702 0 0 510 0 --:--:-- 0:00:20 --:--:-- 2199
  781. web_1 | + sleep 15
  782. web_1 | INFO 1/20/19 8:05 PM:liquibase: Reading from `liquibasechangelog`
  783. web_1 | WARNING 1/20/19 8:05 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  784. web_1 | WARNING 1/20/19 8:05 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  785. web_1 | WARNING 1/20/19 8:05 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  786. web_1 | INFO 1/20/19 8:05 PM:liquibase: Successfully acquired change log lock
  787. web_1 | WARNING 1/20/19 8:05 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  788. web_1 | WARNING 1/20/19 8:05 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  789. web_1 | WARNING 1/20/19 8:05 PM:liquibase: modifyDataType will lose primary key/autoincrement/not null settings for mysql. Use <sql> and re-specify all configuration if this is the case
  790. web_1 | INFO 1/20/19 8:05 PM:liquibase: Reading from `liquibasechangelog`
  791. web_1 | SEVERE 1/20/19 8:05 PM:liquibase: Change Set liquibase-update-to-latest.xml::1::upul failed. Error: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist
  792. web_1 | liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist
  793. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  794. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  795. web_1 | at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  796. web_1 | at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  797. web_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  798. web_1 | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  799. web_1 | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  800. web_1 | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  801. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  802. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:148)
  803. web_1 | at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1650)
  804. web_1 | at java.lang.Thread.run(Thread.java:748)
  805. web_1 | Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.person_attribute_type' doesn't exist
  806. web_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  807. web_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  808. web_1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  809. web_1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  810. web_1 | at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  811. web_1 | at com.mysql.jdbc.Util.getInstance(Util.java:386)
  812. web_1 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
  813. web_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  814. web_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  815. web_1 | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  816. web_1 | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  817. web_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  818. web_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  819. web_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  820. web_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  821. web_1 | at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  822. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  823. web_1 | ... 11 more
  824. web_1 | INFO 1/20/19 8:05 PM:liquibase: Successfully released change log lock
  825. web_1 | WARN - InitializationFilter$InitializationCompletion$1.run(1656) |2019-01-20 20:05:43,066| Error while trying to update to the latest database version
  826. web_1 | org.openmrs.util.DatabaseUpdateException: There was an error while updating the database to the latest. file: liquibase-update-to-latest.xml. Error: Migration failed for change set liquibase-update-to-latest.xml::1::upul:
  827. web_1 | Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist:
  828. web_1 | Caused By: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist:
  829. web_1 | Caused By: Table 'openmrs.person_attribute_type' doesn't exist
  830. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:152)
  831. web_1 | at org.openmrs.web.filter.initialization.InitializationFilter$InitializationCompletion$1.run(InitializationFilter.java:1650)
  832. web_1 | at java.lang.Thread.run(Thread.java:748)
  833. web_1 | Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase-update-to-latest.xml::1::upul:
  834. web_1 | Reason: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist:
  835. web_1 | Caused By: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist:
  836. web_1 | Caused By: Table 'openmrs.person_attribute_type' doesn't exist
  837. web_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
  838. web_1 | at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
  839. web_1 | at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:189)
  840. web_1 | at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
  841. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:218)
  842. web_1 | at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:148)
  843. web_1 | ... 2 more
  844. web_1 | Caused by: liquibase.exception.DatabaseException: Error executing SQL ALTER TABLE `person_attribute_type` ADD `edit_privilege` VARCHAR(255): Table 'openmrs.person_attribute_type' doesn't exist
  845. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
  846. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
  847. web_1 | at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
  848. web_1 | at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
  849. web_1 | at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
  850. web_1 | ... 7 more
  851. web_1 | Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openmrs.person_attribute_type' doesn't exist
  852. web_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  853. web_1 | at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  854. web_1 | at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  855. web_1 | at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  856. web_1 | at com.mysql.jdbc.Util.handleNewInstance(Util.java:411)
  857. web_1 | at com.mysql.jdbc.Util.getInstance(Util.java:386)
  858. web_1 | at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
  859. web_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4237)
  860. web_1 | at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:4169)
  861. web_1 | at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2617)
  862. web_1 | at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2778)
  863. web_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2819)
  864. web_1 | at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2768)
  865. web_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:949)
  866. web_1 | at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:795)
  867. web_1 | at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
  868. web_1 | at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
  869. web_1 | ... 11 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement