Tell me more ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

I recently upgraded to 2.2.2 and I am running in to trouble trying to use the REST api to obtain workspace info. If I enter "http://geoserver.ourdomain.org/goeserver/rest/workspaces/" I get a list of available workspaces on our server, however I cannot access them, clicking on one produces a blank page with the error;

  • No such workspace: "workspace_name"

but if I send a request to the server looking for the default workspace:

http//geoserver.ourdomain.org/geoserver/rest/workspaces/default.xml

I get xml showing the correct default workspace name as well as tags for DataStores, CoverageStores, etc... I think it is also important to add that when I use the actual server name (localhost:port instead of the user friendly url) in the request it fails to return the default workspace as well, I am new to geoserver and did not configure the initial install but I do have admin access, can anyone point me in the right direction?

If logs are needed I will post them in an edit. Thank you!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.