cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to login or do webscript restart 'Script url /index does not map to a Web Script'

motaz
Champ in-the-making
Champ in-the-making
I have a problem that is I am unable to login to alfresco (the login input doesn't show) or do a webscript restart, I used to do it from share/page/index but now it gives me the following error

"Script url /index does not map to a Web Script."

here is the complete message



Web Script Status 404 - Not Found

The Web Script /share/page/index has responded with a status of 404 - Not Found.

404 Description:    Requested resource is not available.

Message:   06090093 Script url /index does not map to a Web Script.

Exception:   org.springframework.extensions.webscripts.WebScriptException - 06090093 Script url /index does not map to a Web Script.

org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:173)
org.springframework.extensions.webscripts.servlet.mvc.WebScriptView.renderMergedOutputModel(WebScriptView.java:99)
org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:250)
org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1047)
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:817)
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:719)
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:644)
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:549)
javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.alfresco.web.site.servlet.MTAuthenticationFilter.doFilter(MTAuthenticationFilter.java:74)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.alfresco.web.site.servlet.SSOAuthenticationFilter.doFilter(SSOAuthenticationFilter.java:307)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:470)
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:857)
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
java.lang.Thread.run(Thread.java:662)

Server:   Spring WebScripts - v1.0.0 (Release 958) schema 1,000
Time:   Jul 9, 2013 5:40:31 AM


This happened right after I
1)edited the site-blog-dashlet-2.0.jar and re-uploaded it to "tomcat/shared/lib"
2)then restarted the webscript from "share/page/index",

when I found this error I restored the original .jar file to the "tomcat/shared/lib", however I am now unable to access the webscript restart page as it gives the error above, also unable to login to alfresco..I went through the same problems listed on the forum, but couldn't the same issue, I would appreciate if you can assist me, thank you very much.
2 REPLIES 2

rjohnson
Star Contributor
Star Contributor
In such a situation I would first try and alfresco restart (alfresco.sh restart) or failing that restart the entire machine.

Bob Johnson

motaz
Champ in-the-making
Champ in-the-making
Thank you, Bob, restarting the alfresco fixed it.