|
From: <pau...@lf...> - 2020-10-29 13:16:49
|
Hi list, I have installed PostgreSQL/Postgis on a new computer. All my tables (layers) works ok on the old computer, but when I import them in the pgdatabas on the new computor there is a problem when I try to view them in my java-graphical-viewer. I can view the layer in QGIS, no problem. Caused by: org.postgresql.util.PSQLException: ERROR: parse error - invalid geometry (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf) Hint: "POLYGON ((â^" <-- parse error at position 12 within geometry Is there something I forgot to configure? |