[Geoserver-users] GS1.6 RC2 with ArcSDE DataStore Problems

hi all,
I am using GS1.6 RC2.
I have found the same question in the mailing
list("http://www.nabble.com/ArcSDE-DataStore-Problems-td10321723.html#a10321723"\).
The first step, adding the ArcSDE as a datastore seems to work fine. I have
a SDE-datastore available now in the DataStore ID dropdown menu.

But when I try to add a new feauture type, the features from the
sde-datastore are showed me fine, but when I select on of them and click on
New to generate a new feature i get and exception like this

The following exception was thrown:
_____________________________________
...
java.lang.NoSuchFieldError: NONE
  at
org.geotools.data.arcsde.ArcSDEAdapter.createAttributeTypes(ArcSDEAdapter.java:418)
  at
org.geotools.data.arcsde.ArcSDEAdapter.fetchSchema(ArcSDEAdapter.java:287)
  at
org.geotools.data.arcsde.ArcSDEDataStore.getSchema(ArcSDEDataStore.java:202)
  at
org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute(DataFeatureTypesNewAction.java:84)
  at org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
...
_____________________________________

Thanks in advance of any tips
regards,
minimeteor
--
View this message in context: http://www.nabble.com/GS1.6-RC2-with-ArcSDE-DataStore-Problems-tp14492855p14492855.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

hi,
hmmm... still didn't look at the code, but for the stacktrace I'm guessing the
arcsde datastore is getting a non supported column type from the ArcSDE
server and it's not being correctly handled at our side...
Does it happen with any sde featureclass you try to register in geoserver?
Are they versioned tables?
Which sde version and rdbms are you using?

Note there's a _lot_ of improvements for arcsde on geotools trunk which are
gonna end up being available for GeoServer 1.7, though honestly I doubt I'll
find the time to back port them to geoserver 1.6. Yet, providing the
information above requested may help to see if its just a matter of a quick
fix.

regards,

Gabriel

On Tuesday 25 December 2007 04:02:20 am minimeteor wrote:

hi all,
I am using GS1.6 RC2.
I have found the same question in the mailing
list("http://www.nabble.com/ArcSDE-DataStore-Problems-td10321723.html#a1032
1723"). The first step, adding the ArcSDE as a datastore seems to work fine.
I have a SDE-datastore available now in the DataStore ID dropdown menu.

But when I try to add a new feauture type, the features from the
sde-datastore are showed me fine, but when I select on of them and click on
New to generate a new feature i get and exception like this

The following exception was thrown:
_____________________________________
...
java.lang.NoSuchFieldError: NONE
  at
org.geotools.data.arcsde.ArcSDEAdapter.createAttributeTypes(ArcSDEAdapter.j
ava:418) at
org.geotools.data.arcsde.ArcSDEAdapter.fetchSchema(ArcSDEAdapter.java:287)
  at
org.geotools.data.arcsde.ArcSDEDataStore.getSchema(ArcSDEDataStore.java:202
) at
org.vfny.geoserver.action.data.DataFeatureTypesNewAction.execute(DataFeatur
eTypesNewAction.java:84) at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101) ...
_____________________________________

Thanks in advance of any tips
regards,
minimeteor