CommonsLoggingOutput.error in Initial Run of Reference Application 2.8.0

Reference Application 2.8.0-SNAPSHOT

Question: On the first run of my newly set up reference application server

$ mvn openmrs-sdk:run -DserverId=reference_server

I get the following errors and warning:

ERROR - CommonsLoggingOutput.error(75) |2018-06-05 11:35:25,431| Line=380 The content of element type “dwr” must match “(init?,allow?,signatures?)”. ERROR - CommonsLoggingOutput.error(75) |2018-06-05 11:35:25,437| Parameter mismatch parsing signatures section in dwr.xml on line: DWRAtlasService.disableAtlasModule() ERROR - CommonsLoggingOutput.error(75) |2018-06-05 11:35:25,441| Parameter mismatch parsing signatures section in dwr.xml on line: DWRHtmlFormEntryService.checkIfLoggedIn() WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2085) |2018-06-05 11:35:25,523| Unable to find a runtime properties file at /Users/shaoyuan/GoogleDrive/PIH/OpenMRS/openmrs-runtime.properties

the full log output is here: https://pastebin.com/6gCL22Wt

The server seems to be running fine, and I do not see any problems through the web interface, but I’m just wondering if this is normal or what the source of this error is.

I set up my reference application following the SDK guide.

These are the details of the maven and java versions I set up:

Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T14:49:05-05:00) Maven home: /usr/local/apache-maven-3.5.3 Java version: 1.8.0_171, vendor: Oracle Corporation Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre Default locale: en_US, platform encoding: UTF-8 OS name: “mac os x”, version: “10.13.4”, arch: “x86_64”, family: “Mac”

mysql version:

Server version: 5.6.40 MySQL Community Server (GPL)

the setup command I ran:

mvn openmrs-sdk:run -DserverId=reference_server

the console output from the set up: Reference Server setup - Pastebin.com (No Warnings or Errors)

Thanks for your input!

@shaoyuan can you delete the server and create a new one and see what happens ?

Yes that is normal.

2 Likes

Okay thank you @dkayiwa and @tendomart for your input :slight_smile: