cancel
Showing results for 
Search instead for 
Did you mean: 

04240000 No 'login' page type configured

ksperling
Champ in-the-making
Champ in-the-making
Hi,

I've just set up Alfresco Community Edition 3.4d (using the ZIP from http://process.alfresco.com/ccdl/?file=release/community/build-3370/alfresco-community-3.4.d.zip) on a fresh Tomcat 6.0.32 install. I have made no changes to the .war files or any of the configuration XML files. After configuring the MySQL parameters in alfresco-global.properties alfresco.war seems to run fine, I can log into alfresco explorer and browse around spaces etc.

However when I try to access Share, I get a 500 response with the following error:
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.Exception: org.springframework.extensions.surf.exception.PlatformRuntimeException: 04240000 No 'login' page type configured - but page auth required it.

This is the same error as mentioned in this issue: http://issues.alfresco.com/jira/browse/ALF-2403 however that issue is meant to be fixed in 3.3g.

Does anybody have any pointers for fixing this?

Cheers, Karsten
4 REPLIES 4

shmoula
Champ in-the-making
Champ in-the-making

mikeh
Star Contributor
Star Contributor
This is not a bug, the "awe" WAR file is not designed to be used as a standalone web application, AWE is used within the Web Quick Start application.

Please refer to http://wiki.alfresco.com/wiki/Web_Quick_Start for more information on Web Quick Start

colinfindlay
Champ in-the-making
Champ in-the-making
Thanks Mike/shmoula, however the OP mentioned he had a problem accessing Share - not AWE.

So http://localhost:8080/share/page/site-index is returning:


org.springframework.extensions.surf.exception.PlatformRuntimeException: 07090003 No 'login' page type configured - but page auth required it.
   org.springframework.extensions.surf.mvc.PageView.renderView(PageView.java:283)
   org.springframework.extensions.surf.mvc.AbstractWebFrameworkView.renderMergedOutputModel(AbstractWebFrameworkView.java:285)
   org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
   org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1060)
   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:74)
   org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:301)

gvola
Champ in-the-making
Champ in-the-making
Hello

I have the same kind of error when logging to share.

11:14:19,753 ERROR [org.alfresco.web.site] org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.Exception: org.springframework.extensions.surf.exception.PlatformRuntimeException: 11060003 No 'login' page type configured - but page auth required it.
java.lang.Exception: org.springframework.extensions.surf.exception.PlatformRuntimeException: 11060003 No 'login' page type configured - but page auth required it.