[Geoserver-users] datastore:SDE wasn't able to connect to SDE-Instance

Hi geoserver list,
i tried to setup a connection to my sde-backend to build an sde datastore, but the connection failed. When i executed the datastore-settings, i got the message “null” displayed in the frame. When looking into the logs i found this entry:

20 Mrz 15:04:50 INFO [geoserver.filters] - 127.0.0.1 “POST /geoserver/config/data/storeSubmit.do” “Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12” “http://localhost:8080/geoserver/config/data/storeNewSubmit.do

form connection params { password=“xxxxxx”, pool.minConnections=2, user=“xxxxxx”, instance=“”, pool.maxConnections=2, pool.timeOut=1000, server=“xxxxx.xxxxx.hessen.de”, port=5151, dbtype=“arcsde”}

20 Mrz 15:04:53 WARN [geoserver.action] - Unable to fetch a list of FeatureType names from datastore.
java.lang.NegativeArraySizeException
at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
at com.esri.sde.sdk.client.s.c(Unknown Source)
at com.esri.sde.sdk.client.s.b(Unknown Source)
at com.esri.sde.sdk.client.b.b(Unknown Source)
at com.esri.sde.sdk.client.b.a(Unknown Source)
at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown Source)
at org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.java:132)
at org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(ArcSDEConnectionPool.java:372)
at org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.java:137)
at org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:66)
at org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.java:51)
at org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataStoresEditorAction.java:134)
at org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)

at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:106)
at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:229)

at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148)
at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:834)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:640)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1286)
at java.lang.Thread.run(Unknown Source)

I made everything required to run the Arcsde plugin (plus copied the jsde92_sdk.jar and jpe92_sdk.jar) into my %geoserver%/WEB-INF/lib directory. But although no success. Does anybody have an idea?

regards
Albrecht

Albrecht,

Does this happen consistently? Or just every once in a while?

If it's 100% consistent, then let us know and we'll file a bug on it.

--saul

On Thu, 2008-03-20 at 15:55 +0100, Albrecht.Weiser@anonymised.com wrote:

Hi geoserver list,
i tried to setup a connection to my sde-backend to build an sde
datastore, but the connection failed. When i executed the
datastore-settings, i got the message "null" displayed in the frame.
When looking into the logs i found this entry:

20 Mrz 15:04:50 INFO [geoserver.filters] - 127.0.0.1
"POST /geoserver/config/data/storeSubmit.do" "Mozilla/5.0 (Windows; U;
Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
"http://localhost:8080/geoserver/config/data/storeNewSubmit.do"

form connection params { password="xxxxxx", pool.minConnections=2,
user="xxxxxx", instance="", pool.maxConnections=2, pool.timeOut=1000,
server="xxxxx.xxxxx.hessen.de", port=5151, dbtype="arcsde"}

20 Mrz 15:04:53 WARN [geoserver.action] - Unable to fetch a list of
FeatureType names from datastore.
java.lang.NegativeArraySizeException
        at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
        at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
        at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
        at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
        at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
        at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
        at com.esri.sde.sdk.client.s.c(Unknown Source)
        at com.esri.sde.sdk.client.s.b(Unknown Source)
        at com.esri.sde.sdk.client.b.b(Unknown Source)
        at com.esri.sde.sdk.client.b.a(Unknown Source)
        at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown
Source)
        at
org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.java:132)
        at
org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(ArcSDEConnectionPool.java:372)
        at
org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.java:137)
        at
org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:66)
        at
org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.java:51)
        at
org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataStoresEditorAction.java:134)
        at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
        at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
        at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
        at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
        at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:269)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:108)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at
org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
        at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
        at
org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:106)
        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:229)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at
org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148)
        at
org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
        at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215)
        at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:188)
        at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
        at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:174)
        at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
        at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
        at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
        at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
        at
org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:834)
        at org.apache.coyote.http11.Http11AprProtocol
$Http11ConnectionHandler.process(Http11AprProtocol.java:640)
        at org.apache.tomcat.util.net.AprEndpoint
$Worker.run(AprEndpoint.java:1286)
        at java.lang.Thread.run(Unknown Source)

I made everything required to run the Arcsde plugin (plus copied the
jsde92_sdk.jar and jpe92_sdk.jar) into my %geoserver%/WEB-INF/lib
directory. But although no success. Does anybody have an idea?

