You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone, I'm attempting to build the server kit and seems to chug along nicely for a while until it gets into the tests. if anyone happens to know a quick fix, or notice i'm doing something wrong please let me know.
Jan 24, 2019 1:55:29 AM org.geoserver.platform.GeoServerExtensions checkContext
WARNING: Extension lookup 'ExtensionFilter', but ApplicationContext is unset.
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.147 sec <<< FAILURE!
testStructure(gov.nasa.worldwind.gs.web.AboutWWSKPageTest) Time elapsed: 6.351 sec <<< ERROR!
java.lang.NoClassDefFoundError: javax/activation/FileTypeMap
at org.springframework.mock.web.MockServletContext.getMimeType(MockServletContext.java:293)
at org.apache.wicket.protocol.http.WebApplication.getMimeType(WebApplication.java:1011)
at org.apache.wicket.core.util.resource.UrlResourceStream.getData(UrlResourceStream.java:124)
The text was updated successfully, but these errors were encountered:
Hi everyone, I'm attempting to build the server kit and seems to chug along nicely for a while until it gets into the tests. if anyone happens to know a quick fix, or notice i'm doing something wrong please let me know.
The text was updated successfully, but these errors were encountered: