Advertisement
Guest User

Untitled

a guest
May 30th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.81 KB | None | 0 0
  1. axfelix@shoebox:~/Desktop/grobid-grobid-parent-0.4.0/grobid-service$ mvn -Dmaven.test.skip=true jetty:run-war
  2. [INFO] Scanning for projects...
  3. [INFO]
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Building grobid-service 0.4.0
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO]
  8. [INFO] >>> maven-jetty-plugin:6.1.10:run-war (default-cli) > package @ grobid-service >>>
  9. [INFO]
  10. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ grobid-service ---
  11. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  12. [INFO] Copying 1 resource
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ grobid-service ---
  15. [INFO] Nothing to compile - all classes are up to date
  16. [INFO]
  17. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ grobid-service ---
  18. [INFO] Not copying test resources
  19. [INFO]
  20. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ grobid-service ---
  21. [INFO] Not compiling test sources
  22. [INFO]
  23. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ grobid-service ---
  24. [INFO] Tests are skipped.
  25. [INFO]
  26. [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ grobid-service ---
  27. [INFO] Packaging webapp
  28. [INFO] Assembling webapp [grobid-service] in [/home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/target/grobid-service-0.4.0]
  29. [INFO] Processing war project
  30. [INFO] Copying webapp webResources [/home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/src/main/webapp/WEB-INF/] to [/home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/target/grobid-service-0.4.0]
  31. [INFO] Copying webapp resources [/home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/src/main/webapp]
  32. [INFO] Webapp assembled in [146 msecs]
  33. [INFO] Building war: /home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/target/grobid-service-0.4.0.war
  34. [INFO] WEB-INF/web.xml already added, skipping
  35. [INFO]
  36. [INFO] <<< maven-jetty-plugin:6.1.10:run-war (default-cli) < package @ grobid-service <<<
  37. [INFO]
  38. [INFO] --- maven-jetty-plugin:6.1.10:run-war (default-cli) @ grobid-service ---
  39. [INFO] Configuring Jetty for project: grobid-service
  40. [INFO] Property log4j.configuration=log4j-jetty.properties was set
  41. [INFO] Logging to org.slf4j.impl.SimpleLogger(org.mortbay.log) via org.mortbay.log.Slf4jLog
  42. [INFO] Context path = /
  43. [INFO] Tmp directory = determined at runtime
  44. [INFO] Web defaults = org/mortbay/jetty/webapp/webdefault.xml
  45. [INFO] Web overrides = none
  46. [INFO] Starting jetty 6.1.10 ...
  47. [INFO] jetty-6.1.10
  48. [INFO] Extract jar:file:/home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/target/grobid-service-0.4.0.war!/ to /home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-service/target/work/webapp
  49. [INFO] No Transaction manager found - if your webapp requires one, please configure one.
  50. May 30, 2016 11:24:43 AM com.sun.jersey.api.core.PackagesResourceConfig init
  51. INFO: Scanning for root resource and provider classes in the packages:
  52. org.grobid.service
  53. May 30, 2016 11:24:43 AM com.sun.jersey.api.core.ScanningResourceConfig logClasses
  54. INFO: Root resource classes found:
  55. class org.grobid.service.GrobidRestService
  56. May 30, 2016 11:24:43 AM com.sun.jersey.api.core.ScanningResourceConfig init
  57. INFO: No provider classes found.
  58. May 30, 2016 11:24:43 AM com.sun.jersey.server.impl.application.WebApplicationImpl _initiate
  59. INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM'
  60. [INFO ] org.grobid.service.GrobidRestService: Initiating Servlet GrobidRestService
  61. [DEBUG] org.grobid.core.utilities.GrobidProperties: synchronized getNewInstance
  62. [DEBUG] org.grobid.core.utilities.GrobidProperties: Initiating property loading
  63. [DEBUG] org.grobid.core.utilities.GrobidProperties: loading GROBID_HOME path
  64. [DEBUG] org.grobid.core.utilities.GrobidProperties: loading grobid.properties
  65. [DEBUG] org.grobid.core.utilities.GrobidProperties: creating directory /home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-home/tmp
  66. [DEBUG] org.grobid.core.utilities.GrobidProperties: Checking Properties
  67. [DEBUG] org.grobid.core.utilities.GrobidProperties: loading pdf2xml path
  68. [DEBUG] org.grobid.core.utilities.GrobidProperties: pdf2xml home directory set to /home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-home/pdf2xml/lin-64
  69. [INFO ] org.grobid.core.main.LibraryLoader: Loading external native CRF library
  70. [DEBUG] org.grobid.core.main.LibraryLoader: The property org.grobid.home already exists. No mocking of context made.
  71. [DEBUG] org.grobid.core.main.LibraryLoader: /home/axfelix/Desktop/grobid-grobid-parent-0.4.0/grobid-home/lib/lin-64
  72. [INFO ] org.grobid.core.main.LibraryLoader: Loading Wapiti native library...
  73. [INFO ] org.grobid.core.main.LibraryLoader: Library crfpp loaded
  74. [DEBUG] org.grobid.core.lexicon.Lexicon: Get new instance of Lexicon
  75. [INFO ] org.grobid.core.lexicon.Lexicon: Initiating dictionary
  76. [INFO ] org.grobid.core.lexicon.Lexicon: End of Initialization of dictionary
  77. [INFO ] org.grobid.core.lexicon.Lexicon: Initiating names
  78. [INFO ] org.grobid.core.lexicon.Lexicon: End of initialization of names
  79. [INFO ] org.grobid.core.lexicon.Lexicon: Initiating country codes
  80. [INFO ] org.grobid.core.lexicon.Lexicon: End of initialization of country codes
  81. [DEBUG] org.grobid.service.util.GrobidServiceProperties: Start GrobidServiceProperties.getNewInstance
  82. [DEBUG] org.grobid.service.util.GrobidServiceProperties: Instanciating GrobidServiceProperties
  83. [DEBUG] org.grobid.service.util.GrobidServiceProperties: Initiating property loading
  84. [INFO ] org.grobid.service.GrobidRestService: Initiating of Servlet GrobidRestService finished.
  85. [INFO] Started SelectChannelConnector@0.0.0.0:8080
  86. [INFO] Started Jetty Server
  87. [INFO] Starting scanner at interval of 10 seconds.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement