cancel
Showing results for 
Search instead for 
Did you mean: 

Problem when detailing a content

cantoni
Champ on-the-rise
Champ on-the-rise
Hello,

I'm with problem when detail any content of my repo (Alfresco 4.0). The following exception is generated:


javax.faces.FacesException: javax.servlet.ServletException: File "/jsp/extension/document-details.jsp" not found
caused by:
org.apache.jasper.JasperException: javax.servlet.ServletException: File "/jsp/extension/document-details.jsp" not found
caused by:
javax.servlet.ServletException: File "/jsp/extension/document-details.jsp" not found

Ocultar Detalhes

javax.faces.FacesException: javax.servlet.ServletException: File "/jsp/extension/document-details.jsp" not found
at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:432)
at org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:255)
at org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:41)
at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:146)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:147)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.alfresco.repo.web.filter.beans.SessionSynchronizedFilter.doFilter(SessionSynchronizedFilter.java:67)

Yesterday I posted this message in Configurartion (http://forums.alfresco.com/en/viewtopic.php?f=9&t=43003).

I don't know if that problems are related. Can someone help me, please?

Thanks.
Luiz
1 REPLY 1

cantoni
Champ on-the-rise
Champ on-the-rise
SOLVED: The problems are related.

The file tomcat6/shared/classes/alfresco/extensio/web-client-config-custom.xml, shared by my two Alfresco instances (3.4 e 4.0), are configured for a custom document-detail.jsp which is located in tomcat6/webapps/alfresco/jsp/extension, but in my second Alfresco instance the folder tomcat6/webapps/alfresco40/jsp/extension doesn't exists. I've created the same folder in alfresco40/jsp and copy document-detail.jsp (from content) and works fine.

Sorry my english. 🙂

Regards,