Advertisement
Guest User

openmrs_becca_2

a guest
Oct 1st, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. Microsoft Windows [Version 10.0.17134.285]
  2. (c) 2018 Microsoft Corporation. Med ensamrätt.
  3.  
  4. C:\Users\becca>cd test
  5.  
  6. C:\Users\becca\test>mvn openmrs-sdk:run
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Build Order:
  10. [INFO]
  11. [INFO] Test [pom]
  12. [INFO] Test API [jar]
  13. [INFO] Test OMOD [jar]
  14. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  15. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-repo has elapsed or updates are forced
  16. [INFO]
  17. [INFO] ----------------------< org.openmrs.module:test >-----------------------
  18. [INFO] Building Test 1.0.0-SNAPSHOT [1/3]
  19. [INFO] --------------------------------[ pom ]---------------------------------
  20. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  21. [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in http://mavenrepo.openmrs.org/nexus/content/repositories/public was cached in the local repository, resolution will not be reattempted until the update interval of openmrs-repo has elapsed or updates are forced
  22. [INFO]
  23. [INFO] --- openmrs-sdk-maven-plugin:3.13.1:run (default-cli) @ test ---
  24.  
  25. You have the following servers::
  26. 1) server
  27.  
  28. Which one do you choose? [1]: 1
  29.  
  30. Checking if port 3320 is in use... [in use]
  31.  
  32. Checking if port 3321 is in use... [in use]
  33.  
  34. Checking if port 3322 is in use... [free]
  35.  
  36. Port 3320 is already in use. Would you like to use 3322 instead? [Y/n]: Y
  37. [INFO] OpenMRS module detected, installing before run...
  38. [INFO] Configured Artifact: org.openmrs.module:test-omod:1.0.0-SNAPSHOT:jar
  39. [INFO] Copying test-omod-1.0.0-SNAPSHOT.jar to C:\Users\becca\openmrs\server\modules\test-1.0.0-SNAPSHOT.omod
  40. [info] Module 'test' was updated to version '1.0.0-SNAPSHOT'
  41.  
  42. Connect remote debugger with port 3321
  43.  
  44.  
  45. Forking a new process... (use -Dfork=false to prevent forking)
  46.  
  47. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  48. ERROR: transport error 202: bind failed: Address already in use
  49. ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
  50. JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] Reactor Summary:
  53. [INFO]
  54. [INFO] Test 1.0.0-SNAPSHOT ................................ FAILURE [ 7.109 s]
  55. [INFO] Test API ........................................... SKIPPED
  56. [INFO] Test OMOD 1.0.0-SNAPSHOT ........................... SKIPPED
  57. [INFO] ------------------------------------------------------------------------
  58. [INFO] BUILD FAILURE
  59. [INFO] ------------------------------------------------------------------------
  60. [INFO] Total time: 7.836 s
  61. [INFO] Finished at: 2018-10-01T19:55:38+02:00
  62. [INFO] ------------------------------------------------------------------------
  63. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.1:run (default-cli) on project test: Execution default-cli of goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.1:run failed: Failed running Tomcat -> [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/PluginExecutionException
  70.  
  71. C:\Users\becca\test>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement