KnowageLabs / Knowage-Server-Docker

Docker Image packaging for Knowage Server https://www.knowage-suite.com
GNU Affero General Public License v3.0
66 stars 77 forks source link

I can't save a localhost data source. #60

Open diegocheca opened 1 year ago

diegocheca commented 1 year ago

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

MatteusFelippe commented 10 months ago

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.

Thanks