-
Notifications
You must be signed in to change notification settings - Fork 708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with the JDBC importer version 1.7.0.1 #613
Comments
This issue has been fixed. Please download zip file http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/1.7.0.1/elasticsearch-jdbc-1.7.0.1-dist.zip again. |
Hi, I've got a "similar" error : [22:05:42,205][INFO ][importer.jdbc.context.standard][pool-2-thread-1] found sink class org.xbib.elasticsearch.jdbc.strategy.standard.StandardSink@38314ae4 Could you please help ? |
JDBC importer 1.7.0.1 is only compatible to ES 1.7.0. If you use ES 1.7.1, I just released JDBC importer 1.7.1.0 |
@jprante, I am afraid that I could not find version 1.7.1.0 in the releases |
Sorry, I forgot the dist zip file. Here it comes http://xbib.org/repository/org/xbib/elasticsearch/importer/elasticsearch-jdbc/1.7.1.0/elasticsearch-jdbc-1.7.1.0-dist.zip |
Danke sehr ! |
谢谢! |
Thanks! |
不客气。 |
Dear Mr.jprante, Below is my code: bin=$JDBC_IMPORTER_HOME/bin I followed many sites and steps, But still its throwing error and data is not imported to ES. Please find my log below and kindly help me. JDBC log: [19:14:42,436][INFO ][importer.jdbc ][main] index name = elastictest, concrete index name = elastictest Thanks in advance. |
Just for information, the NoNodeAvailableException issue is raised too when you use Downgrading ES to 1.7.1 works fine... Regards |
Hello, I have an issue with the JDBC importer version 2.3.1.0 I try to import data from a mysql table like this: { *But i get the next error log: [18:50:01,860][INFO ][importer.jdbc ][pool-3-thread-1] strategy standard: settings = {elasticsearch.cluster=prueba, elasticsearch.host=localhost, elasticsearch.port=9200, index=alex, index_settings.index.number_of_shards=1, metrics.enabled=true, password=password, sql=SELECT * FROM table, type=mytype, url=jdbc:mysql://192.168.1.83:3306/database, user=user}, context = org.xbib.elasticsearch.jdbc.strategy.standard.StandardContext@3afbae thanks. |
Hello,
I have an issue with the JDBC importer version 1.7.0.1.
It seems that the wrong version of elasticsearch-jdbc-x.x.x.x-uber.jar (elasticsearch-jdbc-1.6.0.1-uber.jar) has been included in the realese instead of version 1.7.0.0 (elasticsearch-jdbc-1.7.0.0-uberjar.jar).
The log error :
[14:25:51,220][INFO ][org.elasticsearch.client.transport][pool-3-thread-1] [importer] failed to get node info for [#transport#-1][INV010603][inet[/127.0.0.1:9300]], disconnecting...
org.elasticsearch.transport.RemoteTransportException: Failed to deserialize response of type [org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse]
Caused by: org.elasticsearch.transport.TransportSerializationException: Failed to deserialize response of type [org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse]
at org.elasticsearch.transport.netty.MessageChannelHandler.handleResponse(MessageChannelHandler.java:157) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.transport.netty.MessageChannelHandler.messageReceived(MessageChannelHandler.java:132) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.channel.SimpleChannelUpstreamHandler.handleUpstream(SimpleChannelUpstreamHandler.java:70) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline.sendUpstream(DefaultChannelPipeline.java:564) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.channel.DefaultChannelPipeline$DefaultChannelHandlerContext.sendUpstream(DefaultChannelPipeline.java:791) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:89) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.channel.socket.nio.NioWorker.run(NioWorker.java:178) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.util.ThreadRenamingRunnable.run(ThreadRenamingRunnable.java:108) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at org.elasticsearch.common.netty.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) ~[elasticsearch-jdbc-1.6.0.1-uberjar.jar:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_45]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_45]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_45]
Caused by: java.lang.NoClassDefFoundError: org/apache/lucene/analysis/standard/StandardAnalyzer
The text was updated successfully, but these errors were encountered: