Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-core/webapp (master)
- $ mvn jetty:run
- [INFO] Scanning for projects...
- [INFO]
- [INFO] -------------------< org.openmrs.web:openmrs-webapp >-------------------
- [INFO] Building openmrs-webapp 2.4.0-SNAPSHOT
- [INFO] --------------------------------[ war ]---------------------------------
- [INFO]
- [INFO] >>> jetty-maven-plugin:9.4.31.v20200723:run (default-cli) > test-compile @ openmrs-webapp >>>
- [INFO]
- [INFO] --- buildnumber-maven-plugin:1.4:create (default) @ openmrs-webapp ---
- [INFO] ShortRevision tag detected. The value is '6'.
- [INFO] Executing: cmd.exe /X /C "git rev-parse --verify --short=6 HEAD"
- [INFO] Working directory: C:\Users\Cliff\Desktop\project\openmrs-core\webapp
- [INFO] Storing buildNumber: 3d3877 at timestamp: 1597836909818
- [INFO] Storing buildScmBranch: master
- [INFO]
- [INFO] --- build-helper-maven-plugin:3.2.0:parse-version (parse-version) @ openmrs-webapp ---
- [INFO]
- [INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ openmrs-webapp ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Using 'UTF-8' encoding to copy filtered properties files.
- [INFO] Copying 2 resources
- [INFO] Copying 1 resource to ../jetty
- [INFO]
- [INFO] --- maven-antrun-plugin:3.0.0:run (default) @ openmrs-webapp ---
- [INFO] Executing tasks
- [INFO] [unzip] Expanding: C:\Users\Cliff\Desktop\project\openmrs-core\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target\classes
- [INFO] Executed tasks
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ openmrs-webapp ---
- [INFO] No sources to compile
- [INFO]
- [INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ openmrs-webapp ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Using 'UTF-8' encoding to copy filtered properties files.
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ openmrs-webapp ---
- [INFO] No sources to compile
- [INFO]
- [INFO] <<< jetty-maven-plugin:9.4.31.v20200723:run (default-cli) < test-compile @ openmrs-webapp <<<
- [INFO]
- [INFO]
- [INFO] --- jetty-maven-plugin:9.4.31.v20200723:run (default-cli) @ openmrs-webapp ---
- [INFO] Logging initialized @111737ms to org.eclipse.jetty.util.log.Slf4jLog
- [INFO] webAppSourceDirectory not set. Trying src\main\webapp
- [INFO] Reload Mechanic: automatic
- [INFO] nonBlocking:false
- [INFO] Classes = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target\classes
- [INFO] Configuring Jetty for project: openmrs-webapp
- [INFO] Context path = /openmrs
- [INFO] Tmp directory = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target\tmp
- [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml
- [INFO] Web overrides = src/test/resources/override-web.xml
- [INFO] web.xml file = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\target/jetty/WEB-INF/web.xml
- [INFO] Webapp directory = C:\Users\Cliff\Desktop\project\openmrs-core\webapp\src\main\webapp
- [INFO] jetty-9.4.31.v20200723; built: 2020-07-23T17:57:36.812Z; git: 450ba27947e13e66baa8cd1ce7e85a4461cacc1d; jvm 1.8.0_191-b12
- [INFO] Scanning elapsed time=15472ms
- [INFO] No Spring WebApplicationInitializer types detected on classpath
- [INFO] DefaultSessionIdManager workerName=node0
- [INFO] No SessionScavenger set, using defaults
- [INFO] node0 Scavenging every 660000ms
- WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-08-19T14:36:57,145| Unable to find a runtime properties file at C:\Users\Cliff\Desktop\project\openmrs-core\webapp\openmrs-runtime.properties
- WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2150) |2020-08-19T14:36:58,611| Unable to find properties file: C:\Users\Cliff\Application Data\OpenMRS\openmrs-runtime.properties
- WARN - OpenmrsUtil.getRuntimeProperties(2083) |2020-08-19T14:36:58,620| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
- WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2122) |2020-08-19T14:37:04,649| Unable to find a runtime properties file at C:\Users\Cliff\Desktop\project\openmrs-core\webapp\openmrs-runtime.properties
- WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2150) |2020-08-19T14:37:04,649| Unable to find properties file: C:\Users\Cliff\Application Data\OpenMRS\openmrs-runtime.properties
- WARN - OpenmrsUtil.getRuntimeProperties(2083) |2020-08-19T14:37:04,650| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
- [INFO] Started o.e.j.m.p.JettyWebAppContext@345cbf40{OpenMRS,/openmrs,file:///C:/Users/Cliff/Desktop/project/openmrs-core/webapp/src/main/webapp/,AVAILABLE}{file:///C:/Users/Cliff/Desktop/project/openmrs-core/webapp/src/main/webapp/}
- [INFO] Jetty server exiting.
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 02:47 min
- [INFO] Finished at: 2020-08-19T14:37:08+03:00
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.eclipse.jetty:jetty-maven-plugin:9.4.31.v20200723:run (default-cli) on project openmrs-webapp: Failure: Failed to bind to 0.0.0.0/0.0.0.0:8080: Address already in use: bind -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
- Cliff@Cliff-PC MINGW64 ~/Desktop/project/openmrs-core/webapp (master)
- $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement