Advertisement
aironman

output running

Jul 23rd, 2019
12,873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.66 KB | None | 0 0
  1. Last login: Tue Jul 23 13:32:27 on ttys002
  2. Welcome to fish, the friendly interactive shell
  3. aironman@MacBook-Pro-Retina-de-Alonso ~/D/demo-quartz> mvn clean package -DskipTests && java -jar target/demo-quartz-0.0.2-SNAPSHOT.jar
  4. ...
  5. [INFO] Successfully built aironman/demo-quartz:0.0.2-SNAPSHOT
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] BUILD SUCCESS
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Total time: 14.689 s
  10. [INFO] Finished at: 2019-07-23T13:48:59+02:00
  11. [INFO] ------------------------------------------------------------------------
  12. ...
  13. . ____ _ __ _ _
  14. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  15. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  16. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  17. ' |____| .__|_| |_|_| |_\__, | / / / /
  18. =========|_|==============|___/=/_/_/_/
  19. :: Spring Boot :: (v1.5.12.RELEASE)
  20.  
  21. web - 2019-07-23 13:49:07,009 [main] INFO c.a.demoquartz.DemoQuartzApplication - No active profile set, falling back to default profiles: default
  22. web - 2019-07-23 13:49:09,114 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-auto-1"]
  23. web - 2019-07-23 13:49:09,127 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  24. web - 2019-07-23 13:49:09,127 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.29
  25. web - 2019-07-23 13:49:09,224 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  26. web - 2019-07-23 13:49:10,055 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
  27. name: default
  28. ...]
  29. web - 2019-07-23 13:49:10,169 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
  30. web - 2019-07-23 13:49:10,171 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
  31. web - 2019-07-23 13:49:10,173 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
  32. web - 2019-07-23 13:49:10,246 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
  33. web - 2019-07-23 13:49:10,530 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  34. web - 2019-07-23 13:49:11,148 [main] INFO o.h.tool.hbm2ddl.SchemaExport - HHH000227: Running hbm2ddl schema export
  35. web - 2019-07-23 13:49:11,169 [main] INFO o.h.tool.hbm2ddl.SchemaExport - HHH000230: Schema export complete
  36. web - 2019-07-23 13:49:11,252 [main] INFO c.a.d.DemoQuartzApplication$$EnhancerBySpringCGLIB$$dc76d1a0 - INIT doingSomethingCoolWithKafka...
  37. web - 2019-07-23 13:49:11,252 [main] INFO c.a.d.DemoQuartzApplication$$EnhancerBySpringCGLIB$$dc76d1a0 - END doingSomethingCoolWithKafka...
  38. web - 2019-07-23 13:49:12,140 [main] INFO c.a.d.s.SpringQrtzScheduler$$EnhancerBySpringCGLIB$$4d6ae522 - SpringQrtzScheduler POSTCONSTRUCT...
  39. web - 2019-07-23 13:49:12,173 [main] INFO c.a.d.s.EthQuartzScheduler$$EnhancerBySpringCGLIB$$ec94f3a8 - EthQuartzScheduler POSTCONSTRUCT...
  40. web - 2019-07-23 13:49:12,196 [main] INFO c.a.d.s.EthQuartzScheduler$$EnhancerBySpringCGLIB$$ec94f3a8 - Configuring trigger to fire EthQuartzScheduler every 5 seconds
  41. web - 2019-07-23 13:49:12,196 [main] INFO c.a.d.s.EthQuartzScheduler$$EnhancerBySpringCGLIB$$ec94f3a8 - ETH-Qrtz_Trigger TRIGGERED!
  42. web - 2019-07-23 13:49:12,250 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
  43. web - 2019-07-23 13:49:12,254 [main] INFO org.quartz.simpl.SimpleThreadPool - Job execution threads will use class loader of thread: main
  44. web - 2019-07-23 13:49:12,270 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
  45. web - 2019-07-23 13:49:12,270 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.3 created.
  46. web - 2019-07-23 13:49:12,271 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
  47. web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.2.3) 'scheduler' with instanceId 'NON_CLUSTERED'
  48. Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  49. NOT STARTED.
  50. Currently in standby mode.
  51. Number of jobs executed: 0
  52. Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads.
  53. Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
  54.  
  55. web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'scheduler' initialized from an externally provided properties instance.
  56. web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.2.3
  57. web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: com.aironman.demoquartz.config.AutoWiringSpringBeanJobFactory@4f281aaf
  58. ...
  59. web - 2019-07-23 13:49:14,473 [scheduler_Worker-1] INFO c.a.demoquartz.scheduler.EthereumJob - EthereumJob ** ETH-Qrtz_Job_Detail ** fired @ Tue Jul 23 13:49:14 CEST 2019
  60. web - 2019-07-23 13:49:14,474 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - The sample job has begun...
  61. web - 2019-07-23 13:49:14,490 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-auto-1"]
  62. web - 2019-07-23 13:49:14,495 [main] INFO o.a.tomcat.util.net.NioSelectorPool - Using a shared selector for servlet write/read
  63. web - 2019-07-23 13:49:14,589 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
  64. web - 2019-07-23 13:49:14,716 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
  65. web - 2019-07-23 13:49:14,716 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
  66. web - 2019-07-23 13:49:14,957 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
  67. web - 2019-07-23 13:49:14,957 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
  68. web - 2019-07-23 13:49:15,044 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - com.aironman.demoquartz.pojo.Ethereum@4dcbcc7c[id=ethereum,
  69. ,name=Ethereum,
  70. ,symbol=ETH,
  71. ,rank=2,
  72. ,priceUsd=212.201702513,
  73. ,priceBtc=0.02117338,_24hVolumeUsd=6768805246.26,
  74. ,marketCapUsd=22709152078.0,
  75. ,availableSupply=107016823.0,
  76. ,totalSupply=107016823.0,
  77. ,maxSupply=<null>,
  78. ,percentChange1h=0.82,
  79. ,percentChange24h=-4.7,
  80. ,percentChange7d=-4.53,
  81. ,lastUpdated=1563882380,
  82. ,priceEur=189.770709347,
  83. ,_24hVolumeEur=6053301918.9,
  84. ,marketCapEur=20308658448.0,
  85. ,additionalProperties={}]
  86. web - 2019-07-23 13:49:15,171 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - created entity...
  87. web - 2019-07-23 13:49:15,223 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - EthereumEntity [idETHEntity=1, id=ethereum, name=Ethereum, symbol=ETH, rank=2, priceUsd=212.201702513, priceBtc=0.02117338, _24hVolumeUsd=6768805246.26, marketCapUsd=22709152078.0, availableSupply=107016823.0, totalSupply=107016823.0, maxSupply=null, percentChange1h=0.82, percentChange24h=-4.7, percentChange7d=-4.53, lastUpdated=1563882380, priceEur=189.770709347, _24hVolumeEur=6053301918.9, marketCapEur=20308658448.0]
  88. ...
  89. web - 2019-07-23 13:49:15,326 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - entity sent to topic...
  90. web - 2019-07-23 13:49:15,326 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - Sample job has finished...
  91. web - 2019-07-23 13:49:15,326 [scheduler_Worker-1] INFO c.a.demoquartz.scheduler.EthereumJob - Next EthereumJob scheduled @ Tue Jul 23 13:49:17 CEST 2019
  92. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement