Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] IBM JVM - m2e Eclipse Plugin Exception

Resolved: Installed m2e from Juno Install New Software -> --All Available Sites-- -> Collaboration 

m2e in the marketplace was throwing the exception.




On Thu, Nov 1, 2012 at 5:29 PM, Igor Fedorenko <igor@xxxxxxxxxxxxxx> wrote:
m2e 1.2 is the latest released version and it is part of eclipse juno
sr1 release. You can install it either from juno release repository or
from m2e downloads repository, which looks quite alive from where I sit,
but you need to use p2-enabled tool, like eclipse install ui, to use
them. Here is the relevant paragraph from m2e download page

http://screencast.com/t/3iFTV49cTd

--
Regards,
Igor


On 12-11-01 1:47 PM, Christiaan Veerman wrote:
I receive the below exception when running eclipse with the websphere 7 base jvm as required by the Websphere plugin.


Others have the same:http://forum.springsource.org/showthread.php?129338-STS-3-0-0-installer-and-Maven-problem-on-startup


Looks like a known issue fixed in RC 1.1:https://bugs.eclipse.org/bugs/show_bug.cgi?id=338252


Where do I get the RC 1.1 to install?




All of the update sites on the m2e homepage are dead.http://eclipse.org/m2e/download/



!ENTRY org.eclipse.m2e.core 4 -1 2012-11-01 11:34:37.265

!MESSAGE Could not lookup required component
!STACK 0
org.codehaus.plexus.component.repository.exception.ComponentLookupException: com.google.inject.ProvisionException: Guice provision errors:

1) Error in custom provider, java.lang.TypeNotPresentException: Type javax.enterprise.inject.Typed not present
   at ClassRealm[plexus.core, parent: null]
   at ClassRealm[plexus.core, parent: null]
   while locating org.sonatype.plexus.components.cipher.PlexusCipher
   while locating org.sonatype.plexus.components.sec.dispatcher.DefaultSecDispatcher
   at ClassRealm[plexus.core, parent: null]
   at ClassRealm[plexus.core, parent: null]
   while locating org.sonatype.plexus.components.sec.dispatcher.SecDispatcher annotated with @com.google.inject.name.Named(value=maven)
   while locating org.apache.maven.settings.crypto.DefaultSettingsDecrypter
   at ClassRealm[plexus.core, parent: null]
   at ClassRealm[plexus.core, parent: null]
   while locating org.apache.maven.settings.crypto.SettingsDecrypter
   while locating org.apache.maven.repository.legacy.LegacyRepositorySystem
   at ClassRealm[plexus.core, parent: null]
   at ClassRealm[plexus.core, parent: null]
   while locating org.apache.maven.repository.RepositorySystem
   while locating org.apache.maven.execution.DefaultMavenExecutionRequestPopulator
   at ClassRealm[plexus.core, parent: null]
   at ClassRealm[plexus.core, parent: null]
   while locating org.apache.maven.execution.MavenExecutionRequestPopulator

1 error
       role: org.apache.maven.execution.MavenExecutionRequestPopulator
   roleHint:
        at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:257)
        at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:245)
        at org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:239)
        at org.eclipse.m2e.core.internal.embedder.MavenImpl.lookup(MavenImpl.java:1181)
        at org.eclipse.m2e.core.internal.embedder.MavenImpl.createExecutionRequest(MavenImpl.java:216)
        at org.eclipse.m2e.core.internal.embedder.MavenImpl.getMirrors(MavenImpl.java:1090)
        at org.eclipse.m2e.core.internal.repository.RepositoryRegistry.updateRegistry(RepositoryRegistry.java:223)
        at org.eclipse.m2e.core.internal.repository.RepositoryRegistryUpdateJob.run(RepositoryRegistryUpdateJob.java:46)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
Caused by: com.google.inject.ProvisionException: Guice provision errors:



_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev

_______________________________________________
m2e-dev mailing list
m2e-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-dev


Back to the top