Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Last login: Tue Jul 23 13:32:27 on ttys002
- Welcome to fish, the friendly interactive shell
- aironman@MacBook-Pro-Retina-de-Alonso ~/D/demo-quartz> mvn clean package -DskipTests && java -jar target/demo-quartz-0.0.2-SNAPSHOT.jar
- ...
- [INFO] Successfully built aironman/demo-quartz:0.0.2-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD SUCCESS
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 14.689 s
- [INFO] Finished at: 2019-07-23T13:48:59+02:00
- [INFO] ------------------------------------------------------------------------
- ...
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v1.5.12.RELEASE)
- web - 2019-07-23 13:49:07,009 [main] INFO c.a.demoquartz.DemoQuartzApplication - No active profile set, falling back to default profiles: default
- web - 2019-07-23 13:49:09,114 [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-auto-1"]
- web - 2019-07-23 13:49:09,127 [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
- web - 2019-07-23 13:49:09,127 [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.29
- web - 2019-07-23 13:49:09,224 [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
- web - 2019-07-23 13:49:10,055 [main] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [
- name: default
- ...]
- web - 2019-07-23 13:49:10,169 [main] INFO org.hibernate.Version - HHH000412: Hibernate Core {5.0.12.Final}
- web - 2019-07-23 13:49:10,171 [main] INFO org.hibernate.cfg.Environment - HHH000206: hibernate.properties not found
- web - 2019-07-23 13:49:10,173 [main] INFO org.hibernate.cfg.Environment - HHH000021: Bytecode provider name : javassist
- web - 2019-07-23 13:49:10,246 [main] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
- web - 2019-07-23 13:49:10,530 [main] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
- web - 2019-07-23 13:49:11,148 [main] INFO o.h.tool.hbm2ddl.SchemaExport - HHH000227: Running hbm2ddl schema export
- web - 2019-07-23 13:49:11,169 [main] INFO o.h.tool.hbm2ddl.SchemaExport - HHH000230: Schema export complete
- web - 2019-07-23 13:49:11,252 [main] INFO c.a.d.DemoQuartzApplication$$EnhancerBySpringCGLIB$$dc76d1a0 - INIT doingSomethingCoolWithKafka...
- web - 2019-07-23 13:49:11,252 [main] INFO c.a.d.DemoQuartzApplication$$EnhancerBySpringCGLIB$$dc76d1a0 - END doingSomethingCoolWithKafka...
- web - 2019-07-23 13:49:12,140 [main] INFO c.a.d.s.SpringQrtzScheduler$$EnhancerBySpringCGLIB$$4d6ae522 - SpringQrtzScheduler POSTCONSTRUCT...
- web - 2019-07-23 13:49:12,173 [main] INFO c.a.d.s.EthQuartzScheduler$$EnhancerBySpringCGLIB$$ec94f3a8 - EthQuartzScheduler POSTCONSTRUCT...
- 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
- web - 2019-07-23 13:49:12,196 [main] INFO c.a.d.s.EthQuartzScheduler$$EnhancerBySpringCGLIB$$ec94f3a8 - ETH-Qrtz_Trigger TRIGGERED!
- web - 2019-07-23 13:49:12,250 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
- web - 2019-07-23 13:49:12,254 [main] INFO org.quartz.simpl.SimpleThreadPool - Job execution threads will use class loader of thread: main
- web - 2019-07-23 13:49:12,270 [main] INFO o.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
- web - 2019-07-23 13:49:12,270 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.2.3 created.
- web - 2019-07-23 13:49:12,271 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
- 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'
- Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
- NOT STARTED.
- Currently in standby mode.
- Number of jobs executed: 0
- Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 2 threads.
- Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
- web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'scheduler' initialized from an externally provided properties instance.
- web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.2.3
- web - 2019-07-23 13:49:12,272 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: com.aironman.demoquartz.config.AutoWiringSpringBeanJobFactory@4f281aaf
- ...
- 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
- web - 2019-07-23 13:49:14,474 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - The sample job has begun...
- web - 2019-07-23 13:49:14,490 [main] INFO o.a.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-auto-1"]
- web - 2019-07-23 13:49:14,495 [main] INFO o.a.tomcat.util.net.NioSelectorPool - Using a shared selector for servlet write/read
- web - 2019-07-23 13:49:14,589 [main] INFO c.netflix.discovery.DiscoveryClient - Initializing Eureka in region us-east-1
- web - 2019-07-23 13:49:14,716 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON encoding codec LegacyJacksonJson
- web - 2019-07-23 13:49:14,716 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using JSON decoding codec LegacyJacksonJson
- web - 2019-07-23 13:49:14,957 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML encoding codec XStreamXml
- web - 2019-07-23 13:49:14,957 [main] INFO c.n.d.p.DiscoveryJerseyProvider - Using XML decoding codec XStreamXml
- 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,
- ,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,
- ,additionalProperties={}]
- web - 2019-07-23 13:49:15,171 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - created entity...
- 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]
- ...
- web - 2019-07-23 13:49:15,326 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - entity sent to topic...
- web - 2019-07-23 13:49:15,326 [scheduler_Worker-1] INFO c.a.d.service.EthereumJobService - Sample job has finished...
- 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
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement