Advertisement
Guest User

Untitled

a guest
Nov 12th, 2020
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.57 KB | None | 0 0
  1. tarad@tarad-VirtualBox:~/git/openmrs-core$ mvn openmrs-sdk:run
  2. WARNING: An illegal reflective access operation has occurred
  3. WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  4. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
  5. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  6. WARNING: All illegal access operations will be denied in a future release
  7. [INFO] Scanning for projects...
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Reactor Build Order:
  10. [INFO]
  11. [INFO] OpenMRS [pom]
  12. [INFO] openmrs-tools [jar]
  13. [INFO] openmrs-test [pom]
  14. [INFO] openmrs-api [jar]
  15. [INFO] openmrs-web [jar]
  16. [INFO] openmrs-webapp [war]
  17. [INFO] openmrs-liquibase [jar]
  18. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  19. [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
  20. [INFO]
  21. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  22. [INFO] Building OpenMRS 2.5.0-SNAPSHOT [1/7]
  23. [INFO] --------------------------------[ pom ]---------------------------------
  24. [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available
  25. [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
  26. [INFO]
  27. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:run (default-cli) @ openmrs ---
  28.  
  29. You have the following servers::
  30. 1) openmrsserver
  31.  
  32. Which one do you choose? [1]: 1
  33.  
  34. Checking if port 8081 is in use... [free]
  35.  
  36. Connect remote debugger with port 8081
  37.  
  38.  
  39. Forking a new process... (use -Dfork=false to prevent forking)
  40.  
  41. Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
  42. Listening for transport dt_socket at address: 8081
  43. Apache Maven 3.6.3
  44. Maven home: /usr/share/maven
  45. Java version: 14.0.2, vendor: Oracle Corporation, runtime: /usr/lib/jvm/jdk-14.0.2
  46. Default locale: en_US, platform encoding: UTF-8
  47. OS name: "linux", version: "5.4.0-52-generic", arch: "amd64", family: "unix"
  48. WARNING: An illegal reflective access operation has occurred
  49. WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$1 (file:/usr/share/maven/lib/guice.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  50. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$1
  51. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  52. WARNING: All illegal access operations will be denied in a future release
  53. [INFO] Scanning for projects...
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Reactor Build Order:
  56. [INFO]
  57. [INFO] OpenMRS [pom]
  58. [INFO] openmrs-tools [jar]
  59. [INFO] openmrs-test [pom]
  60. [INFO] openmrs-api [jar]
  61. [INFO] openmrs-web [jar]
  62. [INFO] openmrs-webapp [war]
  63. [INFO] openmrs-liquibase [jar]
  64. [INFO]
  65. [INFO] ------------------------< org.openmrs:openmrs >-------------------------
  66. [INFO] Building OpenMRS 2.5.0-SNAPSHOT [1/7]
  67. [INFO] --------------------------------[ pom ]---------------------------------
  68. [INFO]
  69. [INFO] --- openmrs-sdk-maven-plugin:3.13.6:run-tomcat (default-cli) @ openmrs ---
  70.  
  71.  
  72. Using JAVA_HOME: /usr/lib/jvm/jdk-14.0.2
  73.  
  74. Using MAVEN_OPTS: -Xmx768m -XX:MaxPermSize=512m -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8081
  75.  
  76. The JDK 14.0.2 is not compatible with OpenMRS Platform 2.3.2. Please use JDK 1.8 to run this server.
  77.  
  78. If you are running in a forked mode, correct the java.home property in /home/tarad/openmrs/openmrsserver/openmrs-server.properties
  79.  
  80. [INFO] ------------------------------------------------------------------------
  81. [INFO] Reactor Summary for OpenMRS 2.5.0-SNAPSHOT:
  82. [INFO]
  83. [INFO] OpenMRS ............................................ FAILURE [ 3.361 s]
  84. [INFO] openmrs-tools ...................................... SKIPPED
  85. [INFO] openmrs-test ....................................... SKIPPED
  86. [INFO] openmrs-api ........................................ SKIPPED
  87. [INFO] openmrs-web ........................................ SKIPPED
  88. [INFO] openmrs-webapp ..................................... SKIPPED
  89. [INFO] openmrs-liquibase .................................. SKIPPED
  90. [INFO] ------------------------------------------------------------------------
  91. [INFO] BUILD FAILURE
  92. [INFO] ------------------------------------------------------------------------
  93. [INFO] Total time: 4.306 s
  94. [INFO] Finished at: 2020-11-12T22:36:09-05:00
  95. [INFO] ------------------------------------------------------------------------
  96. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.6:run-tomcat (default-cli) on project openmrs: The JDK 14.0.2 is not compatible with OpenMRS Platform 2.3.2. -> [Help 1]
  97. [ERROR]
  98. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  99. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  100. [ERROR]
  101. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  102. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  103.  
  104. [INFO] ------------------------------------------------------------------------
  105. [INFO] Reactor Summary for OpenMRS 2.5.0-SNAPSHOT:
  106. [INFO]
  107. [INFO] OpenMRS ............................................ FAILURE [ 16.246 s]
  108. [INFO] openmrs-tools ...................................... SKIPPED
  109. [INFO] openmrs-test ....................................... SKIPPED
  110. [INFO] openmrs-api ........................................ SKIPPED
  111. [INFO] openmrs-web ........................................ SKIPPED
  112. [INFO] openmrs-webapp ..................................... SKIPPED
  113. [INFO] openmrs-liquibase .................................. SKIPPED
  114. [INFO] ------------------------------------------------------------------------
  115. [INFO] BUILD FAILURE
  116. [INFO] ------------------------------------------------------------------------
  117. [INFO] Total time: 18.304 s
  118. [INFO] Finished at: 2020-11-12T22:36:10-05:00
  119. [INFO] ------------------------------------------------------------------------
  120. [ERROR] Failed to execute goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.6:run (default-cli) on project openmrs: Execution default-cli of goal org.openmrs.maven.plugins:openmrs-sdk-maven-plugin:3.13.6:run failed: Failed running Tomcat -> [Help 1]
  121. [ERROR]
  122. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  123. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  124. [ERROR]
  125. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  126. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
  127.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement