Hello everyone, I'm new to knowage.
I've just installed it through: docker-compose up
It's running well. However, I can't create a new data source. I've tried to create a new one using the default container MySQL, when I test the connection is ok. But, when I click the "save" button doesn't happen and I get this error in web browser console (network tab):
java.io.IOException: java.security.PrivilegedActionException: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (9.999999999999997e+195) out of range of long (-9223372036854775808 - 9223372036854775807) at [Source: (org.apache.catalina.connector.CoyoteInputStream); line: 1, column: 250] at [Source: (org.apache.catalina.connector.CoyoteInputStream); line: 1, column: 228] (through reference chain: it.eng.spagobi.tools.datasource.bo.DataSource["jdbcPoolConfiguration"]->it.eng.spagobi.tools.datasource.bo.JDBCDataSourcePoolConfiguration["maxWait"])
Hello, can you show the data source creation screen? specifically the url and driver fields. I'm having trouble creating a data source via docker and i'd like to see the pattern you used for the connection.
Hello everyone, I'm new to knowage. I've just installed it through: docker-compose up It's running well. However, I can't create a new data source. I've tried to create a new one using the default container MySQL, when I test the connection is ok. But, when I click the "save" button doesn't happen and I get this error in web browser console (network tab):
java.io.IOException: java.security.PrivilegedActionException: com.fasterxml.jackson.databind.JsonMappingException: Numeric value (9.999999999999997e+195) out of range of long (-9223372036854775808 - 9223372036854775807) at [Source: (org.apache.catalina.connector.CoyoteInputStream); line: 1, column: 250] at [Source: (org.apache.catalina.connector.CoyoteInputStream); line: 1, column: 228] (through reference chain: it.eng.spagobi.tools.datasource.bo.DataSource["jdbcPoolConfiguration"]->it.eng.spagobi.tools.datasource.bo.JDBCDataSourcePoolConfiguration["maxWait"])
The response status code is 400
Any help is welcome.
Thanks in advance