regards
Albrecht

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users

Not really sure, but if you're using the 9.2 jars you may need to include the
icu4j.jar file too. Did you?

Gabriel

On Thursday 20 March 2008 05:34:41 pm Saul Farber wrote:

Albrecht,

Does this happen consistently? Or just every once in a while?

If it's 100% consistent, then let us know and we'll file a bug on it.

--saul

On Thu, 2008-03-20 at 15:55 +0100, Albrecht.Weiser@anonymised.com wrote:
> Hi geoserver list,
> i tried to setup a connection to my sde-backend to build an sde
> datastore, but the connection failed. When i executed the
> datastore-settings, i got the message "null" displayed in the frame.
> When looking into the logs i found this entry:
>
> 20 Mrz 15:04:50 INFO [geoserver.filters] - 127.0.0.1
> "POST /geoserver/config/data/storeSubmit.do" "Mozilla/5.0 (Windows; U;
> Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
> "http://localhost:8080/geoserver/config/data/storeNewSubmit.do"
>
> form connection params { password="xxxxxx", pool.minConnections=2,
> user="xxxxxx", instance="", pool.maxConnections=2, pool.timeOut=1000,
> server="xxxxx.xxxxx.hessen.de", port=5151, dbtype="arcsde"}
>
> 20 Mrz 15:04:53 WARN [geoserver.action] - Unable to fetch a list of
> FeatureType names from datastore.
> java.lang.NegativeArraySizeException
> at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
> at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
> at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
> at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
> at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
> at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
> at com.esri.sde.sdk.client.s.c(Unknown Source)
> at com.esri.sde.sdk.client.s.b(Unknown Source)
> at com.esri.sde.sdk.client.b.b(Unknown Source)
> at com.esri.sde.sdk.client.b.a(Unknown Source)
> at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown
> Source)
> at
> org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.java
>:132) at
> org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(ArcS
>DEConnectionPool.java:372) at
> org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.jav
>a:137) at
> org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:6
>6) at
> org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.ja
>va:51) at
> org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDat
>aStoresEditorAction.java:134) at
> org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestPro
>cessor.java:431) at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:2
>36) at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> at
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
> at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
>ionFilterChain.java:269) at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
>rChain.java:188) at
> org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharact
>erEncodingFilter.java:108) at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
>ionFilterChain.java:215) at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
>rChain.java:188) at
> org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
>ionFilterChain.java:215) at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
>rChain.java:188) at
> org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
>ionFilterChain.java:215) at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
>rChain.java:188) at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:264)
> at
> org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSe
>curityInterceptor.java:107) at
> org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Filter
>SecurityInterceptor.java:72) at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTransla
>tionFilter.java:110) at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(
>AnonymousProcessingFilter.java:125) at
> org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(Remem
>berMeProcessingFilter.java:142) at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilte
>r(SecurityContextHolderAwareRequestFilter.java:81)
>
> at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessing
>Filter.java:217) at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:106)
> at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(Ht
>tpSessionContextIntegrationFilter.java:229)
>
> at org.acegisecurity.util.FilterChainProxy
> $VirtualFilterChain.doFilter(FilterChainProxy.java:274)
> at
> org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:14
>8) at
> org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:
>98) at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applicat
>ionFilterChain.java:215) at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilte
>rChain.java:188) at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve
>.java:213) at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve
>.java:174) at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
>127) at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
>117) at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.j
>ava:108) at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:17
>4) at
> org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.ja
>va:834) at org.apache.coyote.http11.Http11AprProtocol
> $Http11ConnectionHandler.process(Http11AprProtocol.java:640)
> at org.apache.tomcat.util.net.AprEndpoint
> $Worker.run(AprEndpoint.java:1286)
> at java.lang.Thread.run(Unknown Source)
>
> I made everything required to run the Arcsde plugin (plus copied the
> jsde92_sdk.jar and jpe92_sdk.jar) into my %geoserver%/WEB-INF/lib
> directory. But although no success. Does anybody have an idea?
>
> regards
> Albrecht
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________ Geoserver-users mailing
> list Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4045,47e292b2309901439371379!

Hi Saul,
it was the first time when i tried to setup an ArcSDE-connection,
therefore i cannot make a statement to the occurence of this problem.
But if i had to guess i would agree to you :o(
regards
Albrecht

Albrecht,

Does this happen consistently? Or just every once in a while?

If it's 100% consistent, then let us know and we'll file a bug on it.

--saul

On Thu, 2008-03-20 at 15:55 +0100, Albrecht.Weiser@anonymised.com wrote:

Hi geoserver list,
i tried to setup a connection to my sde-backend to build an sde
datastore, but the connection failed. When i executed the
datastore-settings, i got the message "null" displayed in the frame.
When looking into the logs i found this entry:

20 Mrz 15:04:50 INFO [geoserver.filters] - 127.0.0.1
"POST /geoserver/config/data/storeSubmit.do" "Mozilla/5.0 (Windows; U;
Windows NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
"http://localhost:8080/geoserver/config/data/storeNewSubmit.do"

form connection params { password="xxxxxx", pool.minConnections=2,
user="xxxxxx", instance="", pool.maxConnections=2, pool.timeOut=1000,
server="xxxxx.xxxxx.hessen.de", port=5151, dbtype="arcsde"}

20 Mrz 15:04:53 WARN [geoserver.action] - Unable to fetch a list of
FeatureType names from datastore.
java.lang.NegativeArraySizeException
        at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
        at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
        at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
        at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
        at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
        at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
        at com.esri.sde.sdk.client.s.c(Unknown Source)
        at com.esri.sde.sdk.client.s.b(Unknown Source)
        at com.esri.sde.sdk.client.b.b(Unknown Source)
        at com.esri.sde.sdk.client.b.a(Unknown Source)
        at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown
Source)
        at

org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.jav
a:132)

        at

org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(Arc
SDEConnectionPool.java:372)

        at

org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.ja
va:137)

        at

org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:
66)

        at

org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.j
ava:51)

        at

org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDa
taStoresEditorAction.java:134)

        at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
        at

org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)

        at

org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)

        at

org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)

        at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
        at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)

        at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

        at

org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharac
terEncodingFilter.java:108)

        at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)

        at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

        at
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
        at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)

        at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

        at
org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:41)
        at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)

        at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:264)
        at

org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterS
ecurityInterceptor.java:107)

        at

org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(Filte
rSecurityInterceptor.java:72)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTransl
ationFilter.java:110)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter
(AnonymousProcessingFilter.java:125)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(Reme
mberMeProcessingFilter.java:142)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilt
er(SecurityContextHolderAwareRequestFilter.java:81)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessin
gFilter.java:217)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:106)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(H
ttpSessionContextIntegrationFilter.java:229)

        at org.acegisecurity.util.FilterChainProxy
$VirtualFilterChain.doFilter(FilterChainProxy.java:274)
        at

org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:1
48)

        at

org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java
:98)

        at

org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)

        at

org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)

        at

org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValv
e.java:213)

        at

org.apache.catalina.core.StandardContextValve.invoke(StandardContextValv
e.java:174)

        at

org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java
:127)

        at

org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:117)

        at

org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.
java:108)

        at

org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
74)

        at

org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.j
ava:834)

        at org.apache.coyote.http11.Http11AprProtocol
$Http11ConnectionHandler.process(Http11AprProtocol.java:640)
        at org.apache.tomcat.util.net.AprEndpoint
$Worker.run(AprEndpoint.java:1286)
        at java.lang.Thread.run(Unknown Source)

I made everything required to run the Arcsde plugin (plus copied the
jsde92_sdk.jar and jpe92_sdk.jar) into my %geoserver%/WEB-INF/lib
directory. But although no success. Does anybody have an idea?

regards
Albrecht

------------------------------------------------------------------------
-

This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ Geoserver-users

mailing list Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Hi Saul,
now i tried to connect to another SDE instance, but it wasn't successful
either. Here's the stack:

25 Mrz 10:40:06 INFO [geoserver.filters] - 127.0.0.1 "POST
/geoserver/config/data/storeSubmit.do" "Mozilla/5.0 (Windows; U; Windows
NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
"http://localhost:8080/geoserver/config/data/storeNewSubmit.do"
form connection params { password="geoview_user",
pool.minConnections=2, user="geoview_user", instance="",
pool.maxConnections=2, pool.timeOut=1000,
server="geoextra1.hmulv.hessen.de", port=5151, dbtype="arcsde"}
25 Mrz 10:40:09 WARN [geoserver.action] - Unable to fetch a list of
FeatureType names from datastore.
java.lang.OutOfMemoryError: Java heap space
  at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
  at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
  at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
  at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
  at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
  at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
  at com.esri.sde.sdk.client.s.c(Unknown Source)
  at com.esri.sde.sdk.client.s.b(Unknown Source)
  at com.esri.sde.sdk.client.b.b(Unknown Source)
  at com.esri.sde.sdk.client.b.a(Unknown Source)
  at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown
Source)
  at
org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.jav
a:132)
  at
org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(Arc
SDEConnectionPool.java:372)
  at
org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.ja
va:137)
  at
org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:
66)
  at
org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.j
ava:51)
  at
org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDa
taStoresEditorAction.java:134)
  at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
  at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
  at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
  at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
  at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharac
terEncodingFilter.java:108)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
  at
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
25 Mrz 10:40:09 INFO [geoserver.filters] - Compressing output for
mimetype: text/html;charset=UTF-8
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "POST
/geoserver/config/data/storeSubmit.do" took 3203ms
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.gif" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.gif" took 0ms
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" took 0ms
25 Mrz 10:40:10 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
25 Mrz 10:40:10 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" took 0ms

The message displayed at the frame was another one than before: "Java
heap space". May it be the same cause?
regards
Albrecht

Albrecht,

Does this happen consistently? Or just every once in a while?

If it's 100% consistent, then let us know and we'll file a bug on it.

--saul

Hi Albrecht,

what geoserver version are you using?
could you try out this nightly build:
http://gridlock.openplans.org/geoserver/1.6.x/geoserver-1.6.x-032508-bin.zip
http://gridlock.openplans.org/geoserver/1.6.x/ext-032508/geoserver-1.6.0-arcsde-plugin.zip

Gabriel
On Tuesday 25 March 2008 10:53:23 am Albrecht.Weiser@anonymised.com wrote:

Hi Saul,
now i tried to connect to another SDE instance, but it wasn't successful
either. Here's the stack:

25 Mrz 10:40:06 INFO [geoserver.filters] - 127.0.0.1 "POST
/geoserver/config/data/storeSubmit.do" "Mozilla/5.0 (Windows; U; Windows
NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
"http://localhost:8080/geoserver/config/data/storeNewSubmit.do"
form connection params { password="geoview_user",
pool.minConnections=2, user="geoview_user", instance="",
pool.maxConnections=2, pool.timeOut=1000,
server="geoextra1.hmulv.hessen.de", port=5151, dbtype="arcsde"}
25 Mrz 10:40:09 WARN [geoserver.action] - Unable to fetch a list of
FeatureType names from datastore.
java.lang.OutOfMemoryError: Java heap space
  at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
  at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
  at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
  at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
  at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
  at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
  at com.esri.sde.sdk.client.s.c(Unknown Source)
  at com.esri.sde.sdk.client.s.b(Unknown Source)
  at com.esri.sde.sdk.client.b.b(Unknown Source)
  at com.esri.sde.sdk.client.b.a(Unknown Source)
  at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown
Source)
  at
org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.jav
a:132)
  at
org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(Arc
SDEConnectionPool.java:372)
  at
org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.ja
va:137)
  at
org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:
66)
  at
org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.j
ava:51)
  at
org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDa
taStoresEditorAction.java:134)
  at
org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
  at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
ocessor.java:431)
  at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
236)
  at
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
  at
org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:269)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
  at
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharac
terEncodingFilter.java:108)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
  at
org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
  at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
tionFilterChain.java:215)
  at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
erChain.java:188)
25 Mrz 10:40:09 INFO [geoserver.filters] - Compressing output for
mimetype: text/html;charset=UTF-8
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
was: http://localhost:8080/geoserver/config/data/storeSubmit.do
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "POST
/geoserver/config/data/storeSubmit.do" took 3203ms
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.gif" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.gif" took 0ms
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" took 0ms
25 Mrz 10:40:10 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
25 Mrz 10:40:10 INFO [geoserver.filters] - 127.0.0.1 "GET
/geoserver/images/gs.ico" took 0ms

The message displayed at the frame was another one than before: "Java
heap space". May it be the same cause?
regards
Albrecht

Albrecht,

Does this happen consistently? Or just every once in a while?

If it's 100% consistent, then let us know and we'll file a bug on it.

--saul

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4045,47e8cbc3194581137850744!

Hi Gabriel,
i was using the 1.6.3.
In that nightly build you've posted the url of, i didn't even get the option to choose an ArcSDE datastorte (i copied the ArcSDE plugin to the lib folder and also the needed resources like jsde92_sdk.jar and jpe92_sdk.jar and icu4j_xy.jar). So i wasn't able to test the connection. The log didn't show anything.
regards
Albrecht

Albrecht Weiser, E6

Hessische Zentrale für Datenverarbeitung
Mainzer Straße 29, 65185 Wiesbaden
Tel.: 0611 340-1968
Fax: 0611 340-5968
E-Mail: albrecht.weiser@anonymised.com
-----Ursprüngliche Nachricht-----
Von: Gabriel Roldán [mailto:groldan@anonymised.com]
Gesendet: Dienstag, 25. März 2008 12:19
An: geoserver-users@lists.sourceforge.net
Cc: Weiser, Albrecht (HZD); sjf8@anonymised.com
Betreff: Re: [Geoserver-users] datastore:SDE wasn't able to connect toSDE-Instance

Hi Albrecht,

what geoserver version are you using?
could you try out this nightly build:
http://gridlock.openplans.org/geoserver/1.6.x/geoserver-1.6.x-032508-bin.zip
http://gridlock.openplans.org/geoserver/1.6.x/ext-032508/geoserver-1.6.0-arcsde-plugin.zip

Ah, almost forgot it.

Albrecht, we have an issue with the extension zip files[1] that we should fix
asap.
Basically the arcsde extension zip contains two versions of the geotools
arcsde plugin. A very old one which should not be there, gt2-arcsde.jar and
the actual one (gt2-arcsde-2.4-SNAPSHOT.jar).

So, you should first make sure there are no gt2-arcsde.jar file on your
geoserver/WEB-INF/lib directory (if its there just remove it).

That may be the root of all your problems. Please try that out and tell us if
that worked or not.

Gabriel

[1] <http://jira.codehaus.org/browse/GEOS-1682&gt;

On Tuesday 25 March 2008 12:18:52 pm Gabriel Roldán wrote:

Hi Albrecht,

what geoserver version are you using?
could you try out this nightly build:
http://gridlock.openplans.org/geoserver/1.6.x/geoserver-1.6.x-032508-bin.zi
p
http://gridlock.openplans.org/geoserver/1.6.x/ext-032508/geoserver-1.6.0-ar
csde-plugin.zip

Gabriel

On Tuesday 25 March 2008 10:53:23 am Albrecht.Weiser@anonymised.com wrote:
> Hi Saul,
> now i tried to connect to another SDE instance, but it wasn't successful
> either. Here's the stack:
>
> 25 Mrz 10:40:06 INFO [geoserver.filters] - 127.0.0.1 "POST
> /geoserver/config/data/storeSubmit.do" "Mozilla/5.0 (Windows; U; Windows
> NT 5.1; de; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12"
> "http://localhost:8080/geoserver/config/data/storeNewSubmit.do&quot;
> form connection params { password="geoview_user",
> pool.minConnections=2, user="geoview_user", instance="",
> pool.maxConnections=2, pool.timeOut=1000,
> server="geoextra1.hmulv.hessen.de", port=5151, dbtype="arcsde"}
> 25 Mrz 10:40:09 WARN [geoserver.action] - Unable to fetch a list of
> FeatureType names from datastore.
> java.lang.OutOfMemoryError: Java heap space
> at com.esri.sde.sdk.client.s$a_.o(Unknown Source)
> at com.esri.sde.sdk.client.s$a_.f(Unknown Source)
> at com.esri.sde.sdk.client.s$a_.g(Unknown Source)
> at com.esri.sde.sdk.client.SeLayer.h(Unknown Source)
> at com.esri.sde.sdk.client.SeLayer.g(Unknown Source)
> at com.esri.sde.sdk.client.SeLayer.f(Unknown Source)
> at com.esri.sde.sdk.client.s.c(Unknown Source)
> at com.esri.sde.sdk.client.s.b(Unknown Source)
> at com.esri.sde.sdk.client.b.b(Unknown Source)
> at com.esri.sde.sdk.client.b.a(Unknown Source)
> at com.esri.sde.sdk.client.SeConnection.getLayers(Unknown
> Source)
> at
> org.geotools.data.arcsde.PooledConnection.getLayers(PooledConnection.jav
> a:132)
> at
> org.geotools.data.arcsde.ArcSDEConnectionPool.getAvailableLayerNames(Arc
> SDEConnectionPool.java:372)
> at
> org.geotools.data.arcsde.ArcSDEDataStore.getTypeNames(ArcSDEDataStore.ja
> va:137)
> at
> org.vfny.geoserver.util.DataStoreUtils.getDataStore(DataStoreUtils.java:
> 66)
> at
> org.vfny.geoserver.util.DataStoreUtils.acquireDataStore(DataStoreUtils.j
> ava:51)
> at
> org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDa
> taStoresEditorAction.java:134)
> at
> org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:101)
> at
> org.apache.struts.action.RequestProcessor.processActionPerform(RequestPr
> ocessor.java:431)
> at
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
> 236)
> at
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
> at
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:269)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharac
> terEncodingFilter.java:108)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> at
> org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:69)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applica
> tionFilterChain.java:215)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilt
> erChain.java:188)
> 25 Mrz 10:40:09 INFO [geoserver.filters] - Compressing output for
> mimetype: text/html;charset=UTF-8
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 WARN [geoserver.filters] - Setting mimetype after
> acquiring stream! was:text/html;charset=UTF-8; set to: text/html; url
> was: http://localhost:8080/geoserver/config/data/storeSubmit.do
> 25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "POST
> /geoserver/config/data/storeSubmit.do" took 3203ms
> 25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
> /geoserver/images/gs.gif" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
> rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
> 25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
> /geoserver/images/gs.gif" took 0ms
> 25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
> /geoserver/images/gs.ico" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
> rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
> 25 Mrz 10:40:09 INFO [geoserver.filters] - 127.0.0.1 "GET
> /geoserver/images/gs.ico" took 0ms
> 25 Mrz 10:40:10 INFO [geoserver.filters] - 127.0.0.1 "GET
> /geoserver/images/gs.ico" "Mozilla/5.0 (Windows; U; Windows NT 5.1; de;
> rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12" ""
> 25 Mrz 10:40:10 INFO [geoserver.filters] - 127.0.0.1 "GET
> /geoserver/images/gs.ico" took 0ms
>
> The message displayed at the frame was another one than before: "Java
> heap space". May it be the same cause?
> regards
> Albrecht
>
>
>
> Albrecht,
>
> Does this happen consistently? Or just every once in a while?
>
> If it's 100% consistent, then let us know and we'll file a bug on it.
>
> --saul
>
>
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Geoserver-users mailing list
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

!DSPAM:4045,47e8df51221901439371379!

On Tuesday 25 March 2008 01:29:51 pm Albrecht.Weiser@anonymised.com wrote:

Hi Gabriel,
i was using the 1.6.3.
In that nightly build you've posted the url of, i didn't even get the
option to choose an ArcSDE datastorte (i copied the ArcSDE plugin to the
lib folder and also the needed resources like jsde92_sdk.jar and
jpe92_sdk.jar and icu4j_xy.jar).

did you unzipped the file and copied the gt2-arcsde-2.4-SNAPSHOT.jar and
jsqlparser.jar files to WEB-INF/lib?
may it be that you just copied the zip file as is.

Gabriel

So i wasn't able to test the connection.
The log didn't show anything. regards
Albrecht

Albrecht Weiser, E6

Hessische Zentrale für Datenverarbeitung
Mainzer Straße 29, 65185 Wiesbaden
Tel.: 0611 340-1968
Fax: 0611 340-5968
E-Mail: albrecht.weiser@anonymised.com
-----Ursprüngliche Nachricht-----
Von: Gabriel Roldán [mailto:groldan@anonymised.com]
Gesendet: Dienstag, 25. März 2008 12:19
An: geoserver-users@lists.sourceforge.net
Cc: Weiser, Albrecht (HZD); sjf8@anonymised.com
Betreff: Re: [Geoserver-users] datastore:SDE wasn't able to connect
toSDE-Instance

Hi Albrecht,

what geoserver version are you using?
could you try out this nightly build:
http://gridlock.openplans.org/geoserver/1.6.x/geoserver-1.6.x-032508-bin.zi
p
http://gridlock.openplans.org/geoserver/1.6.x/ext-032508/geoserver-1.6.0-ar
csde-plugin.zip

!DSPAM:4045,47e8f052246262143011171!