On Wed, Mar 23, 2011 at 1:47 PM, <[email protected]> wrote: > > Hi, > > We have a fully working Geoserver 2.0.2 except WFS with gml3 is not > working. If I do a GetFeature request, I won't get anything but this: > > <ows:ExceptionReport version="1.0.0" > xsi:schemaLocation="http://www.opengis.net/ows > http://kartta.suomi.fi/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"> > <ows:Exception exceptionCode="NoApplicableCode"> > <ows:ExceptionText>java.lang.NullPointerException > null</ows:ExceptionText> > </ows:Exception> > </ows:ExceptionReport> > > The request is ok and has been tested with a test server containing the > same data, actually with a same database. Even the demo requests in that > faulty server are causing the same exeption. > > I installed parallel Geoserver and configured the same store and layer. > WFS with gml3 seem to be working ok. > > I wouldn't want to install the whole system all over again, because > there are a lot of metadata and other things configured as well. So, I > am asking if I could fix that installation. From where I would find the > reason for this Null Pointer Exception? I don't think there is much more > information in the log, just the null pointer.
Can you provide the full stack trace? It's in the logs, or you can get it in the response as well by enabling "verbose exception reporting" in the "server" settings. Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 333 8128928 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
