Yes, it does worry me ...
Now my maven seems to be broken… If try Configure, Convert to
Maven Project this happens in the .log: ( see below)
I’ll think I’m reverting that install…
!SESSION 2012-02-08 07:41:34.131
-----------------------------------------------
eclipse.buildId=unknown
java.fullversion=JRE 1.6.0 IBM J9 2.4 Windows 7 amd64-64
jvmwa6460sr9-20110726_87724 (JIT enabled, AOT enabled)
J9VM - 20110726_087724
JIT - r9_20101028_17488ifx17
GC - 20101027_AA_CMPRSS
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=no_NO
Framework arguments: -product com.ibm.rational.rad.product.v80.ide
Command-line arguments: -os win32 -ws win32 -arch x86_64
-product com.ibm.rational.rad.product.v80.ide
!ENTRY org.eclipse.osgi 4 0 2012-02-08 07:41:54.651
!MESSAGE An error occurred while automatically activating bundle
org.eclipse.m2e.core (1875).
!STACK 0
org.osgi.framework.BundleException: The activator
org.eclipse.m2e.core.internal.MavenPluginActivator for bundle
org.eclipse.m2e.core is invalid
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Unknown Source)
at
org.eclipse.osgi.framework.util.SecureAction.start(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(Unknown Source)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(Unknown
Source)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Unknown
Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Unknown
Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown
Source)
at java.lang.ClassLoader.loadClass(Unknown
Source)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Unknown
Source)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.content.ContentType.getDescriber(Unknown Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.collectMatchingByContents(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.internalFindContentTypesFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.internalFindContentTypesFor(Unknown
Source)
at org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeMatcher.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.resources.ContentDescriptionManager.readDescription(Unknown
Source)
at
org.eclipse.core.internal.resources.ContentDescriptionManager.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.resources.File.getContentDescription(Unknown Source)
at
org.eclipse.ui.internal.ide.ContentTypeDecorator.decorate(Unknown Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(Unknown
Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(Unknown
Source)
at
org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(Unknown
Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(Unknown
Source)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(Unknown
Source)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Unknown Source)
at
org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError:
org.slf4j.impl.StaticLoggerBinder
at org.slf4j.LoggerFactory.bind(Unknown Source)
at org.slf4j.LoggerFactory.performInitialization(Unknown
Source)
at
org.slf4j.LoggerFactory.getILoggerFactory(Unknown Source)
at org.slf4j.LoggerFactory.getLogger(Unknown
Source)
at org.slf4j.LoggerFactory.getLogger(Unknown
Source)
at
org.eclipse.m2e.core.internal.MavenPluginActivator.<init>(Unknown Source)
at
java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Unknown Source)
... 41 more
Caused by: java.lang.ClassNotFoundException:
org.slf4j.impl.StaticLoggerBinder
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Unknown
Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown
Source)
at java.lang.ClassLoader.loadClass(Unknown
Source)
... 49 more
Root exception:
java.lang.NoClassDefFoundError:
org.slf4j.impl.StaticLoggerBinder
at org.slf4j.LoggerFactory.bind(Unknown Source)
at org.slf4j.LoggerFactory.performInitialization(Unknown
Source)
at
org.slf4j.LoggerFactory.getILoggerFactory(Unknown Source)
at org.slf4j.LoggerFactory.getLogger(Unknown
Source)
at org.slf4j.LoggerFactory.getLogger(Unknown
Source)
at
org.eclipse.m2e.core.internal.MavenPluginActivator.<init>(Unknown Source)
at
java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Unknown Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.start(Unknown Source)
at
org.eclipse.osgi.framework.util.SecureAction.start(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(Unknown Source)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(Unknown
Source)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(Unknown
Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(Unknown
Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown
Source)
at java.lang.ClassLoader.loadClass(Unknown
Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(Unknown
Source)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(Unknown
Source)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Unknown
Source)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.content.ContentType.getDescriber(Unknown Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.collectMatchingByContents(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.internalFindContentTypesFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.internalFindContentTypesFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeCatalog.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.content.ContentTypeMatcher.getDescriptionFor(Unknown
Source)
at org.eclipse.core.internal.resources.ContentDescriptionManager.readDescription(Unknown
Source)
at
org.eclipse.core.internal.resources.ContentDescriptionManager.getDescriptionFor(Unknown
Source)
at
org.eclipse.core.internal.resources.File.getContentDescription(Unknown Source)
at org.eclipse.ui.internal.ide.ContentTypeDecorator.decorate(Unknown
Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(Unknown
Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(Unknown
Source)
at
org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(Unknown
Source)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(Unknown
Source)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(Unknown
Source)
at
org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(Unknown Source)
at
org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException:
org.slf4j.impl.StaticLoggerBinder
at
org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(Unknown Source)
at
org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown Source)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(Unknown
Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Unknown
Source)
at java.lang.ClassLoader.loadClass(Unknown
Source)
... 49 more
!ENTRY org.eclipse.core.contenttype 4 0 2012-02-08 07:41:54.654
!MESSAGE Could not create content describer for
org.eclipse.m2e.core.pomFile. Content type has been disabled.
!ENTRY org.eclipse.ui 4 4 2012-02-08 07:41:57.527
!MESSAGE Could not create action delegate for id:
org.eclipse.m2e.enableNatureAction
!ENTRY org.eclipse.equinox.registry 4 1 2012-02-08 07:41:57.528
!MESSAGE Plug-in "org.eclipse.m2e.core.ui" was unable
to instantiate class
"org.eclipse.m2e.core.ui.internal.actions.EnableNatureAction".
!STACK 0
java.lang.ExceptionInInitializerError
at java.lang.J9VMInternals.initialize(Unknown
Source)
at
java.lang.J9VMInternals.newInstanceImpl(Native Method)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(Unknown
Source)
at
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(Unknown
Source)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(Unknown
Source)
at
org.eclipse.ui.internal.WorkbenchPlugin$1.run(Unknown Source)
at
org.eclipse.swt.custom.BusyIndicator.showWhile(Unknown Source)
at
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(Unknown Source)
at
org.eclipse.ui.internal.PluginAction.createDelegate(Unknown Source)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(Unknown Source)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown
Source)
at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown
Source)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Unknown Source)
at
org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown
Source)
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at
org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at
org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown
Source)
at
org.eclipse.ui.internal.Workbench.access$4(Unknown Source)
at
org.eclipse.ui.internal.Workbench$7.run(Unknown Source)
at
org.eclipse.core.databinding.observable.Realm.runWithDefault(Unknown Source)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at
org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at
org.eclipse.ui.internal.ide.application.IDEApplication.start(Unknown Source)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(Unknown
Source)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown
Source)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown
Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown
Source)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown
Source)
at java.lang.reflect.Method.invoke(Unknown
Source)
at
org.eclipse.equinox.launcher.Main.invokeFramework(Unknown Source)
at
org.eclipse.equinox.launcher.Main.basicRun(Unknown Source)
at org.eclipse.equinox.launcher.Main.run(Unknown
Source)
at
org.eclipse.equinox.launcher.Main.main(Unknown Source)
Caused by: java.lang.IllegalStateException:
org.slf4j.LoggerFactory could not be successfully initialized. See also
http://www.slf4j.org/codes.html#unsuccessfulInit
at
org.slf4j.LoggerFactory.getILoggerFactory(Unknown Source)
at org.slf4j.LoggerFactory.getLogger(Unknown
Source)
at org.slf4j.LoggerFactory.getLogger(Unknown
Source)
at
org.eclipse.m2e.core.ui.internal.actions.EnableNatureAction.<clinit>(Unknown
Source)
at java.lang.J9VMInternals.initializeImpl(Native
Method)
... 40 more
Med
vennlig hilsen
Bjørn Willy Arntzen
Seniorkonsulent
Kommunal Landspensjonskasse gjensidig forsikringsselskap
Dronning Eufemias gate 10, 0191 Oslo, Pb 400, Sentrum, 0103 Oslo
Mob: +4797759007
www.klp.no
Vennligst tenk på miljøet før du skriver ut denne e-posten
Fra:
m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] På
vegne av Bjørn-Willy Arntzen
Sendt: 8. februar 2012 07:37
Til: Maven Integration for Eclipse users mailing list
Emne: Re: [m2e-users] m2e-wtp 0.15.0 is available
Yes, enabling site http://download.eclipse.org/webtools/repository/helios/ did download addition packages, so now I’m running m2e-wtp 0.15.
But in my plug-ins I now have _javascript_
Development Tool Core 1.1.8v201109150205
and com.ibm.jsdt.feature.feature.group
1.0.0.v20111104_0650 is gone ….
Does this seems normal ? RAD 8 is based on
eclipse 3.6.2, is http://download.eclipse.org/webtools/repository/helios/ the correct site to use ?
A configuration compare shows that
‘_javascript_ Development Tools support and improvements’ is removed and ‘Maven
Integration for WTP’ is added.
Should this worry me ?
Med
vennlig hilsen
Bjørn Willy Arntzen
Seniorkonsulent
Kommunal Landspensjonskasse gjensidig forsikringsselskap
Dronning Eufemias gate 10, 0191 Oslo, Pb 400, Sentrum, 0103 Oslo
Mob: +4797759007
www.klp.no
Vennligst tenk på miljøet før du skriver ut denne e-posten
Fra:
m2e-users-bounces@xxxxxxxxxxx [mailto:m2e-users-bounces@xxxxxxxxxxx] På
vegne av Fred Bricon
Sendt: 7. februar 2012 15:22
Til: Maven Integration for Eclipse users mailing list
Emne: Re: [m2e-users] m2e-wtp 0.15.0 is available
m2e-wtp has no direct dependency on JSDT. But if you add the
webtools p2 repository [1] to the list of available update sites and have the
"Contact all update sites during install to find required software "
checkbox enabled, then I believe it should get installed.
I can't test RAD myself, so you're best bet is to ask IBM
directly if that doesn't work (I'm cc'ing Chuck Bridgham, IBM RAD guru)
2012/2/7 Bjørn-Willy Arntzen <Bjorn-Willy.Arntzen@xxxxxx>
I see that my RAD 8.0.4 has
_javascript_ Development Tools support and improvements
com.ibm.jsdt.feature.feature.group
1.0.0.v20111104_0650
Maybe that supersedes my RAD 8.0.3 feature :
_javascript_ Development Tools
org.eclipse.wst.jsdt.feature.feature.group
1.2.4.v201103240300-7C78FGYF9JgLWPMA_ENpYd
Med
vennlig hilsen
Bjørn Willy Arntzen
Seniorkonsulent
Kommunal Landspensjonskasse gjensidig forsikringsselskap
Dronning Eufemias gate 10, 0191 Oslo, Pb 400, Sentrum, 0103 Oslo
Mob: +4797759007
www.klp.no
Vennligst tenk på miljøet før du skriver ut denne e-posten
Installed a brand new RAD 8.0.4 with
m2e - Maven Integration for Eclipse 1.1.0.20120130-2016
Then next I tried to install Maven Integration for WTP
0.15.0.20120201-1300 from http://download.jboss.org/jbosstools/updates/m2eclipse-wtp/
but get a missing dependency:
Cannot complete the install because one or more required items
could not be found.
Software being installed: Maven Integration for WTP
0.15.0.20120201-1300 (org.maven.ide.eclipse.wtp.feature.feature.group
0.15.0.20120201-1300)
Missing requirement: _javascript_ Development Tools
1.2.5.v201109150410-7E79FICFBBoPbWQsbUQ1Vw
(org.eclipse.wst.jsdt.feature.feature.group
1.2.5.v201109150410-7E79FICFBBoPbWQsbUQ1Vw) requires 'org.eclipse.wst.jsdt.core
[1.1.8.v201109150205]' but it could not be found
Cannot satisfy dependency:
From: WST Web Core
3.2.5.v201106202200-7E7AFIFAJtn6XO92wNRGibSR_jHDTn
(org.eclipse.wst.web_core.feature.feature.group
3.2.5.v201106202200-7E7AFIFAJtn6XO92wNRGibSR_jHDTn)
To: org.eclipse.wst.jsdt.feature.feature.group
[1.2.5.v201109150410-7E79FICFBBoPbWQsbUQ1Vw]
Cannot satisfy dependency:
From: Eclipse Web Developer Tools
3.2.5.v201106202200-7O7CFbkEMh85uQwIFv83KZ5f9rXw6jU_CvbVrOjx
(org.eclipse.wst.web_ui.feature.feature.group 3.2.5.v201106202200-7O7CFbkEMh85uQwIFv83KZ5f9rXw6jU_CvbVrOjx)
To:
org.eclipse.wst.web_core.feature.feature.group
[3.2.5.v201106202200-7E7AFIFAJtn6XO92wNRGibSR_jHDTn]
Cannot satisfy dependency:
From: Maven Integration for WTP 0.15.0.20120201-1300
(org.maven.ide.eclipse.wtp.feature.feature.group 0.15.0.20120201-1300)
To:
org.eclipse.wst.web_ui.feature.feature.group 3.2.0
Hmm, Missing requirement: _javascript_ Development Tools ?
Is that new ?
Med
vennlig hilsen
Bjørn Willy Arntzen
Seniorkonsulent
Kommunal Landspensjonskasse gjensidig forsikringsselskap
Dronning Eufemias gate 10, 0191 Oslo, Pb 400, Sentrum, 0103 Oslo
Mob: +4797759007
www.klp.no
Vennligst tenk på miljøet før du skriver ut denne e-posten
Hello
World,
I
inform you that m2e-wtp 0.15.0 has been released.
_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users
--
"Have you tried turning it off and on again" - The IT Crowd