Trying to save a store on 2.9.x results in the following:
Caused by: java.lang.IllegalArgumentException: Unable to save the store: Store 'bluemarble' already exists in workspace 'topp'
at org.geoserver.web.data.store.CoverageStoreEditPage.doSaveStore(CoverageStoreEditPage.java:216)
at org.geoserver.web.data.store.CoverageStoreEditPage$1.onSubmit(CoverageStoreEditPage.java:160)
at org.geoserver.web.wicket.GeoServerDialog.submit(GeoServerDialog.java:169)
at org.geoserver.web.wicket.GeoServerDialog$4.onSubmit(GeoServerDialog.java:184)
at org.apache.wicket.ajax.markup.html.form.AjaxSubmitLink$1.onSubmit(AjaxSubmitLink.java:110)
at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior$AjaxFormSubmitter.onSubmit(AjaxFormSubmitBehavior.java:215)
at org.apache.wicket.markup.html.form.Form.delegateSubmit(Form.java:1307)
at org.apache.wicket.markup.html.form.Form.process(Form.java:974)
at org.apache.wicket.markup.html.form.Form.onFormSubmitted(Form.java:795)
at org.apache.wicket.ajax.form.AjaxFormSubmitBehavior.onEvent(AjaxFormSubmitBehavior.java:171)
at org.apache.wicket.ajax.AjaxEventBehavior.respond(AjaxEventBehavior.java:155)
at org.apache.wicket.ajax.AbstractDefaultAjaxBehavior.onRequest(AbstractDefaultAjaxBehavior.java:588)
... 103 more
|