Advertisement
Guest User

error-jetty

a guest
Sep 6th, 2011
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. /*
  2. Running openmrs-webapp with jetty
  3. */
  4. cd C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp; "JAVA_HOME=C:\\Program Files\\Java\\jdk1.6.0_26" C:\\Users\\GM-Labs\\.netbeans\\7.0\\maven\\bin\\mvn.bat jetty:run
  5. Scanning for projects...
  6.  
  7. Some problems were encountered while building the effective model for org.openmrs.web:openmrs-webapp:war:1.9.0-SNAPSHOT
  8. 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\pom.xml, line 675, column 33
  9. 'reporting.plugins.plugin.version' for org.codehaus.mojo:jxr-maven-plugin is missing. @ org.openmrs:openmrs:1.9.0-SNAPSHOT, C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\pom.xml, line 696, column 33
  10.  
  11. It is highly recommended to fix these problems because they threaten the stability of your build.
  12.  
  13. For this reason, future Maven versions might no longer support building such malformed projects.
  14.  
  15.  
  16. ------------------------------------------------------------------------
  17. Building openmrs-webapp 1.9.0-SNAPSHOT
  18. ------------------------------------------------------------------------
  19.  
  20. >>> maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp >>>
  21.  
  22. [buildnumber:create]
  23. Change the default 'svn' provider implementation to 'javasvn'.
  24. Checking for local modifications: skipped.
  25. Updating project files from SCM: skipped.
  26. Storing buildNumber: 23043 at timestamp: 1315341029470
  27. Storing buildScmBranch: trunk
  28.  
  29. [build-helper:parse-version]
  30.  
  31. [resources:resources]
  32. Using 'UTF-8' encoding to copy filtered resources.
  33. Copying 7 resources
  34. Copying 1 resource to ../jetty
  35.  
  36. [antrun:run]
  37. project.artifactId
  38. Executing tasks
  39. [unzip] Expanding: C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\src\main\resources\liquibase-demo-data.zip into C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\target\classes
  40. Executed tasks
  41.  
  42. [compiler:compile]
  43. No sources to compile
  44.  
  45. [resources:testResources]
  46. Using 'UTF-8' encoding to copy filtered resources.
  47. Copying 1 resource
  48.  
  49. [compiler:testCompile]
  50. No sources to compile
  51.  
  52. <<< maven-jetty-plugin:6.1.10:run (default-cli) @ openmrs-webapp <<<
  53.  
  54. [jetty:run]
  55. Configuring Jetty for project: openmrs-webapp
  56. Webapp source directory = C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\src\main\webapp
  57. web.xml file = C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\target\jetty\WEB-INF\web.xml
  58. Classes = C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\target\classes
  59. Added extra scan target:C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\api\target\classes
  60. Added extra scan target:C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\web\target\classes
  61. 2011-09-07 02:00:31.604::INFO: Logging to STDERR via org.mortbay.log.StdErrLog
  62. Context path = /openmrs
  63. Tmp directory = determined at runtime
  64. Web defaults = org/mortbay/jetty/webapp/webdefault.xml
  65. Web overrides = src/test/resources/override-web.xml
  66. Webapp directory = C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\src\main\webapp
  67. Starting jetty 6.1.10 ...
  68. 2011-09-07 02:00:31.614::INFO: jetty-6.1.10
  69. 2011-09-07 02:00:32.194::INFO: No Transaction manager found - if your webapp requires one, please configure one.
  70. WARN - OpenmrsUtil.getRuntimeProperties(2314) |2011-09-07 02:00:32,900| Unable to find a runtime properties file at C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\openmrs-runtime.properties
  71. WARN - OpenmrsUtil.getRuntimeProperties(2344) |2011-09-07 02:00:32,910| Unable to find properties file: C:\Users\GM-Labs\Application Data\OpenMRS\openmrs-runtime.properties
  72. WARN - OpenmrsUtil.getRuntimeProperties(2361) |2011-09-07 02:00:32,910| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  73. WARN - OpenmrsUtil.getRuntimeProperties(2314) |2011-09-07 02:00:33,100| Unable to find a runtime properties file at C:\Users\GM-Labs\Documents\NetBeansProjects\trunk - Copy\webapp\openmrs-runtime.properties
  74. WARN - OpenmrsUtil.getRuntimeProperties(2344) |2011-09-07 02:00:33,100| Unable to find properties file: C:\Users\GM-Labs\Application Data\OpenMRS\openmrs-runtime.properties
  75. WARN - OpenmrsUtil.getRuntimeProperties(2361) |2011-09-07 02:00:33,100| Unable to find a runtime properties file. Initial setup is needed. View the webapp to run the setup wizard.
  76. 2011-09-07 02:00:33.814::INFO: Started SelectChannelConnector@0.0.0.0:8080
  77. Started Jetty Server
  78. Starting scanner at interval of 10 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement