Advertisement
ogre_x

Untitled

Sep 22nd, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 08:28 $ java -jar target/cag-current-race-exec.jar
  2.        _____          
  3.       |  __ \        
  4.   ___ | |  \/_ __ ___
  5.  / _ \| | __| '__/ _ \
  6. | (_) | |_\ \ | |  __/
  7. \___/ \____/_|  \___|
  8.                      
  9.                      
  10.  
  11. 2016-09-22 08:28:52.536  INFO 31830 --- [           main] s.c.l.c.CurrentRaceApplication           : Starting CurrentRaceApplication v0.0.1-SNAPSHOT on ubuntu with PID 31830 (/home/fredrik/Documents/github/race-management-system/current-race/target/cag-current-race-exec.jar started by fredrik in /home/fredrik/Documents/github/race-management-system/current-race)
  12. 2016-09-22 08:28:52.546 DEBUG 31830 --- [           main] s.c.l.c.CurrentRaceApplication           : Running with Spring Boot v1.4.1.RELEASE, Spring v4.3.3.RELEASE
  13. 2016-09-22 08:28:52.546  INFO 31830 --- [           main] s.c.l.c.CurrentRaceApplication           : No active profile set, falling back to default profiles: default
  14. 2016-09-22 08:28:52.683  INFO 31830 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@2d8e6db6: startup date [Thu Sep 22 08:28:52 CEST 2016]; root of context hierarchy
  15. 2016-09-22 08:28:55.784  INFO 31830 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 10080 (http)
  16. 2016-09-22 08:28:55.807  INFO 31830 --- [           main] o.apache.catalina.core.StandardService   : Starting service Tomcat
  17. 2016-09-22 08:28:55.811  INFO 31830 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.5
  18. 2016-09-22 08:28:55.970  INFO 31830 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
  19. 2016-09-22 08:28:55.970  INFO 31830 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 3292 ms
  20. 2016-09-22 08:28:56.244  INFO 31830 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
  21. 2016-09-22 08:28:56.251  INFO 31830 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
  22. 2016-09-22 08:28:56.252  INFO 31830 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  23. 2016-09-22 08:28:56.252  INFO 31830 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'httpPutFormContentFilter' to: [/*]
  24. 2016-09-22 08:28:56.252  INFO 31830 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'requestContextFilter' to: [/*]
  25. 2016-09-22 08:28:56.674  INFO 31830 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  26. 2016-09-22 08:28:56.864  INFO 31830 --- [localhost:27017] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:1, serverValue:40}] to localhost:27017
  27. 2016-09-22 08:28:56.868  INFO 31830 --- [localhost:27017] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[3, 0, 12]}, minWireVersion=0, maxWireVersion=3, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=2041556}
  28. 2016-09-22 08:28:57.269  INFO 31830 --- [           main] s.c.l.currentrace.services.TimerService  : Start timer.
  29. 2016-09-22 08:28:57.270  INFO 31830 --- [           main] s.c.l.currentrace.services.TimerService  : Timer started
  30. 2016-09-22 08:28:58.155  INFO 31830 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cancelRace],methods=[POST]}" onto public org.springframework.http.ResponseEntity se.cag.labs.currentrace.apicontroller.CurrentRaceController.cancelRace()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement