<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 01/30/2013 10:16 PM, 杨华杰 wrote:<br>
    </div>
    <blockquote
cite="mid:CACx=zn90Qf6TgD_hTpRA=eoJK8vqBoZfHvM6cz-mrMpJTxxA+g@mail.gmail.com"
      type="cite"><font color="#ff0000">org.geoserver.wfs.WFSException:
        Error performing insert: java.lang.String cannot be cast to
        com.vividsolutions.jts.geom.Geometry</font></blockquote>
    <br>
    That line is the key to determining what went wrong. You have a
    string representation of a geometry that is unparsable by the WFS
    server. The error message doesn't give any more details than that
    unfortunately. However, since you are using Geoserver, if you have
    admin access to the server, you can change the logging to GeoTools
    Developer logging and get as much detail as possible. Just make sure
    and NEVER EVER leave the server in that logging mode in a production
    machine.<br>
    <br>
    Hope that helps<br>
    <br>
    Matt Priour<br>
    <br>
  </body>
</html>