Advertisement
derrickjunior

server set up logs

Jan 26th, 2022
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. derrick@derrick-junior:~$ sudo apr install
  2. [sudo] password for derrick:
  3. sudo: apr: command not found
  4. derrick@derrick-junior:~$ sudo apt install
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. 0 upgraded, 0 newly installed, 0 to remove and 175 not upgraded.
  9. derrick@derrick-junior:~$ mvn openmrs-sdk:setup
  10. [INFO] Scanning for projects...
  11. [INFO]
  12. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  13. [INFO] Building Maven Stub Project (No POM) 1
  14. [INFO] --------------------------------[ pom ]---------------------------------
  15. [INFO]
  16. [INFO] --- openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) @ standalone-pom ---
  17.  
  18. Setting up a new server...
  19.  
  20. Specify server id (-DserverId) (default: 'server1'): 1
  21.  
  22. You can setup the following servers:
  23. 1) Distribution
  24. 2) Platform
  25.  
  26. Which one do you choose? [1/2]: 2
  27.  
  28.  
  29. You can deploy the following versions of a platform:
  30. 1) 2.6.0-SNAPSHOT
  31. 2) 2.5.1
  32. 3) 2.4.4
  33. 4) 2.3.4
  34. 5) 2.2.0
  35. 6) 2.1.4
  36. 7) Other...
  37.  
  38. Which one do you choose? [1/2/3/4/5/6/7]:
  39.  
  40. You must specify 1 or 2 or 3 or 4 or 5 or 6 or 7.
  41.  
  42. You can deploy the following versions of a platform:
  43. 1) 2.6.0-SNAPSHOT
  44. 2) 2.5.1
  45. 3) 2.4.4
  46. 4) 2.3.4
  47. 5) 2.2.0
  48. 6) 2.1.4
  49. 7) Other...
  50.  
  51. Which one do you choose? [1/2/3/4/5/6/7]: 3
  52. [INFO] Configured Artifact: org.openmrs.distro:platform:2.4.4:jar
  53. [INFO] Copying platform-2.4.4.jar to /home/derrick/openmrs/1/openmrs-distro.jar
  54. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.4.4:war
  55. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.4.4/openmrs-webapp-2.4.4.war
  56. Downloading from archetype: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.4.4/openmrs-webapp-2.4.4.war
  57. Downloading from openmrs-repo-thirdparty: https://mavenrepo.openmrs.org/thirdparty/org/openmrs/web/openmrs-webapp/2.4.4/openmrs-webapp-2.4.4.war
  58. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/web/openmrs-webapp/2.4.4/openmrs-webapp-2.4.4.war
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO] BUILD FAILURE
  61. [INFO] ------------------------------------------------------------------------
  62. [INFO] Total time: 02:08 min
  63. [INFO] Finished at: 2022-01-26T20:42:26+03:00
  64. [INFO] ------------------------------------------------------------------------
  65. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) on project standalone-pom: Failed to setup server: Unable to find/resolve artifact. Could not transfer artifact org.openmrs.web:openmrs-webapp:war:2.4.4 from/to openmrs-repo (https://mavenrepo.openmrs.org/public): Transfer failed for https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.4.4/openmrs-webapp-2.4.4.war: Unknown host mavenrepo.openmrs.org: Temporary failure in name resolution -> [Help 1]
  66. [ERROR]
  67. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  68. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  69. [ERROR]
  70. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  71. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  72. derrick@derrick-junior:~$ ^C
  73. derrick@derrick-junior:~$ mvn openmrs-sdk:setup
  74. [INFO] Scanning for projects...
  75. [INFO]
  76. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  77. [INFO] Building Maven Stub Project (No POM) 1
  78. [INFO] --------------------------------[ pom ]---------------------------------
  79. [INFO]
  80. [INFO] --- openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) @ standalone-pom ---
  81.  
  82. Setting up a new server...
  83.  
  84. Specify server id (-DserverId) (default: 'server1'): 1
  85.  
  86. You can setup the following servers:
  87. 1) Distribution
  88. 2) Platform
  89.  
  90. Which one do you choose? [1/2]: 1
  91.  
  92. You can deploy the following versions of distribution:
  93. 1) Reference Application 3.0.0-SNAPSHOT
  94. 2) Reference Application 2.12.2
  95. 3) Reference Application 2.11.0
  96. 4) Reference Application 2.10.0
  97. 5) Reference Application 2.9.0
  98. 6) Other...
  99.  
  100. Which one do you choose? [1/2/3/4/5/6]: 3
  101. [INFO] Configured Artifact: org.openmrs.distro:referenceapplication-package:2.11.0:jar
  102. [INFO] Copying referenceapplication-package-2.11.0.jar to /home/derrick/openmrs/1/openmrs-distro.jar
  103. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.3.2:war
  104. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war
  105. Downloading from archetype: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war
  106. Downloading from openmrs-repo-thirdparty: https://mavenrepo.openmrs.org/thirdparty/org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war
  107. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war
  108. [INFO] ------------------------------------------------------------------------
  109. [INFO] BUILD FAILURE
  110. [INFO] ------------------------------------------------------------------------
  111. [INFO] Total time: 20:11 min
  112. [INFO] Finished at: 2022-01-26T21:09:40+03:00
  113. [INFO] ------------------------------------------------------------------------
  114. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) on project standalone-pom: Failed to setup server: Unable to find/resolve artifact. Could not transfer artifact org.openmrs.web:openmrs-webapp:war:2.3.2 from/to openmrs-repo (https://mavenrepo.openmrs.org/public): GET request of: org/openmrs/web/openmrs-webapp/2.3.2/openmrs-webapp-2.3.2.war from openmrs-repo failed: Connection reset -> [Help 1]
  115. [ERROR]
  116. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  117. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  118. [ERROR]
  119. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  120. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  121. derrick@derrick-junior:~$ mvn openmrs-sdk:setup
  122. [INFO] Scanning for projects...
  123. [INFO]
  124. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  125. [INFO] Building Maven Stub Project (No POM) 1
  126. [INFO] --------------------------------[ pom ]---------------------------------
  127. [INFO]
  128. [INFO] --- openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) @ standalone-pom ---
  129.  
  130. Setting up a new server...
  131.  
  132. Specify server id (-DserverId) (default: 'server1'): 1
  133.  
  134. You can setup the following servers:
  135. 1) Distribution
  136. 2) Platform
  137.  
  138. Which one do you choose? [1/2]: 2
  139.  
  140. You can deploy the following versions of a platform:
  141. 1) 2.6.0-SNAPSHOT
  142. 2) 2.5.1
  143. 3) 2.4.4
  144. 4) 2.3.4
  145. 5) 2.2.0
  146. 6) 2.1.4
  147. 7) Other...
  148.  
  149. Which one do you choose? [1/2/3/4/5/6/7]: 5
  150. [INFO] Configured Artifact: org.openmrs.distro:platform:2.2.0:jar
  151. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/distro/platform/2.2.0/platform-2.2.0.pom
  152. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/distro/platform/2.2.0/platform-2.2.0.pom (4.1 kB at 166 B/s)
  153. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/distro/platform/2.2.0/platform-2.2.0.jar
  154. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/distro/platform/2.2.0/platform-2.2.0.jar (4.1 kB at 822 B/s)
  155. [INFO] Copying platform-2.2.0.jar to /home/derrick/openmrs/1/openmrs-distro.jar
  156. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:2.2.0:war
  157. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.pom
  158. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.pom (7.9 kB at 1.1 kB/s)
  159. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.2.0/openmrs-2.2.0.pom
  160. Downloaded from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/openmrs/2.2.0/openmrs-2.2.0.pom (32 kB at 1.8 kB/s)
  161. Downloading from openmrs-repo: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.war
  162. Downloading from archetype: https://mavenrepo.openmrs.org/public/org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.war
  163. Downloading from openmrs-repo-thirdparty: https://mavenrepo.openmrs.org/thirdparty/org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.war
  164. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.war
  165. [INFO] ------------------------------------------------------------------------
  166. [INFO] BUILD FAILURE
  167. [INFO] ------------------------------------------------------------------------
  168. [INFO] Total time: 28:52 min
  169. [INFO] Finished at: 2022-01-26T21:41:06+03:00
  170. [INFO] ------------------------------------------------------------------------
  171. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:4.3.0:setup (default-cli) on project standalone-pom: Failed to setup server: Unable to find/resolve artifact. Could not transfer artifact org.openmrs.web:openmrs-webapp:war:2.2.0 from/to openmrs-repo (https://mavenrepo.openmrs.org/public): GET request of: org/openmrs/web/openmrs-webapp/2.2.0/openmrs-webapp-2.2.0.war from openmrs-repo failed: Connection reset -> [Help 1]
  172. [ERROR]
  173. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  174. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  175. [ERROR]
  176. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  177. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  178. derrick@derrick-junior:~$ sudo apt install
  179. [sudo] password for derrick:
  180. Sorry, try again.
  181. [sudo] password for derrick:
  182. Sorry, try again.
  183. [sudo] password for derrick:
  184. Reading package lists... Done
  185. Building dependency tree
  186. Reading state information... Done
  187. 0 upgraded, 0 newly installed, 0 to remove and 175 not upgraded.
  188. derrick@derrick-junior:~$ sudo apt install
  189. Reading package lists... Done
  190. Building dependency tree
  191. Reading state information... Done
  192. 0 upgraded, 0 newly installed, 0 to remove and 175 not upgraded.
  193. derrick@derrick-junior:~$ sudo apt install
  194. [sudo] password for derrick:
  195. Reading package lists... Done
  196. Building dependency tree
  197. Reading state information... Done
  198. 0 upgraded, 0 newly installed, 0 to remove and 175 not upgraded.
  199. derrick@derrick-junior:~$
  200.  
  201.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement