Hmm...that SE_NSTRING might be the culprit, but I thought that I got the NSTRING type into the 2.3.x geotools branch. Let me check real quick...
yep, looks like that's the problem:
http://gtsvn.refractions.net/geotools/branches/2.3.x/plugin/arcsde/datastore/src/org/geotools/arcsde/data/ArcSDEAdapter.java
I think I have that fixed in my local copy of the ArcSDE adapter code...I'll commit the fix right now.
--saul
________________________________
From: geoserver-users-bounces@lists.sourceforge.net on behalf of Tyler Erickson
Sent: Mon 7/2/2007 5:46 PM
To: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] ArcSDE DataStore Problems
Saul,
I seem to having a similar problem with ArcSDE and SQL Server. I imported
the STATES shapefile that comes with GeoServer into ArcSDE. When I try to
build a FeatureType, I get a java.lang.NullPointerException error (log
attached below).
Do these SDE datatypes look like they might cause a problem?
I am currently running the GeoServer 1.5.x nightly build from 6/21/2007 and
the ArcSDE 9.2 plugin.
- Tyler
C:>sdetable -o describe -t states -i 5153 -s sql1 -D sde_nrcs
ArcSDE 9.2 for SQL Server Build 1137 Mon Mar 5 15:52:01 2007
Attribute Administration Utility
-----------------------------------------------------
Table states:
Column name Attribute type Null? Length,DPs RowID
Column?
-------------------------------------------------------------------------------
OBJECTID SE_INT32 NOT NULL 10 SDE Set
STATE_NAME SE_NSTRING NULL 25
STATE_FIPS SE_NSTRING NULL 2
SUB_REGION SE_NSTRING NULL 7
STATE_ABBR SE_NSTRING NULL 2
LAND_KM SE_FLOAT64 NULL 27,9
WATER_KM SE_FLOAT64 NULL 27,9
PERSONS SE_FLOAT64 NULL 27,9
FAMILIES SE_FLOAT64 NULL 27,9
HOUSHOLD SE_FLOAT64 NULL 27,9
MALE SE_FLOAT64 NULL 27,9
FEMALE SE_FLOAT64 NULL 27,9
WORKERS SE_FLOAT64 NULL 27,9
DRVALONE SE_FLOAT64 NULL 27,9
CARPOOL SE_FLOAT64 NULL 27,9
PUBTRANS SE_FLOAT64 NULL 27,9
EMPLOYED SE_FLOAT64 NULL 27,9
UNEMPLOY SE_FLOAT64 NULL 27,9
SERVICE SE_FLOAT64 NULL 27,9
MANUAL SE_FLOAT64 NULL 27,9
P_MALE SE_FLOAT64 NULL 27,9
P_FEMALE SE_FLOAT64 NULL 27,9
SAMP_POP SE_FLOAT64 NULL 27,9
Shape SE_SHAPE NULL 0
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175543 [INFO]
org.geotools.arcsde.ArcSDEDataStoreFactory - Checking whether class
org.geotools.arcsde.ArcSDEDataStoreFactory can process this map
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175684 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table SDE_NRCS.DBO.V_MEASUREMENT_SPATIAL_PH
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175684 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
V_MEASUREMENT_SPATIAL_PH:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175684 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-180.0,-90.0,180.0000000000001,270.0000000000001)
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175902 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table sde_nrcs.DBO.states
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175902 [SEVERE]
org.vfny.geoserver.global.Data - FeatureTypeInfo
sde_nrcs:::sde_nrcs.DBO.states ignored - as DataStore sde_nrcs is
broken:java.lang.NullPointerException
INFO | jvm 1 | 2007/07/02 17:21:05 | java.lang.NullPointerException
INFO | jvm 1 | 2007/07/02 17:21:05 | at
java.lang.Class.isAssignableFrom(Native Method)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.geotools.feature.DefaultAttributeTypeFactory.createAttributeType(DefaultAttributeTypeFactory.java:113)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.geotools.feature.AttributeTypeFactory.newAttributeType(AttributeTypeFactory.java:77)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.geotools.arcsde.data.ArcSDEAdapter.createAttributeTypes(ArcSDEAdapter.java:436)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.geotools.arcsde.data.ArcSDEAdapter.fetchSchema(ArcSDEAdapter.java:292)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.geotools.arcsde.data.ArcSDEDataStore.getSchema(ArcSDEDataStore.java:214)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.vfny.geoserver.global.Data.loadFeatureTypes(Data.java:537)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.vfny.geoserver.global.Data.load(Data.java:235)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.vfny.geoserver.action.LoadXMLAction.loadGeoserver(LoadXMLAction.java:121)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.vfny.geoserver.action.LoadXMLAction.execute(LoadXMLAction.java:66)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:102)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:103)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.Server.handle(Server.java:269)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:193)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)
INFO | jvm 1 | 2007/07/02 17:21:05 | at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
INFO | jvm 1 | 2007/07/02 17:21:05 | 1175902 [INFO]
org.geotools.arcsde.ArcSDEDataStoreFactory - Checking whether class
org.geotools.arcsde.ArcSDEDataStoreFactory can process this map
INFO | jvm 1 | 2007/07/02 17:21:05 | 1176121 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table SDE_GEOSERVER.DBO.T_TESTTABLE
INFO | jvm 1 | 2007/07/02 17:21:05 | 1176121 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
T_TESTTABLE:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:05 | 1176121 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-176.696545,17.975734000000003,1970.787102,2165.459381)
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176231 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table sde_nrcs.dbo.T_Location
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176231 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
T_LOCATION:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176231 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-180.0,-90.0,180.0000000000001,270.0000000000001)
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176449 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table SDE_NRCS.DBO.V_LOCATION
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176449 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
V_LOCATION:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176449 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-180.0,-90.0,180.0000000000001,270.0000000000001)
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176574 [INFO]
org.geotools.arcsde.ArcSDEDataStoreFactory - Checking whether class
org.geotools.arcsde.ArcSDEDataStoreFactory can process this map
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176777 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table SDE_NRCS.DBO.V_MEASUREMENT_SPATIAL_PH
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176777 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
V_MEASUREMENT_SPATIAL_PH:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176777 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-180.0,-90.0,180.0000000000001,270.0000000000001)
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176996 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table sde_nrcs.DBO.states
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176996 [SEVERE]
org.vfny.geoserver.global.Data - FeatureTypeInfo
sde_nrcs:::sde_nrcs.DBO.states ignored - as DataStore sde_nrcs is
broken:java.lang.NullPointerException
INFO | jvm 1 | 2007/07/02 17:21:06 | java.lang.NullPointerException
INFO | jvm 1 | 2007/07/02 17:21:06 | at
java.lang.Class.isAssignableFrom(Native Method)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.geotools.feature.DefaultAttributeTypeFactory.createAttributeType(DefaultAttributeTypeFactory.java:113)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.geotools.feature.AttributeTypeFactory.newAttributeType(AttributeTypeFactory.java:77)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.geotools.arcsde.data.ArcSDEAdapter.createAttributeTypes(ArcSDEAdapter.java:436)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.geotools.arcsde.data.ArcSDEAdapter.fetchSchema(ArcSDEAdapter.java:292)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.geotools.arcsde.data.ArcSDEDataStore.getSchema(ArcSDEDataStore.java:214)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.vfny.geoserver.global.Data.loadFeatureTypes(Data.java:537)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.vfny.geoserver.global.Data.load(Data.java:235)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.vfny.geoserver.action.LoadXMLAction.loadGeoserver(LoadXMLAction.java:123)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.vfny.geoserver.action.LoadXMLAction.execute(LoadXMLAction.java:66)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:102)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:445)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1050)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:103)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1041)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:354)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:226)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:627)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:149)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:123)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:141)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.Server.handle(Server.java:269)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:430)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:687)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:492)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:193)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)
INFO | jvm 1 | 2007/07/02 17:21:06 | at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
INFO | jvm 1 | 2007/07/02 17:21:06 | 1176996 [INFO]
org.geotools.arcsde.ArcSDEDataStoreFactory - Checking whether class
org.geotools.arcsde.ArcSDEDataStoreFactory can process this map
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177215 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table SDE_GEOSERVER.DBO.T_TESTTABLE
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177215 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
T_TESTTABLE:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177215 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-176.696545,17.975734000000003,1970.787102,2165.459381)
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177324 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table sde_nrcs.dbo.T_Location
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177324 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
T_LOCATION:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177324 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-180.0,-90.0,180.0000000000001,270.0000000000001)
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177543 [WARNING]
org.geotools.arcsde.data.ArcSDEAdapter - Figured Row-ID Column named
'OBJECTID' for table SDE_NRCS.DBO.V_LOCATION
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177543 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - About to parse CRS for layer
V_LOCATION:
GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137.0,298.257223563]],PRIMEM["Greenwich",0.0],UNIT["Degree",0.0174532925199433]]
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177543 [INFO]
org.geotools.arcsde.data.ArcSDEAdapter - Se CRS envelope:
(-180.0,-90.0,180.0000000000001,270.0000000000001)
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177543 [INFO]
org.geotools.arcsde.ArcSDEDataStoreFactory - Checking whether class
org.geotools.arcsde.ArcSDEDataStoreFactory can process this map
INFO | jvm 1 | 2007/07/02 17:21:07 | 1177543 [INFO]
org.geotools.arcsde.ArcSDEDataStoreFactory - Checking whether class
org.geotools.arcsde.ArcSDEDataStoreFactory can process this map
sfarber wrote:
Jose,
Just caught your email, can you tell me about the ArcSDE layer a bit more?
In more detail: what are the SDE datatypes for each column. Oracle's
datatype (for example) is "varchar2" but SDE uses 'SE_STRING' or 'String'.
You can find the datatypes for each column in ArcCatalog, or (much
better!) by using 'sdetable', the ArcSDE command-line utility.
My guess is that your column SE_ANNO... is a special type of column and we
don't handle it very well yet. Possibly an SDE_ANNO column, or possibly
you have an SE_NSTRING in there which wasn't handled till recently.
I actually just fixed a bug in this a few days ago, so there's a fix which
wolud give you a MUCH better error message but it won't be available till
1.5.1 or 1.6.x
--saul
________________________________
From: geoserver-users-bounces@lists.sourceforge.net on behalf of Andrea
Aime
Sent: Fri 5/4/2007 9:09 AM
To: José Ramón López
Cc: geoserver users
Subject: Re: [Geoserver-users] ArcSDE DataStore Problems
José Ramón López ha scritto:
I tried the same with geoserver 1.5 and i had the same problems.
Thanks for the information. Let's hope Saul or Gabriel have
some ideas about the issue.
Cheers
Andrea
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
--
View this message in context: http://www.nabble.com/ArcSDE-DataStore-Problems-tf3691768.html#a11402599
Sent from the GeoServer - User mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users