Skip to content

can not connect to mysql databases #9

@zhaotianxiang

Description

@zhaotianxiang

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions