[postgis-users] Strange Exceptions
David Blasby
dblasby at refractions.net
Mon Jan 26 10:16:57 PST 2004
Markus Schaber wrote:
> Hi,
>
> Some strange Exceptions appeared today:
Your query involved an intersection() that couldnt be computed. PostGIS
is giving you more information, but Java isnt reporting it. Try
executing the same query directly to postgresql (using psql) and you
should see what the error message is.
> Exception in thread "main" org.postgresql.util.PSQLException: FEHLER:
> GEOS Intersection() threw an error!
>
> at
> org.postgresql.util.PSQLException.parseServerError(PSQLException.java:1
> 39) at
> org.postgresql.core.QueryExecutor.executeV3(QueryExecutor.java:154) at
> org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:101) at
> org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:43) at
> org.postgresql.jdbc1.AbstractJdbc1Statement.execute(AbstractJdbc1Statem
> ent.java:515) at
> org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statem
> ent.java:50) at
> org.postgresql.jdbc1.AbstractJdbc1Statement.executeQuery(AbstractJdbc1S
> tatement.java:231)
>
> Does anybody know something about it?
>
> Should I try to create a small test example to reproduce it?
Very small examples to reproduce the error are always helpful!
dave
More information about the postgis-users
mailing list