Ticket #51 (closed defect: fixed)
Doesn't work by default
| Reported by: | fred.wen@… | Owned by: | arneke |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | core | Version: | |
| Keywords: | Cc: |
Description
I installed GeoSever? 1.7.0RC3. It works fine. I noticed it has the GeoWebCache jar files included. But just in case, I overwrote the files with geoserver-1.7.0-RC3-gwc-plugin.zip. I tried to run a few examples in tiled version and none works. For example for topp:states layer, I use the tiled version:
http://localhost:8080/geoserver/gwc/service/wms?bbox=-127.61950064999999,23.7351786,-64.08177035,50.592523400000005&styles=&Format=application/openlayers&request=GetMap&version=1.1.1&layers=topp:states&width=800&height=317&srs=EPSG:4326
The page hung while Tomcat took a lot of CPU.
For sf:roads the tomcat log indicates error:
23 Sep 09:18:20 ERROR [geowebcache.GeoWebCacheDispatcher?] - Unable to match requested SRS EPSG:26713 to those supported by layer http://localhost:8080/geoserver/gwc/service/wms
The url in readme http://localhost:8080/geoserver/gwc/service/ve?layers=topp:states&quadkey=02 gives returns http status 400: The request sent by the client was syntactically incorrect ().
What's going wrong?
