[seam-issues] [JBoss JIRA] Commented: (SEAM-55) version of slf4j jars inconsistent in CR3 distribution

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Fri Mar 25 05:14:57 EDT 2011


    [ https://issues.jboss.org/browse/SEAM-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12591784#comment-12591784 ] 

Marek Schmidt commented on SEAM-55:
-----------------------------------

This issue prevents Seam Forge from the seam CR3 distribution to work:

export FORGE_HOME=seam-3.0.0.CR3/
$FORGE_HOME/forge/forge

SLF4J: The requested version 1.5.10 by your slf4j binding is not compatible with [1.6]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.spi.LocationAwareLogger.log(Lorg/slf4j/Marker;Ljava/lang/String;ILjava/lang/String;Ljava/lang/Throwable;)V
	at org.slf4j.cal10n.LocLogger.info(LocLogger.java:122)
	at org.jboss.weld.bootstrap.WeldBootstrap.<clinit>(WeldBootstrap.java:207)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at org.jboss.weld.environment.se.Weld.initialize(Weld.java:70)
	at org.jboss.seam.forge.shell.Bootstrap.init(Bootstrap.java:72)
	at org.jboss.seam.forge.shell.Bootstrap.main(Bootstrap.java:63)


> version of slf4j jars inconsistent in CR3 distribution
> ------------------------------------------------------
>
>                 Key: SEAM-55
>                 URL: https://issues.jboss.org/browse/SEAM-55
>             Project: Seam 3 Distribution
>          Issue Type: Bug
>    Affects Versions: 3.0.0.CR3
>            Reporter: Denis Forveille
>             Fix For: 3.0.0.Final
>
>
> CR3 distribution include
> - slf4j-api.jar v1.6.1
> - slf4j-log4j12.jar v1.5.10

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list