[Geoserver-users] Method Missing

I have migrated the data over from one server to another, and for some reason I can save mapping data, but not delete it. The geoserver is the same on both servers, but I always get the error: Caused by: org.postgresql.util.PSQLException: ERROR: function st_extent(geometry) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 42

Any ideas would be awesome. I am using version 2.30

Hi,

Error comes from PostgreSQL database. Do you use the same database for both Geoserver installations? For checking if the function is really missing from the database you can make SQL query directly with psql

select st_extent(geometry) from your_table;

-Jukka Rahkonen-

________________________________
Curtis Shmigelsky wrote:

I have migrated the data over from one server to another, and for some reason I can save mapping data, but not delete it. The geoserver is the same on both servers, but I always get the error: Caused by: org.postgresql.util.PSQLException: ERROR: function st_extent(geometry) does not exist Hint: No function matches the given name and argument types. You might need to add explicit type casts. Position: 42

Any ideas would be awesome. I am using version 2.30