You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2019/02/01 07:58:48 UTC

[GitHub] dsc6636926 commented on issue #2097: Runtime Exception:: while loading JDBC at startup

dsc6636926 commented on issue #2097: Runtime Exception:: while loading JDBC at startup
URL: https://github.com/apache/incubator-skywalking/issues/2097#issuecomment-459638155
 
 
   mysql-connector:6.0.6  :class  "JdbcConnection" is in the package of "com.mysql.cj.api.jdbc"
   mysql-connector:8.0.* , class "JdbcConnection" is in the package of "com.mysql.cj.jdbc"
   the dependency version of mysql-connector in  skywalkingagent  is below 6.0.6
   
   so while we use mysql-connector:8.0.* ,skywalkingagent could't find the package of "com.mysql.cj.api.jdbc" which is not appeard in mysql-connector:8.0.*
   then NoClassFoundException will be thrown
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services