On Fri, Oct 16, 2009 at 4:28 PM, Fabricio Lemos < [email protected]> wrote:
> Hello, > > Do you have any instructions on running Continuum on Jboss 5.1? I tried to > deploy the war but got this error: > > 11:01:35,734 INFO [TomcatDeployment] deploy, > ctxPath=/apache-continuum-1.3.4 > 11:01:36,406 ERROR [STDERR] SLF4J: Class path contains multiple SLF4J > bindings. > 11:01:36,406 ERROR [STDERR] SLF4J: Found binding in [vfszip:/D:/java/ > jboss-5.1.0.GA/server/default/deploy/apache-continuum-1.3.4.war/WEB-INF/lib/slf4j-log4j12-1.5.8.jar/org/slf4j/impl/StaticLoggerBind > er.class] > 11:01:36,406 ERROR [STDERR] SLF4J: Found binding in [vfszip:/D:/java/ > jboss-5.1.0.GA/common/lib/slf4j-jboss-logging.jar/org/slf4j/impl/StaticLoggerBinder.class > ] > 11:01:36,406 ERROR [STDERR] SLF4J: See > http://www.slf4j.org/codes.html#multiple_bindings for an explanation. > http://www.slf4j.org/codes.html#multiple_bindings Try to remove one of slf4. I think there is collision with these libraries(multiple bindings in classpath as it is said in the log).
