· 7 years ago · Nov 01, 2018, 05:14 PM
1D:\openmrs\openmrs-core\webapp>mvn jetty:run
2Picked up _JAVA_OPTIONS: -Xmx512M
3[INFO] Scanning for projects...
4[INFO]
5[INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
6[INFO] Building openmrs-webapp 2.2.0-SNAPSHOT
7[INFO] --------------------------------[ war ]---------------------------------
8[INFO]
9[INFO] >>> jetty-maven-plugin:9.3.3.v20150827:run (default-cli) > test-compile @ openmrs-webapp >>>
10[INFO]
11[INFO] --- buildnumber-maven-plugin:1.1:create (default) @ openmrs-webapp ---
12[INFO] Checking for local modifications: skipped.
13[INFO] Updating project files from SCM: skipped.
14[INFO] ShortRevision tag detected. The value is '6'.
15[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
16[INFO] Working directory: D:\openmrs\openmrs-core\webapp
17[INFO] Storing buildNumber: 7a512f at timestamp: 1541086009532
18[INFO] ShortRevision tag detected. The value is '6'.
19[INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
20[INFO] Working directory: D:\openmrs\openmrs-core\webapp
21[INFO] Storing buildScmBranch: UNKNOWN
22[INFO]
23[INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
24[INFO]
25[INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
26[INFO] Using 'UTF-8' encoding to copy filtered resources.
27[INFO] Copying 2 resources
28[INFO] Copying 1 resource to ../jetty
29[INFO]
30[INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
31project.artifactId
32[INFO] Executing tasks
33 [unzip] Expanding: D:\openmrs\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into D:\openmrs\openmrs-core\webapp\target\classes
34[INFO] Executed tasks
35[INFO]
36[INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
37[INFO] No sources to compile
38[INFO]
39[INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
40[INFO] Using 'UTF-8' encoding to copy filtered resources.
41[INFO] Copying 1 resource
42[INFO]
43[INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
44[INFO] Nothing to compile - all classes are up to date
45[INFO]
46[INFO] <<< jetty-maven-plugin:9.3.3.v20150827:run (default-cli) < test-compile @ openmrs-webapp <<<
47[INFO]
48[INFO]
49[INFO] --- jetty-maven-plugin:9.3.3.v20150827:run (default-cli) @ openmrs-webapp ---
50[INFO] Logging initialized @3205ms
51[INFO] Configuring Jetty for project: openmrs-webapp
52[INFO] webAppSourceDirectory not set. Trying src\main\webapp
53[INFO] Reload Mechanic: automatic
54[INFO] Classes = D:\openmrs\openmrs-core\webapp\target\classes
55[INFO] Context path = /openmrs
56[INFO] Tmp directory = D:\openmrs\openmrs-core\webapp\target\tmp
57[INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
58[INFO] Web overrides = src/test/resources/override-web.xml
59[INFO] web.xml file = D:\openmrs\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
60[INFO] Webapp directory = D:\openmrs\openmrs-core\webapp\src\main\webapp
61[INFO] jetty-9.3.3.v20150827
62[INFO] No Spring WebApplicationInitializer types detected on classpath
63[INFO] Initializing log4j from [classpath:log4j.xml]
64WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-11-01 17:26:56,020| Unable to find a runtime properties file at D:\openmrs\openmrs-core\webapp\openmrs-runtime.properties
65WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-11-01 17:26:56,034| Unable to find a runtime properties file at D:\openmrs\openmrs-core\webapp\openmrs-runtime.properties
66INFO - Listener.contextInitialized(173) |2018-11-01 17:26:56,036| Using runtime properties file: C:\Users\USER\Application Data\OpenMRS\openmrs-runtime.properties
67INFO 11/1/18 5:26 PM:liquibase: Reading from `liquibasechangelog`
68WARNING 11/1/18 5:26 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
69WARNING 11/1/18 5:26 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
70WARNING 11/1/18 5:26 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
71INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-11-01 17:26:59,082| Initializing EhCache CacheManager
72WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-11-01 17:27:03,652| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
73WARN - Listener.loadBundledModules(500) |2018-11-01 17:27:03,660| Bundled module folder doesn't exist: D:\openmrs\openmrs-core\webapp\src\main\webapp\WEB-INF\bundledModules
74WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-11-01 17:27:03,661| Unable to find a runtime properties file at D:\openmrs\openmrs-core\webapp\openmrs-runtime.properties
75INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
76WARNING 11/1/18 5:27 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
77WARNING 11/1/18 5:27 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
78WARNING 11/1/18 5:27 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
79INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:07,381| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.started value: true,
80INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:07,398| Exiting method saveGlobalProperty
81INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:07,403| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: event.mandatory value: false,
82INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:07,405| Exiting method saveGlobalProperty
83INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:07,536| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.started value: true,
84INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:07,538| Exiting method saveGlobalProperty
85INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:07,540| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: legacyui.mandatory value: false,
86INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:07,541| Exiting method saveGlobalProperty
87INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
88INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
89INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
90INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
91INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
92INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:08,995| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.started value: true,
93INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:08,997| Exiting method saveGlobalProperty
94INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:09,001| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: fhir.mandatory value: false,
95INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:09,003| Exiting method saveGlobalProperty
96INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:09,246| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.started value: true,
97INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:09,248| Exiting method saveGlobalProperty
98INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:09,249| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: dataexchange.mandatory value: false,
99INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:09,252| Exiting method saveGlobalProperty
100INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:09,482| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.started value: true,
101INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:09,484| Exiting method saveGlobalProperty
102INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:09,486| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingcompatibility.mandatory value: false,
103INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:09,487| Exiting method saveGlobalProperty
104INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:10,634| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.started value: true,
105INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:10,635| Exiting method saveGlobalProperty
106INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:10,637| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: webservices.rest.mandatory value: false,
107INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:10,638| Exiting method saveGlobalProperty
108INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:10,851| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.started value: true,
109INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:10,853| Exiting method saveGlobalProperty
110INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:10,855| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: serialization.xstream.mandatory value: false,
111INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:10,856| Exiting method saveGlobalProperty
112INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
113INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
114INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
115INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
116INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
117INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:11,252| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.started value: true,
118INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:11,254| Exiting method saveGlobalProperty
119INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:11,256| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uiframework.mandatory value: false,
120INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:11,263| Exiting method saveGlobalProperty
121INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
122INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
123INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
124INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
125INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
126INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:11,627| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.started value: true,
127INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:11,629| Exiting method saveGlobalProperty
128INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:11,632| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uicommons.mandatory value: false,
129INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:11,637| Exiting method saveGlobalProperty
130INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
131INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
132INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
133INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
134INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
135INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:11,891| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.started value: true,
136INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:11,892| Exiting method saveGlobalProperty
137INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:11,893| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: atlas.mandatory value: false,
138INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:11,894| Exiting method saveGlobalProperty
139INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
140INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
141INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
142INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
143INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
144INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,063| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.started value: true,
145INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,066| Exiting method saveGlobalProperty
146INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,067| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: uilibrary.mandatory value: false,
147INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,070| Exiting method saveGlobalProperty
148INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
149INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
150INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
151INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,261| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.started value: true,
152INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,262| Exiting method saveGlobalProperty
153INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,263| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: providermanagement.mandatory value: false,
154INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,264| Exiting method saveGlobalProperty
155INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,416| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.started value: true,
156INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,417| Exiting method saveGlobalProperty
157INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,419| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlwidgets.mandatory value: false,
158INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,420| Exiting method saveGlobalProperty
159INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,494| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.started value: true,
160INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,495| Exiting method saveGlobalProperty
161INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,497| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: addresshierarchy.mandatory value: false,
162INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,498| Exiting method saveGlobalProperty
163INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,666| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.started value: true,
164INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,667| Exiting method saveGlobalProperty
165INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,668| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: owa.mandatory value: false,
166INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,669| Exiting method saveGlobalProperty
167INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
168INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
169INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
170INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
171INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
172INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,953| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.started value: true,
173INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,954| Exiting method saveGlobalProperty
174INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:12,955| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatamapping.mandatory value: false,
175INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:12,956| Exiting method saveGlobalProperty
176INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
177INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
178INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
179INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
180INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
181INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:13,242| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.started value: true,
182INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:13,243| Exiting method saveGlobalProperty
183INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:13,244| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatasharing.mandatory value: false,
184INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:13,245| Exiting method saveGlobalProperty
185INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
186INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
187INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
188INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
189INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
190INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:13,518| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.started value: true,
191INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:13,519| Exiting method saveGlobalProperty
192INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:13,523| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: metadatadeploy.mandatory value: false,
193INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:13,524| Exiting method saveGlobalProperty
194INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
195INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
196INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
197INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
198INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
199INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:14,090| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.started value: true,
200INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:14,091| Exiting method saveGlobalProperty
201INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:14,093| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: htmlformentry.mandatory value: false,
202INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:14,094| Exiting method saveGlobalProperty
203INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
204INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
205INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
206INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
207INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
208INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:14,675| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.started value: true,
209INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:14,676| Exiting method saveGlobalProperty
210INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:14,677| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: calculation.mandatory value: false,
211INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:14,678| Exiting method saveGlobalProperty
212INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
213INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
214INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
215INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:15,435| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.started value: true,
216INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:15,437| Exiting method saveGlobalProperty
217INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:15,438| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reporting.mandatory value: false,
218INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:15,439| Exiting method saveGlobalProperty
219INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
220INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
221INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
222SEVERE 11/1/18 5:27 PM:liquibase: Change Set liquibase.xml::20150109-0505::Shruthi, Sravanthi failed. Error: Error executing SQL CREATE TABLE `conditions` (`condition_id` INT AUTO_INCREMENT NOT NULL, `previous_condition_id` INT NULL, `patient_id` INT NOT NULL, `status` VARCHAR(255) NOT NULL, `concept_id` INT NOT NULL, `condition_non_coded` VARCHAR(1024) NULL, `onset_date` DATETIME NULL, `additional_detail` VARCHAR(1024) NULL, `end_date` DATETIME NULL, `end_reason` INT NULL, `creator` INT NOT NULL, `date_created` DATETIME NOT NULL, `voided` TINYINT(1) NOT NULL, `voided_by` INT NULL, `date_voided` DATETIME NULL, `void_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NOT NULL, CONSTRAINT `PK_CONDITIONS` PRIMARY KEY (`condition_id`), UNIQUE (`uuid`)): Table 'conditions' already exists
223liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `conditions` (`condition_id` INT AUTO_INCREMENT NOT NULL, `previous_condition_id` INT NULL, `patient_id` INT NOT NULL, `status` VARCHAR(255) NOT NULL, `concept_id` INT NOT NULL, `condition_non_coded` VARCHAR(1024) NULL, `onset_date` DATETIME NULL, `additional_detail` VARCHAR(1024) NULL, `end_date` DATETIME NULL, `end_reason` INT NULL, `creator` INT NOT NULL, `date_created` DATETIME NOT NULL, `voided` TINYINT(1) NOT NULL, `voided_by` INT NULL, `date_voided` DATETIME NULL, `void_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NOT NULL, CONSTRAINT `PK_CONDITIONS` PRIMARY KEY (`condition_id`), UNIQUE (`uuid`)): Table 'conditions' already exists
224 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
225 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
226 at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
227 at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
228 at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
229 at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
230 at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
231 at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
232 at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
233 at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:989)
234 at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:729)
235 at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
236Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'conditions' already exists
237 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
238 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
239 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
240 at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
241 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
242 at com.mysql.jdbc.Util.getInstance(Util.java:408)
243 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
244 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
245 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
246 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
247 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
248 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
249 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
250 at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
251 at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
252 at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
253 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
254 ... 11 more
255INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
256WARN - ModuleFactory.startModuleInternal(789) |2018-11-01 17:27:16,442| Error while trying to start module: emrapi
257org.openmrs.module.ModuleException: Unable to update data model using liquibase.xml. Module: EMR API Module
258 at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:996)
259 at org.openmrs.module.ModuleFactory.startModuleInternal(ModuleFactory.java:729)
260 at org.openmrs.api.context.Daemon$1.run(Daemon.java:74)
261Caused by: liquibase.exception.MigrationFailedException: Migration failed for change set liquibase.xml::20150109-0505::Shruthi, Sravanthi:
262 Reason: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `conditions` (`condition_id` INT AUTO_INCREMENT NOT NULL, `previous_condition_id` INT NULL, `patient_id` INT NOT NULL, `status` VARCHAR(255) NOT NULL, `concept_id` INT NOT NULL, `condition_non_coded` VARCHAR(1024) NULL, `onset_date` DATETIME NULL, `additional_detail` VARCHAR(1024) NULL, `end_date` DATETIME NULL, `end_reason` INT NULL, `creator` INT NOT NULL, `date_created` DATETIME NOT NULL, `voided` TINYINT(1) NOT NULL, `voided_by` INT NULL, `date_voided` DATETIME NULL, `void_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NOT NULL, CONSTRAINT `PK_CONDITIONS` PRIMARY KEY (`condition_id`), UNIQUE (`uuid`)): Table 'conditions' already exists:
263 Caused By: Error executing SQL CREATE TABLE `conditions` (`condition_id` INT AUTO_INCREMENT NOT NULL, `previous_condition_id` INT NULL, `patient_id` INT NOT NULL, `status` VARCHAR(255) NOT NULL, `concept_id` INT NOT NULL, `condition_non_coded` VARCHAR(1024) NULL, `onset_date` DATETIME NULL, `additional_detail` VARCHAR(1024) NULL, `end_date` DATETIME NULL, `end_reason` INT NULL, `creator` INT NOT NULL, `date_created` DATETIME NOT NULL, `voided` TINYINT(1) NOT NULL, `voided_by` INT NULL, `date_voided` DATETIME NULL, `void_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NOT NULL, CONSTRAINT `PK_CONDITIONS` PRIMARY KEY (`condition_id`), UNIQUE (`uuid`)): Table 'conditions' already exists:
264 Caused By: Table 'conditions' already exists
265 at liquibase.changelog.ChangeSet.execute(ChangeSet.java:347)
266 at liquibase.changelog.visitor.UpdateVisitor.visit(UpdateVisitor.java:27)
267 at org.openmrs.util.DatabaseUpdater$1OpenmrsUpdateVisitor.visit(DatabaseUpdater.java:191)
268 at liquibase.changelog.ChangeLogIterator.run(ChangeLogIterator.java:58)
269 at org.openmrs.util.DatabaseUpdater.executeChangelog(DatabaseUpdater.java:220)
270 at org.openmrs.module.ModuleFactory.runLiquibase(ModuleFactory.java:989)
271 ... 2 more
272Caused by: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE `conditions` (`condition_id` INT AUTO_INCREMENT NOT NULL, `previous_condition_id` INT NULL, `patient_id` INT NOT NULL, `status` VARCHAR(255) NOT NULL, `concept_id` INT NOT NULL, `condition_non_coded` VARCHAR(1024) NULL, `onset_date` DATETIME NULL, `additional_detail` VARCHAR(1024) NULL, `end_date` DATETIME NULL, `end_reason` INT NULL, `creator` INT NOT NULL, `date_created` DATETIME NOT NULL, `voided` TINYINT(1) NOT NULL, `voided_by` INT NULL, `date_voided` DATETIME NULL, `void_reason` VARCHAR(255) NULL, `uuid` CHAR(38) NOT NULL, CONSTRAINT `PK_CONDITIONS` PRIMARY KEY (`condition_id`), UNIQUE (`uuid`)): Table 'conditions' already exists
273 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:62)
274 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:104)
275 at liquibase.database.AbstractDatabase.execute(AbstractDatabase.java:1091)
276 at liquibase.database.AbstractDatabase.executeStatements(AbstractDatabase.java:1075)
277 at liquibase.changelog.ChangeSet.execute(ChangeSet.java:317)
278 ... 7 more
279Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'conditions' already exists
280 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
281 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
282 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
283 at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
284 at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
285 at com.mysql.jdbc.Util.getInstance(Util.java:408)
286 at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
287 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
288 at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
289 at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
290 at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
291 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2480)
292 at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2438)
293 at com.mysql.jdbc.StatementImpl.executeInternal(StatementImpl.java:845)
294 at com.mysql.jdbc.StatementImpl.execute(StatementImpl.java:745)
295 at liquibase.executor.jvm.JdbcExecutor$1ExecuteStatementCallback.doInStatement(JdbcExecutor.java:92)
296 at liquibase.executor.jvm.JdbcExecutor.execute(JdbcExecutor.java:55)
297 ... 11 more
298INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:16,504| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
299INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:16,519| Exiting method saveAlert
300INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
301INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
302INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
303INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
304INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
305INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:16,759| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.started value: true,
306INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:16,760| Exiting method saveGlobalProperty
307INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:16,761| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appointmentscheduling.mandatory value: false,
308INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:16,762| Exiting method saveGlobalProperty
309INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
310INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
311INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
312INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,011| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.started value: true,
313INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,012| Exiting method saveGlobalProperty
314INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,013| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingrest.mandatory value: false,
315INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,014| Exiting method saveGlobalProperty
316INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
317INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
318INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
319INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,234| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.started value: true,
320INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,235| Exiting method saveGlobalProperty
321INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,236| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: idgen.mandatory value: false,
322INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,237| Exiting method saveGlobalProperty
323ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:17,252| Module Reference Metadata Module cannot be started because it requires the following module(s): emrapi ${emrapiModuleVersion} Please install and start these modules first.
324INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,273| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
325INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,276| Exiting method saveAlert
326ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:17,288| Module Reference Demo Data Module cannot be started because it requires the following module(s): referencemetadata 2.5.0},emrapi 1.18 Please install and start these modules first.
327INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,294| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
328INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,303| Exiting method saveAlert
329INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
330INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
331INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
332INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
333INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
334INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,469| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.started value: true,
335INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,470| Exiting method saveGlobalProperty
336INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,470| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: registrationcore.mandatory value: false,
337INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,471| Exiting method saveGlobalProperty
338INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
339INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
340INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
341INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
342INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
343INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,718| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.started value: true,
344INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,719| Exiting method saveGlobalProperty
345INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:17,720| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appframework.mandatory value: false,
346INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:17,721| Exiting method saveGlobalProperty
347INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
348INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
349INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
350INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
351INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
352INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:18,114| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.started value: true,
353INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:18,115| Exiting method saveGlobalProperty
354INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:18,117| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: formentryapp.mandatory value: false,
355INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:18,118| Exiting method saveGlobalProperty
356INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
357INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
358INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
359INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
360INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
361INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:18,586| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.started value: true,
362INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:18,587| Exiting method saveGlobalProperty
363INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:18,588| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: allergyui.mandatory value: false,
364INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:18,590| Exiting method saveGlobalProperty
365INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
366INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
367INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
368INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
369INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
370INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:18,985| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.started value: true,
371INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:18,986| Exiting method saveGlobalProperty
372INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:18,987| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: appui.mandatory value: false,
373INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:18,988| Exiting method saveGlobalProperty
374INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
375INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
376INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
377INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
378INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
379INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,304| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.started value: true,
380INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,305| Exiting method saveGlobalProperty
381INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,306| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: adminui.mandatory value: false,
382INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,307| Exiting method saveGlobalProperty
383ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:19,325| Module Core Apps Module cannot be started because it requires the following module(s): emrapi 1.21.0 Please install and start these modules first.
384INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,332| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
385INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,334| Exiting method saveAlert
386ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:19,339| Module Registration App Module cannot be started because it requires the following module(s): emrapi 1.18,coreapps 1.11.1 Please install and start these modules first.
387INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,343| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
388INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,350| Exiting method saveAlert
389INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
390INFO 11/1/18 5:27 PM:liquibase: Reading from `liquibasechangelog`
391INFO 11/1/18 5:27 PM:liquibase: Successfully acquired change log lock
392INFO 11/1/18 5:27 PM:liquibase: liquibase.xml is using schema version 1.9 rather than version 2.0
393INFO 11/1/18 5:27 PM:liquibase: Successfully released change log lock
394INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,757| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.started value: true,
395INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,757| Exiting method saveGlobalProperty
396INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,759| In method AdministrationService.saveGlobalProperty. Arguments: GlobalProperty=property: reportingui.mandatory value: false,
397INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,759| Exiting method saveGlobalProperty
398ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:19,763| Module Appointment Scheduling UI Module cannot be started because it requires the following module(s): coreapps 1.11.1,emrapi Please install and start these modules first.
399INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,769| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
400INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,771| Exiting method saveAlert
401ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:19,774| Module HTML Form Entry UI Framework Integration Module cannot be started because it requires the following module(s): emrapi 1.18 Please install and start these modules first.
402INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,786| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
403INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,788| Exiting method saveAlert
404ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:19,791| Module Chart Search Module cannot be started because it requires the following module(s): htmlformentryui 1.2,emrapi 1.1 Please install and start these modules first.
405INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,805| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
406INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,807| Exiting method saveAlert
407ERROR - ModuleFactory.startModules(259) |2018-11-01 17:27:19,817| Module Reference Application Module cannot be started because it requires the following module(s): htmlformentryui 1.6.1 Please install and start these modules first.
408INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:19,822| In method AlertService.saveAlert. Arguments: Alert=Alert: #null,
409INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:19,824| Exiting method saveAlert
410INFO - LoggingAdvice.invoke(116) |2018-11-01 17:27:41,639| In method SchedulerService.saveToMemento. Arguments:
411INFO - LoggingAdvice.invoke(156) |2018-11-01 17:27:41,644| Exiting method saveToMemento
412INFO - EhCacheManagerFactoryBean.destroy(181) |2018-11-01 17:27:41,680| Shutting down EhCache CacheManager
413INFO - ServiceContext.startRefreshingContext(832) |2018-11-01 17:27:41,681| Refreshing Context
414INFO - EhCacheManagerFactoryBean.afterPropertiesSet(129) |2018-11-01 17:28:22,743| Initializing EhCache CacheManager
415WARN - IdgenTask.run(32) |2018-11-01 17:28:47,731| Not running scheduled task. DaemonToken = null; enabled = false
416WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-11-01 17:29:08,026| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
417WARN - SimpleUrlHandlerMapping.registerHandlers(115) |2018-11-01 17:29:10,200| Neither 'urlMap' nor 'mappings' set on SimpleUrlHandlerMapping
418INFO - ServiceContext.doneRefreshingContext(843) |2018-11-01 17:29:10,211| Done refreshing Context
419WARN - AddressConfigurationLoader.loadAddressConfiguration(64) |2018-11-01 17:29:31,571| Address hierarchy configuration file appears invalid, skipping the loading process: addressConfiguration.xml
420ERROR - CommonsLoggingOutput.error(75) |2018-11-01 17:29:33,455| Line=362 The content of element type "dwr" must match "(init?,allow?,signatures?)".
421ERROR - CommonsLoggingOutput.error(75) |2018-11-01 17:29:33,461| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule()
422ERROR - CommonsLoggingOutput.error(75) |2018-11-01 17:29:33,465| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn()
423WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-11-01 17:29:33,502| Unable to find a runtime properties file at D:\openmrs\openmrs-core\webapp\openmrs-runtime.properties
424WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2080) |2018-11-01 17:29:33,668| Unable to find a runtime properties file at D:\openmrs\openmrs-core\webapp\openmrs-runtime.properties
425INFO 11/1/18 5:29 PM:liquibase: Reading from `liquibasechangelog`
426WARNING 11/1/18 5:29 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
427WARNING 11/1/18 5:29 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
428WARNING 11/1/18 5:29 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
429INFO 11/1/18 5:29 PM:liquibase: Reading from `liquibasechangelog`
430WARNING 11/1/18 5:29 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
431WARNING 11/1/18 5:29 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
432WARNING 11/1/18 5:29 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
433[INFO] Started o.e.j.m.p.JettyWebAppContext@1b8c4b{/openmrs,file:///D:/openmrs/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///D:/openmrs/openmrs-core/webapp/src/main/webapp/}
434[INFO] Started ServerConnector@127d525{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
435[INFO] Started @169008ms
436[INFO] Started Jetty Server