cancel
Showing results for 
Search instead for 
Did you mean: 

Error accessing RM site

jgiffin
Champ in-the-making
Champ in-the-making
Hi,

I'm running Mac OSX.  After successfully installing the RM amps manually (there doesn't seem to be an installation program for Mac) and creating the RM site from the dashlet,  I get the following error in alfresco.log when I try to access the RM site:

22:03:59,182 ERROR [org.alfresco.web.scripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 09250004 Script url /slingshot/doclib/dod5015/doclist/documents/site/rm/documentLibrary does not map to a Web Script.
org.alfresco.web.scripts.WebScriptException: 09250004 Script url /slingshot/doclib/dod5015/doclist/documents/site/rm/documentLibrary does not map to a Web Script.
   at org.alfresco.web.scripts.AbstractRuntime.executeScript(AbstractRuntime.java:129)
   at org.alfresco.web.scripts.servlet.WebScriptServlet.service(WebScriptServlet.java:122)
   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:637)

Any help would be much appreciated.

Thanks,
-John
11 REPLIES 11

mikeh
Star Contributor
Star Contributor
Looks like the Share amp hasn't deployed correctly - are you sure you added the Share one to the Share war and not the Alfresco war?

Thanks,
Mike

jgiffin
Champ in-the-making
Champ in-the-making
Yes, I installed both amps in share.war and verified using the list command.  Is the other amp supposed to go in alfresco.war?

Thanks,
-John

java -jar /usr/local/Alfresco/bin/alfresco-mmt.jar list /usr/local/Alfresco/tomcat/webapps/share.war

Module 'org_alfresco_module_dod5015' installed in '/usr/local/Alfresco/tomcat/webapps/share.war'
   -    Title:        DOD 5015 Records Management
   -    Version:      1.0
   -    Install Date: Sun Oct 25 21:58:50 MDT 2009
   -    Desription:   Alfresco DOD 5015 Record Management Extension
Module 'org_alfresco_module_dod5015_share' installed in '/usr/local/Alfresco/tomcat/webapps/share.war'
   -    Title:        DOD 5015 Records Management Client
   -    Version:      1.0
   -    Install Date: Sun Oct 25 21:58:32 MDT 2009
   -    Desription:   Alfresco DOD 5015 Record Management Share Extension

jgiffin
Champ in-the-making
Champ in-the-making
Yep, that was it.  Once I installed alfresco-dod5015-unsupported.amp in alfresco.war rather than in share.war, it's working.

Thx for the tip!

-John

mikeh
Star Contributor
Star Contributor
Glad you got it sorted out. If the documentation is unclear on this point, please feel free to raise a JIRA issue pointing out the potential for confusion.

Thanks,
Mike

muthukimoses
Champ in-the-making
Champ in-the-making
cannot get the dashlet under share-customize dashboard/dashlets
i have installed both amps
i even have records management in data dictionary

C:\Alfresco\bin>java -jar alfresco-mmt.jar list share.war
Module 'org_alfresco_module_dod5015' installed in 'share.war'
   -    Title:        DOD 5015 Records Management
   -    Version:      1.0
   -    Install Date: Wed Oct 28 17:32:03 EAT 2009
   -    Desription:   Alfresco DOD 5015 Record Management Extension
Module 'org_alfresco_module_dod5015_share' installed in 'share.war'
   -    Title:        DOD 5015 Records Management Client
   -    Version:      1.0
   -    Install Date: Wed Oct 28 16:17:42 EAT 2009
   -    Desription:   Alfresco DOD 5015 Record Management Share Extension

C:\Alfresco\bin>java -jar alfresco-mmt.jar list alfresco.war
Module 'org_alfresco_module_dod5015' installed in 'alfresco.war'
   -    Title:        DOD 5015 Records Management
   -    Version:      1.0
   -    Install Date: Wed Oct 28 16:43:10 EAT 2009
   -    Desription:   Alfresco DOD 5015 Record Management Extension

C:\Alfresco\bin>
how do i solve this? i cannot view the dashlet at all.

jgiffin
Champ in-the-making
Champ in-the-making
This happened to me as well, and it's just because things haven't been refreshed yet.

Delete your tomcat/webapps/share directory so that it gets re-created from the new war.

Then delete the following temp dirs:
tomcat/work/Catalina/localhost/alfresco/
tomcat/temp/Alfresco/

-John

muthukimoses
Champ in-the-making
Champ in-the-making
ok. i have deleted those directories and restarted server, but no dashlet in sight.

what else can i try?

mikeh
Star Contributor
Star Contributor
It's a user dashlet, not a site dashlet.

Mike

muthukimoses
Champ in-the-making
Champ in-the-making
kindly explain the diif between user and site dashlet.

according to my understanding, the dashlet should appear under "add dashlets". so we locate the RM dashlet, then drag and drop it to the dashlets we already have. right.