Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-391) large shapefile does not load

large shapefile does not load
-----------------------------

         Key: UDIG-391
         URL: http://jira.codehaus.org/browse/UDIG-391
     Project: uDIG
        Type: Bug
  Components: shapefile  
    Versions: UDIG 0.9    
 Environment: Windows XP. uDIG 0.9.2.
    Reporter: Bart van den Eijnden
 Assigned to: Jody Garnett 


I am trying to load a shapefile which has a size of 1.4 Gb. No information is sent to the user of failing to load this shapefile.

There is ample room on all drives (drive with the least space is C: and has more than 4 Gb free):

The error log says:

!ENTRY net.refractions.udig.project.ui 4 0 2005-03-29 10:26:05.812
!MESSAGE Not enough storage is available to process this command
!STACK 0
java.io.IOException: Not enough storage is available to process this command
	at sun.nio.ch.FileChannelImpl.map0(Native Method)
	at sun.nio.ch.FileChannelImpl.map(Unknown Source)
	at org.geotools.data.shapefile.shp.ShapefileReader.init(ShapefileReader.java:194)
	at org.geotools.data.shapefile.shp.ShapefileReader.<init>(ShapefileReader.java:110)
	at org.geotools.data.shapefile.ShapefileDataStore.openShapeReader(ShapefileDataStore.java:432)
	at org.geotools.data.shapefile.ShapefileDataStore.readAttributes(ShapefileDataStore.java:595)
	at org.geotools.data.shapefile.ShapefileDataStore.getSchema(ShapefileDataStore.java:559)
	at net.refractions.udig.catalog.internal.shp.ShpGeoResourceImpl$IGeoResourceShpInfo.<init>(ShpGeoResourceImpl.java:143)
	at net.refractions.udig.catalog.internal.shp.ShpGeoResourceImpl.getInfo(ShpGeoResourceImpl.java:131)
	at net.refractions.udig.project.internal.impl.LayerFactoryImpl.createDataStoreLayer(LayerFactoryImpl.java:177)
	at net.refractions.udig.project.internal.impl.LayerFactoryImpl.createLayer(LayerFactoryImpl.java:259)
	at net.refractions.udig.project.ui.internal.ProjectUIPlugin.processResources(ProjectUIPlugin.java:470)
	at net.refractions.udig.project.ui.internal.ProjectUIPlugin$1.run(ProjectUIPlugin.java:289)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top