cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Share Login Problem!

kuriachanjoseph
Champ in-the-making
Champ in-the-making
Hi All,

Recently I have installed Alfresco Community edition on my Fedora core10 32 bit server. We have created users with email ID as their user name (eg: firstname.lastname@companyname.com). Everything works perfect with Alfresco - Users are able to log in and upload documents. But when it comes to Share users are getting an error message while logging in

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Could not resolve view with name 'user/kuriachan.n@gmail' 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)

note The full stack trace of the root cause is available in the Apache Tomcat/6.0.18 logs.


and inside the tomcat log we are getting…

11:18:41,271  ERROR [extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 04130001 Login failed
org.springframework.extensions.webscripts.WebScriptException: 04130001 Login failed
        at org.alfresco.repo.web.scripts.bean.AbstractLoginBean.login(AbstractLoginBean.java:75)
        at org.alfresco.repo.web.scripts.bean.LoginPost.executeImpl(LoginPost.java:73)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.executeImpl(DeclarativeWebScript.java:231)
        at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
        at org.alfresco.repo.web.scripts.RepositoryContainer$2.execute(RepositoryContainer.java:367)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:321)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecute(RepositoryContainer.java:417)
        at org.alfresco.repo.web.scripts.RepositoryContainer.transactionedExecuteAs(RepositoryContainer.java:434)
        at org.alfresco.repo.web.scripts.RepositoryContainer.executeScript(RepositoryContainer.java:257)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:307)
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:178)
        at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:116)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
        at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:845)
        at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
        at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
        at java.lang.Thread.run(Thread.java:619)

The admin and other test users(those users not using email ID as their log in name) are able to log in to the Share without any problem.

Regards
Joseph  Smiley Sad
3 REPLIES 3

kuriachanjoseph
Champ in-the-making
Champ in-the-making
Forgot to mention the Version its - community edition 3.3

michaelc
Champ on-the-rise
Champ on-the-rise
Did you ever resolve this ?

mikeh
Star Contributor
Star Contributor
There was an encoding problem with v3.3 which meant users with a "." in their name couldn't logon to Share.

v3.3G has been released today; it'll have the fix.

Thanks,
Mike