On Thu, Aug 14, 2014 at 7:17 AM, Anas A <[email protected]> wrote:

> Dear Friends,
>  i am using an application which render and shows map as GWC layer but
> after a certain extend the map getting failed to load and end up with an
> error like 'problem communicating with geoserver' when i open the geoserver
> and layer preview tab am getting the following error,what mite be the root
> clause of this problem ??am with geoserver 2.3.5
>

This version of GeoServer is no more supported, that said, read below*Caused
by: java.lang.NullPointerException*

> * at org.geoserver.wms.WMS.getSvgRenderer(WMS.java:446)*
>

Your wms.xml file got currupted it seems, or it's missing some bits. It's
probably missing this entry:

  <metadata>
    <entry key="svgAntiAlias">true</entry>
    <entry key="svgRenderer">Batik</entry>  <-- this one!
  </metadata>

Cheers
Andrea


-- 
==
GeoServer Professional Services from the experts! Visit
http://goo.gl/NWWaa2 for more information.
==

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39  339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------
------------------------------------------------------------------------------
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to