I am using GeoServer 1.6.4 with the ArcSDE Extension.
I seem to be having an odd connection issue.
I am able to connect to ArcSDE but it does not last long and it drops the connection.
I can successfully add ArcSDE as a DataStore. And when I look at the FeatureType drop down list I initially see the ArcSDE FeatureTypes. But if I start to click on other links on the admin page and go back to the FeatureType listing, the ArcSDE FeatureTypes are missing.
I checked the geoserver.log to find
"The ConnectionPool has been closed java.lang.IllegalStateException: The ConnectionPool has been closed" (ArcSDEConnectionPool.java:229)
I do not believe it's my pool parameters that is causing the issue.
pool.minConnections = 2
pool.maxConnections = 6
pool.timeOut = 500
I would like to debug the issue to see why the connection drops by looking at the source code (line 229), but was only able to find source code for GeoServer. None of the extensions seem to have source code accompanying it.
Is the source code available? And is anyone having these dropped connection problems?
I am having this problem too. After adding ArcSDE as a DataStore, the
console log lists all the arcSDE tables, but then the connection seems to
drop.
When I go to "Create New Feature Type", the following error shows on console
(sdetest2 is my arcSDE Data Store):
18 Aug 10:15:51 WARN [config.DataConfig] - Could not use sdetest2 datastore
was
unavailable!
18 Aug 10:15:51 WARN [config.DataConfig] -
java.lang.NullPointerException
at
org.vfny.geoserver.config.DataConfig.getFeatureTypeIdentifiers(DataCo
nfig.java:954)
at
org.vfny.geoserver.form.data.DataFeatureTypesNewForm.getNewFeatureTyp
es(DataFeatureTypesNewForm.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyU
tilsBean.java:1773)
at
org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(Prop
ertyUtilsBean.java:1132)
Any help appreciated.
Thanks
Mark
Rett Hean wrote:
I am using GeoServer 1.6.4 with the ArcSDE Extension.
I seem to be having an odd connection issue.
I am able to connect to ArcSDE but it does not last long and it drops the
connection.
I can successfully add ArcSDE as a DataStore. And when I look at the
FeatureType drop down list I initially see the ArcSDE FeatureTypes. But if
I start to click on other links on the admin page and go back to the
FeatureType listing, the ArcSDE FeatureTypes are missing.
I checked the geoserver.log to find
"The ConnectionPool has been closed java.lang.IllegalStateException: The
ConnectionPool has been closed" (ArcSDEConnectionPool.java:229)
I do not believe it's my pool parameters that is causing the issue.
pool.minConnections = 2
pool.maxConnections = 6
pool.timeOut = 500
I would like to debug the issue to see why the connection drops by looking
at the source code (line 229), but was only able to find source code for
GeoServer. None of the extensions seem to have source code accompanying
it.
Is the source code available? And is anyone having these dropped
connection problems?
Thanks,
Rett
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
I upgraded to geoserver 1.7.0-rc1 and used the 1.7rc1 arcsde plugin which now
allows me to "Create New Feature Type" for arcSDE DataStore.
Hopefully I'll be able to show my layer using the WMS.
Cheers
Mark
Mark9090 wrote:
Hi,
I am having this problem too. After adding ArcSDE as a DataStore, the
console log lists all the arcSDE tables, but then the connection seems to
drop.
When I go to "Create New Feature Type", the following error shows on
console (sdetest2 is my arcSDE Data Store):
18 Aug 10:15:51 WARN [config.DataConfig] - Could not use sdetest2
datastore was
unavailable!
18 Aug 10:15:51 WARN [config.DataConfig] -
java.lang.NullPointerException
at
org.vfny.geoserver.config.DataConfig.getFeatureTypeIdentifiers(DataCo
nfig.java:954)
at
org.vfny.geoserver.form.data.DataFeatureTypesNewForm.getNewFeatureTyp
es(DataFeatureTypesNewForm.java:31)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyU
tilsBean.java:1773)
at
org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(Prop
ertyUtilsBean.java:1132)
Any help appreciated.
Thanks
Mark
Rett Hean wrote:
I am using GeoServer 1.6.4 with the ArcSDE Extension.
I seem to be having an odd connection issue.
I am able to connect to ArcSDE but it does not last long and it drops the
connection.
I can successfully add ArcSDE as a DataStore. And when I look at the
FeatureType drop down list I initially see the ArcSDE FeatureTypes. But
if I start to click on other links on the admin page and go back to the
FeatureType listing, the ArcSDE FeatureTypes are missing.
I checked the geoserver.log to find
"The ConnectionPool has been closed java.lang.IllegalStateException: The
ConnectionPool has been closed" (ArcSDEConnectionPool.java:229)
I do not believe it's my pool parameters that is causing the issue.
pool.minConnections = 2
pool.maxConnections = 6
pool.timeOut = 500
I would like to debug the issue to see why the connection drops by
looking at the source code (line 229), but was only able to find source
code for GeoServer. None of the extensions seem to have source code
accompanying it.
Is the source code available? And is anyone having these dropped
connection problems?
Thanks,
Rett
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
Cool, that's good to know. I bet you were using 1.6.4 or a lower version?
unfortunately the huge improvements in the arcsde extension did not make it
to the 1.6.4 release, but it should be working better with 1.7.x.
Yet, please post about any other problem you find with 1.7.x, and sorry for
the late response, your messages were hanging on the pending list, so if you
go to https://lists.sourceforge.net/lists/listinfo/geoserver-users and
register to the list your messages will be delivered right away instead of
having to wait for a list moderator to manually accept them.
Cheers,
Gabriel
On Sunday 17 August 2008 10:07:43 pm Mark9090 wrote:
I upgraded to geoserver 1.7.0-rc1 and used the 1.7rc1 arcsde plugin which
now allows me to "Create New Feature Type" for arcSDE DataStore.
Hopefully I'll be able to show my layer using the WMS.
Cheers
Mark
Mark9090 wrote:
> Hi,
>
> I am having this problem too. After adding ArcSDE as a DataStore, the
> console log lists all the arcSDE tables, but then the connection seems to
> drop.
>
> When I go to "Create New Feature Type", the following error shows on
> console (sdetest2 is my arcSDE Data Store):
>
> 18 Aug 10:15:51 WARN [config.DataConfig] - Could not use sdetest2
> datastore was
> unavailable!
> 18 Aug 10:15:51 WARN [config.DataConfig] -
> java.lang.NullPointerException
> at
> org.vfny.geoserver.config.DataConfig.getFeatureTypeIdentifiers(DataCo
> nfig.java:954)
> at
> org.vfny.geoserver.form.data.DataFeatureTypesNewForm.getNewFeatureTyp
> es(DataFeatureTypesNewForm.java:31)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
> Source) at java.lang.reflect.Method.invoke(Unknown Source)
> at
> org.apache.commons.beanutils.PropertyUtilsBean.invokeMethod(PropertyU
> tilsBean.java:1773)
> at
> org.apache.commons.beanutils.PropertyUtilsBean.getSimpleProperty(Prop
> ertyUtilsBean.java:1132)
>
>
> Any help appreciated.
>
> Thanks
>
> Mark
>
> Rett Hean wrote:
>> I am using GeoServer 1.6.4 with the ArcSDE Extension.
>>
>> I seem to be having an odd connection issue.
>> I am able to connect to ArcSDE but it does not last long and it drops
>> the connection.
>>
>> I can successfully add ArcSDE as a DataStore. And when I look at the
>> FeatureType drop down list I initially see the ArcSDE FeatureTypes. But
>> if I start to click on other links on the admin page and go back to the
>> FeatureType listing, the ArcSDE FeatureTypes are missing.
>>
>> I checked the geoserver.log to find
>> "The ConnectionPool has been closed java.lang.IllegalStateException: The
>> ConnectionPool has been closed" (ArcSDEConnectionPool.java:229)
>>
>> I do not believe it's my pool parameters that is causing the issue.
>> pool.minConnections = 2
>> pool.maxConnections = 6
>> pool.timeOut = 500
>>
>> I would like to debug the issue to see why the connection drops by
>> looking at the source code (line 229), but was only able to find source
>> code for GeoServer. None of the extensions seem to have source code
>> accompanying it.
>>
>> Is the source code available? And is anyone having these dropped
>> connection problems?
>>
>>
>>
>> Thanks,
>> Rett
>>
>>
>>
>>
>> ------------------------------------------------------------------------
>>- This SF.Net email is sponsored by the Moblin Your Move Developer's
>> challenge
>> Build the coolest Linux based applications with Moblin SDK & win great
>> prizes
>> Grand prize is a trip for two to an Open Source event anywhere in the
>> world
>> http://moblin-contest.org/redirect.php?banner_id=100&url=/
>> _______________________________________________
>> Geoserver-users mailing list
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users