Hi Keith, On 24 Oct 2015 at 15:20:10, Keith Davis ([email protected](mailto:[email protected])) wrote:
I am trying to update from 7.2 to 7.3 Milestone 1.
Almost every single time I do an update, I run into problems and either parts of the wiki don't work or it won't load at all.
Right now, won't load at all. Blank screen. No error, no nothing. Logs are not helping.
24-Oct-2015 08:07:08.398 INFO [Core extension repository updater] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load [org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access. java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [org.xwiki.extension.repository.xwiki.internal.XWikiExtension]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
[snip]
Caused by: org.xwiki.component.phase.InitializationException: Failed to lookup configured Solr instance type [embedded] at org.xwiki.search.solr.internal.SolrInstanceProvider.initialize(SolrInstanceProvider.java:74) ~[xwiki-platform-search-solr-api-7.3-milestone-1.jar:na]
[snip] I don’t know how you did the upgrade (you didn’t mention) but the error above seems to indicate that you have an incomplete WAR file and that it’s missing the xwiki-platform-search-solr-api-<version>.jar JAR. Could you check if you have it in your WEB-INF/lib? Thanks -Vincent