Guest User

Untitled

a guest
Aug 21st, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.92 KB | None | 0 0
  1.  
  2. [03:21:37,625][INFO ][importer.jdbc ][main] index name = jappantest, concrete index name = jappantest
  3. [03:21:37,638][INFO ][importer.jdbc ][pool-2-thread-1] strategy standard: settings = {password=XXXXXXXXX, type=users, user=root, elasticsearch.cluster=elasticsearch, index=jappantest, elasticsearch.host=localhost, elasticsearch.port=9200, sql=SELECT id as _id,* FROM deductions, url=jdbc:mysql://localhost:3306/finalportal, metrics.enabled=true, autocommit=true}, context = org.xbib.elasticsearch.jdbc.strategy.standard.StandardContext@2cc0b08
  4. [03:21:37,638][INFO ][importer.jdbc.context.standard][pool-2-thread-1] metrics thread started
  5. [03:21:37,640][INFO ][importer.jdbc.context.standard][pool-2-thread-1] found sink class org.xbib.elasticsearch.jdbc.strategy.standard.StandardSink@7b5b3b8f
  6. [03:21:37,645][INFO ][importer.jdbc.context.standard][pool-2-thread-1] found source class org.xbib.elasticsearch.jdbc.strategy.standard.StandardSource@1dfd1073
  7. [03:21:37,673][INFO ][BaseTransportClient ][pool-2-thread-1] creating transport client, java version 1.8.0_51, effective settings {cluster.name=elasticsearch, host.0=localhost, port=9200, sniff=false, autodiscover=false, name=importer, client.transport.ignore_cluster_name=false, client.transport.ping_timeout=5s, client.transport.nodes_sampler_interval=5s}
  8. [03:21:37,699][INFO ][org.elasticsearch.plugins][pool-2-thread-1] [importer] loaded [support-1.7.3.0-49b00f7], sites []
  9. [03:21:38,133][INFO ][BaseTransportClient ][pool-2-thread-1] trying to connect to [inet[localhost/127.0.0.1:9200]]
  10. [03:21:43,218][INFO ][org.elasticsearch.client.transport][pool-2-thread-1] [importer] failed to get node info for [#transport#-1][server.ddpleads.com][inet[localhost/127.0.0.1:9200]], disconnecting...
  11. org.elasticsearch.transport.ReceiveTimeoutTransportException: [][inet[localhost/127.0.0.1:9200]][cluster:monitor/nodes/info] request_id [0] timed out after [5000ms]
  12. at org.elasticsearch.transport.TransportService$TimeoutHandler.run(TransportService.java:529) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
  15. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  16. [03:21:43,227][ERROR][importer ][pool-2-thread-1] error while getting next input: no cluster nodes available, check settings {cluster.name=elasticsearch, host.0=localhost, port=9200, sniff=false, autodiscover=false, name=importer, client.transport.ignore_cluster_name=false, client.transport.ping_timeout=5s, client.transport.nodes_sampler_interval=5s}
  17. org.elasticsearch.client.transport.NoNodeAvailableException: no cluster nodes available, check settings {cluster.name=elasticsearch, host.0=localhost, port=9200, sniff=false, autodiscover=false, name=importer, client.transport.ignore_cluster_name=false, client.transport.ping_timeout=5s, client.transport.nodes_sampler_interval=5s}
  18. at org.xbib.elasticsearch.support.client.BaseTransportClient.createClient(BaseTransportClient.java:51) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  19. at org.xbib.elasticsearch.support.client.BaseIngestTransportClient.newClient(BaseIngestTransportClient.java:22) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  20. at org.xbib.elasticsearch.support.client.transport.BulkTransportClient.newClient(BulkTransportClient.java:89) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  21. at org.xbib.elasticsearch.jdbc.strategy.standard.StandardContext$1.create(StandardContext.java:440) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  22. at org.xbib.elasticsearch.jdbc.strategy.standard.StandardSink.beforeFetch(StandardSink.java:94) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  23. at org.xbib.elasticsearch.jdbc.strategy.standard.StandardContext.beforeFetch(StandardContext.java:207) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  24. at org.xbib.elasticsearch.jdbc.strategy.standard.StandardContext.execute(StandardContext.java:188) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  25. at org.xbib.tools.JDBCImporter.process(JDBCImporter.java:118) ~[elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  26. at org.xbib.tools.Importer.newRequest(Importer.java:241) [elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  27. at org.xbib.tools.Importer.newRequest(Importer.java:57) [elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  28. at org.xbib.pipeline.AbstractPipeline.call(AbstractPipeline.java:86) [elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  29. at org.xbib.pipeline.AbstractPipeline.call(AbstractPipeline.java:17) [elasticsearch-jdbc-1.7.3.0-uberjar.jar:?]
  30. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
  31. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_51]
  32. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_51]
  33. at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
  34. [03:21:43,231][WARN ][BulkTransportClient ][Thread-1] no client
Add Comment
Please, Sign In to add comment