|
From: markusin <mar...@in...> - 2012-02-23 17:32:51
|
I was able now to solve this problem:
at the end it was the geowebcache.xml file, which was not valid.
The validator send two invalid notations:
1) keyword tag not valid
Description Resource Path Location Type
cvc-complex-type.2.4.a: Invalid content was found starting with element
'keyword'. One of '{"http://geowebcache.org/schema/1.3.0":string}' is
expected. geowebcache.xml /Test/src line 10 XML Problem
<keywords>
<string>WMS</string>
</keywords>
2) expireCacheList tag not valid
cvc-complex-type.2.4.a: Invalid content was found starting with element
'expireCacheList'. One of '{"http://geowebcache.org/schema/1.3.0":palette,
"http://geowebcache.org/schema/1.3.0":vendorParameters,
"http://geowebcache.org/schema/1.3.0":cachePrefix}' is expected.
geowebcache.xml /Test/src line 69 XML Problem
hope this helps also for someone else:
cheers Markus
--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Common-problem-with-GWC-error-creating-bean-with-name-gwcFacade-defined-in-URL-tp4495695p4499349.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
|