Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
when i run my job, i have this message :
Starting job PG_TO_SHP at 14:04 24/10/2008.
connecting to socket on port 4801
connected
Exception in component sShapefileOutput_1_SO
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
at java.util.ArrayList.add(Unknown Source)
at org.geotools.feature.DefaultFeatureTypeFactory.add(DefaultFeatureTypeFactory.java:43)
at org.geotools.feature.FeatureTypeBuilder.addType(FeatureTypeBuilder.java:392)
at testpg.pg_to_shp.PG_TO_SHP.sPostgisInput_1_PGProcess(PG_TO_SHP.java:410)
at testpg.pg_to_shp.PG_TO_SHP$1.run(PG_TO_SHP.java:1174)
java.lang.IndexOutOfBoundsException: Index: 1, Size: 0
at java.util.ArrayList.add(Unknown Source)
at org.geotools.feature.DefaultFeatureTypeFactory.add(DefaultFeatureTypeFactory.java:43)
at org.geotools.feature.FeatureTypeBuilder.addType(FeatureTypeBuilder.java:392)
at testpg.pg_to_shp.PG_TO_SHP.sPostgisInput_1_PGProcess(PG_TO_SHP.java:410)
at testpg.pg_to_shp.PG_TO_SHP$1.run(PG_TO_SHP.java:1174)
1391 milliseconds
disconnected
Job PG_TO_SHP ended at 14:04 24/10/2008.
i need some helps to resolve this error.
Regards,
Jérôme Rolland
But for this, i must specify that my geometry field (wkb_geometry) is an object type in the place of an string type.
It is the Retrieve Shema command that initialize my geometry field like an string type, why not
like an object type ?
I am impatient to test the 1.3.0 release...
regards,