-
Notifications
You must be signed in to change notification settings - Fork 19
Description
I cannot manage to make ModelloCli work in 2.3.0. I am getting
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/usr/share/java/slf4j/nop.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/usr/share/java/slf4j/simple.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.helpers.NOPLoggerFactory] Exception in thread "main" org.codehaus.plexus.component.repository.exception.ComponentLookupException: java.util.NoSuchElementException role: org.codehaus.modello.Modello roleHint: at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:268) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:256) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:250) at org.codehaus.modello.ModelloCli.main(ModelloCli.java:43) Caused by: java.util.NoSuchElementException at org.eclipse.sisu.inject.LocatedBeans$Itr.next(LocatedBeans.java:141) at org.eclipse.sisu.inject.LocatedBeans$Itr.next(LocatedBeans.java:76) at org.eclipse.sisu.plexus.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:76) at org.eclipse.sisu.plexus.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:56) at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:264) ... 3 more
There is either a problem in the lookup or (most likely) I am doing something wrong myself. I would not mind if one could help me with debugging this issue.