You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/04/16 07:34:03 UTC

[GitHub] [incubator-dolphinscheduler] JohnBarrowman65 opened a new issue #2441: why thrown the java.sql.SQLException: com.mysql.jdbc.Driver when i start the alterService

JohnBarrowman65 opened a new issue #2441: why thrown the java.sql.SQLException: com.mysql.jdbc.Driver when i start the alterService
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2441
 
 
   release 1.2.0
   ubuntu
   question:
   the api,master,worker,logger all start sueecessful,but when i start the alterServer,the console thrown the "Caused by: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver" but i see i had add the mysql dependency in the dao's maven pom as the picture you can see,so ask for the help.
   ![image](https://user-images.githubusercontent.com/30208746/79427700-adef1d00-7ff7-11ea-9b62-ce9950af07c5.png)
   
   

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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] qiaozhanwei commented on issue #2441: why thrown the java.sql.SQLException: com.mysql.jdbc.Driver when i start the alterService

Posted by GitBox <gi...@apache.org>.
qiaozhanwei commented on issue #2441: why thrown the java.sql.SQLException: com.mysql.jdbc.Driver when i start the alterService
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2441#issuecomment-615154466
 
 
   root pom.xml
   
   <dependency>
                   <groupId>mysql</groupId>
                   <artifactId>mysql-connector-java</artifactId>
                   <version>${mysql.connector.version}</version>
                   <scope>test</scope>
               </dependency>
   mysql scope is test,please remove

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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] JohnBarrowman65 commented on issue #2441: why thrown the java.sql.SQLException: com.mysql.jdbc.Driver when i start the alterService

Posted by GitBox <gi...@apache.org>.
JohnBarrowman65 commented on issue #2441:
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2441#issuecomment-616355492


   > mysql.connector.version
   
   ok,thx


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