Advertisement
settix

Build Failure

Feb 8th, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.03 KB | None | 0 0
  1. Microsoft Windows [Version 6.3.9600]
  2. (c) 2013 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\SETIMBA>mvn openmrs-sdk:help
  5. [INFO] Scanning for projects...
  6. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  7. apache/maven/plugins/maven-metadata.xml
  8. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  9. tories/public/org/apache/maven/plugins/maven-metadata.xml
  10. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  11. tories/public/org/openmrs/maven/plugins/maven-metadata.xml
  12. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  13. openmrs/maven/plugins/maven-metadata.xml
  14. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  15. tories/public/org/codehaus/mojo/maven-metadata.xml
  16. Downloaded from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/o
  17. penmrs/maven/plugins/maven-metadata.xml (432 B at 38 B/s)
  18. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  19. codehaus/mojo/maven-metadata.xml
  20. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  21. ories/public/org/openmrs/maven/plugins/maven-metadata.xml (1.4 kB at 67 B/s)
  22. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  23. ories/public/org/apache/maven/plugins/maven-metadata.xml (9.7 kB at 474 B/s)
  24. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  25. ories/public/org/codehaus/mojo/maven-metadata.xml (20 kB at 2.0 kB/s)
  26. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  27. tories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.
  28. xml
  29. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  30. openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml
  31. Downloaded from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/o
  32. penmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (1.6 kB at 994
  33. B/s)
  34. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  35. ories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.x
  36. ml (1.9 kB at 755 B/s)
  37. [INFO]
  38. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  39. [INFO] Building Maven Stub Project (No POM) 1
  40. [INFO] --------------------------------[ pom ]---------------------------------
  41. [INFO]
  42. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:help (default-cli) @ standalone-pom -
  43. --
  44.  
  45.  
  46. OpenMRS SDK 3.13.6
  47.  
  48. For more info, see SDK documentation: https://wiki.openmrs.org/display/docs/Open
  49. MRS+SDK
  50.  
  51.  
  52. usage: create-project
  53. Description: Create platform/reference application/owa module
  54.  
  55.  
  56. usage: setup
  57. Description: Setup a new instance of OpenMRS server. It can be used for
  58. setting up a platform or a distribution. It prompts for any missing, but
  59. required parameters.
  60. -DaddDemoData Add demo data when setting up a platform server.
  61. -DdbDriver Database driver e.g. 'mysql' or 'h2'.
  62. -DdbPassword Password for the database user.
  63. -DdbUri Uri for JDBC connection to the database (default
  64. value matches dbDriver)
  65. -DdbUser Username for the database (defaults to 'root').
  66. -Ddistro OpenMRS Distribution to setup in a format
  67. 'groupId:artifactId:version'. You can skip
  68. groupId, if it is 'org.openmrs.distro'.
  69. -Dfile Path to installation.properties file for batch
  70. setup.
  71. -Dplatform OpenMRS Platform version to setup e.g. '1.11.5'.
  72. -DserverId Unique id of a server.
  73.  
  74. usage: deploy
  75. Description: Deploy a module/distribution/platform to a server. It can be
  76. used for deploying a new artifact or upgrading/downgrading an artifact,
  77. which was previosly deployed.
  78. -DartifactId Artifact id of an artifact, which you want to
  79. deploy.
  80. -DgroupId Group id of an artifact, which you want to deploy
  81. (defaults to 'org.openmrs.module').
  82. -DserverId Unique id of a server.
  83. -Dversion Version of an artifact, which you want to deploy.
  84.  
  85. usage: undeploy
  86. Description: Undeploy a module from a server.
  87. -DartifactId Artifact id of a module, which you want to
  88. undeploy.
  89. -DgroupId Group id of a module, which you want to undeploy
  90. (defaults to 'org.openmrs.module').
  91. -DserverId Unique id of a server.
  92.  
  93. usage: reset
  94. Description: Reset server and its database to the initial state.
  95. -Dfull If 'true', delete modules installed manually
  96. (defaults to 'false').
  97. -Dserverid Unique id of a server.
  98.  
  99. usage: delete
  100. Description: Delete a server and its database.
  101. -DserverId Unique id of a server.
  102.  
  103. usage: run
  104. Description: Start a server. If it is run from a module/distro/platform
  105. project, the project will be redeployed before launching.
  106. -Ddebug Enable remote debugging on the given port (defaults
  107. to '1044' if empty).
  108. -Dfork Set to 'false' to disable forking a process for
  109. running the server (defaults to 'true'). Useful for
  110. debugging within an IDE without a remote debugger.
  111. Not that 'false' disables the live-reloading
  112. feature.
  113. -Dport Port to use for running the server (defaults to
  114. '8080').
  115. -DserverId Unique id of a server.
  116.  
  117. usage: watch
  118. Description: Add a module from the current directory to the list of
  119. watched projects. It enables the live-reloading feature for a module.
  120. -DserverId Unique id of a server.
  121.  
  122. usage: unwatch
  123. Description: Remove a module from the list of watched projects. It
  124. disabled the live-reloading feature for a module.
  125. -DartifactId Artifact id of a module to unwatch.
  126. -DgroupId Group id of a module to unwatch. It is optional,
  127. if artifact id is unambiguous.
  128. -DserverId Unique id of a server.
  129.  
  130. usage: info
  131. Description: Display server details including the list of watched modules.
  132. -DserverId Unique id of a server.
  133.  
  134. [INFO] ------------------------------------------------------------------------
  135. [INFO] BUILD SUCCESS
  136. [INFO] ------------------------------------------------------------------------
  137. [INFO] Total time: 53.493 s
  138. [INFO] Finished at: 2021-02-08T22:01:30+03:00
  139. [INFO] ------------------------------------------------------------------------
  140.  
  141. C:\Users\SETIMBA>mvn openmrs-sdk:setup
  142. [INFO] Scanning for projects...
  143. [INFO]
  144. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  145. [INFO] Building Maven Stub Project (No POM) 1
  146. [INFO] --------------------------------[ pom ]---------------------------------
  147. [INFO]
  148. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:setup (default-cli) @ standalone-pom
  149. ---
  150.  
  151. Setting up a new server...
  152.  
  153. Specify server id (-DserverId) (default: 'server'):
  154.  
  155. You can setup the following servers:
  156. 1) Distribution
  157. 2) Platform
  158.  
  159. Which one do you choose? [1/2]: 1
  160. [INFO] artifact org.openmrs.distro:referenceapplication-package: checking for up
  161. dates from openmrs-repo
  162. [INFO] artifact org.openmrs.distro:referenceapplication-package: checking for up
  163. dates from archetype
  164. [INFO] artifact org.openmrs.distro:referenceapplication-package: checking for up
  165. dates from openmrs-repo-thirdparty
  166. [INFO] artifact org.openmrs.distro:referenceapplication-package: checking for up
  167. dates from openmrs-bintray-repo
  168. [INFO] artifact org.openmrs.distro:referenceapplication-package: checking for up
  169. dates from central
  170.  
  171. You can deploy the following versions of distribution:
  172. 1) Reference Application 2.12.0-SNAPSHOT
  173. 2) Reference Application 2.11.0
  174. 3) Reference Application 2.10.0
  175. 4) Reference Application 2.9.0
  176. 5) Reference Application 2.8.1
  177. 6) Other...
  178.  
  179. Which one do you choose? [1/2/3/4/5/6]: 2
  180. [INFO] Configured Artifact: org.openmrs.distro:referenceapplication-package:2.11
  181. .0:jar
  182. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  183. tories/public/org/openmrs/distro/referenceapplication-package/2.11.0/referenceap
  184. plication-package-2.11.0.jar
  185. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  186. ories/public/org/openmrs/distro/referenceapplication-package/2.11.0/referenceapp
  187. lication-package-2.11.0.jar (293 kB at 20 kB/s)
  188. [INFO] Copying referenceapplication-package-2.11.0.jar to C:\Users\SETIMBA\openm
  189. rs\server\openmrs-distro.jar
  190. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.3.2:war
  191. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  192. tories/public/org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war
  193. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  194. ories/public/org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war (58 M
  195. B at 153 kB/s)
  196. [INFO] Copying openmrs-webapp-2.3.2.war to C:\Users\SETIMBA\openmrs\server\openm
  197. rs-2.3.2.war
  198. [INFO] Configured Artifact: org.openmrs.module:addresshierarchy-omod:2.14.2:jar
  199. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  200. tories/public/org/openmrs/module/addresshierarchy-omod/2.14.2/addresshierarchy-o
  201. mod-2.14.2.jar
  202. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  203. ories/public/org/openmrs/module/addresshierarchy-omod/2.14.2/addresshierarchy-om
  204. od-2.14.2.jar (324 kB at 42 kB/s)
  205. [INFO] Configured Artifact: org.openmrs.module:legacyui-omod:1.8.0:jar
  206. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  207. tories/public/org/openmrs/module/legacyui-omod/1.8.0/legacyui-omod-1.8.0.jar
  208. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  209. ories/public/org/openmrs/module/legacyui-omod/1.8.0/legacyui-omod-1.8.0.jar (3.9
  210. MB at 103 kB/s)
  211. [INFO] Configured Artifact: org.openmrs.module:metadatadeploy-omod:1.12.1:jar
  212. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  213. tories/public/org/openmrs/module/metadatadeploy-omod/1.12.1/metadatadeploy-omod-
  214. 1.12.1.jar
  215. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  216. ories/public/org/openmrs/module/metadatadeploy-omod/1.12.1/metadatadeploy-omod-1
  217. .12.1.jar (106 kB at 27 kB/s)
  218. [INFO] Configured Artifact: org.openmrs.module:reportingrest-omod:1.11.0:jar
  219. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  220. tories/public/org/openmrs/module/reportingrest-omod/1.11.0/reportingrest-omod-1.
  221. 11.0.jar
  222. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  223. ories/public/org/openmrs/module/reportingrest-omod/1.11.0/reportingrest-omod-1.1
  224. 1.0.jar (74 kB at 18 kB/s)
  225. [INFO] Configured Artifact: org.openmrs.module:owa-omod:1.12.0:jar
  226. [INFO] Configured Artifact: org.openmrs.module:fhir2-omod:1.1.0:jar
  227. [INFO] Configured Artifact: org.openmrs.module:serialization.xstream-omod:0.2.14
  228. :omod
  229. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  230. tories/public/org/openmrs/module/serialization.xstream-omod/0.2.14/serialization
  231. .xstream-omod-0.2.14.omod
  232. Downloading from archetype: http://mavenrepo.openmrs.org/nexus/content/repositor
  233. ies/public/org/openmrs/module/serialization.xstream-omod/0.2.14/serialization.xs
  234. tream-omod-0.2.14.omod
  235. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/con
  236. tent/repositories/thirdparty/org/openmrs/module/serialization.xstream-omod/0.2.1
  237. 4/serialization.xstream-omod-0.2.14.omod
  238. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  239. openmrs/module/serialization.xstream-omod/0.2.14/serialization.xstream-omod-0.2.
  240. 14.omod
  241. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/modul
  242. e/serialization.xstream-omod/0.2.14/serialization.xstream-omod-0.2.14.omod
  243. [INFO] ------------------------------------------------------------------------
  244. [INFO] BUILD FAILURE
  245. [INFO] ------------------------------------------------------------------------
  246. [INFO] Total time: 14:27 min
  247. [INFO] Finished at: 2021-02-08T23:17:48+03:00
  248. [INFO] ------------------------------------------------------------------------
  249. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugi
  250. n:3.13.6:setup (default-cli) on project standalone-pom: Failed to setup server:
  251. Unable to execute mojo: Unable to resolve artifact. Could not transfer artifact
  252. org.openmrs.module:serialization.xstream-omod:omod:0.2.14 from/to openmrs-repo (
  253. http://mavenrepo.openmrs.org/nexus/content/repositories/public): Transfer failed
  254. for http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/openmrs/
  255. module/serialization.xstream-omod/0.2.14/serialization.xstream-omod-0.2.14.omod
  256. [ERROR] org.openmrs.module:serialization.xstream-omod:omod:0.2.14
  257. [ERROR]
  258. [ERROR] from the specified remote repositories:
  259. [ERROR] openmrs-repo (http://mavenrepo.openmrs.org/nexus/content/repositories/
  260. public, releases=true, snapshots=true),
  261. [ERROR] archetype (http://mavenrepo.openmrs.org/nexus/content/repositories/pub
  262. lic, releases=true, snapshots=true),
  263. [ERROR] openmrs-repo-thirdparty (http://mavenrepo.openmrs.org/nexus/content/re
  264. positories/thirdparty, releases=true, snapshots=true),
  265. [ERROR] openmrs-bintray-repo (https://dl.bintray.com/openmrs/maven/, releases=
  266. true, snapshots=true),
  267. [ERROR] central (https://repo.maven.apache.org/maven2, releases=true, snapshot
  268. s=false): Unknown host jfrog-prod-euw1-shared-ireland-main.s3.amazonaws.com
  269. [ERROR] -> [Help 1]
  270. [ERROR]
  271. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  272. ch.
  273. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  274. [ERROR]
  275. [ERROR] For more information about the errors and possible solutions, please rea
  276. d the following articles:
  277. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
  278. xception
  279.  
  280. C:\Users\SETIMBA>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement