Won't import any data end up with error

Hi guys,

i m trying to get up running Elasticsearch version 1.4.2 on my mac os x
10.8.5.
my list of plugins :

  • plugins:
    [

    {
    - name: "jdbc-1.4.0.8-b1a51d0",
    - version: "1.4.0.8",
    - description: "JDBC plugin",
    - jvm: true,
    - site: false
    },

    {
    - name: "jdbc-river",
    - version: "NA",
    - description: "JDBC River",
    - jvm: true,
    - site: false
    },

    {
    - name: "head",
    - version: "NA",
    - description: "No description found.",
    - url: "/_plugin/head/",
    - jvm: false,
    - site: true
    }
    ]

*When I m running this *

curl -XDELETE localhost:9200/_river

curl -XPUT 'localhost:9200/_river/search_river_1/_meta' -d '{
"type" : "jdbc",
"jdbc" : {
"url" : "jdbc:mysql://localhost:3306/licklist",
"user" : "",
"password" : "
",
"sql" : "select sv.*, 16 AS weight from search_venues sv",
"index" : "search",
"type" : "Venue",
"max_bulk_requests" : 5,
"bulk_flush_interval" : "50s"
}
}'

i receive in log:

[2015-01-08 10:34:42,356][INFO ][cluster.metadata ] [Paradigm]
[_river] update_mapping [search_river_1] (dynamic)
[2015-01-08 10:37:27,525][INFO ][cluster.metadata ] [Paradigm]
[_river] deleting index
[2015-01-08 10:37:28,229][INFO ][cluster.metadata ] [Paradigm]
[_river] creating index, cause [auto(index api)], shards [1]/[1], mappings
[search_river_1]
[2015-01-08 10:37:28,254][INFO ][cluster.metadata ] [Paradigm]
[_river] update_mapping [search_river_1] (dynamic)
[2015-01-08 10:37:28,257][WARN ][river ] [Paradigm]
failed to create river [jdbc][search_river_1]
org.elasticsearch.common.inject.CreationException: Guice creation errors:

  1. Error injecting constructor, java.lang.NoSuchMethodError:
    org.xbib.elasticsearch.river.jdbc.RiverSource.driver(Ljava/lang/String;)Lorg/xbib/elasticsearch/river/jdbc/RiverSource;
    at org.xbib.elasticsearch.river.jdbc.JDBCRiver.(Unknown Source)
    while locating org.xbib.elasticsearch.river.jdbc.JDBCRiver
    while locating org.elasticsearch.river.River

I will appreciate your help, thank you.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/d0dcfbb3-1cae-4504-9e59-0653f5616373%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.