[Geoserver-devel] [jira] (GEOS-5930) NPE errors when running through CSW tutorial

Mike Pumphrey created BugGEOS-5930
NPE errors when running through CSW tutorial

Issue Type:

BugBug

Affects Versions:

2.3.3

Assignee:

Niels Charlier

Components:

CSW

Created:

25/Jul/13 12:42 PM

Description:

Going through the CSW tutorial as part of copyediting, and found that many of the requests returned errors.

I was able to install the CSW module correctly (capabilities worked fine), and I believe I created the <data_dir>/csw/MD_Metadata file correctly, but the requests that follow in the tutorial all return NPEs. For example:

http://localhost:8080/geoserver/csw?service=CSW&version=2.0.2&request=GetRecords&typeNames=gmd:MD_Metadata&resultType=results&elementSetName=full&outputSchema=http://www.isotc211.org/2005/gmd

returns

<ows:ExceptionReport version="1.0.0" xsi:schemaLocation="http://www.opengis.net/ows http://localhost:8090/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd">
  <ows:Exception exceptionCode="NoApplicableCode">
    <ows:ExceptionText>java.lang.NullPointerException
null</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>

Environment:

Windows 7, Tomcat 6.0, WAR install

Fix Versions:

2.3.5

Project:

GeoServer

Priority:

MinorMinor

Reporter:

Mike Pumphrey

This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: [http://www.atlassian.com/software/jira](http://www.atlassian.com/software/jira)