Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Cliff>mvn openmrs-sdk:setup -DserverId=platform-1-11-5 -Dplatform=1.11.
  5. 5 -DdbDriver=h2
  6. [INFO] Scanning for projects...
  7. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  8. openmrs/maven/plugins/maven-metadata.xml
  9. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  10. tories/public/org/openmrs/maven/plugins/maven-metadata.xml
  11. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  12. tories/public/org/apache/maven/plugins/maven-metadata.xml
  13. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  14. apache/maven/plugins/maven-metadata.xml
  15. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  16. tories/public/org/codehaus/mojo/maven-metadata.xml
  17. Downloaded from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/o
  18. penmrs/maven/plugins/maven-metadata.xml (432 B at 102 B/s)
  19. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  20. codehaus/mojo/maven-metadata.xml
  21. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  22. ories/public/org/apache/maven/plugins/maven-metadata.xml (19 kB at 2.6 kB/s)
  23. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  24. ories/public/org/openmrs/maven/plugins/maven-metadata.xml (906 B at 127 B/s)
  25. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  26. ories/public/org/codehaus/mojo/maven-metadata.xml (27 kB at 7.0 kB/s)
  27. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  28. tories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.
  29. xml
  30. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  31. openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml
  32. Downloaded from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/o
  33. penmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.xml (1.5 kB at 781
  34. B/s)
  35. Downloaded from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposit
  36. ories/public/org/openmrs/maven/plugins/openmrs-sdk-maven-plugin/maven-metadata.x
  37. ml (1.8 kB at 705 B/s)
  38. [INFO]
  39. [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
  40. [INFO] Building Maven Stub Project (No POM) 1
  41. [INFO] --------------------------------[ pom ]---------------------------------
  42. [INFO]
  43. [INFO] --- openmrs-sdk-maven-plugin:3.13.2:setup (default-cli) @ standalone-pom
  44. ---
  45.  
  46. Setting up a new server...
  47. [INFO] artifact org.openmrs.distro:platform: checking for updates from openmrs-r
  48. epo
  49. [INFO] artifact org.openmrs.distro:platform: checking for updates from openmrs-r
  50. epo-thirdparty
  51. [INFO] artifact org.openmrs.distro:platform: checking for updates from openmrs-b
  52. intray-repo
  53. [INFO] artifact org.openmrs.distro:platform: checking for updates from central
  54. [INFO] Configured Artifact: org.openmrs.distro:platform:1.11.5:jar
  55. Downloading from openmrs-repo: http://mavenrepo.openmrs.org/nexus/content/reposi
  56. tories/public/org/openmrs/distro/platform/1.11.5/platform-1.11.5.jar
  57. Downloading from openmrs-repo-thirdparty: http://mavenrepo.openmrs.org/nexus/con
  58. tent/repositories/thirdparty/org/openmrs/distro/platform/1.11.5/platform-1.11.5.
  59. jar
  60. Downloading from openmrs-bintray-repo: https://dl.bintray.com/openmrs/maven/org/
  61. openmrs/distro/platform/1.11.5/platform-1.11.5.jar
  62. Downloading from central: https://repo.maven.apache.org/maven2/org/openmrs/distr
  63. o/platform/1.11.5/platform-1.11.5.jar
  64. [INFO] Fetching openmrs war file in version 1.11.5
  65. [INFO] Configured Artifact: org.openmrs.web:openmrs-webapp:1.11.5:war
  66. [INFO] Copying openmrs-webapp-1.11.5.war to C:\Users\Cliff\openmrs\platform-1-11
  67. -5\openmrs-1.11.5.war
  68.  
  69. What port would you like your server to use? (default: '8080'): 8084
  70.  
  71. If you want to enable remote debugging by default when running the server,
  72. specify the port number here (e.g. 1044). Leave blank to disable debugging.
  73. (Do not do this on a production server) (default: 'no debugging'):
  74. [INFO] ------------------------------------------------------------------------
  75. [INFO] BUILD FAILURE
  76. [INFO] ------------------------------------------------------------------------
  77. [INFO] Total time: 01:31 min
  78. [INFO] Finished at: 2019-10-22T14:30:31+03:00
  79. [INFO] ------------------------------------------------------------------------
  80. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugi
  81. n:3.13.2:setup (default-cli) on project standalone-pom: Failed to setup server:
  82. NullPointerException -> [Help 1]
  83. [ERROR]
  84. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
  85. ch.
  86. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  87. [ERROR]
  88. [ERROR] For more information about the errors and possible solutions, please rea
  89. d the following articles:
  90. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionE
  91. xception
  92.  
  93. C:\Users\Cliff>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement