Open piotrkot opened 5 years ago
with postgres 9.4 and upper versions , you need to add SET standard_conforming_strings = on; to your postgres configuration
Note : this project is no more maintained, see https://github.com/af83/chouette-core for new chouette project
Thanks for feedback.
I checked standard_conforming_strings by running SHOW standard_conforming_strings;
on chouette2, iev databases. They all are on
.
If you recommend to use chouette-core project instead, I will definitely try it out. BTW: I also tried entur fork.
Can you please explain which version/configuration is running on http://appli.chouette.mobi?
as I remember , appli.chouette.mobi is running on wildfly 9.2 with postgres 9.4 as only difference with yours. on my own installation (similar oone) I have in the standalone-full.xml configuration file of wildfly :
`
<driver-class>org.postgis.DriverWrapper</driver-class>
<connection-property name="stringtype">
unspecified
</connection-property>
<driver>postgresql</driver>
<pool>
<max-pool-size>30</max-pool-size>
</pool>
<security>
<user-name>chouette</user-name>
<password>chouette</password>
</security>
</datasource>`
I remember that the problem you evoked is corrected with the stringtype 'unspecified' option
I don't work anymore with chouette because I changed of company since the beginning of 2019 and I don't follow anymore the evolution of chouette product; just listening on questions on 3.4 version
Best regards
Hi, @piotrkot
Did you found a solution about this problem?
I'm the same problem, I tried the solution to add <connection-property name="stringtype"> unspecified </connection-property>
without results.
@brunto Sorry, I couldn't find a solution to this problem. At some point, we played with different versions of chouette and different forks. And we were able to make it work, somehow. But we don't use chouette anymore.
Ok @piotrkot thanks a lot.
I'm on
origin/V3_4
branch, Jboss wildfly-8.2.1.Final, openjdk version "1.8.0_212", postgresql-9.5-postgis-2.2. When deploying to Jboss, I get errors:And when I try to import a GTFS file, I get:
Am I doing something wrong?