Advertisement
Guest User

Untitled

a guest
Jan 30th, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building openmrs-webapp 1.10.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] >>> maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp >>>
  8. [INFO]
  9. [INFO] --- buildnumber-maven-plugin:1.0:create (default) @ openmrs-webapp ---
  10. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  11. SLF4J: Defaulting to no-operation (NOP) logger implementation
  12. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  13. [INFO] Change the default 'svn' provider implementation to 'javasvn'.
  14. [INFO] Checking for local modifications: skipped.
  15. [INFO] Updating project files from SCM: skipped.
  16. [INFO] Storing buildNumber: 25568 at timestamp: 1327922170859
  17. [INFO] Storing buildScmBranch: trunk
  18. [INFO]
  19. [INFO] --- build-helper-maven-plugin:1.5:parse-version (parse-version) @ openmrs-webapp ---
  20. [INFO]
  21. [INFO] --- maven-resources-plugin:2.4:resources (default-resources) @ openmrs-webapp ---
  22. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  23. [INFO] Copying 7 resources
  24. [INFO] Copying 1 resource to ../jetty
  25. [INFO]
  26. [INFO] --- maven-antrun-plugin:1.4:run (default) @ openmrs-webapp ---
  27. project.artifactId
  28. [INFO] Executing tasks
  29. [unzip] Expanding: C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\src\main\resources\liquibase-demo-data.zip into C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\target\classes
  30. [INFO] Executed tasks
  31. [INFO]
  32. [INFO] --- maven-compiler-plugin:2.1:compile (default-compile) @ openmrs-webapp ---
  33. [INFO] No sources to compile
  34. [INFO]
  35. [INFO] --- maven-resources-plugin:2.4:testResources (default-testResources) @ openmrs-webapp ---
  36. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  37. [INFO] Copying 1 resource
  38. [INFO]
  39. [INFO] --- maven-compiler-plugin:2.1:testCompile (default-testCompile) @ openmrs-webapp ---
  40. [INFO] No sources to compile
  41. [INFO]
  42. [INFO] <<< maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp <<<
  43. [INFO]
  44. [INFO] --- maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp ---
  45. [INFO] Configuring Jetty for project: openmrs-webapp
  46. [INFO] Webapp source directory = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\src\main\webapp
  47. [INFO] web.xml file = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\target\jetty\WEB-INF\web.xml
  48. [INFO] Classes = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\target\classes
  49. [INFO] Added extra scan target:C:\Documents and Settings\Zanifa\workspace\openmrs\api\target\classes
  50. [INFO] Added extra scan target:C:\Documents and Settings\Zanifa\workspace\openmrs\web\target\classes
  51. 2012-01-30 11:16:14.939::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
  52. [INFO] Context path = /openmrs
  53. [INFO] Tmp directory = determined at runtime
  54. [INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
  55. [INFO] Web overrides = src/test/resources/override-web.xml
  56. [INFO] Webapp directory = C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\src\main\webapp
  57. [INFO] Starting jetty 6.1.10 ...
  58. 2012-01-30 11:16:14.939::INFO: jetty-6.1.10
  59. 2012-01-30 11:16:15.846::INFO: No Transaction manager found - if your webapp requires one, please configure one.
  60. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-01-30 11:16:16,593| Unable to find a runtime properties file at C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\openmrs-runtime.properties
  61. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-01-30 11:16:16,625| Unable to find properties file: C:\Documents and Settings\Zanifa\Application Data\OpenMRS\openmrs-runtime.properties
  62. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-01-30 11:16:16,625| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  63. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2438) |2012-01-30 11:16:16,828| Unable to find a runtime properties file at C:\Documents and Settings\Zanifa\workspace\openmrs\webapp\openmrs-runtime.properties
  64. WARN - OpenmrsUtil.getRuntimePropertiesFilePathName(2464) |2012-01-30 11:16:16,828| Unable to find properties file: C:\Documents and Settings\Zanifa\Application Data\OpenMRS\openmrs-runtime.properties
  65. WARN - OpenmrsUtil.getRuntimeProperties(2401) |2012-01-30 11:16:16,828| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  66. [INFO] Started Jetty Server
  67. 2012-01-30 11:16:17.078::INFO: Started SelectChannelConnector@0.0.0.0:8080
  68. [INFO] Starting scanner at interval of 10 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement