Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-1197) If table name is too long postgis datastore cannot make the table, should have better warning

If table name is too long postgis datastore cannot make the table, should have better warning
---------------------------------------------------------------------------------------------

                 Key: UDIG-1197
                 URL: http://jira.codehaus.org/browse/UDIG-1197
             Project: uDIG
          Issue Type: Bug
          Components: postgis
    Affects Versions: UDIG 1.1.RC8
            Reporter: Jesse Eichar
         Assigned To: Jody Garnett
            Priority: Minor
             Fix For: UDIG 1.1.1


stack trace is:
!ENTRY net.refractions.udig.catalog.ui 4 0 2007-01-17 11:29:23.105
!MESSAGE Error creating feature type in datastore: class org.geotools.data.postgis.PostgisDataStore
!STACK 0
java.io.IOException: ERROR: length for type varchar cannot exceed 10485760
	at org.geotools.data.postgis.PostgisDataStore.createSchema(PostgisDataStore.java:1399)
	at net.refractions.udig.catalog.internal.ui.ops.NewFeatureTypeOp.op(NewFeatureTypeOp.java:123)
	at net.refractions.udig.ui.operations.OpAction$RunJob.run(OpAction.java:180)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)

but warning to user says that permissions may be wrong.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top