akvo / akvo-reporting

Akvo reporting integration
2 stars 1 forks source link

Error creating District parameter #24

Closed Lynngre closed 9 years ago

Lynngre commented 9 years ago

Error when creating District parameter:

org.eclipse.birt.report.engine.api.impl.ParameterValidationException: The type of parameter "District" is expected as "Object[]", not "java.lang.String".

Due to data source database URL: jdbc:postgresql://localhost:1234/flow that only works locally which the tunnel set up to map from local port 1234 to server port 5432. But when you upload that to RS you have to change to jdbc:postgresql://localhost:5432/flow.

Better to run with that locally too, and set the ssh tunnel up with 5432 at both ends screen shot 2015-02-05 at 11 51 56