MMT Error
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2015 12:06 PM
I have created two AMPs one for alfresco and one for share, however when I deploy the command… $_java -jar $ALF_HOME/bin/alfresco-mmt.jar install $ALF_HOME/amps $CATALINA_HOME/webapps/alfresco.war -force -directory $* from the script this warning comes up - WARNING: The file '/WEB-INF/lib/slf4j-api-1.7.7.jar' is being overwritten by this module. The original has been backed-up to '/WEB-INF/classes/alfresco/module/backup/53e75990-4c0b-11e5-b31b-f58fe596a424.bin'
obviously I forced it anyway so it creates the .war file but when the .war file explodes on alfresco restart I only have a partial alfresco folder.. I am wondering is this overwriting important .jars? And if so how can I make it so it isnt?
obviously I forced it anyway so it creates the .war file but when the .war file explodes on alfresco restart I only have a partial alfresco folder.. I am wondering is this overwriting important .jars? And if so how can I make it so it isnt?
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2015 07:09 PM
It shouldn't matter. The warning is just that there are two different versions of slf4j. It's not ideal, but it's probably o.k. If you want to get rid of the problem then You should probably remove you sl4j library from your amp.
I think that warning is probably unrelated to your war file not exploding. Unpacking a war file is not likely to go wrong. Need more details.
I think that warning is probably unrelated to your war file not exploding. Unpacking a war file is not likely to go wrong. Need more details.
