[ 
https://issues.apache.org/jira/browse/CLOUDSTACK-6157?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John Kinsella updated CLOUDSTACK-6157:
--------------------------------------

    Description: 
With the removal of mysql compile-time dependencies, maven is no longer able to 
manipulate the devcloud database without developer supplying the mysql JDBC 
connector and configuring classpath appropriately.

Need to either update documentation, or come up with a legally acceptable 
technical solution.

Expected result:
Successfully deployed devcloud db

Actual result:
mvn -P developer -pl developer,tools/devcloud -Ddeploydb
...
============> Running query: drop database if exists `cloud`
SQL exception in trying initDB: java.sql.SQLException: No suitable driver found 
for jdbc:mysql://localhost:3306/

  was:
With the removal of mysql compile-time dependencies (CLOUDSTACK-6152), maven is 
no longer able to manipulate the devcloud database without developer supplying 
the mysql JDBC connector and configuring classpath appropriately.

Need to either update documentation, or come up with a legally acceptable 
technical solution.

Expected result:
Successfully deployed devcloud db

Actual result:
mvn -P developer -pl developer,tools/devcloud -Ddeploydb
...
============> Running query: drop database if exists `cloud`
SQL exception in trying initDB: java.sql.SQLException: No suitable driver found 
for jdbc:mysql://localhost:3306/


> devcloud setup db functionality broken by mysql dependency cleanup
> ------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-6157
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6157
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: DevCloud
>            Reporter: John Kinsella
>            Priority: Blocker
>             Fix For: 4.3.0
>
>
> With the removal of mysql compile-time dependencies, maven is no longer able 
> to manipulate the devcloud database without developer supplying the mysql 
> JDBC connector and configuring classpath appropriately.
> Need to either update documentation, or come up with a legally acceptable 
> technical solution.
> Expected result:
> Successfully deployed devcloud db
> Actual result:
> mvn -P developer -pl developer,tools/devcloud -Ddeploydb
> ...
> ============> Running query: drop database if exists `cloud`
> SQL exception in trying initDB: java.sql.SQLException: No suitable driver 
> found for jdbc:mysql://localhost:3306/



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to