've been updating from Magnolia CE 4.3.1 to 4.4.3 and I run into a problem with slf4j-api-1.6.0.jar It seemed like Magnolia did not find the updated version of the jar file (previously it was slf4j-api-1.5.11.jar) so I simply put back slf4j-api-1.5.11.jar and it worked. The problem is that I'm not sure until what extent this is going to work/break my instance.
Here is the error message I get: The requested version 1.5.11 by your slf4j binding is not compatible with [1.6]. See http://www.slf4j.org/codes.html#version_mismatch for further details. I went and it seems like its a mismatch with another jar file, I think the issue is coming from slf4j-log4j12-1.5.11.jar which needs to be updated to slf4j-log4j12-1.6.0.jar I found that jar file here but I'm not too confident on the fact that it is the correct one http://grepcode.com/snapshot/repo1.maven.org/mave... I got the following error message when replacing the slf4j-log4j12-1.5.11.jar by slf4j-log4j12-1.6.0.jar "SEVERE: Error deploying web application directory magnoliaAuthor java.lang.NoSuchMethodError:" "org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V" "at org.apache.commons.logging.impl.SLF4JLocationAwareLog.error(SLF4JLocationAwareLog.java:225)" [...] -- Also, after the "Magnolia installation and update" I get a few of these messages: "Absolute path already in location /modules/standard-templatingkit/templates/stkHome/mainArea/template." "Node template not found on location /modules/standard-templatingkit/templates/stkArticle/mainArea during update process." I'm not too sure what those messages mean. The site seems to work fine but almost no testing has been done for now. Is there anything I missed or any typical error I should be aware of that happen during updates? -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=37ba6072-8fbd-4c35-8501-ed35e512117b ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
