Hi,

I'm trying to run the awsapi server on the 4.5 branch from Maven. Normally
we work with 4.2 and a deployed version of awsapi, so this is the first
time I'm trying it from mvn.

I'm using this command: mvn -Pawsapi -pl :cloud-awsapi jetty:run

I have a few errors:
1. java.sql.SQLException: No suitable driver found for
jdbc:mysql://localhost:3306/cloudbridge?autoReconnect=true
2. The version-1.5.6.aar service, which is not valid, caused
java.lang.NoSuchMethodError:
org.apache.ws.commons.schema.XmlSchemaForm.<init>(Ljava/lang/String;)V

Both of these sound like classpath problems. But awsapi builds
successfully, so shouldn't the MySQL driver and the proper form of the XML
parsing library already be on the classpath?

Thanks,

Jeff

Reply via email to