Advertisement
wolterbwambale

https://pastebin.com/

May 12th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.01 KB | None | 0 0
  1.  
  2. C:\Users\BENZ>mvn org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:setup-sdk
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  6. [INFO] Building Maven Stub Project (No POM) 1
  7. [INFO] --------------------------------[ pom ]---------------------------------
  8. [INFO]
  9. [INFO] --- openmrs-sdk-maven-plugin:4.4.0:setup-sdk (default-cli) @ standalone-pom ---
  10. May 12, 2022 9:43:00 AM org.jline.utils.Log logr
  11. WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
  12. [INFO] SDK installed successfully, settings file: C:\Users\BENZ\.m2\settings.xml
  13. [INFO] Now you can use sdk: mvn openmrs-sdk:<task_name>
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] BUILD SUCCESS
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Total time: 3.239 s
  18. [INFO] Finished at: 2022-05-12T09:43:00+03:00
  19. [INFO] ------------------------------------------------------------------------
  20.  
  21. C:\Users\BENZ>mvn openmrs-sdk:help
  22. [INFO] Scanning for projects...
  23. [INFO]
  24. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  25. [INFO] Building Maven Stub Project (No POM) 1
  26. [INFO] --------------------------------[ pom ]---------------------------------
  27. [INFO]
  28. [INFO] --- openmrs-sdk-maven-plugin:4.4.0:help (default-cli) @ standalone-pom ---
  29. May 12, 2022 9:43:28 AM org.jline.utils.Log logr
  30. WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
  31.  
  32.  
  33. OpenMRS SDK 4.4.0
  34.  
  35. For more info, see SDK documentation: https://wiki.openmrs.org/display/docs/OpenMRS+SDK
  36.  
  37.  
  38. usage: create-project
  39. Description: Create platform/reference application/owa module
  40.  
  41.  
  42. usage: setup
  43. Description: Setup a new instance of OpenMRS server. It can be used for
  44. setting up a platform or a distribution. It prompts for any missing, but
  45. required parameters.
  46. -DaddDemoData Add demo data when setting up a platform server.
  47. -DdbDriver Database driver e.g. 'mysql' or 'h2'.
  48. -DdbPassword Password for the database user.
  49. -DdbUri Uri for JDBC connection to the database (default
  50. value matches dbDriver)
  51. -DdbUser Username for the database (defaults to 'root').
  52. -Ddistro OpenMRS Distribution to setup in a format
  53. 'groupId:artifactId:version'. You can skip
  54. groupId, if it is 'org.openmrs.distro'.
  55. -Dfile Path to installation.properties file for batch
  56. setup.
  57. -Dplatform OpenMRS Platform version to setup e.g. '1.11.5'.
  58. -DserverId Unique id of a server.
  59.  
  60. usage: deploy
  61. Description: Deploy a module/distribution/platform to a server. It can be
  62. used for deploying a new artifact or upgrading/downgrading an artifact,
  63. which was previosly deployed.
  64. -DartifactId Artifact id of an artifact, which you want to
  65. deploy.
  66. -DgroupId Group id of an artifact, which you want to deploy
  67. (defaults to 'org.openmrs.module').
  68. -DserverId Unique id of a server.
  69. -Dversion Version of an artifact, which you want to deploy.
  70.  
  71. usage: undeploy
  72. Description: Undeploy a module from a server.
  73. -DartifactId Artifact id of a module, which you want to
  74. undeploy.
  75. -DgroupId Group id of a module, which you want to undeploy
  76. (defaults to 'org.openmrs.module').
  77. -DserverId Unique id of a server.
  78.  
  79. usage: reset
  80. Description: Reset server and its database to the initial state.
  81. -Dfull If 'true', delete modules installed manually
  82. (defaults to 'false').
  83. -Dserverid Unique id of a server.
  84.  
  85. usage: delete
  86. Description: Delete a server and its database.
  87. -DserverId Unique id of a server.
  88.  
  89. usage: run
  90. Description: Start a server. If it is run from a module/distro/platform
  91. project, the project will be redeployed before launching.
  92. -Ddebug Enable remote debugging on the given port (defaults
  93. to '1044' if empty).
  94. -Dfork Set to 'false' to disable forking a process for
  95. running the server (defaults to 'true'). Useful for
  96. debugging within an IDE without a remote debugger.
  97. Not that 'false' disables the live-reloading
  98. feature.
  99. -Dport Port to use for running the server (defaults to
  100. '8080').
  101. -DserverId Unique id of a server.
  102.  
  103. usage: watch
  104. Description: Add a module from the current directory to the list of
  105. watched projects. It enables the live-reloading feature for a module.
  106. -DserverId Unique id of a server.
  107.  
  108. usage: unwatch
  109. Description: Remove a module from the list of watched projects. It
  110. disabled the live-reloading feature for a module.
  111. -DartifactId Artifact id of a module to unwatch.
  112. -DgroupId Group id of a module to unwatch. It is optional,
  113. if artifact id is unambiguous.
  114. -DserverId Unique id of a server.
  115.  
  116. usage: info
  117. Description: Display server details including the list of watched modules.
  118. -DserverId Unique id of a server.
  119.  
  120. [INFO] ------------------------------------------------------------------------
  121. [INFO] BUILD SUCCESS
  122. [INFO] ------------------------------------------------------------------------
  123. [INFO] Total time: 3.407 s
  124. [INFO] Finished at: 2022-05-12T09:43:29+03:00
  125. [INFO] ------------------------------------------------------------------------
  126.  
  127. C:\Users\BENZ>mvn openmrs-sdk:setup-sdk -U
  128. [INFO] Scanning for projects...
  129. Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml
  130. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/maven-metadata.xml
  131. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/plugins/maven-metadata.xml
  132. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-metadata.xml
  133. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/maven-metadata.xml (804 B at 495 B/s)
  134. Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-metadata.xml (14 kB at 8.7 kB/s)
  135. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/maven-metadata.xml
  136. Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml
  137. Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/maven-metadata.xml (20 kB at 40 kB/s)
  138. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/apache/maven/plugins/maven-metadata.xml (15 kB at 3.5 kB/s)
  139. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/codehaus/mojo/maven-metadata.xml (21 kB at 6.3 kB/s)
  140. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/plugins/maven-metadata.xml (1.7 kB at 316 B/s)
  141. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml
  142. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml
  143. Downloaded from central: https://repo.maven.apache.org/maven2/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (1.7 kB at 3.5 kB/s)
  144. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (2.1 kB at 1.3 kB/s)
  145. [INFO]
  146. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  147. [INFO] Building Maven Stub Project (No POM) 1
  148. [INFO] --------------------------------[ pom ]---------------------------------
  149. [INFO]
  150. [INFO] --- openmrs-sdk-maven-plugin:4.4.0:setup-sdk (default-cli) @ standalone-pom ---
  151. May 12, 2022 9:44:09 AM org.jline.utils.Log logr
  152. WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
  153. [INFO] SDK installed successfully, settings file: C:\Users\BENZ\.m2\settings.xml
  154. [INFO] Now you can use sdk: mvn openmrs-sdk:<task_name>
  155. [INFO] ------------------------------------------------------------------------
  156. [INFO] BUILD SUCCESS
  157. [INFO] ------------------------------------------------------------------------
  158. [INFO] Total time: 11.031 s
  159. [INFO] Finished at: 2022-05-12T09:44:09+03:00
  160. [INFO] ------------------------------------------------------------------------
  161.  
  162. C:\Users\BENZ>mvn openmrs-sdk:setup
  163. [INFO] Scanning for projects...
  164. [INFO]
  165. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  166. [INFO] Building Maven Stub Project (No POM) 1
  167. [INFO] --------------------------------[ pom ]---------------------------------
  168. [INFO]
  169. [INFO] --- openmrs-sdk-maven-plugin:4.4.0:setup (default-cli) @ standalone-pom ---
  170. May 12, 2022 9:44:52 AM org.jline.utils.Log logr
  171. WARNING: Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information)
  172.  
  173. Setting up a new server...
  174.  
  175. Specify server id (-DserverId) (default: 'server'): Kmserver
  176.  
  177. You can setup the following servers:
  178. 1) Distribution
  179. 2) Platform
  180.  
  181. Which one do you choose? [1/2]: 1
  182.  
  183. You can deploy the following versions of distribution:
  184. 1) Reference Application 3.0.1-alpha.5-SNAPSHOT
  185. 2) Reference Application 3.0.0-SNAPSHOT
  186. 3) Reference Application 2.12.2
  187. 4) Reference Application 2.11.0
  188. 5) Reference Application 2.10.0
  189. 6) Other...
  190.  
  191. Which one do you choose? [1/2/3/4/5/6]: 3
  192. [INFO] Configured Artifact: org.openmrs.distro:referenceapplication-package:2.12.2:jar
  193. [INFO] Copying referenceapplication-package-2.12.2.jar to C:\Users\BENZ\openmrs\Kmserver\openmrs-distro.jar
  194. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.3:war
  195. [INFO] Copying openmrs-webapp-2.4.3.war to C:\Users\BENZ\openmrs\Kmserver\openmrs-2.4.3.war
  196. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  197. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.4:jar
  198. [INFO] Configured Artifact: org.openmrs.module:openconceptlab-omod:1.2.9:jar
  199. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.13.0:jar
  200. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.12.0:jar
  201. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.13.0:jar
  202. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.2.2:jar
  203. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.15:omod
  204. [INFO] Configured Artifact: org.openmrs.module:registrationapp-omod:1.24.0:jar
  205. [INFO] Configured Artifact: org.openmrs:event-omod:2.10.0:jar
  206. [INFO] Configured Artifact: org.openmrs.module:uilibrary-omod:2.0.7:jar
  207. [INFO] Configured Artifact: org.openmrs.module:htmlwidgets-omod:1.10.0:jar
  208. [INFO] Configured Artifact: org.openmrs.module:dataexchange-omod:1.3.7:jar
  209. [INFO] Configured Artifact: org.openmrs.module:appui-omod:1.14.0:jar
  210. [INFO] Configured Artifact: org.openmrs.module:allergyui-omod:1.8.4:jar
  211. [INFO] Configured Artifact: org.openmrs.module:providermanagement-omod:2.13.0:jar
  212. [INFO] Configured Artifact: org.openmrs.module:appointmentschedulingui-omod:1.12.0:jar
  213. [INFO] Configured Artifact: org.openmrs.module:attachments-omod:2.5.0:jar
  214. [INFO] Configured Artifact: org.openmrs.module:formentryapp-omod:1.4.2:jar
  215. [INFO] Configured Artifact: org.openmrs.module:idgen-omod:4.7.0:jar
  216. [INFO] Configured Artifact: org.openmrs.module:metadatamapping-omod:1.4.0:jar
  217. [INFO] Configured Artifact: org.openmrs.module:htmlformentryui-omod:2.0.0:jar
  218. [INFO] Configured Artifact: org.openmrs.module:referencedemodata-omod:1.4.7:jar
  219. [INFO] Configured Artifact: org.openmrs.module:emrapi-omod:1.32.0:jar
  220. [INFO] Configured Artifact: org.openmrs.module:referenceapplication-omod:2.12.0-SNAPSHOT:jar
  221. [INFO] Configured Artifact: org.openmrs.module:htmlformentry-omod:4.1.0:jar
  222. [INFO] Configured Artifact: org.openmrs.module:appframework-omod:2.16.0:jar
  223. [INFO] Configured Artifact: org.openmrs.module:referencemetadata-omod:2.12.0:jar
  224. [INFO] Configured Artifact: org.openmrs.module:reportingui-omod:1.8.0:jar
  225. [INFO] Configured Artifact: org.openmrs.module:coreapps-omod:1.34.0:jar
  226. [INFO] Configured Artifact: org.openmrs.module:reportingcompatibility-omod:2.0.8:jar
  227. [INFO] Configured Artifact: org.openmrs.module:reporting-omod:1.23.0:jar
  228. [INFO] Configured Artifact: org.openmrs.module:adminui-omod:1.6.0:jar
  229. [INFO] Configured Artifact: org.openmrs.module:registrationcore-omod:1.11.0:jar
  230. [INFO] Configured Artifact: org.openmrs.module:appointmentscheduling-omod:1.16.0:jar
  231. [INFO] Configured Artifact: org.openmrs.module:atlas-omod:2.2.5:omod
  232. [INFO] Configured Artifact: org.openmrs.module:calculation-omod:1.3.0:jar
  233. [INFO] Configured Artifact: org.openmrs.module:webservices.rest-omod:2.32.0:jar
  234. [INFO] Configured Artifact: org.openmrs.module:spa-omod:1.0.8:jar
  235. [INFO] Configured Artifact: org.openmrs.module:uicommons-omod:2.19.0:jar
  236. [INFO] Configured Artifact: org.openmrs.module:uiframework-omod:3.22.0:jar
  237. [INFO] Configured Artifact: org.openmrs.module:metadatasharing-omod:1.8.0:jar
  238. [INFO] Copying addresshierarchy-omod-2.14.2.jar to C:\Users\BENZ\openmrs\Kmserver\modules\addresshierarchy-2.14.2.omod
  239. [INFO] Copying legacyui-omod-1.8.4.jar to C:\Users\BENZ\openmrs\Kmserver\modules\legacyui-1.8.4.omod
  240. [INFO] Copying openconceptlab-omod-1.2.9.jar to C:\Users\BENZ\openmrs\Kmserver\modules\openconceptlab-1.2.9.omod
  241. [INFO] Copying metadatadeploy-omod-1.13.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\metadatadeploy-1.13.0.omod
  242. [INFO] Copying reportingrest-omod-1.12.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\reportingrest-1.12.0.omod
  243. [INFO] Copying owa-omod-1.13.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\owa-1.13.0.omod
  244. [INFO] Copying fhir2-omod-1.2.2.jar to C:\Users\BENZ\openmrs\Kmserver\modules\fhir2-1.2.2.omod
  245. [INFO] Copying serialization.xstream-omod-0.2.15.omod to C:\Users\BENZ\openmrs\Kmserver\modules\serialization.xstream-0.2.15.omod
  246. [INFO] Copying registrationapp-omod-1.24.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\registrationapp-1.24.0.omod
  247. [INFO] Copying event-omod-2.10.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\event-2.10.0.omod
  248. [INFO] Copying uilibrary-omod-2.0.7.jar to C:\Users\BENZ\openmrs\Kmserver\modules\uilibrary-2.0.7.omod
  249. [INFO] Copying htmlwidgets-omod-1.10.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\htmlwidgets-1.10.0.omod
  250. [INFO] Copying dataexchange-omod-1.3.7.jar to C:\Users\BENZ\openmrs\Kmserver\modules\dataexchange-1.3.7.omod
  251. [INFO] Copying appui-omod-1.14.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\appui-1.14.0.omod
  252. [INFO] Copying allergyui-omod-1.8.4.jar to C:\Users\BENZ\openmrs\Kmserver\modules\allergyui-1.8.4.omod
  253. [INFO] Copying providermanagement-omod-2.13.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\providermanagement-2.13.0.omod
  254. [INFO] Copying appointmentschedulingui-omod-1.12.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\appointmentschedulingui-1.12.0.omod
  255. [INFO] Copying attachments-omod-2.5.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\attachments-2.5.0.omod
  256. [INFO] Copying formentryapp-omod-1.4.2.jar to C:\Users\BENZ\openmrs\Kmserver\modules\formentryapp-1.4.2.omod
  257. [INFO] Copying idgen-omod-4.7.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\idgen-4.7.0.omod
  258. [INFO] Copying metadatamapping-omod-1.4.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\metadatamapping-1.4.0.omod
  259. [INFO] Copying htmlformentryui-omod-2.0.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\htmlformentryui-2.0.0.omod
  260. [INFO] Copying referencedemodata-omod-1.4.7.jar to C:\Users\BENZ\openmrs\Kmserver\modules\referencedemodata-1.4.7.omod
  261. [INFO] Copying emrapi-omod-1.32.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\emrapi-1.32.0.omod
  262. [INFO] Copying referenceapplication-omod-2.12.0-SNAPSHOT.jar to C:\Users\BENZ\openmrs\Kmserver\modules\referenceapplication-2.12.0-SNAPSHOT.omod
  263. [INFO] Copying htmlformentry-omod-4.1.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\htmlformentry-4.1.0.omod
  264. [INFO] Copying appframework-omod-2.16.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\appframework-2.16.0.omod
  265. [INFO] Copying referencemetadata-omod-2.12.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\referencemetadata-2.12.0.omod
  266. [INFO] Copying reportingui-omod-1.8.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\reportingui-1.8.0.omod
  267. [INFO] Copying coreapps-omod-1.34.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\coreapps-1.34.0.omod
  268. [INFO] Copying reportingcompatibility-omod-2.0.8.jar to C:\Users\BENZ\openmrs\Kmserver\modules\reportingcompatibility-2.0.8.omod
  269. [INFO] Copying reporting-omod-1.23.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\reporting-1.23.0.omod
  270. [INFO] Copying adminui-omod-1.6.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\adminui-1.6.0.omod
  271. [INFO] Copying registrationcore-omod-1.11.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\registrationcore-1.11.0.omod
  272. [INFO] Copying appointmentscheduling-omod-1.16.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\appointmentscheduling-1.16.0.omod
  273. [INFO] Copying atlas-omod-2.2.5.omod to C:\Users\BENZ\openmrs\Kmserver\modules\atlas-2.2.5.omod
  274. [INFO] Copying calculation-omod-1.3.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\calculation-1.3.0.omod
  275. [INFO] Copying webservices.rest-omod-2.32.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\webservices.rest-2.32.0.omod
  276. [INFO] Copying spa-omod-1.0.8.jar to C:\Users\BENZ\openmrs\Kmserver\modules\spa-1.0.8.omod
  277. [INFO] Copying uicommons-omod-2.19.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\uicommons-2.19.0.omod
  278. [INFO] Copying uiframework-omod-3.22.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\uiframework-3.22.0.omod
  279. [INFO] Copying metadatasharing-omod-1.8.0.jar to C:\Users\BENZ\openmrs\Kmserver\modules\metadatasharing-1.8.0.omod
  280.  
  281. Downloading OWAs...
  282.  
  283.  
  284. Downloading OWA: org.openmrs.owa:openmrs-owa-sysadmin:1.2
  285. [INFO] Configured Artifact: org.openmrs.owa:sysadmin:1.2:zip
  286. [INFO] Copying sysadmin-1.2.zip to C:\Users\BENZ\openmrs\Kmserver\owa\sysadmin-1.2.zip
  287.  
  288. What port would you like your server to use? (default: '8080'): 5600
  289.  
  290. If you want to enable remote debugging by default when running the server,
  291. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  292. (Do not do this on a production server) (default: 'no debugging'): 5600
  293.  
  294. Which database would you like to use?:
  295. 1) MySQL 5.6 and above (requires pre-installed MySQL 5.6 and above)
  296. 2) MySQL 5.6 and above in SDK docker container (requires pre-installed Docker)
  297. 3) Existing docker container (requires pre-installed Docker)
  298. 4) PostgreSQL 8.2 and above
  299.  
  300. Which one do you choose? [1/2/3/4]: 1
  301.  
  302. The distribution requires a MySQL database. Please specify database uri (-DdbUri) (default: 'jdbc:mysql://localhost:3306/@DBNAME@'): open-mrs
  303.  
  304. Please specify database username (-DdbUser) (default: 'root'): Admin
  305. Please specify database password (-DdbPassword): Admin123
  306. [INFO] ------------------------------------------------------------------------
  307. [INFO] BUILD FAILURE
  308. [INFO] ------------------------------------------------------------------------
  309. [INFO] Total time: 10:57 min
  310. [INFO] Finished at: 2022-05-12T09:55:47+03:00
  311. [INFO] ------------------------------------------------------------------------
  312. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.4.0:setup (default-cli) on project standalone-pom: Failed to setup server: Failed to connect to the specified database jdbc:mrs?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&sessionVariables=default_storage_engine%3DInnoDB: No suitable driver found for -> [Help 1]
  313. [ERROR]
  314. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  315. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  316. [ERROR]
  317. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  318. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  319.  
  320. C:\Users\BENZ>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement