Hi all,
I encountered a problem today in an action i do every day from years

I use postgis plugin for manage postgis tables.
I had a field and I try to save as "new Table" as usual but  I face
encountered this error

java.lang.IllegalStateException: Insert statement failed:
org.postgresql.util.PSQLException: ERROR: current transaction is
aborted, commands ignored until end of transaction block
INSERT INTO sit_particelle ( num, char, particella, foglio, area,
the_geom ) VALUES ( 1027, '', '1027', 4, '787.13', GeometryFromText(
'POLYGON ((1491942.652 5056915.419, 1491934.545 5056912.96,
1491931.907 5056912.159, 1491923.377 5056909.572, 1491919.598
5056908.082, 1491917.949 5056913.151, 1491911.635 5056932.562,
1491915.527 5056933.856, 1491933.763 5056939.402, 1491934.376
5056937.666, 1491942.483 5056940.165, 1491946.759 5056925.962,
1491949.252 5056917.543, 1491944.853 5056916.127, 1491942.652
5056915.419))', -1) )
        at 
net.refractions.postgis.PostGISConnection.executeUpdate(PostGISConnection.java:787)
        at 
net.refractions.postgis.PostGISConnection.executeUpdate(PostGISConnection.java:1195)
        at 
com.vividsolutions.jump.workbench.datasource.AbstractSaveDatasetAsPlugIn.run(AbstractSaveDatasetAsPlugIn.java:33)
        at 
com.vividsolutions.jump.workbench.ui.task.TaskMonitorManager$TaskWrapper.run(TaskMonitorManager.java:151)
        at java.lang.Thread.run(Thread.java:619)

There is not my new field in ( num, char, particella, foglio, area,
the_geom ) and so the error

maybe is not a postgis plugin trouble but somewhere when it's managed
the new field insertion

I use nigtly bulid version, I tried with all the last core jar

could someone help?

thanks
luca

luca marletta
www.beopen.it

------------------------------------------------------------------------------

_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to