cancel
Showing results for 
Search instead for 
Did you mean: 

Build Records Management from SVN

hkır
Champ in-the-making
Champ in-the-making
Hi, I built Alfresco 3.3g from svn. When I started share, I couldn't see "Records Management Config" dashlet in the list of dashlets, hence I downloaded and applied alfresco-dod5015-share.amp to share.war. Now daslet is visible and I can create "records management site". But when I entered site I get this exception;

15:46:28,792  ERROR [extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 07170003 Script url /slingshot/doclib/dod5015/doclist/documents/site/rm/documentLibrary does not map to a Web Script.
org.springframework.extensions.webscripts.WebScriptException: 07170003 Script url /slingshot/doclib/dod5015/doclist/documents/site/rm/documentLibrary does not map to a Web Script.
        at org.springframework.extensions.webscripts.AbstractRuntime.executeScript(AbstractRuntime.java:139)
        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: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:857)
        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(Thread.java:636)

And when I selected "File Plan" menu I see regular document library not the dod suitable one.

What is the right way of extending records management?
Thanks in advance for your help.
3 REPLIES 3

mrogers
Star Contributor
Star Contributor
In addition to the AMP for Share.war have you installed the corresponding amp to the Alfresco.war?

hkır
Champ in-the-making
Champ in-the-making
Yes this fixed the problem, thanks.
Now, I have a new question: are these amp files same for every version of the alfresco, can I use it with the wars that I build from svn head?

mrogers
Star Contributor
Star Contributor
In general each AMP will be for a specific version of Alfresco only.