logzio / zipkin-logzio

A logz.io storage option for Zipkin
Apache License 2.0
5 stars 0 forks source link

The image doesn't work with latest versions of Zipkin #22

Closed rubensyltek closed 4 years ago

rubensyltek commented 4 years ago

Running this command

docker run -d -p 9411:9411 -e LOGZIO_ACCOUNT_TOKEN=token -e LOGZIO_API_TOKEN=token --name zipkin logzio/zipkin:0.0.2

I get the following error

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 0 of constructor in zipkin2.server.internal.ZipkinQueryApiV2 required a bean of type 'zipkin2.storage.StorageComponent' that could not be found.

The following candidates were found but could not be injected:
    - Bean method 'storage' in 'ZipkinCassandraStorageConfiguration' not loaded because @ConditionalOnProperty (zipkin.storage.type=cassandra) found different value in property 'zipkin.storage.type'
    - Bean method 'storage' in 'ZipkinCassandra3StorageConfiguration' not loaded because @ConditionalOnProperty (zipkin.storage.type=cassandra3) found different value in property 'zipkin.storage.type'
    - Bean method 'storage' in 'ZipkinElasticsearchStorageConfiguration' not loaded because @ConditionalOnProperty (zipkin.storage.type=elasticsearch) found different value in property 'zipkin.storage.type'
    - Bean method 'storage' in 'ZipkinMySQLStorageConfiguration' not loaded because @ConditionalOnProperty (zipkin.storage.type=mysql) found different value in property 'zipkin.storage.type'

Action:

Consider revisiting the entries above or defining a bean of type 'zipkin2.storage.StorageComponent' in your configuration.

The same command works for version 0.0.1

yyyogev commented 4 years ago

@rubensyltek thanks for pointing that out. We will fix it in the next few days

yyyogev commented 4 years ago

@rubensyltek we fixed the docker, you may use it now. We will soon release an image with the latest zipkin server.