[GIS] java.lang.NullPointerException with GeoServer and Postgis

geoserveropenlayers-2postgisxml

I am continuing work that another person began based on Geoserver and postgis. On the database level there are many tables and the layers are views based on these tables. That is working great!

Now I want to create some other tables and views. I have also been adding them to GeoServer. In order to check if this is working I selected the Layer Preview opyion and I clicked on Open Layer in the Common Formats column. The result is that a popup is displayed to download an XML file, but when I open it, it says:

<ServiceExceptionReport version="1.1.1">
    <ServiceException> java.lang.NullPointerException null </ServiceException>
</ServiceExceptionReport>

For the layers created by the other person, this works fine. I compared two layers and they seem to be similar, so what am I doing wrong?

PS: All layers are converted from shapefiles to postgis.

Best Answer

My solution was go to option server state -> reload and that is all.

Related Question