Skip to content

Instantly share code, notes, and snippets.

@davsclaus
Created October 16, 2013 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davsclaus/7004192 to your computer and use it in GitHub Desktop.
Save davsclaus/7004192 to your computer and use it in GitHub Desktop.
2013-10-16 09:57:48,178 | INFO | de startup timer | AsyncMavenIndexerFacadeFactory | 183 - io.hawt.hawtio-maven-indexer - 1.2.0.SNAPSHOT | Starting to create the MavenIndexerFacade
2013-10-16 09:57:48,185 | ERROR | de startup timer | AsyncMavenIndexerFacadeFactory | 183 - io.hawt.hawtio-maven-indexer - 1.2.0.SNAPSHOT | Failed to create the MavenIndexerFacade: org.codehaus.plexus.component.repository.exception.ComponentLookupException: java.util.NoSuchElementException
role: org.apache.maven.index.Indexer
roleHint:
org.codehaus.plexus.component.repository.exception.ComponentLookupException: java.util.NoSuchElementException
role: org.apache.maven.index.Indexer
roleHint:
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:247)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:235)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:229)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at io.hawt.maven.indexer.MavenIndexerFacade.<init>(MavenIndexerFacade.java:89)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory.createMavenIndexer(AsyncMavenIndexerFacadeFactory.java:115)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at io.hawt.maven.indexer.AsyncMavenIndexerFacadeFactory$1.run(AsyncMavenIndexerFacadeFactory.java:54)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at java.util.TimerThread.mainLoop(Timer.java:555)[:1.7.0_25]
at java.util.TimerThread.run(Timer.java:505)[:1.7.0_25]
Caused by: java.util.NoSuchElementException
at org.sonatype.guice.bean.locators.LocatedBeans$Itr.next(LocatedBeans.java:184)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at org.sonatype.guice.bean.locators.LocatedBeans$Itr.next(LocatedBeans.java:124)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at org.sonatype.guice.plexus.locators.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:64)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at org.sonatype.guice.plexus.locators.DefaultPlexusBeans$Itr.next(DefaultPlexusBeans.java:52)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:243)[183:io.hawt.hawtio-maven-indexer:1.2.0.SNAPSHOT]
... 7 more
@lichtin
Copy link

lichtin commented Oct 31, 2013

Seeing the same exception, still with 1.2-M26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment