On Thursday, January 4, 2018 at 10:57:55 AM UTC-5, Rodrigo Sebastian 
Hidalgo Avila wrote:
>
> I modified the xmlui.xml file, removing the path attribute:
>
> <?xml version='1.0'?>
> <Context 
>     docBase="/home/isadmin/webapps/xmlui"
>     reloadable="true"
>     cachingAllowed="false"/>
>
> then I rebooted tomcat but it still doesn't work.
>
> Here are the tomcat log files of the test run.
>
>

Removing the 'path' attribute would not fix the problem.  In a stand-alone 
Context file, the 'path' attribute is, at best, useless, and so should not 
be coded.  I cannot prove it, but I believe that I have seen some versions 
of Tomcat confused by a 'path' where it should not be.

Thank you for sending the log files.  In 'catalina.log' and 
'catalina.2018-01-04.log' we see "SEVERE [localhost-startStop-2] 
org.apache.catalina.core.StandardContext.startInternal One or more 
listeners failed to start. Full details will be found in the appropriate 
container log file".  The container is 'localhost', and in 
'localhost.2018-01-04.log' we see "SEVERE [localhost-startStop-2] 
org.apache.catalina.core.StandardContext.listenerStart Excepción enviando 
evento inicializado de contexto a instancia de escuchador de clase 
org.dspace.servicemanager.servlet.DSpaceKernelServletContextListener  
java.lang.RuntimeException: Failure during filter init: access denied 
("java.io.FilePermission" "/home/isadmin" "read")".  Your Tomcat process 
lacks permission to read '/home/isadmin'.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to