It's probably caused by the GeoServer Dispatcher system while looking up for a bean that handles the GetCaps operation on a "wms service" for version 1.1.0. Rationale being that GeoServer implements 1.1.1 and no 1.1.0. But that's just guessing based on the error description and what the Dispatcher does this days:
if (operation == null || !exists) { String msg = "No such operation " + req; throw new ServiceException(msg, "OperationNotSupported", req.getRequest()); } Note it adds the request as a locator parameter to the ServiceException just like in what you're getting. If you find how to pass 1.1.1 as version instead of 1.1.0 that might fix it. Hope that helps, Gabriel On Thu, 2010-11-25 at 14:47 +0100, Arne Kepp wrote: > The problem is probably caused by what you describe in your other email: > > code="OperationNotSupported" locator="GetCapabilities?SERVICE=WMS"No > operation wms 1.1.0 GetCapabilities?SERVICE=WMS > > Unfortunately, I don't know the cause of that message, and since 1.7.x is a > dead branch it's hard to prioritize it. (See [1] if you need long term > support) > > Is there any reason why you are not using GeoServer 2.0.2 ? Changing the port > to 8090 is not a problem in that release, since all the communication happens > internally. > > -Arne > > 1: http://geoserver.org/display/GEOS/Commercial+Support > > > > > On 11/25/10 11:58 AM, Luís de Sousa wrote: > > Dear all, > > > > I'm still stuck with this error: > > > > code="OperationNotSupported" locator="GetCapabilities?SERVICE=WMS"No > > operation wms 1.1.0 GetCapabilities?SERVICE=WMS > > > > Does anyone knows what's the cause? The Geoserver log is throughing > > out these lines when GWC starts: > > > > 2010-11-25 10:42:52,778 INFO [util.XMLConfiguration] - Failed to find > > geowebcache.xml. This is not a problem unless you are trying to use a > > custom XML configuration file. > > 2010-11-25 10:42:52,778 ERROR [layer.TileLayerDispatcher] - Unable to > > determine configuration directory. > > 2010-11-25 10:43:06,561 INFO [geowebcache.GeoWebCacheDispatcher] - > > Read 425 from blank PNG file (expected 425). > > > > But these doesn't seem to be related. What else can I do to test GWC? > > > > Thank you, > > > > Luís > > > > ------------------------------------------------------------------------------ > > Increase Visibility of Your 3D Game App& Earn a Chance To Win $500! > > Tap into the largest installed PC base& get more eyes on your game by > > optimizing for Intel(R) Graphics Technology. Get started today with the > > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > > http://p.sf.net/sfu/intelisp-dev2dev > > _______________________________________________ > > Geoserver-users mailing list > > Geoserver-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/geoserver-users > > > ------------------------------------------------------------------------------ > Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! > Tap into the largest installed PC base & get more eyes on your game by > optimizing for Intel(R) Graphics Technology. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > _______________________________________________ > Geoserver-users mailing list > Geoserver-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/geoserver-users -- Gabriel Roldan grol...@opengeo.org Expert service straight from the developers ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ Geoserver-users mailing list Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users