cancel
Showing results for 
Search instead for 
Did you mean: 

Share Sites Broken on Tomcat Restart

jasondalycan
Champ in-the-making
Champ in-the-making
I just downloaded build 19808 (Alfresco Community 3.3G – as recommended due to the user@domain.tld login bug listed within this forum (http://forums.alfresco.com/en/viewtopic.php?f=47&t=26040) ) and I now face the following scenario:

    Create a site named Test with user test
    Visit the site – no issue
    Restart Alfresco, login and click on the site link – an error is thrown indicating that the view site/test/dashboard is not accessible
Following is the stack trace for this error:


javax.servlet.ServletException: Could not resolve view with name 'site/test/dashboard' in servlet with name 'Spring Surf Dispatcher Servlet'
   org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1042)
   org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:798)
   org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
   org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
   org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)

-JASON
11 REPLIES 11

kevinr
Star Contributor
Star Contributor
I reproduced the upgrade bug using a dataset from 3.0->3.3.

We are investigating.

Cheers,

Kev

escoreal
Champ in-the-making
Champ in-the-making
Hi,

we have the same issue with the current nightly build of 3.3g.

Versions: Alfresco started (Community): Current version 3.3.0 (g 2860) schema 4100 - Originally installed version 3.0.0 (Stable 1526) schema 1002

exception:
javax.servlet.ServletException: Could not resolve view with name 'site/test3/dashboard' in servlet with name 'Spring Surf Dispatcher Servlet'
   org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1042)
   org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:798)
   org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:716)
   org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:647)
   org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:552)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
   javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
   org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:67)

esco

*edit*
Build 2860 ist now final. Now we can't use 3.3 or 3.3g. Do we have to wait to 3.4?