cancel
Showing results for 
Search instead for 
Did you mean: 

The system was unable to log you in

gaoyang
Champ in-the-making
Champ in-the-making
login activiti-cycle、activiti-explorer prompt The system was unable to log you in
5 REPLIES 5

frederikherema1
Star Contributor
Star Contributor
The tomcat-logfile should contain a stacktrace a bit earlier (when starting up). Can you post this exception here?

prasad1
Champ in-the-making
Champ in-the-making
I am also getting similar error "System cannot log in". I have attached my catalina.out file along with this post.

wiwengweng
Champ in-the-making
Champ in-the-making
yep, I do meet this problem too. I once do "demo.clean", and it works. but now it doesn't seem to be that wise to do this.

anyone has a good solution? pls share with us Smiley Very Happy


and this is what the log file shows:


16:36:49,972 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 08200007 Username and password does not match.
org.springframework.extensions.webscripts.WebScriptException: 08200007 Username and password does not match.
at org.activiti.rest.api.identity.LoginPost.executeWebScript(LoginPost.java:75)
at org.activiti.rest.util.ActivitiWebScript.executeImpl(ActivitiWebScript.java:68)
at org.springframework.extensions.webscripts.DeclarativeWebScript.execute(DeclarativeWebScript.java:64)
at org.springframework.extensions.webscripts.PresentationContainer.executeScript(PresentationContainer.java:69)
at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:333)
at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:189)
at org.springframework.extensions.webscripts.servlet.WebScriptServlet.service(WebScriptServlet.java:118)
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:127)
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:298)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
at java.lang.Thread.run(Unknown Source)

frederikherema1
Star Contributor
Star Contributor
After you clean demo, you should install it again. What user are you using? Username and password don't seem to match

wiwengweng
Champ in-the-making
Champ in-the-making
After you clean demo, you should install it again. What user are you using? Username and password don't seem to match

I am using activiti 5.4, and I also get this error. I delete all the files, and do it from scratch, then everything works out fine. but what's the reason??