Hello,
I am running Alfresco Community-5.2.0. I use mmt to install my extension. It reports correctly, but it does not install the jar file. I installed the same extension in another Alfresco installation of the same configuration and that works well.
Here is the commands I used:
[/opt/alfresco-community]$ sudo java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)[/opt/alfresco-community]$ sudo java -jar ./bin/alfresco-mmt.jar install ~/alf-exts/montage-qcdoc-share-jar-2.3.amp ./tomcat/webapps/share.war -verboseInstalling AMP '*****/alf-exts/montage-qcdoc-share-jar-2.3.amp' into WAR './tomcat/webapps/share.war'
Backing up file...
The back up is at '/opt/alfresco-community/./tomcat/webapps/share.war-1550201260616.bak'
INFO: Checking the war version using the manifest.
Adding files relating to version '2.3' of module 'montage-qcdoc-share-jar'
- File '/WEB-INF/lib/montage-qcdoc-share-jar-2.3.jar' added to war from amp[/opt/alfresco-community]$ sudo java -jar ./bin/alfresco-mmt.jar list ./tomcat/webapps/share.war
Module 'montage-qcdoc-share-jar' installed in './tomcat/webapps/share.war'
- Title: *****************
- Version: 2.3
- Install Date: Fri Feb 15 11:27:40 CST 2019
- Description: **********************
...[/opt/alfresco-community]$ cd /opt/alfresco-community/tomcat/webapps/share[/opt/alfresco-community/tomcat/webapps/share]$ ls WEB-INF/classes/alfresco/module/There is no folder montage-qcdoc-share and the two files under that folder are missing.[/opt/alfresco-community/tomcat/webapps/share]$ ls WEB-INF/lib/montage-*The jar file montage-qcdoc-share-jar-2.3.jar is expected but missing.
What is wrong?
Thanks.
Solved! Go to Solution.
Your original approach was almost correct. It was just missing a
rm -rf /opt/alfresco-community/tomcat/webapps/share
before restarting Tomcat.
MMT only installs AMPs into a WAR. You are looking in the exploded web app path for the JAR, which will not contain it unless you first clear the exploded wep app directory and restart Tomcat.
I found that the MMT tool works only when the alfresco is running.
That may be "working" by sheer luck of using the default (in my eyes not recommended) configuration of Tomcat of "redeploy=true" - that is very dangerous. Doing this at runtime will dynamically trigger undeploy/redeploy cycles in Tomcat, which may fail due to Alfresco not really cleaning up after itself during an undeploy, which can lead to residual stuff being kept in memory.
What is the correct steps then?
The manual does not say that alfresco shall be stopped. MMT does not manage the lib and module directories when Alfresco is not running.
Your original approach was almost correct. It was just missing a
rm -rf /opt/alfresco-community/tomcat/webapps/share
before restarting Tomcat.
It works. Thank you!
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.