georgejr

Untitled

May 21st, 2019
270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. Geo jr@Geo MINGW64 ~
  2. $ mvn openmrs-sdk:run
  3. [INFO] Scanning for projects...
  4. [INFO]
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Building Maven Stub Project (No POM) 1
  7. [INFO] ------------------------------------------------------------------------
  8. [INFO]
  9. [INFO] --- openmrs-sdk-maven-plugin:3.13.2:run (default-cli) @ standalone-pom ---
  10.  
  11. You have the following servers::
  12. 1) server1
  13.  
  14. Which one do you choose? [1]:
  15.  
  16. You must specify 1.
  17.  
  18. You have the following servers::
  19. 1) server1
  20.  
  21. Which one do you choose? [1]:
  22.  
  23. You must specify 1.
  24.  
  25. You have the following servers::
  26. 1) server1
  27.  
  28. Which one do you choose? [1]: 1
  29.  
  30. Checking if port 8080 is in use... [in use]
  31.  
  32. Checking if port 8081 is in use... [free]
  33.  
  34. Port 8080 is already in use. Would you like to use 8081 instead? [Y/n]:
  35.  
  36. Forking a new process... (use -Dfork=false to prevent forking)
  37.  
  38. Apache Maven 3.3.9 (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T19:41:47+03:00)
  39. Maven home: C:\Program Files\apache-maven\apache-maven-3.3.9
  40. Java version: 1.8.0_171, vendor: Oracle Corporation
  41. Java home: C:\Program Files\Java\jdk1.8.0_171\jre
  42. Default locale: en_US, platform encoding: Cp1252
  43. OS name: "windows 10", version: "10.0", arch: "amd64", family: "dos"
  44. [INFO] Scanning for projects...
  45. [INFO]
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Building Maven Stub Project (No POM) 1
  48. [INFO] ------------------------------------------------------------------------
  49. [INFO]
  50. [INFO] --- openmrs-sdk-maven-plugin:3.13.2:run-tomcat (default-cli) @ standalone-pom ---
  51.  
  52.  
  53. Using JAVA_HOME: C:\Program Files\Java\jdk1.8.0_171\jre
  54.  
  55. Using MAVEN_OPTS: -Xmx768m -XX:MaxPermSize=512m
  56. [INFO] ------------------------------------------------------------------------
  57. [INFO] BUILD FAILURE
  58. [INFO] ------------------------------------------------------------------------
  59. [INFO] Total time: 20.590 s
  60. [INFO] Finished at: 2019-05-21T12:46:42+03:00
  61. [INFO] Final Memory: 11M/79M
  62. [INFO] ------------------------------------------------------------------------
  63. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.2:run-tomcat (default-cli) on project standalone-pom: Unable to delete existing tmp directory at C:\Users\Admin\openmrs\server1\tmp: Unable to delete file: C:\Users\Admin\openmrs\server1\tmp\openmrs\WEB-INF\lib\xercesImpl-2.8.0.jar -> [Help 1]
  64. [ERROR]
  65. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  66. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  67. [ERROR]
  68. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  69. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  70. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  71. [INFO] ------------------------------------------------------------------------
  72. [INFO] BUILD FAILURE
  73. [INFO] ------------------------------------------------------------------------
  74. [INFO] Total time: 01:48 min
  75. [INFO] Finished at: 2019-05-21T12:46:43+03:00
  76. [INFO] Final Memory: 18M/111M
  77. [INFO] ------------------------------------------------------------------------
  78. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.2:run (default-cli) on project standalone-pom: Execution default-cli of goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.2:run failed: Failed running Tomcat -> [Help 1]
  79. [ERROR]
  80. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  81. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  82. [ERROR]
  83. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  84. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment