Post your definition of the xmlui context in Tomcat's server.xml. That was the problem in the other thread, so let's double-check.
These error messages also seem to indicate an error in context configuration - the xmlui webapp wasn't started for some reason. On Thu, Nov 29, 2012 at 12:45 AM, Matthew McKinley <[email protected]> wrote: > Nov 28, 2012 3:27:38 PM org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart > Nov 28, 2012 3:27:38 PM org.apache.catalina.core.StandardContext start > SEVERE: Context [/xmlui] startup failed due to previous errors > Nov 28, 2012 3:27:38 PM org.apache.catalina.loader.WebappClassLoader > clearThreadLocalMap > SEVERE: A web application created a ThreadLocal with key of type > [org.springframework.core.NamedThreadLocal] (value [Prototype beans > currently in creation]) and a value of type [null] (value [null]) but failed > to remove it when the web application was stopped. To prevent a memory leak, > the ThreadLocal has been forcibly removed. > Nov 28, 2012 3:27:38 PM org.apache.catalina.loader.WebappClassLoader > clearThreadLocalMap If you look up that error (SEVERE: A web application created a ThreadLocal with key of type [org.springframework.core.NamedThreadLocal]) in Google, does any of it seem to be conencted with your customizations? If your modifications change any sitemaps, post those patches. Did you also start with a clean 1.8 config directory, putting in your changes? I see I already told you that, just checking. I looked briefly at your original stack trace and it struck me as familiar, in fact, I just encountered somthing similiar today. Caused by: java.net.MalformedURLException You should check that your configuration value "discovery.search.server" contains a valid URL (http://localhost:8080/solr/search) and not a value ${something}. In fact, post the output of grep -RnI '\${.*}' /dspace/config/* Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Keep yourself connected to Go Parallel: VERIFY Test and improve your parallel project with help from experts and peers. http://goparallel.sourceforge.net _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

