Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [udig-users] uDig-DeleteFeaturesProblem

I have created a bug report here; but it would *really* help if you tell me what version of uDig you are using (and if we can reproduce the problem with a "public" shapefile such as those supplied in the data download).
- http://jira.codehaus.org/browse/GEOT-2950

Jody

On 11/02/2010, at 7:42 PM, iceDice wrote:

> I am trying to edit some GIS data (polygons) using uDig.
> However when i delete some feature i got following exception:
> 
> java.io.IOException: Current fid index is null, next must be called before
> remove
>        at
> org.geotools.data.shapefile.indexed.IndexedFidWriter.write(IndexedFidWriter.java:180)
>        at
> org.geotools.data.shapefile.indexed.IndexedShapefileDataStore$Writer.write(IndexedShapefileDataStore.java:1745)
>        at
> org.geotools.data.shapefile.indexed.IndexedShapefileDataStore$Writer.close(IndexedShapefileDataStore.java:1557)
>        at
> org.geotools.data.TransactionStateDiff.applyDiff(TransactionStateDiff.java:253)
>        at
> org.geotools.data.TransactionStateDiff.commit(TransactionStateDiff.java:140)
>        at
> org.geotools.data.DefaultTransaction.commit(DefaultTransaction.java:182)
>        at
> net.refractions.udig.project.internal.impl.UDIGTransaction.commitInternal(Unknown
> Source)
>        at
> net.refractions.udig.project.internal.impl.EditManagerImpl.commitTransaction(Unknown
> Source)
>        at
> net.refractions.udig.project.internal.commands.selection.CommitCommand.run(Unknown
> Source)
>        at net.refractions.udig.tools.internal.CommitTool$1.run(Unknown
> Source)
>        at net.refractions.udig.ui.PlatformGIS$Runner.run(Unknown Source)
>        at net.refractions.udig.ui.PlatformGIS$Runner.run(Unknown Source)
> 
> Can someone help me about this?



Back to the top