geosolutions-it / geoserver-manager

Java client library for GeoServer
MIT License
254 stars 192 forks source link

why does it show “java.lang.NoSuchMethodError”? #202

Closed qxang closed 8 years ago

qxang commented 8 years ago

My codes: try { URL = new URL(RESTURL); manager = new GeoServerRESTManager(URL, RESTUSER, RESTPW); reader = manager.getReader(); publisher = manager.getPublisher(); System.out.print(reader.existGeoserver()); // List tt = (List) reader.getWorkspaceNames(); } catch (MalformedURLException e) { e.printStackTrace(); } Exception in thread "main" java.lang.NoSuchMethodError: org.apache.commons.httpclient.HttpConnectionManager.closeIdleConnections(J)V

simboss commented 8 years ago

Issues are not for questions, use the ML :)