***************************
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.
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
The same command works for version 0.0.1