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 2022/01/13 02:23:42 UTC

[GitHub] [shardingsphere] wl4g opened a new issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

wl4g opened a new issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724


   There is a very serious problem: I tried to configure org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer in the latest 5.1.1 for tracing, but the latest version apm-toolkit-opentracing:8.8.0 only depends on opentracing -api: 0.30.0, but shardingsphere-agent-tracing-opentracing: 5.1.0 does depend on 0.31.0, resulting in the error NoClassDefFoundError: io/opentracing/ActiveSpan, how to solve this? ? very worried about


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012862290


   `NoClassDefFoundError: io/opentracing/ActiveSpan`, the opentracing version that skywalking depends on conflicts! This has nothing to do with configuration, oh my god. . .


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] dachuan9e commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
dachuan9e commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1011995180


   Hi. How do you use the SkyWalking and it's jars? Please make sure  configure SkyWalking


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012868108


   shardingproxy:5.1.0 -> opentracing-api:0.31.0  (No class the `io.opentracing.ActiveSpan`)
   latest skywalking:8.8.0 -> opentracing-api:0.30.0  (Has class the `io.opentracing.ActiveSpan`)
   
   I just want to know how did you guys pass the test?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1011696840


   My agent.yaml is:
   ```yaml
   applicationName: cn_south1_a1_shardingproxy_0
   ignoredPluginNames: #[] # Otherwise a null pointer is reported when instantiating(5.1.0).
     #- Logging
     #- Prometheus
     - Zipkin
     - Jaeger
     #- Opentracing
     - OpenTelemetry
   
   plugins:
     Logging:
       props:
         LEVEL: "DEBUG"
     Prometheus:
       host:  "localhost"
       port: 10108
       props:
         JVM_INFORMATION_COLLECTOR_ENABLED : "true"
     Opentracing:
       props:
         OPENTRACING_TRACER_CLASS_NAME: "org.apache.skywalking.apm.toolkit.opentracing.SkywalkingTracer"
     #OpenTelemetry:
     #  props:
     #    # Resource info of opentelemetry, multiple configurations can be separated by ','
     #    otel.resource.attributes: "service.name=cn-south1-a1-shardingproxy"
     #    otel.traces.exporter: "zipkin"
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012868108


   shardingproxy:5.1.0 -> opentracing:0.31.0  (No class is `io.opentracing.ActiveSpan`)
   latest skywalking:8.8.0 -> opentracing:0.30.0  (Has class is `io.opentracing.ActiveSpan`)
   
   I just want to know how did you guys pass the test?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1011699515


   May I ask what version of shardingsphere and skywalking you are using respectively, and what is the configuration?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012862290


   `NoClassDefFoundError: io/opentracing/ActiveSpan`, the opentracing version that skywalking depends on **conflicts**! This has nothing to do with configuration, oh my god. . .


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012868108


   shardingproxy:5.1.0 depend on `opentracing-api:0.31.0`  (No class the `io.opentracing.ActiveSpan`)
   latest `org.apache.skywalking:apm-toolkit-opentracing:8.8.0` depend on `opentracing-api:0.30.0`  (Has class the `io.opentracing.ActiveSpan`)
   
   I just want to know how did you guys pass the test?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012868108


   shardingproxy:5.1.0 -> `opentracing-api:0.31.0`  (No class the `io.opentracing.ActiveSpan`)
   latest `org.apache.skywalking:apm-toolkit-opentracing:8.8.0` -> `opentracing-api:0.30.0`  (Has class the `io.opentracing.ActiveSpan`)
   
   I just want to know how did you guys pass the test?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012868108


   shardingproxy:5.1.0 -> `opentracing-api:0.31.0`  (No class the `io.opentracing.ActiveSpan`)
   latest skywalking:8.8.0 -> `opentracing-api:0.30.0`  (Has class the `io.opentracing.ActiveSpan`)
   
   I just want to know how did you guys pass the test?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012862290


   `NoClassDefFoundError: io/opentracing/ActiveSpan`, the opentracing version that skywalking depends on `conflicts`! This has nothing to do with configuration, oh my god. . .


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012862290


   NoClassDefFoundError: io/opentracing/ActiveSpan, the opentracing version that skywalking depends on conflicts! This has nothing to do with configuration, oh my god. . .


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] terrymanu closed issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
terrymanu closed issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] dachuan9e commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
dachuan9e commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1014090959


   ShardingSphere doesn't depend on the code of SkyWalking. If you want to use skywalking opentracing you need to update to 0.31.0. 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] terrymanu commented on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
terrymanu commented on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1043014840


   Closed because of no response for long time.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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



[GitHub] [shardingsphere] wl4g edited a comment on issue #14724: Configure skywalking tracking with opentracing:0.30.0 dependency error will make it unusable?

Posted by GitBox <gi...@apache.org>.
wl4g edited a comment on issue #14724:
URL: https://github.com/apache/shardingsphere/issues/14724#issuecomment-1012868108


   shardingproxy:5.1.0 -> opentracing:0.31.0  (No class the `io.opentracing.ActiveSpan`)
   latest skywalking:8.8.0 -> opentracing:0.30.0  (Has class the `io.opentracing.ActiveSpan`)
   
   I just want to know how did you guys pass the test?


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

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