Skip to content

Instantly share code, notes, and snippets.

View matthewhanson's full-sized avatar
💭
The universe is big, its vast and complicated, and ridiculous. - The Doctor

Matthew Hanson matthewhanson

💭
The universe is big, its vast and complicated, and ridiculous. - The Doctor
View GitHub Profile
/******************************************************************************
* Copyright (c) 2018, Matthew Hanson (matt.a.hanson@gmail.com)
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following
* conditions are met:
*
* * Redistributions of source code must retain the above copyright
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@matthewhanson
matthewhanson / gist:49bffa526203a696b370
Created July 9, 2015 03:41
GeoServer 2.7 error with GeoNode
org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.geoserver.web.GeoServerHomePage()
at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212)
at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:57)
at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:298)
at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:320)
at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:234)
at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)