Thanks for the fixing the plugin Brent, but this new version doesn't want to work.
Previously i was using the 1.3.x plugin which worked fine, but now when trying to add the datastore (using same connections params) ...
form connection params { password="xxxxx", pool.minConnections=2, user="sde", instance="", pool.maxConnections=2, pool.timeOut=1000, server="test", port=60170, dbtype="arcsde"}
182422 [WARNING] org.geotools.data.arcsde.ConnectionConfig - No database name specified
182422 [WARNING] org.geotools.data.arcsde.ConnectionConfig - No database name specified
182422 [WARNING] org.geotools.data.arcsde.ConnectionConfig - No database name specified
java.lang.NoClassDefFoundError: org/apache/commons/pool/PoolableObjectFactory
at org.geotools.data.arcsde.ConnectionPoolFactory.createPool(ConnectionPoolFactory.java:79)
at org.geotools.data.arcsde.ArcSDEDataStoreFactory.createDataStore(ArcSDEDataStoreFactory.java:143)
at org.vfny.geoserver.action.data.DataDataStoresEditorAction.execute(DataDataStoresEditorAction.java:131)
at org.vfny.geoserver.action.ConfigAction.execute(ConfigAction.java:98)
............
Any ideas?
I guess my next query would be the difference between the versions. I can see this vers is from the newer geotools build ... but what exactly is the differences or improvements?
@Chris: I dont have access to postgis/oracle at the moment so i couldnt confirm whether SQL output is there or not. I realise SDE isnt "SQL", but i'd still like to see what Geoserver is requesting in order to narrow things down. Judging from some other similar posts to the mailinglist, maybe it is across the other datastores. I just logged http://jira.codehaus.org/browse/GEOS-747 on this for your reference.
Cheers lads,
On Wed, 18 Oct 2006 12:36:22 -0400, Chris Holmes <cholmes@anonymised.com> wrote:
Chris, is it not setting the output SQL for any datastores? Or just for
ArcSDE? ArcSDE doesn't really support sql, and I'm not sure if we send
some text command or if it's just modifying stuff in their api.
If you could report on which datastores you're not getting SQL queries
with that'd be great. I do think this should be a blocker before 1.4.0,
since it's like flying blind without knowing that, but it's done on a
per datastore basis.
best regards,
Chris
Brent Owens wrote:
Oops, that ArcSDE problem would be my fault. I will correct he file and
upload a new version.
I agree that the SQL in the query would be nice to see.
If you make a Jira task for it we can get it out for a later release.
Brent Owens
(The Open Planning Project)
Chris Tweedie wrote:
1. The ArcSDE jar under "GeoServer Extras 1.4.x" seems to be
incomplete. The package only contains a .pom file?? The others all seem
fine though.
2. I have seen a few other people post this, but is there any reason
why Geoserver does not output the SQL query it sends to the db even when
loglevel is set to all? I could have sworn this info was available in the
logs on earlier builds (maybe 1.2.x series). Its very difficult trying to
debug WFS performance issues when you can not accurately see what
Geoserver is requesting from the db. All i can see on 1.3.x and now 1.4 is
the standard filter formulation ... show me the sql! 
Thanks guys,
Chris
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services,
security?
Get stuff done quickly with pre-integrated technology to make your job
easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:1003,45364982209734750375898!
--
Chris Tweedie