Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvn clean install, fails in testing #169

Open
zacbayhan opened this issue Jan 24, 2019 · 0 comments
Open

mvn clean install, fails in testing #169

zacbayhan opened this issue Jan 24, 2019 · 0 comments

Comments

@zacbayhan
Copy link

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.

Tests in error: 
  testStructure(gov.nasa.worldwind.gs.web.AboutWWSKPageTest): javax/activation/FileTypeMap

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for WorldWind Server Kit 0.6.0:
[INFO] 
[INFO] WorldWind Server Kit ............................... SUCCESS [ 47.149 s]
[INFO] WorldWind GeoPackage Module ........................ SUCCESS [02:13 min]
[INFO] WorldWind GeoServer WMS Module ..................... SUCCESS [01:58 min]
[INFO] WorldWind Core UI Module ........................... FAILURE [ 13.736 s]
[INFO] WorldWind GeoPackage Extension ..................... SKIPPED
[INFO] WorldWind GeoServer Explorer ....................... SKIPPED
[INFO] WorldWind GeoServer Application .................... SKIPPED
[INFO] WorldWind GeoServer Distribution ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:14 min
[INFO] Finished at: 2019-01-24T01:55:32Z
[INFO] ------------------------------------------------------------------------
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant