I want to run the API based Docker, and my mondrian-connections.json as follow in docker:
{
"AppTraffic" : {
"JdbcDriver" : "org.mysql.jdbc.Driver",
"Jdbc" : "jdbc:mysql://192.168.98.213/AppTraffic",
"Catalog" : "/AppTraffic.xml",
"Description" : "App Traffic Database",
"IsDemo" : false
}
}
I want know , is ondrian-rest can run with mysql ? and how i should do, thank you for your time.
error response is :
{"timestamp":1548229223099,"status":500
,"error":"Internal Server Error",
"exception":"mondrian.olap.MondrianException",
"message":"Mondrian Error:Internal error: Error while creating SQL connection: Jdbc=jdbc:mysql://192.168.98.213/AppTraffic",
"path":"/mondrian-rest/query"}
I want to run the API based Docker, and my mondrian-connections.json as follow in docker:
I want know , is ondrian-rest can run with mysql ? and how i should do, thank you for your time.
error response is :