- This topic has 7 replies, 3 voices, and was last updated 17 years, 7 months ago by
Loyal Water.
-
AuthorPosts
-
antoMemberProblems occurred when invoking code from plug-in: “org.eclipse.jface”.
Any ideas? See below for detailed message…
org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object
at org.eclipse.core.internal.registry.RegistryObjectManager.basicGetObject(RegistryObjectManager.java:271)
at org.eclipse.core.internal.registry.RegistryObjectManager.getObject(RegistryObjectManager.java:261)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.getConfigurationElement(ConfigurationElementHandle.java:26)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.getContributor(ConfigurationElementHandle.java:126)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.getNamespace(ConfigurationElementHandle.java:117)
at org.eclipse.ui.internal.registry.EditorDescriptor.getPluginID(EditorDescriptor.java:360)
at org.eclipse.ui.internal.registry.EditorDescriptor.getPluginId(EditorDescriptor.java:606)
at org.eclipse.ui.activities.WorkbenchActivityHelper.createUnifiedId(WorkbenchActivityHelper.java:138)
at org.eclipse.ui.activities.WorkbenchActivityHelper.filterItem(WorkbenchActivityHelper.java:177)
at org.eclipse.ui.internal.registry.EditorRegistry.findRelatedObjects(EditorRegistry.java:1476)
at org.eclipse.ui.internal.registry.EditorRegistry.getEditorForContentType(EditorRegistry.java:1338)
at org.eclipse.ui.internal.registry.EditorRegistry.getImageDescriptor(EditorRegistry.java:1361)
at org.eclipse.ui.internal.ide.model.WorkbenchFile.getBaseImage(WorkbenchFile.java:39)
at com.genuitec.myeclipse.ui.adapters.MyEclipseWorkspaceFile.getBaseImage(MyEclipseWorkspaceFile.java:113)
at org.eclipse.ui.internal.ide.model.WorkbenchResource.getImageDescriptor(WorkbenchResource.java:42)
at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getWorkbenchImageDescriptor(JavaElementImageProvider.java:171)
at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.computeDescriptor(JavaElementImageProvider.java:120)
at org.eclipse.jdt.internal.ui.viewsupport.JavaElementImageProvider.getImageLabel(JavaElementImageProvider.java:95)
at org.eclipse.jdt.internal.ui.viewsupport.JavaUILabelProvider.getImage(JavaUILabelProvider.java:141)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerLabelProvider.getImage(PackageExplorerLabelProvider.java:134)
at org.eclipse.jface.viewers.DecoratingLabelProvider.getImage(DecoratingLabelProvider.java:85)
at org.eclipse.jface.viewers.DecoratingLabelProvider.updateLabel(DecoratingLabelProvider.java:356)
at org.eclipse.jface.viewers.WrappedViewerLabelProvider.update(WrappedViewerLabelProvider.java:183)
at org.eclipse.jface.viewers.ViewerColumn.refresh(ViewerColumn.java:135)
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:911)
at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:97)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:46)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:193)
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:988)
at org.eclipse.jdt.internal.ui.viewsupport.ProblemTreeViewer.doUpdateItem(ProblemTreeViewer.java:73)
at org.eclipse.jdt.internal.ui.viewsupport.ResourceToItemsMapper.updateItem(ResourceToItemsMapper.java:74)
at org.eclipse.jdt.internal.ui.viewsupport.ResourceToItemsMapper.resourceChanged(ResourceToItemsMapper.java:63)
at org.eclipse.jdt.internal.ui.viewsupport.ProblemTreeViewer.handleLabelProviderChanged(ProblemTreeViewer.java:200)
at org.eclipse.jface.viewers.ContentViewer$1.labelProviderChanged(ContentViewer.java:74)
at org.eclipse.ui.internal.decorators.DecoratorManager$1.run(DecoratorManager.java:239)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.DecoratorManager.fireListener(DecoratorManager.java:237)
at org.eclipse.ui.internal.decorators.DecorationScheduler$3.runInUIThread(DecorationScheduler.java:526)
at org.eclipse.ui.progress.UIJob$1.run(UIJob.java:94)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3659)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3296)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:153)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
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(Main.java:504)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:443)
at org.eclipse.equinox.launcher.Main.run(Main.java:1169)
at org.eclipse.equinox.launcher.Main.main(Main.java:1144)
antoMemberPossibly Related error:
*** ERROR ***: Wed Sep 12 10:47:15 EST 2007 IWAE0014E The helper org.eclipse.wst.validation.internal.operations.WorkbenchContext cannot be created because a Throwable was caught.
org.eclipse.core.runtime.CoreException: Invalid registry object
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:56)
at org.eclipse.wst.validation.internal.ValidationRegistryReader.createHelper(ValidationRegistryReader.java:506)
at org.eclipse.wst.validation.internal.ValidatorMetaData.getHelper(ValidatorMetaData.java:200)
at org.eclipse.wst.validation.internal.FilterUtil.filterOut(FilterUtil.java:416)
at org.eclipse.wst.validation.internal.FilterUtil.filterOut(FilterUtil.java:478)
at org.eclipse.wst.validation.internal.FilterUtil$2.visit(FilterUtil.java:684)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:67)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:76)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:55)
at org.eclipse.wst.validation.internal.FilterUtil.loadDeltas(FilterUtil.java:699)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.loadFileDeltas(ValidationOperation.java:544)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.getFileDeltas(ValidationOperation.java:514)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.preValidate(ValidationOperation.java:828)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.run(ValidationOperation.java:656)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.build(ValidationBuilder.java:203)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
org.eclipse.core.runtime.CoreException[1]: org.eclipse.core.runtime.InvalidRegistryObjectException: Invalid registry object
at org.eclipse.core.internal.registry.RegistryObjectManager.basicGetObject(RegistryObjectManager.java:271)
at org.eclipse.core.internal.registry.RegistryObjectManager.getObject(RegistryObjectManager.java:261)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.getConfigurationElement(ConfigurationElementHandle.java:26)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.wst.validation.internal.ValidationRegistryReader.createHelper(ValidationRegistryReader.java:506)
at org.eclipse.wst.validation.internal.ValidatorMetaData.getHelper(ValidatorMetaData.java:200)
at org.eclipse.wst.validation.internal.FilterUtil.filterOut(FilterUtil.java:416)
at org.eclipse.wst.validation.internal.FilterUtil.filterOut(FilterUtil.java:478)
at org.eclipse.wst.validation.internal.FilterUtil$2.visit(FilterUtil.java:684)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:67)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:76)
at org.eclipse.core.internal.events.ResourceDelta.accept(ResourceDelta.java:55)
at org.eclipse.wst.validation.internal.FilterUtil.loadDeltas(FilterUtil.java:699)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.loadFileDeltas(ValidationOperation.java:544)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.getFileDeltas(ValidationOperation.java:514)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.preValidate(ValidationOperation.java:828)
at org.eclipse.wst.validation.internal.operations.ValidationOperation.run(ValidationOperation.java:656)
at org.eclipse.wst.validation.internal.operations.ValidationBuilder.build(ValidationBuilder.java:203)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:246)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:302)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:334)
at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:137)
at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:235)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Loyal WaterMemberCan you go through the posting guidelines thread at the top of the forum and post your installation details here for me.
What were you trying to do when you got this error ?
antoMemberBelow are all my installation details.
I basically upgraded from 5.1 to 6.0 and I find a whole pile of the errors above appearing in my error log. When I open particular projects I see all files with a .xml and .html extension have their names hidden and clicking on them seems to bring up the above errors. I’ve since gone back to Eclipse 5.1 and found the following error in my error log
Skipping builder ‘com.ibm.etools.common.migration.MigrationBuilder’ for project ‘project4’. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.So I’ve gone back to the 6.0 version and the errors I’ve posted above seem to disappear but I still get the
Skipping builder ‘com.ibm.etools.common.migration.MigrationBuilder’ for project ‘project4’. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.I’m guessing the problem is related to using a 5.1 workspace with 6.0 and that some migration is necessary but if you could help it would be great….
*** Date:
Friday, 14 September 2007 09:21:31 AM EST** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.0 GA
Build id: 6.0.0-GA-200708*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.0 GA
Build id: 6.0.0-GA-200708Eclipse Platform
Version: 3.3.0.v20070612-_19UEkLEzwsdF9jSqQ-G
Build id: I20070625-1500Eclipse RCP
Version: 3.3.0.v20070607-8y8eE8NEbsN3X_fjWS8HPNG
Build id: I20070625-1500Eclipse Java Development Tools
Version: 3.3.0.v20070606-0010-7o7jCHEFpPoqQYvnXqejeR
Build id: I20070625-1500Eclipse Plug-in Development Environment
Version: 3.3.0.v20070607-7N7M-DUUEF6Ez0H46IcCC
Build id: I20070625-1500Eclipse Project SDK
Version: 3.3.0.v20070607-7M7J-BIolz-OcxWxvWAPSfLPqevO
Build id: I20070625-1500Eclipse Graphical Editing Framework
Version: 3.3.0.v20070620
Build id: 20070620-1021Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse-6.0M1\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse-6.0M1\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.0.v20070523\eclipse_1017a.dll
-startup
C:\Program Files\MyEclipse-6.0M1\eclipse\plugins\org.eclipse.equinox.launcher_1.0.0.v20070606.jar
-exitdata
9c4_84
-vm
C:\Program Files\MyEclipse-6.0M1\jre\bin\javaw.exe
FMR-1MemberI installed from scratch and I am receiving the NullPointerException error whenever I go into an XML, JSP or other editor. Here’s my log. See anything obvious?
!SESSION 2007-09-14 09:12:05.047 ———————————————–
eclipse.buildId=I20070625-1500
java.version=1.5.0_11
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -clean!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:44.003
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar Bundle “javax.servlet.jsp” version “2.0.0.v200706191603” has already been installed from: update@plugins/javax.servlet.jsp_2.0.0.v200706191603.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:44.003
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/javax.servlet_2.4.0.v200706111738.jar Bundle “javax.servlet” version “2.4.0.v200706111738” has already been installed from: update@plugins/javax.servlet_2.4.0.v200706111738.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:44.128
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/org.apache.commons.el_1.0.0.v200706111724.jar Bundle “org.apache.commons.el” version “1.0.0.v200706111724” has already been installed from: update@plugins/org.apache.commons.el_1.0.0.v200706111724.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:44.128
!MESSAGE Could not install bundle ../myeclipse/eclipse/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar Bundle “org.apache.commons.logging” version “1.0.4.v200706111724” has already been installed from: update@plugins/org.apache.commons.logging_1.0.4.v200706111724.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.285
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.apache.batik_1.6.0.v20060613-1220/ Bundle “org.apache.batik” version “1.6.0.v20060613-1220” has already been installed from: update@../../../ILOG/JRules66/studio/eclipse/plugins/org.apache.batik_1.6.0.v20060613-1220/!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.285
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.apache.xerces_2.8.0.v200606131651/ Bundle “org.apache.xerces” version “2.8.0.v200606131651” has already been installed from: update@../../../ILOG/JRules66/studio/eclipse/plugins/org.apache.xerces_2.8.0.v200606131651/!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.300
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.draw2d_3.2.100.v20070529.jar Bundle “org.eclipse.draw2d” version “3.2.100.v20070529” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.draw2d_3.2.100.v20070529.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.316
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ant_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ant” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ant_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.316
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.codegen.ecore.ui” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore.ui_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.316
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.codegen.ecore” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.codegen.ecore_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.316
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.codegen.ui_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.codegen.ui” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.codegen.ui_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.332
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.codegen_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.codegen” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.codegen_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.332
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.common.ui_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.common.ui” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.common.ui_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.332
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.commonj.sdo_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.commonj.sdo” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.commonj.sdo_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.332
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.common_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.common” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.common_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.347
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.converter_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.converter” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.converter_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.347
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore.change.edit” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore.change.edit_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.347
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore.change_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore.change” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore.change_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.363
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore.editor_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore.editor” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore.editor_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.363
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore.edit_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore.edit” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore.edit_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.363
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore.sdo_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore.sdo” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore.sdo_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.379
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore.xmi” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore.xmi_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.379
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.ecore_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.ecore” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.ecore_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.379
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.edit.ui_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.edit.ui” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.edit.ui_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.379
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.edit_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.edit” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.edit_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.394
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.exporter_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.exporter” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.exporter_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.394
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.importer.ecore_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.importer.ecore” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.importer.ecore_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.394
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.importer.java_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.importer.java” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.importer.java_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.394
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.importer.rose_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.importer.rose” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.importer.rose_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.410
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.importer_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.importer” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.importer_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.410
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ecore.editor_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ecore.editor” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore.editor_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.410
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ecore2ecore.editor” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore.editor_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.410
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ecore2ecore” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2ecore_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.410
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ecore2xml.ui” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml.ui_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.425
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ecore2xml” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore2xml_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.425
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ecore_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ecore” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ecore_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.425
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping.ui_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping.ui” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping.ui_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.441
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf.mapping_2.3.0.v200706262000.jar Bundle “org.eclipse.emf.mapping” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf.mapping_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.441
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.emf_2.3.0.v200706262000.jar Bundle “org.eclipse.emf” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.emf_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.472
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar Bundle “org.eclipse.gef” version “3.2.100.v20070620” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.gef_3.2.100.v20070620.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.519
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.xsd.edit_2.3.0.v200706262000.jar Bundle “org.eclipse.xsd.edit” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.xsd.edit_2.3.0.v200706262000.jar!ENTRY org.eclipse.update.configurator 2007-09-14 09:12:45.519
!MESSAGE Could not install bundle ../../MyEclipse Customizations/Custom Extensions/eclipse/plugins/org.eclipse.xsd_2.3.0.v200706262000.jar Bundle “org.eclipse.xsd” version “2.3.0.v200706262000” has already been installed from: update@../myeclipse/eclipse/plugins/org.eclipse.xsd_2.3.0.v200706262000.jar!ENTRY org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE Conflict for ‘AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ReplaceAction’:
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ReplaceAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ReplaceAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE Conflict for ‘AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ModifyAction’:
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ModifyAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ModifyAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE Conflict for ‘AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.AddAction’:
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.AddAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.AddAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE Conflict for ‘AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.DeclareAction’:
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.DeclareAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.DeclareAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE Conflict for ‘AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ExchangeAction’:
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ExchangeAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.ExchangeAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.474
!MESSAGE Conflict for ‘AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.RemoveAction’:
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.RemoveAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)
HandlerActivation(commandId=AUTOGEN:::de.jayefem.log4e.RootContribution/de.jayefem.log4e.RemoveAction,
handler=ActionDelegateHandlerProxy(null,de.jayefem.log4e.popup.actions.ResourcePopupAction),
expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a),sourcePriority=16384)!ENTRY org.eclipse.jface 2 0 2007-09-14 09:13:08.490
!MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
!SUBENTRY 1 org.eclipse.jface 2 0 2007-09-14 09:13:08.490
!MESSAGE A conflict occurred for ALT+SHIFT+B:
Binding(ALT+SHIFT+B,
ParameterizedCommand(Command(com.genuitec.org.springframework.ide.eclipse.beans.ui.commands.openBean,Open Spring Bean,
,
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)
Binding(ALT+SHIFT+B,
ParameterizedCommand(Command(org.springframework.ide.eclipse.beans.ui.commands.openBean,Open Spring Bean,
,
Category(org.eclipse.ui.category.navigate,Navigate,null,true),
,
,,true),null),
org.eclipse.ui.defaultAcceleratorConfiguration,
org.eclipse.ui.contexts.window,,,system)!ENTRY org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.505
!MESSAGE A handler conflict occurred. This may disable some commands.
!SUBENTRY 1 org.eclipse.ui.workbench 2 0 2007-09-14 09:13:08.505
!MESSAGE Conflict for ‘org.springframework.ide.eclipse.beans.search.actions.openBeansSearchPage’:
HandlerActivation(commandId=org.springframework.ide.eclipse.beans.search.actions.openBeansSearchPage,
handler=ActionDelegateHandlerProxy(null,org.springframework.ide.eclipse.beans.ui.search.actions.OpenBeansSearchPageAction),
expression=AndExpression(ActionSetExpression(org.springframework.ide.eclipse.beans.search.actionSet,org.eclipse.ui.internal.WorkbenchWindow@4ab40a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a)),sourcePriority=16640)
HandlerActivation(commandId=org.springframework.ide.eclipse.beans.search.actions.openBeansSearchPage,
handler=ActionDelegateHandlerProxy(null,org.springframework.ide.eclipse.beans.ui.search.actions.OpenBeansSearchPageAction),
expression=AndExpression(ActionSetExpression(org.springframework.ide.eclipse.beans.search.actionSet,org.eclipse.ui.internal.WorkbenchWindow@4ab40a),WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@4ab40a)),sourcePriority=16640)!ENTRY org.eclipse.core.runtime 4 2 2007-09-14 09:13:19.115
!MESSAGE Plug-in “com.genuitec.eclipse.uml” was unable to instantiate class “com.genuitec.eclipse.uml.UMLPlugin”.
!STACK 0
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:422)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:370)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:28)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:396)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1005)
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:838)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:79)
at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
at org.springframework.ide.eclipse.beans.core.DefaultBeanDefinitionRegistry.<init>(DefaultBeanDefinitionRegistry.java:72)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.parseConfig(BeansConfig.java:592)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.readConfig(BeansConfig.java:567)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.getElementChildren(BeansConfig.java:169)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:102)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelUtils.getBeanFromElementId(AopReferenceModelUtils.java:203)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createTargetMarker(AopReferenceModelMarkerUtils.java:133)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createMarker(AopReferenceModelMarkerUtils.java:101)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.createAopProjects(AopReferenceModelPeristence.java:121)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.loadReferenceModel(AopReferenceModelPeristence.java:174)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModel.startup(AopReferenceModel.java:174)
at org.springframework.ide.eclipse.aop.core.Activator.start(Activator.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:405)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:136)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:243)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:239)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:369)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:329)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.ExceptionInInitializerError
at com.genuitec.eclipse.uml.UMLPlugin.<init>(UMLPlugin.java:137)
… 110 more
Caused by: java.lang.NullPointerException
at com.genuitec.eclipse.uml.integrator.ArgoInterface.initialize(ArgoInterface.java:82)
at com.genuitec.eclipse.uml.integrator.ArgoInterface.<init>(ArgoInterface.java:425)
at com.genuitec.eclipse.uml.integrator.ArgoInterface.<clinit>(ArgoInterface.java:67)
… 111 more
Root exception:
java.lang.ExceptionInInitializerError
at com.genuitec.eclipse.uml.UMLPlugin.<init>(UMLPlugin.java:137)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:422)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:370)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:28)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:396)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1005)
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:838)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:79)
at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
at org.springframework.ide.eclipse.beans.core.DefaultBeanDefinitionRegistry.<init>(DefaultBeanDefinitionRegistry.java:72)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.parseConfig(BeansConfig.java:592)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.readConfig(BeansConfig.java:567)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.getElementChildren(BeansConfig.java:169)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:102)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelUtils.getBeanFromElementId(AopReferenceModelUtils.java:203)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createTargetMarker(AopReferenceModelMarkerUtils.java:133)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createMarker(AopReferenceModelMarkerUtils.java:101)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.createAopProjects(AopReferenceModelPeristence.java:121)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.loadReferenceModel(AopReferenceModelPeristence.java:174)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModel.startup(AopReferenceModel.java:174)
at org.springframework.ide.eclipse.aop.core.Activator.start(Activator.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:405)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:136)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:243)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:239)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:369)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:329)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: java.lang.NullPointerException
at com.genuitec.eclipse.uml.integrator.ArgoInterface.initialize(ArgoInterface.java:82)
at com.genuitec.eclipse.uml.integrator.ArgoInterface.<init>(ArgoInterface.java:425)
at com.genuitec.eclipse.uml.integrator.ArgoInterface.<clinit>(ArgoInterface.java:67)
… 111 more!ENTRY org.eclipse.osgi 4 0 2007-09-14 09:13:19.272
!MESSAGE An error occurred while automatically activating bundle com.genuitec.eclipse.uml (365).
!STACK 0
org.osgi.framework.BundleException: Exception in org.eclipse.core.internal.compatibility.PluginActivator.start() of bundle com.genuitec.eclipse.uml.
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1018)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:396)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1005)
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:838)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:79)
at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
at org.springframework.ide.eclipse.beans.core.DefaultBeanDefinitionRegistry.<init>(DefaultBeanDefinitionRegistry.java:72)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.parseConfig(BeansConfig.java:592)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.readConfig(BeansConfig.java:567)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.getElementChildren(BeansConfig.java:169)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:102)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelUtils.getBeanFromElementId(AopReferenceModelUtils.java:203)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createTargetMarker(AopReferenceModelMarkerUtils.java:133)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createMarker(AopReferenceModelMarkerUtils.java:101)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.createAopProjects(AopReferenceModelPeristence.java:121)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.loadReferenceModel(AopReferenceModelPeristence.java:174)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModel.startup(AopReferenceModel.java:174)
at org.springframework.ide.eclipse.aop.core.Activator.start(Activator.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:405)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:136)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:243)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:49)
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:239)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition$1.run(LightweightDecoratorDefinition.java:117)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.internalGetDecorator(LightweightDecoratorDefinition.java:113)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:241)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.ensureResultCached(DecorationScheduler.java:369)
at org.eclipse.ui.internal.decorators.DecorationScheduler$1.run(DecorationScheduler.java:329)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Caused by: org.eclipse.core.runtime.CoreException: Plug-in “com.genuitec.eclipse.uml” was unable to instantiate class “com.genuitec.eclipse.uml.UMLPlugin”.
at org.eclipse.core.internal.plugins.PluginDescriptor.throwException(PluginDescriptor.java:296)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:428)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:370)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:28)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
… 99 more
Root exception:
org.eclipse.core.runtime.CoreException: Plug-in “com.genuitec.eclipse.uml” was unable to instantiate class “com.genuitec.eclipse.uml.UMLPlugin”.
at org.eclipse.core.internal.plugins.PluginDescriptor.throwException(PluginDescriptor.java:296)
at org.eclipse.core.internal.plugins.PluginDescriptor.internalDoPluginActivation(PluginDescriptor.java:428)
at org.eclipse.core.internal.plugins.PluginDescriptor.doPluginActivation(PluginDescriptor.java:370)
at org.eclipse.core.internal.plugins.PluginDescriptor.getPlugin(PluginDescriptor.java:340)
at org.eclipse.core.internal.compatibility.PluginActivator.start(PluginActivator.java:28)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:396)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.apache.commons.logging.impl.LogFactoryImpl.createLogFromClass(LogFactoryImpl.java:1005)
at org.apache.commons.logging.impl.LogFactoryImpl.discoverLogImplementation(LogFactoryImpl.java:838)
at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:601)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:333)
at org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:307)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:645)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.<init>(DefaultSingletonBeanRegistry.java:79)
at org.springframework.beans.factory.support.AbstractBeanFactory.<init>(AbstractBeanFactory.java:146)
at org.springframework.ide.eclipse.beans.core.DefaultBeanDefinitionRegistry.<init>(DefaultBeanDefinitionRegistry.java:72)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.parseConfig(BeansConfig.java:592)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.readConfig(BeansConfig.java:567)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig.getElementChildren(BeansConfig.java:169)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:102)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.core.model.AbstractModelElement.getElement(AbstractModelElement.java:106)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelUtils.getBeanFromElementId(AopReferenceModelUtils.java:203)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createTargetMarker(AopReferenceModelMarkerUtils.java:133)
at org.springframework.ide.eclipse.aop.core.util.AopReferenceModelMarkerUtils.createMarker(AopReferenceModelMarkerUtils.java:101)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.createAopProjects(AopReferenceModelPeristence.java:121)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModelPeristence.loadReferenceModel(AopReferenceModelPeristence.java:174)
at org.springframework.ide.eclipse.aop.core.internal.model.AopReferenceModel.startup(AopReferenceModel.java:174)
at org.springframework.ide.eclipse.aop.core.Activator.start(Activator.java:57)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:999)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:993)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:974)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:405)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadBundleActivator(AbstractBundle.java:136)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:260)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:400)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:111)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)
at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)
at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)
at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtensi
Loyal WaterMemberAre you using the Full stack installer to setup MyEclipse ? If not, then what version of Eclipse are you using with MyEclipse?
antoMemberThis message has not been recovered.
Loyal WaterMemberThis message has not been recovered.
-
AuthorPosts