Advertisement
Kibret

Untitled

Oct 28th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.77 KB | None | 0 0
  1. C:\Users\tibie\moduleexample>mvn clean install openmrs-sdk:run
  2. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  3. Picked up _JAVA_OPTIONS: -Xmx512M
  4. [INFO] Scanning for projects...
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO] Reactor Build Order:
  7. [INFO]
  8. [INFO] Moduleexample [pom]
  9. [INFO] Moduleexample API [jar]
  10. [INFO] Moduleexample OMOD [jar]
  11. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  12. [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
  13. [INFO]
  14. [INFO] ------------------< org.openmrs.module:moduleexample >------------------
  15. [INFO] Building Moduleexample 1.0.0-SNAPSHOT [1/3]
  16. [INFO] --------------------------------[ pom ]---------------------------------
  17. [INFO]
  18. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ moduleexample ---
  19. [INFO]
  20. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ moduleexample ---
  21. [INFO] Checking for local modifications: skipped.
  22. [INFO] Updating project files from SCM: skipped.
  23. [INFO] ShortRevision tag detected. The value is '6'.
  24. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  25. [INFO] Working directory: C:\Users\tibie\moduleexample
  26. [INFO] Storing buildNumber: 0 at timestamp: 1603885338171
  27. [INFO] ShortRevision tag detected. The value is '6'.
  28. [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
  29. [INFO] Working directory: C:\Users\tibie\moduleexample
  30. [INFO] Storing buildScmBranch: UNKNOWN_BRANCH
  31. [INFO]
  32. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ moduleexample ---
  33. [INFO] Using 'UTF-8' encoding to format source files.
  34. [INFO] Number of files to be formatted: 0
  35. [INFO]
  36. [INFO] --- maven-install-plugin:2.4:install (default-install) @ moduleexample ---
  37. [INFO] Installing C:\Users\tibie\moduleexample\pom.xml to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample\1.0.0-SNAPSHOT\moduleexample-1.0.0-SNAPSHOT.pom
  38. [INFO]
  39. [INFO] ----------------< org.openmrs.module:moduleexample-api >----------------
  40. [INFO] Building Moduleexample API 1.0.0-SNAPSHOT [2/3]
  41. [INFO] --------------------------------[ jar ]---------------------------------
  42. [INFO]
  43. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ moduleexample-api ---
  44. [INFO] Deleting C:\Users\tibie\moduleexample\api\target
  45. [INFO]
  46. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ moduleexample-api ---
  47. [INFO]
  48. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ moduleexample-api ---
  49. [INFO] Using 'UTF-8' encoding to format source files.
  50. [INFO] Number of files to be formatted: 8
  51. [INFO] Successfully formatted: 0 file(s)
  52. [INFO] Fail to format : 0 file(s)
  53. [INFO] Skipped : 8 file(s)
  54. [INFO] Approximate time taken: 0s
  55. [INFO]
  56. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ moduleexample-api ---
  57. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  58. [INFO] Copying 5 resources
  59. [INFO] Copying 0 resource
  60. [INFO] skip non existing resourceDirectory C:\Users\tibie\moduleexample\api\src\main\webapp
  61. [INFO] skip non existing resourceDirectory C:\Users\tibie\moduleexample\api\src\main\webapp
  62. [INFO]
  63. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ moduleexample-api ---
  64. [INFO] Changes detected - recompiling the module!
  65. [INFO] Compiling 6 source files to C:\Users\tibie\moduleexample\api\target\classes
  66. [INFO]
  67. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ moduleexample-api ---
  68. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  69. [INFO] Copying 0 resource
  70. [INFO] Copying 0 resource
  71. [INFO]
  72. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ moduleexample-api ---
  73. [INFO] Changes detected - recompiling the module!
  74. [INFO] Compiling 2 source files to C:\Users\tibie\moduleexample\api\target\test-classes
  75. [INFO]
  76. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ moduleexample-api ---
  77. [INFO] Surefire report directory: C:\Users\tibie\moduleexample\api\target\surefire-reports
  78.  
  79. -------------------------------------------------------
  80. T E S T S
  81. -------------------------------------------------------
  82. Running org.openmrs.module.moduleexample.api.dao.ModuleexampleDaoTest
  83. Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.502 sec
  84. Running org.openmrs.module.moduleexample.api.ModuleexampleServiceTest
  85. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.33 sec
  86. Picked up _JAVA_OPTIONS: -Xmx512M
  87.  
  88. Results :
  89.  
  90. Tests run: 2, Failures: 0, Errors: 0, Skipped: 1
  91.  
  92. [INFO]
  93. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ moduleexample-api ---
  94. [INFO] Building jar: C:\Users\tibie\moduleexample\api\target\moduleexample-api-1.0.0-SNAPSHOT.jar
  95. [INFO]
  96. [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ moduleexample-api ---
  97. [INFO] Building jar: C:\Users\tibie\moduleexample\api\target\moduleexample-api-1.0.0-SNAPSHOT-tests.jar
  98. [INFO]
  99. [INFO] --- maven-install-plugin:2.4:install (default-install) @ moduleexample-api ---
  100. [INFO] Installing C:\Users\tibie\moduleexample\api\target\moduleexample-api-1.0.0-SNAPSHOT.jar to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample-api\1.0.0-SNAPSHOT\moduleexample-api-1.0.0-SNAPSHOT.jar
  101. [INFO] Installing C:\Users\tibie\moduleexample\api\pom.xml to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample-api\1.0.0-SNAPSHOT\moduleexample-api-1.0.0-SNAPSHOT.pom
  102. [INFO] Installing C:\Users\tibie\moduleexample\api\target\moduleexample-api-1.0.0-SNAPSHOT-tests.jar to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample-api\1.0.0-SNAPSHOT\moduleexample-api-1.0.0-SNAPSHOT-tests.jar
  103. [INFO]
  104. [INFO] ---------------< org.openmrs.module:moduleexample-omod >----------------
  105. [INFO] Building Moduleexample OMOD 1.0.0-SNAPSHOT [3/3]
  106. [INFO] --------------------------------[ jar ]---------------------------------
  107. [INFO]
  108. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ moduleexample-omod ---
  109. [INFO] Deleting C:\Users\tibie\moduleexample\omod\target
  110. [INFO]
  111. [INFO] --- buildnumber-maven-plugin:1.1:create (default) @ moduleexample-omod ---
  112. [INFO]
  113. [INFO] --- maven-java-formatter-plugin:0.4:format (default) @ moduleexample-omod ---
  114. [INFO] Using 'UTF-8' encoding to format source files.
  115. [INFO] Number of files to be formatted: 3
  116. [INFO] Successfully formatted: 0 file(s)
  117. [INFO] Fail to format : 0 file(s)
  118. [INFO] Skipped : 3 file(s)
  119. [INFO] Approximate time taken: 0s
  120. [INFO]
  121. [INFO] --- maven-dependency-plugin:2.8:unpack-dependencies (Expand resources) @ moduleexample-omod ---
  122. [INFO] Unpacking C:\Users\tibie\moduleexample\api\target\moduleexample-api-1.0.0-SNAPSHOT.jar to C:\Users\tibie\moduleexample\omod\target\classes with includes "*.xml,*.properties" and excludes ""
  123. [INFO]
  124. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ moduleexample-omod ---
  125. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  126. [INFO] Copying 2 resources
  127. [INFO] Copying 0 resource
  128. [INFO] Copying 0 resource to web/module
  129. [INFO] Copying 3 resources to web/module
  130. [INFO]
  131. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ moduleexample-omod ---
  132. [INFO] Changes detected - recompiling the module!
  133. [INFO] Compiling 2 source files to C:\Users\tibie\moduleexample\omod\target\classes
  134. [INFO]
  135. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ moduleexample-omod ---
  136. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  137. [INFO] Copying 0 resource
  138. [INFO] Copying 0 resource
  139. [INFO]
  140. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ moduleexample-omod ---
  141. [INFO] Changes detected - recompiling the module!
  142. [INFO] Compiling 1 source file to C:\Users\tibie\moduleexample\omod\target\test-classes
  143. [INFO]
  144. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ moduleexample-omod ---
  145. [INFO] Surefire report directory: C:\Users\tibie\moduleexample\omod\target\surefire-reports
  146.  
  147. -------------------------------------------------------
  148. T E S T S
  149. -------------------------------------------------------
  150. Running org.openmrs.module.moduleexample.AdminListExtensionTest
  151. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.369 sec
  152. Picked up _JAVA_OPTIONS: -Xmx512M
  153.  
  154. Results :
  155.  
  156. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  157.  
  158. [INFO]
  159. [INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ moduleexample-omod ---
  160. [INFO] Building jar: C:\Users\tibie\moduleexample\omod\target\moduleexample-1.0.0-SNAPSHOT.jar
  161. [INFO]
  162. [INFO] --- maven-openmrs-plugin:1.0.1:package-module (pack) @ moduleexample-omod ---
  163. [INFO] Packaging OpenMRS module
  164. [INFO] Building jar: C:\Users\tibie\moduleexample\omod\target\moduleexample-1.0.0-SNAPSHOT.omod
  165. [INFO]
  166. [INFO] --- maven-jar-plugin:2.5:test-jar (default) @ moduleexample-omod ---
  167. [INFO] Building jar: C:\Users\tibie\moduleexample\omod\target\moduleexample-1.0.0-SNAPSHOT-tests.jar
  168. [INFO]
  169. [INFO] --- maven-install-plugin:2.4:install (default-install) @ moduleexample-omod ---
  170. [INFO] Installing C:\Users\tibie\moduleexample\omod\target\moduleexample-1.0.0-SNAPSHOT.omod to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample-omod\1.0.0-SNAPSHOT\moduleexample-omod-1.0.0-SNAPSHOT.jar
  171. [INFO] Installing C:\Users\tibie\moduleexample\omod\pom.xml to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample-omod\1.0.0-SNAPSHOT\moduleexample-omod-1.0.0-SNAPSHOT.pom
  172. [INFO] Installing C:\Users\tibie\moduleexample\omod\target\moduleexample-1.0.0-SNAPSHOT-tests.jar to C:\Users\tibie\.m2\repository\org\openmrs\module\moduleexample-omod\1.0.0-SNAPSHOT\moduleexample-omod-1.0.0-SNAPSHOT-tests.jar
  173. [INFO]
  174. [INFO] ------------------< org.openmrs.module:moduleexample >------------------
  175. [INFO] Building Moduleexample 1.0.0-SNAPSHOT [4/3]
  176. [INFO] --------------------------------[ pom ]---------------------------------
  177. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  178. [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
  179. [INFO]
  180. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:run (default-cli) @ moduleexample ---
  181.  
  182. You have the following servers::
  183. 1) server2
  184.  
  185. Which one do you choose? [1]: 1
  186.  
  187. Checking if port 8080 is in use... [free]
  188. [INFO] OpenMRS module detected, installing before run...
  189. [INFO] artifact org.openmrs.module:moduleexample-omod: checking for updates from openmrs-repo
  190. [INFO] artifact org.openmrs.module:moduleexample-omod: checking for updates from archetype
  191. [INFO] artifact org.openmrs.module:moduleexample-omod: checking for updates from openmrs-repo-thirdparty
  192. [INFO] artifact org.openmrs.module:moduleexample-omod: checking for updates from openmrs-bintray-repo
  193. [INFO] artifact org.openmrs.module:moduleexample-omod: checking for updates from central
  194. [INFO] Configured Artifact: org.openmrs.module:moduleexample-omod:1.0.0-SNAPSHOT:jar
  195. [INFO] Copying moduleexample-1.0.0-SNAPSHOT.omod to C:\Users\tibie\openmrs\server2\modules\moduleexample-1.0.0-SNAPSHOT.omod
  196. [info] Module 'moduleexample' was updated to version '1.0.0-SNAPSHOT'
  197.  
  198. Connect remote debugger with port 1044
  199.  
  200.  
  201. Forking a new process... (use -Dfork=false to prevent forking)
  202.  
  203. OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
  204. Picked up _JAVA_OPTIONS: -Xmx512M
  205. ERROR: transport error 202: bind failed: Permission denied
  206. ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
  207. JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized [debugInit.c:750]
  208. [INFO] ------------------------------------------------------------------------
  209. [INFO] Reactor Summary for Moduleexample 1.0.0-SNAPSHOT:
  210. [INFO]
  211. [INFO] Moduleexample ...................................... FAILURE [ 13.870 s]
  212. [INFO] Moduleexample API .................................. SUCCESS [ 5.521 s]
  213. [INFO] Moduleexample OMOD ................................. SUCCESS [ 4.608 s]
  214. [INFO] ------------------------------------------------------------------------
  215. [INFO] BUILD FAILURE
  216. [INFO] ------------------------------------------------------------------------
  217. [INFO] Total time: 26.267 s
  218. [INFO] Finished at: 2020-10-28T14:42:42+03:00
  219. [INFO] ------------------------------------------------------------------------
  220. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.6:run (default-cli) on project moduleexample: Execution default-cli of goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.6:run failed: Failed running Tomcat -> [Help 1]
  221. [ERROR]
  222. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  223. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  224. [ERROR]
  225. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  226. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement