You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2021/01/29 11:30:02 UTC

[GitHub] [shardingsphere-elasticjob] guanziao opened a new issue #1826: TracingStorageConverterNotFoundException

guanziao opened a new issue #1826:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1826


   Hello, I congig rdb-tracing as below
   
   <elasticjob:zookeeper id="regCenter" server-lists="${zkConnectString}" namespace="${namespace}" />
       <bean id="tracingDataSource" class="org.apache.commons.dbcp2.BasicDataSource" destroy-method="close">
               <property name="url" value="${dsp.datasources.url}"/>
               <property name="username" value="${dsp.datasources.username}"/>
               <property name="password" value="${dsp.datasources.password}"/>
       </bean>
   
       <elasticjob:rdb-tracing id="elasticJobTrace" data-source-ref="tracingDataSource" />
   
       <elasticjob:job id="myElasticJob" job-ref="myElasticJobService" registry-center-ref="regCenter" sharding-total-count="3" cron="0/15 * * * * ?" tracing-ref="elasticJobTrace"/>
   
   when spring start, it throws Exception as below:
   org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'elasticJobTrace': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.shardingsphere.elasticjob.tracing.api.TracingConfiguration]: Constructor threw exception; nested exception is org.apache.shardingsphere.elasticjob.tracing.exception.TracingStorageConverterNotFoundException: No TracingConfigurationConverter found for [org.apache.commons.dbcp2.BasicDataSource]
   
   please help me. Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [shardingsphere-elasticjob] guanziao closed issue #1826: TracingStorageConverterNotFoundException

Posted by GitBox <gi...@apache.org>.
guanziao closed issue #1826:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1826


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org