facebook

After refactor MyEclipse editor gets into unusable state…

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #340789 Reply

    Tony Herstell
    Participant

    After refactor MyEclipse editor gets into unusable state…

    In this particular case I renamed a folder:
    main/webapp/pages/groupings to grouping

    .xhtml files in the editor, contained in the folder, went “half” text coloured (Note I have to set .xhtml to a normal editor as the Visual XHTML desiger is pointless for my needs and incredibly slow).

    From this point on the files under edit won’t save…

    Here is the session log… and I hope this exception trace was for the right error.

    !SESSION 2013-07-15 10:32:43.209 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_43
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_NZ
    Command-line arguments: -os win32 -ws win32 -arch x86_64

    !ENTRY org.eclipse.wst.common.project.facet.core 4 0 2013-07-15 10:35:59.969
    !MESSAGE Project facet me.spring has not been defined. It is used in plugin com.genuitec.eclipse.lib.spring3.

    !ENTRY org.eclipse.wst.common.project.facet.core 4 0 2013-07-15 10:36:00.037
    !MESSAGE Project facet me.spring has not been defined. It is used in plugin com.genuitec.eclipse.lib.spring2.

    !ENTRY org.eclipse.wst.common.project.facet.core 4 0 2013-07-15 10:36:00.037
    !MESSAGE Project facet me.spring has not been defined. It is used in plugin com.genuitec.eclipse.lib.spring31.

    !ENTRY org.eclipse.jface 2 0 2013-07-15 10:36:01.867
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2013-07-15 10:36:01.867
    !MESSAGE A conflict occurred for CTRL+F9:
    Binding(CTRL+F9,
    ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.activateTask,Activate Task,
    ,
    Category(org.eclipse.ui.category.navigate,Navigate,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(CTRL+F9,
    ParameterizedCommand(Command(RunSQLAction,Run SQL,
    Run SQL,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2013-07-15 10:36:01.867
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@2e3d787c,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.graphiti.ui.internal.action.RemoveAction,Remove,
    Remove selected Pictogram Elements,
    Category(org.eclipse.graphiti.ui.Graphiti_Category,Edit,Graphiti Diagram Editor,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY org.eclipse.egit.ui 2 0 2013-07-15 10:36:14.675
    !MESSAGE Warning: EGit couldn’t detect the installation path “gitPrefix” of native Git. Hence EGit can’t respect system level
    Git settings which might be configured in ${gitPrefix}/etc/gitconfig under the native Git installation directory.
    The most important of these settings is core.autocrlf. Git for Windows by default sets this parameter to true in
    this system level configuration. The Git installation location can be configured on the
    Team > Git > Configuration preference page’s ‘System Settings’ tab.
    This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

    !ENTRY org.eclipse.egit.ui 2 0 2013-07-15 10:36:14.675
    !MESSAGE Warning: The environment variable HOME is not set. The following directory will be used to store the Git
    user global configuration and to define the default location to store repositories: ‘C:\Users\Tony’. If this is
    not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and
    EGit might behave differently since they see different configuration options.
    This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.

    !ENTRY org.eclipse.core.filebuffers 4 2 2013-07-15 13:42:53.785
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.filebuffers”.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.wst.jsdt.web.ui.internal.style.java.WebSelectionListenerWithASTManager.getTranslation(WebSelectionListenerWithASTManager.java:221)
    at org.eclipse.wst.jsdt.web.ui.internal.style.java.semantic.WebSemanticHighlightingReconciler.retrieveASTRoot(WebSemanticHighlightingReconciler.java:457)
    at org.eclipse.wst.jsdt.web.ui.internal.style.java.semantic.WebSemanticHighlightingReconciler.scheduleJob(WebSemanticHighlightingReconciler.java:408)
    at org.eclipse.wst.jsdt.web.ui.internal.style.java.semantic.WebSemanticHighlightingReconciler.inputDocumentChanged(WebSemanticHighlightingReconciler.java:483)
    at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2894)
    at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2943)
    at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:642)
    at org.eclipse.jface.text.source.projection.ProjectionViewer.setDocument(ProjectionViewer.java:374)
    at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.setDocument(StructuredTextViewer.java:805)
    at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:590)
    at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:4039)
    at org.eclipse.ui.texteditor.AbstractTextEditor.doSetInput(AbstractTextEditor.java:4227)
    at org.eclipse.ui.texteditor.StatusTextEditor.doSetInput(StatusTextEditor.java:237)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.doSetInput(AbstractDecoratedTextEditor.java:1480)
    at org.eclipse.ui.editors.text.TextEditor.doSetInput(TextEditor.java:169)
    at org.eclipse.wst.sse.ui.StructuredTextEditor.doSetInput(StructuredTextEditor.java:1924)
    at org.eclipse.ui.texteditor.AbstractTextEditor.setInputWithNotify(AbstractTextEditor.java:4286)
    at org.eclipse.ui.texteditor.AbstractTextEditor.setInput(AbstractTextEditor.java:4308)
    at org.eclipse.ui.texteditor.AbstractTextEditor$7.run(AbstractTextEditor.java:530)
    at org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener.execute(AbstractTextEditor.java:599)
    at org.eclipse.ui.texteditor.AbstractTextEditor$ElementStateListener.elementMoved(AbstractTextEditor.java:560)
    at org.eclipse.ui.editors.text.TextFileDocumentProvider$FileBufferListener.underlyingFileMoved(TextFileDocumentProvider.java:322)
    at org.eclipse.core.internal.filebuffers.TextFileBufferManager$6.run(TextFileBufferManager.java:742)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.core.internal.filebuffers.TextFileBufferManager.fireUnderlyingFileMoved(TextFileBufferManager.java:740)
    at org.eclipse.core.internal.filebuffers.ResourceFileBuffer.handleFileMoved(ResourceFileBuffer.java:449)
    at org.eclipse.core.internal.filebuffers.ResourceFileBuffer$3.execute(ResourceFileBuffer.java:162)
    at org.eclipse.core.internal.filebuffers.ResourceFileBuffer$SafeFileChange.run(ResourceFileBuffer.java:86)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:135)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4144)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.run(RefactoringWizardDialog2.java:331)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizard.internalPerformFinish(RefactoringWizard.java:637)
    at org.eclipse.ltk.ui.refactoring.UserInputWizardPage.performFinish(UserInputWizardPage.java:153)
    at org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard$RenameResourceRefactoringConfigurationPage.performFinish(RenameResourceWizard.java:117)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizard.performFinish(RefactoringWizard.java:710)
    at org.eclipse.ltk.internal.ui.refactoring.RefactoringWizardDialog2.okPressed(RefactoringWizardDialog2.java:455)
    at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:472)
    at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
    at org.eclipse.jface.window.Window.open(Window.java:801)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation$1.run(RefactoringWizardOpenOperation.java:187)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:202)
    at org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation.run(RefactoringWizardOpenOperation.java:122)
    at org.eclipse.jdt.internal.ui.refactoring.actions.RefactoringStarter.activate(RefactoringStarter.java:38)
    at org.eclipse.jdt.internal.corext.refactoring.RefactoringExecutionStarter.startRenameResourceRefactoring(RefactoringExecutionStarter.java:443)
    at org.eclipse.jdt.internal.ui.refactoring.actions.RenameResourceAction.run(RenameResourceAction.java:45)
    at org.eclipse.jdt.ui.actions.RenameAction.run(RenameAction.java:112)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)

    #340791 Reply

    Tony Herstell
    Participant

    As you fight hard to get control of the editor back you get….

    (See Image)

    !ENTRY org.eclipse.ui.workbench 4 2 2013-07-15 14:01:07.149
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.workbench”.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.wst.sse.ui.internal.editor.SelectionConvertor.getElements(SelectionConvertor.java:47)
    at org.eclipse.wst.xml.ui.internal.editor.DOMSelectionConvertorFactory$XMLSelectionConvertor.getElements(DOMSelectionConvertorFactory.java:35)
    at org.eclipse.wst.sse.ui.StructuredTextEditor$StructuredSelectionProvider.getSelection(StructuredTextEditor.java:641)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor$13.getShowInContext(AbstractDecoratedTextEditor.java:1416)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.getContext(WorkbenchSourceProvider.java:412)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.updateActivePart(WorkbenchSourceProvider.java:478)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:305)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider.checkActivePart(WorkbenchSourceProvider.java:300)
    at org.eclipse.ui.internal.services.WorkbenchSourceProvider$2.windowDeactivated(WorkbenchSourceProvider.java:270)
    at org.eclipse.ui.internal.Workbench$15.run(Workbench.java:1026)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.Workbench.fireWindowDeactivated(Workbench.java:1024)
    at org.eclipse.ui.internal.WorkbenchWindow$29.shellDeactivated(WorkbenchWindow.java:3169)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:111)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1676)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2145)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4525)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2069)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
    at org.eclipse.swt.internal.win32.OS.BringWindowToTop(Native Method)
    at org.eclipse.swt.widgets.Decorations.bringToTop(Decorations.java:231)
    at org.eclipse.swt.widgets.Shell.open(Shell.java:1217)
    at org.eclipse.jface.window.Window.open(Window.java:797)
    at org.eclipse.ui.internal.statushandlers.InternalDialog.open(InternalDialog.java:327)
    at org.eclipse.ui.internal.statushandlers.WorkbenchStatusDialogManagerImpl.doAddStatusAdapter(WorkbenchStatusDialogManagerImpl.java:270)
    at org.eclipse.ui.internal.statushandlers.WorkbenchStatusDialogManagerImpl.addStatusAdapter(WorkbenchStatusDialogManagerImpl.java:197)
    at org.eclipse.ui.statushandlers.WorkbenchStatusDialogManager.addStatusAdapter(WorkbenchStatusDialogManager.java:156)
    at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.showStatusAdapter(WorkbenchErrorHandler.java:101)
    at org.eclipse.ui.statushandlers.WorkbenchErrorHandler.handle(WorkbenchErrorHandler.java:57)
    at org.eclipse.ui.internal.ide.IDEWorkbenchErrorHandler.handle(IDEWorkbenchErrorHandler.java:108)
    at org.eclipse.ui.internal.WorkbenchErrorHandlerProxy.handle(WorkbenchErrorHandlerProxy.java:36)
    at org.eclipse.ui.statushandlers.StatusManager.handle(StatusManager.java:189)
    at org.eclipse.ui.internal.JFaceUtil$3.show(JFaceUtil.java:70)
    at org.eclipse.jface.util.SafeRunnable.handleException(SafeRunnable.java:67)
    at org.eclipse.core.runtime.SafeRunner.handleException(SafeRunner.java:75)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:44)
    at org.eclipse.ui.internal.Workbench.fireWindowDeactivated(Workbench.java:1024)
    at org.eclipse.ui.internal.WorkbenchWindow$29.shellDeactivated(WorkbenchWindow.java:3169)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:111)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1077)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1058)
    at org.eclipse.swt.widgets.Decorations.WM_ACTIVATE(Decorations.java:1676)
    at org.eclipse.swt.widgets.Shell.WM_ACTIVATE(Shell.java:2145)
    at org.eclipse.swt.widgets.Control.windowProc(Control.java:4525)
    at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:341)
    at org.eclipse.swt.widgets.Decorations.windowProc(Decorations.java:1627)
    at org.eclipse.swt.widgets.Shell.windowProc(Shell.java:2069)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:4976)
    at org.eclipse.swt.internal.win32.OS.PeekMessageW(Native Method)
    at org.eclipse.swt.internal.win32.OS.PeekMessage(OS.java:3129)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3753)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.genuitec.pulse.eclipse.launcher.Main.main(Main.java:110)

    Attachments:
    You must be logged in to view attached files.
    #340792 Reply

    Tony Herstell
    Participant

    Only real solution is to restart MyEclipse

    #340803 Reply

    balanceofpower,

    Sorry that you are seeing this issue in MyEclipse.

    I could not replicate the issue at my end. Can you please answer some more queries to help us investigate further :
    1) Can you please share your installation details from MyEclipse > Installation summary > Installation details ?
    2) Can you please tell us whether the .xhtml files are opened while refactoring the folder name ?
    3) Also, please mention whether the same happens for other .xhtml files (other than the refactored folder .xhtml files) in the workspace ?
    3) If possible, can you please attach the sample project which exhibits this issue to help us investigate further ?

    #340817 Reply

    Tony Herstell
    Participant

    I could not replicate the issue at my end. Can you please answer some more queries to help us investigate further :

    1) Can you please share your installation details from MyEclipse > Installation summary > Installation details ?

    MyEclipse Professional
    – remove all stuff to do with Spring
    + add eGit

    See below

    2) Can you please tell us whether the .xhtml files are opened while refactoring the folder name ?

    Yes… the problem is when it is open and you rename the underlying folder its it.

    3) Also, please mention whether the same happens for other .xhtml files (other than the refactored folder .xhtml files) in the workspace ?

    Only the children of the affected folder

    3) If possible, can you please attach the sample project which exhibits this issue to help us investigate further ?

    I will try to at some point.

    *** Date: Tuesday, 16 July 2013 9:02:55 AM New Zealand Standard Time

    *** Platform Details:

    *** System properties:
    awt.toolkit=sun.awt.windows.WToolkit
    com.genuitec.pulse.delivery.mpc.include.default=true
    com.genuitec.pulse.delivery.mpc.include.from.extension.points=true
    com.genuitec.pulse.delivery.mpc.include.patterns=^http://marketplace.eclipse.org.*
    com.genuitec.pulse.profile.install.directory=C:\Users\Tony\AppData\Local\MyEclipse Professional
    eclipse.commands=-os
    win32
    -ws
    win32
    -arch
    x86_64
    -showsplash
    -launcher
    C:\Users\Tony\AppData\Local\MyEclipse Professional\myeclipse.exe
    -name
    Myeclipse
    –launcher.library
    C:\Users\Tony\AppData\Local\MyEclipse Professional\plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll
    -startup
    C:\Users\Tony\AppData\Local\MyEclipse Professional\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
    -exitdata
    1f98_64
    -install
    C:\Users\Tony\AppData\Local\MyEclipse Professional
    -vm
    C:\Users\Tony\AppData\Local\MyEclipse Professional\binary/com.sun.java.jdk.win32.x86_64_1.6.0.u43/bin/javaw.exe
    eclipse.home.location=file:/C:/Users/Tony/AppData/Local/MyEclipse Professional/
    eclipse.launcher=C:\Users\Tony\AppData\Local\MyEclipse Professional\myeclipse.exe
    eclipse.launcher.name=Myeclipse
    eclipse.p2.data.area=@config.dir/../p2/
    eclipse.p2.profile=com.genuitec.delivery.package.profile.me-pro-11-ea
    eclipse.product=com.genuitec.myeclipse.product.ide
    eclipse.startTime=1373922113945
    eclipse.vm=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary/com.sun.java.jdk.win32.x86_64_1.6.0.u43/bin/javaw.exe
    eclipse.vmargs=-Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m
    -Dosgi.nls.warnings=ignore
    -jar
    C:\Users\Tony\AppData\Local\MYECLI~2\plugins/OR47CC~1.JAR
    equinox.use.ds=true
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=\
    gosh.args=–nointeractive
    guice.disable.misplaced.annotation.check=true
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\Users\Tony\AppData\Local\Temp\pulD680.tmp\PULSEI~1.JAR
    java.class.version=50.0
    java.endorsed.dirs=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\endorsed
    java.ext.dirs=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    java.home=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre
    java.io.tmpdir=C:\Users\Tony\AppData\Local\Temp\
    java.library.path=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\MySQL\MySQL Server 5.1\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Google\Google Apps Migration\;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\Adobe\AGL;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files (x86)\Nmap;C:\apache-maven-3.0.3\bin;;.
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_43-b01
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_43
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=20.14-b01
    line.separator=

    org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
    org.eclipse.equinox.launcher.splash.location=C:\Users\Tony\AppData\Local\MyEclipse Professional\plugins\com.genuitec.myeclipse.product_11.0.1.me201306201512\splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.m2e.log.dir=C:\Users\Tony\Workspaces\MyEclipse Professional\.metadata\.plugins\org.eclipse.m2e.logback.configuration
    org.eclipse.update.reconcile=false
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Windows7
    org.osgi.framework.os.version=6.1.0
    org.osgi.framework.processor=x86-64
    org.osgi.framework.system.capabilities=osgi.ee; osgi.ee=”OSGi/Minimum”; version:List<Version>=”1.0, 1.1, 1.2″,osgi.ee; osgi.ee=”JRE”; version:List<Version>=”1.0, 1.1″,osgi.ee; osgi.ee=”JavaSE”; version:List<Version>=”1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6″
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.uuid=c08845c7-91ed-0012-133b-cfabbc829caf
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.7.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=amd64
    os.name=Windows 7
    os.version=6.1
    osgi.arch=x86_64
    osgi.bundles=reference:file:org.eclipse.birt.jetty.overlay_4.2.1.v201209061119.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.301.v20120914-163612.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=C:\Users\Tony\AppData\Local\MyEclipse Professional\configuration\org.eclipse.osgi\bundles
    osgi.configuration.area=file:/C:/Users/Tony/AppData/Local/MyEclipse Professional/configuration/
    osgi.framework=file:/C:/Users/Tony/AppData/Local/MyEclipse Professional/plugins/org.eclipse.osgi_3.8.2.v20130124-134944.jar
    osgi.framework.extensions=reference:file:org.eclipse.birt.jetty.overlay_4.2.1.v201209061119.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.8.2.v20130124-134944
    osgi.frameworkClassPath=., file:C:/Users/Tony/AppData/Local/MyEclipse Professional/plugins/org.eclipse.birt.jetty.overlay_4.2.1.v201209061119.jar
    osgi.install.area=file:/C:/Users/Tony/AppData/Local/MyEclipse Professional/
    osgi.instance.area=file:/C:/Users/Tony/Workspaces/MyEclipse Professional/
    osgi.instance.area.default=file:/C:/Users/Tony/Workspaces/MyEclipse Professional/
    osgi.logfile=C:\Users\Tony\Workspaces\MyEclipse Professional\.metadata\.log
    osgi.manifest.cache=C:\Users\Tony\AppData\Local\MyEclipse Professional\configuration\org.eclipse.osgi\manifests
    osgi.nl=en_NZ
    osgi.nls.warnings=ignore
    osgi.os=win32
    osgi.splashLocation=C:\Users\Tony\AppData\Local\MyEclipse Professional\plugins\com.genuitec.myeclipse.product_11.0.1.me201306201512\splash.bmp
    osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product
    osgi.syspath=c:\Users\Tony\AppData\Local\MyEclipse Professional\plugins
    osgi.tracefile=C:\Users\Tony\Workspaces\MyEclipse Professional\.metadata\trace.log
    osgi.ws=win32
    path.separator=;
    product.home=/C:/Users/Tony/AppData/Local/MyEclipse Professional/plugins/org.jboss.tools.common.model_2.0.0.me201305100518/
    sun.arch.data.model=64
    sun.boot.class.path=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\resources.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\rt.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\sunrsasign.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\jsse.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\jce.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\charsets.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\lib\modules\jdk.boot.jar;C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\classes
    sun.boot.library.path=C:\Users\Tony\AppData\Local\MyEclipse Professional\binary\com.sun.java.jdk.win32.x86_64_1.6.0.u43\jre\bin
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.java.command=C:\Users\Tony\AppData\Local\Temp\pulD680.tmp\PULSEI~1.JAR -os win32 -ws win32 -arch x86_64 -showsplash -launcher C:\Users\Tony\AppData\Local\MyEclipse Professional\myeclipse.exe -name Myeclipse –launcher.library C:\Users\Tony\AppData\Local\MyEclipse Professional\plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll -startup C:\Users\Tony\AppData\Local\MyEclipse Professional\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar -exitdata 1f98_64 -install C:\Users\Tony\AppData\Local\MyEclipse Professional -vm C:\Users\Tony\AppData\Local\MyEclipse Professional\binary/com.sun.java.jdk.win32.x86_64_1.6.0.u43/bin/javaw.exe -vmargs -Xmx512m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m -Dosgi.nls.warnings=ignore -jar C:\Users\Tony\AppData\Local\Temp\pulD680.tmp\PULSEI~1.JAR
    sun.java.launcher=SUN_STANDARD
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level=Service Pack 1
    user.country=NZ
    user.dir=C:\Users\Tony\AppData\Local\MyEclipse Professional
    user.home=C:\Users\Tony
    user.language=en
    user.name=Tony
    user.timezone=Pacific/Auckland
    user.variant=

    *** Features:
    com.genuitec.myeclipse.database (11.0.1.me201306201512) “MyEclipse Database Support”
    com.genuitec.myeclipse.enterprise.workbench (11.0.1.me201306201512) “MyEclipse Enterprise Workbench”
    com.genuitec.myeclipse.uml2 (11.0.1.me201306201512) “MyEclipse UML2 Feature”
    com.genuitec.myeclipse.visualvm (11.0.1.me201306201512) “MyEclipse VisualVM Profiler”
    com.genuitec.secure.marketplace.about.myeclipse (4.5.0.201301082055) “Secure MyEclipse Information”
    org.eclipse.birt (4.2.1.me201306201512) “Business Intelligence and Reporting Tools”
    org.eclipse.birt.report.designer.editor.xml.wtp (4.2.1.me201306201512) “BIRT Advanced XML Editor Plug-in”
    org.eclipse.cvs (1.3.201.v20130116-085741-7B79FJKAkF7BG7NGE4IAJT) “Eclipse CVS Client”
    org.eclipse.datatools.connectivity.feature (1.10.1.me201306201512) “Data Tools Platform Connectivity Plug-in”
    org.eclipse.datatools.connectivity.oda.designer.core.feature (1.10.1.me201306201512) “DTP ODA Designer UI Framework Plug-in”
    org.eclipse.datatools.connectivity.oda.designer.feature (1.10.1.me201306201512) “DTP ODA Designer UI Framework Plug-in”
    org.eclipse.datatools.connectivity.oda.feature (1.10.1.me201306201512) “DTP Open Data Access”
    org.eclipse.datatools.doc.user (1.10.1.v201208161415-47C08w95FFAK89FHEC7) “Data Tool Platform User Documentation”
    org.eclipse.datatools.enablement.apache.derby.feature (1.10.1.v201208161415-77798gBmKDQ2MoTULxcy9IIQ) “High-level Sybase Enablement Plug-in”
    org.eclipse.datatools.enablement.feature (1.10.1.me201306201512) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.hsqldb.feature (1.10.1.v201208161415-67E1AqGBM7KfNUHxJR9IIQ) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.ibm.feature (1.10.1.v201208161415-7F47WFC7sRdqScnobkd4) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.ingres.feature (1.10.1.v201208161415-540AkF78Z7UCRAQDB) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.jdbc.feature (1.10.1.v201208161415-4-29oB5895RAE8HHP) “High-level Sybase Enablement Plug-in”
    org.eclipse.datatools.enablement.jdt.feature (1.10.1.me201306201512) “Data Tools Platform Connectivity JDT Extension Plug-in”
    org.eclipse.datatools.enablement.msft.feature (1.10.1.v201208161415-544AkF7AL7MDMAQ8O) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.mysql.feature (1.10.1.me201306201512) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.oda.designer.feature (1.10.1.v201208161415-3368s7356485C59AB) “Eclipse Data Tools Platform XML ODA Designer”
    org.eclipse.datatools.enablement.oda.feature (1.10.1.v201208161415-7A7T7CDZRDKHF_HnGjOX) “Eclipse Data Tools Platform XML ODA Runtime Driver”
    org.eclipse.datatools.enablement.oracle.feature (1.10.1.v201208161415-548fAkF7AL7RBJANAI) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.postgresql.feature (1.10.1.v201208161415-553AkF7AK8PCRBQBP) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.sap.feature (1.10.1.v201208161415-540AkF7AJ7YEJBU7S) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.sqlite.feature (1.10.1.v201208161415-542AkF7AJ7SAKAPBF) “Eclipse Data Tools Platform Enablement”
    org.eclipse.datatools.enablement.sybase.feature (1.10.1.v201208161415-7E46F9NiNc1QBgyT6T6) “High-level Sybase Enablement Plug-in”
    org.eclipse.datatools.modelbase.feature (1.10.1.v201208161415-7707FCcNBHLCgLUEdUb) “Eclipse Data Tools Platform SQLModel Plug-in”
    org.eclipse.datatools.sqldevtools.ddlgen.feature (1.10.1.me201306201512) “Eclipse Data Tools Platform FE UI Plug-in”
    org.eclipse.datatools.sqldevtools.feature (1.10.1.me201306201512) “Eclipse Data Tools Platform SQL Tools Common UI Plug-in”
    org.eclipse.datatools.sqldevtools.parsers.feature (1.10.1.v201208161415-623BgJ9EE9ZJRDZLA) “Eclipse Data Tools Platform SQL Parser Plugin”
    org.eclipse.draw2d (3.8.1.201208200205) “Graphical Editing Framework Draw2d”
    org.eclipse.egit (2.3.1.201302201838-r) “Git Team Provider”
    org.eclipse.egit.import (2.3.1.201302201838-r) “Git Team Provider”
    org.eclipse.egit.mylyn (2.3.1.201302201838-r) “Git Team Provider”
    org.eclipse.egit.source (2.3.1.201302201838-r) “Git Team Provider”
    org.eclipse.emf (2.8.1.v20120917-0436) “EMF – Eclipse Modeling Framework Runtime and Tools”
    org.eclipse.emf.codegen (2.8.0.v20120917-0436) “EMF Code Generation”
    org.eclipse.emf.codegen.ecore (2.8.1.v20120917-0436) “EMF Ecore Code Generator”
    org.eclipse.emf.codegen.ecore.ui (2.8.0.v20120917-0436) “EMF Ecore Code Generator UI”
    org.eclipse.emf.codegen.ui (2.7.0.v20120917-0436) “EMF Code Generation UI”
    org.eclipse.emf.common (2.8.0.v20120911-0500) “EMF Common”
    org.eclipse.emf.common.ui (2.7.0.v20120917-0436) “EMF Common UI”
    org.eclipse.emf.converter (2.8.0.v20120917-0436) “EMF Model Converter”
    org.eclipse.emf.databinding (1.2.0.v20120917-0436) “EMF Data Binding”
    org.eclipse.emf.databinding.edit (1.2.0.v20120917-0436) “EMF Edit Data Binding”
    org.eclipse.emf.ecore (2.8.1.v20120911-0500) “EMF Ecore”
    org.eclipse.emf.ecore.edit (2.8.0.v20120917-0436) “EMF Ecore Edit”
    org.eclipse.emf.ecore.editor (2.8.0.v20120917-0436) “EMF Sample Ecore Editor”
    org.eclipse.emf.edit (2.8.0.v20120917-0436) “EMF Edit”
    org.eclipse.emf.edit.ui (2.8.0.v20120917-0436) “EMF Edit UI”
    org.eclipse.emf.mapping (2.7.0.v20120917-0436) “EMF Mapping”
    org.eclipse.emf.mapping.ecore (2.7.0.v20120917-0436) “EMF Ecore Mapping”
    org.eclipse.emf.mapping.ecore.editor (2.7.0.v20120917-0436) “EMF Ecore Mapping Editor”
    org.eclipse.emf.mapping.ui (2.7.0.v20120917-0436) “EMF Mapping UI”
    org.eclipse.epp.mpc (1.1.1.I20110907-0947) “Marketplace Client”
    org.eclipse.gef (3.8.1.201208200205) “Graphical Editing Framework GEF”
    org.eclipse.graphiti.feature (0.9.2.v20130211-0913) “Graphiti UI (Incubation)”
    org.eclipse.help (1.4.1.v20120912-145617-8R7xFOXFLWUl7PpMEeZNIGkb4) “Help System Base”
    org.eclipse.jdt (3.8.2.v20130116-090414-8-8nFu3FNOfwKLRttdWQJ-2z-_83) “Eclipse Java Development Tools”
    org.eclipse.jgit (2.3.1.201302201838-r) “JGit Core”
    org.eclipse.jgit.pgm (2.3.1.201302201838-r) “JGit Command Line Interface”
    org.eclipse.jpt.common.eclipselink.feature (1.2.1.v201208222210-3318s73573J777753) “Dali Java Persistence Tools – EclipseLink Common”
    org.eclipse.jpt.common.feature (1.2.1.v201208222210-663AkF7BF7cFFFFB7) “Dali Java Persistence Tools – Common”
    org.eclipse.jpt.dbws.eclipselink.feature (1.1.101.v201208222210-797EBlCcNBHLCmHaH0KIFD7) “Dali Java Persistence Tools – EclipseLink DBWS Support”
    org.eclipse.jpt.jaxb.eclipselink.feature (1.3.1.v201208222210-777B3BgJ9EJ9kHPH6EA763) “Dali Java Persistence Tools – EclipseLink MOXy (JAXB) Support”
    org.eclipse.jpt.jaxb.feature (1.2.1.me201306201512) “Dali Java Persistence Tools – JAXB Support”
    org.eclipse.jpt.jpa.eclipselink.feature (3.2.1.me201306201512) “Dali Java Persistence Tools – EclipseLink JPA Support”
    org.eclipse.jpt.jpa.feature (3.2.1.me201306201512) “Dali Java Persistence Tools – JPA Support”
    org.eclipse.jpt.jpadiagrameditor.feature (1.1.1.me201306201512) “Dali Java Persistence Tools – JPA Diagram Editor”
    org.eclipse.jst.common.fproj.enablement.jdt (3.4.0.me201306201512) “Eclipse Faceted Project Framework JDT Enablement”
    org.eclipse.jst.enterprise_ui.feature (3.4.0.me201306201512) “Eclipse Java EE Developer Tools”
    org.eclipse.jst.ws.axis2tools.feature (1.1.200.me201306201512) “Axis2 Tools”
    org.eclipse.m2e.feature (1.2.0.me201306201512) “Maven Integration for Eclipse”
    org.eclipse.m2e.logback.feature (1.2.0.me201306201512) “m2e logback configuration”
    org.eclipse.m2e.wtp.feature (0.17.0.me201306201512) “Maven Integration for Eclipse WTP”
    org.eclipse.m2e.wtp.jaxrs.feature (0.17.0.me201306201512) “Maven JAX-RS Configurator”
    org.eclipse.m2e.wtp.jpa.feature (0.17.0.me201306201512) “Maven JPA Configurator”
    org.eclipse.m2e.wtp.jsf.feature (0.17.0.me201306201512) “Maven JSF Configurator”
    org.eclipse.mylyn_feature (3.8.3.v20130107-0100) “Mylyn Tasks”
    org.eclipse.mylyn.commons (3.8.3.v20130107-0100) “Mylyn Commons”
    org.eclipse.mylyn.commons.identity (1.0.3.v20130107-0100) “Mylyn Commons”
    org.eclipse.mylyn.commons.notifications (1.0.3.v20130107-0100) “Mylyn Commons”
    org.eclipse.mylyn.commons.repositories (1.0.3.v20130107-0100) “Mylyn Commons”
    org.eclipse.mylyn.context_feature (3.8.3.v20130107-0100) “Mylyn Context”
    org.eclipse.mylyn.discovery (3.8.3.v20130107-0100) “Mylyn Commons”
    org.eclipse.mylyn.monitor (3.8.3.v20130107-0100) “Mylyn Commons”
    org.eclipse.mylyn.team_feature (3.8.3.v20130107-0100) “Mylyn Context”
    org.eclipse.ocl (3.1.0.v20110606-1427) “OCL (Object Constraint Language) Parser and Interpreter”
    org.eclipse.pde (3.8.2.v20130116-091538-7c7wFj0FFt6Zr9bc77L7JFNNa) “PDE”
    org.eclipse.platform (3.8.1.v20130118-180812-9jF7oIBFG8eU2pim-VbIlTuQjY0RWWK3x-bv4I) “Eclipse Platform”
    org.eclipse.rcp (3.8.2.v20130118-180157-96BuGOZFxwOAeG8Ofmqicz0tPK) “Eclipse RCP”
    org.eclipse.sapphire.java (0.3.0.201106221325) “Sapphire Java Support”
    org.eclipse.sapphire.java.jdt (0.3.0.201106221325) “Sapphire Java Developer Tools Support”
    org.eclipse.sapphire.modeling (0.3.0.201106221325) “Sapphire Modeling Framework”
    org.eclipse.sapphire.modeling.xml (0.3.0.201106221325) “Sapphire XML Support”
    org.eclipse.sapphire.osgi (0.3.0.201106221325) “Sapphire OSGi Support”
    org.eclipse.sapphire.platform (0.3.0.201106221325) “Sapphire Eclipse Platform Support”
    org.eclipse.sapphire.ui (0.3.0.201106221325) “Sapphire UI Framework”
    org.eclipse.sapphire.ui.swt.graphiti (0.3.0.201106221325) “Sapphire UI – SWT Graphiti Renderer”
    org.eclipse.sapphire.ui.swt.xml.editor (0.3.0.201106221325) “Sapphire XML Editor Support”
    org.eclipse.wb.core.feature (1.5.0.r38x201206111201) “WindowBuilder Core”
    org.eclipse.wb.core.ui.feature (1.5.0.r38x201206111213) “WindowBuilder Core UI”
    org.eclipse.wb.core.xml.feature (1.5.0.r38x201206111216) “WindowBuilder Core for XML GUI’s”
    org.eclipse.wb.doc.user.feature (1.5.0.r38x201206111211) “WindowBuilder User Guide”
    org.eclipse.wb.layout.group.feature (1.5.0.r38x201206111249) “WindowBuilder GroupLayout Support”
    org.eclipse.wb.rcp.doc.user.feature (1.5.0.r38x201206111236) “WindowBuilder User Guide – SWT”
    org.eclipse.wb.rcp.feature (1.5.0.r38x201206111317) “SWT Designer”
    org.eclipse.wb.rcp.SWT_AWT_support (1.5.0.r38x201206111333) “WindowBuilder SWT_AWT Support”
    org.eclipse.wb.swing.doc.user.feature (1.5.0.r38x201206111240) “WindowBuilder User Guide – Swing”
    org.eclipse.wb.swing.feature (1.5.0.r38x201206111310) “Swing Designer”
    org.eclipse.wb.swt.feature (1.5.0.r38x201206111304) “SWT Designer Core”
    org.eclipse.wb.xwt.feature (1.5.0.r38x201206111323) “SWT Designer XWT Support”
    org.eclipse.wst.common.fproj (3.4.0.me201306201512) “Eclipse Faceted Project Framework”
    org.eclipse.wst.jsdt.feature (1.4.1.me201306201512) “Eclipse JavaScript Development Tools”
    org.eclipse.wst.web_ui.feature (3.4.1.me201306201512) “Eclipse Web Developer Tools”
    org.eclipse.wst.xml_ui.feature (3.4.1.me201306201512) “Eclipse XML Editors and Tools”
    org.eclipse.wst.xml.xpath2.processor.feature (2.0.100.me201306201512) “Eclipse XPath 2 Developers Tools”
    org.eclipse.wst.xsl.feature (1.3.100.me201306201512) “Eclipse XSL Developer Tools”
    org.eclipse.xsd (2.8.0.v20120917-0436) “XSD Model”
    org.eclipse.xsd.edit (2.7.0.v20120917-0436) “XSD Edit”
    org.sonatype.m2e.mavenarchiver.feature (0.15.0.201207090125) “m2e connector for the mavenarchiver and pom properties”

    *** Plug-in Registry:
    ca.ecliptical.emf.xpath (1.0.0.me201003052220) “EMF XPath Plug-in” [Starting]
    ch.qos.logback.classic (1.0.0.v20111214-2030) “Logback Classic Module” [Resolved]
    ch.qos.logback.core (1.0.0.v20111214-2030) “Logback Core Module” [Resolved]
    ch.qos.logback.slf4j (1.0.0.v20120123-1500) “Logback Native SLF4J Logger Module” [Resolved]
    com.genuitec.custom.popup (9.0.0.me201209030802) “MyEclipse JavaScript Popup Fragment” [Resolved]
    com.genuitec.eclipse.aspphp.core (9.0.0.me201302201832) “MyEclipse ASP and PHP Support Core” [Starting]
    com.genuitec.eclipse.aspphp.ui (11.0.0.me201302241709) “MyEclipse ASP and PHP Support UI” [Starting]
    com.genuitec.eclipse.ast.deploy.core (11.0.0.me201305211815) “MyEclipse Deployment Support” [Active]
    com.genuitec.eclipse.browser (9.0.0.me201302201832) “MyEclipse Web Browser” [Starting]
    com.genuitec.eclipse.core (11.0.0.me201306201512) “MyEclipse Core” [Active]
    com.genuitec.eclipse.core.common (11.0.1.me201306201512) “MyEclipse Common Core Utilities” [Active]
    com.genuitec.eclipse.core.common.platform (11.0.1.me201306201512) “MyEclipse Common Core Platform Utilities” [Active]
    com.genuitec.eclipse.derby (11.0.0.me201305151620) “MyEclipse Derby” [Active]
    com.genuitec.eclipse.desktop (9.0.0.me201302201832) “MyEclipse Desktop Utilities” [Starting]
    com.genuitec.eclipse.dtd (9.0.0.me201306021624) “MyEclipse DTD Support” [Starting]
    com.genuitec.eclipse.easie.core (11.0.0.me201305221615) “MyEclipse EASIE Core” [Active]
    com.genuitec.eclipse.easie.jboss (10.0.0.me201302181705) “MyEclipse EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (9.0.0.me201210111623) “MyEclipse EASIE JBoss 2” [Starting]
    com.genuitec.eclipse.easie.jboss3 (11.0.0.me201305151620) “MyEclipse EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (11.0.0.me201305151620) “MyEclipse EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jboss5 (11.0.0.me201305151620) “MyEclipse EASIE JBoss 5” [Active]
    com.genuitec.eclipse.easie.jboss6 (11.0.0.me201305151620) “MyEclipse EASIE JBoss 6” [Active]
    com.genuitec.eclipse.easie.jboss7 (11.0.0.me201302181705) “MyEclipse EASIE JBoss 7” [Active]
    com.genuitec.eclipse.easie.sun (9.0.0.me201210251705) “MyEclipse EASIE Sun One” [Starting]
    com.genuitec.eclipse.easie.tomcat (11.0.0.me201305161751) “MyEclipse EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat.myeclipse (11.0.0.me201211151802) “MyEclipse EASIE MyEclipse Tomcat 6 Server” [Active]
    com.genuitec.eclipse.easie.tomcat7.myeclipse (11.0.0.me201305151620) “MyEclipse EASIE MyEclipse Tomcat 7 Server” [Active]
    com.genuitec.eclipse.editor.core (11.0.0.me201303191938) “MyEclipse Editors Core” [Starting]
    com.genuitec.eclipse.editor.json (11.0.0.me201303311935) “MyEclipse JSON Editor” [Active]
    com.genuitec.eclipse.editor.ui (11.0.0.me201302241709) “MyEclipse Editors UI” [Starting]
    com.genuitec.eclipse.examples (9.0.0.me201302201832) “MyEclipse Examples” [Active]
    com.genuitec.eclipse.fileview (9.0.0.me201302201832) “MyEclipse File View” [Active]
    com.genuitec.eclipse.hibernate (11.0.0.me201306031748) “MyEclipse Hibernate Capabilities” [Starting]
    com.genuitec.eclipse.imageeditor (9.0.0.me201302201832) “MyEclipse Image Editor” [Starting]
    com.genuitec.eclipse.integration (11.0.0.me201302201832) “MyEclipse Integration Utilities” [Starting]
    com.genuitec.eclipse.j2eedt.core (11.0.1.me201306201512) “MyEclipse Java Enterprise Development Tooling” [Active]
    com.genuitec.eclipse.jniwrapper (9.0.0.me201302201832) “MyEclipse JNIWrapper” [Active]
    com.genuitec.eclipse.jpt.jaxb (11.0.1.me201306201512) “MyEclipse JAXB Support” [Active]
    com.genuitec.eclipse.jsf (11.0.1.me201306201512) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.jsf.designer (11.0.0.me201305211815) “MyEclipse JSF Designer Plug-in” [Active]
    com.genuitec.eclipse.lib.hibernate33 (11.0.0.me201305100518) “MyEclipse Hibernate Library Support” [Starting]
    com.genuitec.eclipse.lib.hibernate41 (11.0.0.me201305100518) “MyEclipse Hibernate 4.1 Library Support” [Starting]
    com.genuitec.eclipse.lib.jpa2 (11.0.0.me201305100518) “MyEclipse JPA 2 Library Support” [Starting]
    com.genuitec.eclipse.lib.spring2 (11.0.0.me201305100518) “MyEclipse Spring Library Support” [Starting]
    com.genuitec.eclipse.lib.spring3 (11.0.0.me201303222027) “MyEclipse Spring 3 Library Support” [Starting]
    com.genuitec.eclipse.lib.spring31 (11.0.1.me201306201512) “MyEclipse Spring 3.1 Library Support” [Starting]
    com.genuitec.eclipse.maven (11.0.0.me201305231757) “Maven4MyEclipse Plug-in” [Starting]
    com.genuitec.eclipse.memory (10.5.0.me201210251705) “MyEclipse Memory Monitor” [Active]
    com.genuitec.eclipse.migration (11.0.0.me201305280227) “MyEclipse Migration Support” [Active]
    com.genuitec.eclipse.migration.ui (11.0.1.me201306101755) “MyEclipse Migration Support UI” [Active]
    com.genuitec.eclipse.mobile.appcenter.client (11.0.0.201306201451) “MyEclipse Mobile Tools AppCenter Client” [Resolved]
    com.genuitec.eclipse.mobile.doc (11.0.0.201306201451) “MyEclipse Mobile Tools Documentation” [Resolved]
    com.genuitec.eclipse.mobile.html5.core (11.0.0.201306201451) “MyEclipse Mobile Tools Application Development Core” [Active]
    com.genuitec.eclipse.mobile.html5.core.emulator (11.0.0.201306201451) “MyEclipse Mobile Tools Web Emulator” [Starting]
    com.genuitec.eclipse.mobile.html5.core.ui (11.0.0.201306201451) “MyEclipse Mobile Tools Application Development UI” [Active]
    com.genuitec.eclipse.modeling.core (9.0.0.me201302201832) “MyEclipse Modeling Core” [Starting]
    com.genuitec.eclipse.modeling.core.layout (9.0.0.me201302201832) “MyEclipse Graph Layout” [Starting]
    com.genuitec.eclipse.persistence.jpa (11.0.1.me201306201512) “MyEclipse JPA” [Active]
    com.genuitec.eclipse.portlet (11.0.0.me201305100518) “MyEclipse Portlet Support” [Starting]
    com.genuitec.eclipse.reporting (11.0.0.me201306101755) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.branding (9.0.0.me201303222027) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.oda (9.0.0.me201302201832) “MyEclipse ODA Runtime Driver” [Starting]
    com.genuitec.eclipse.reporting.oda.ui (11.0.0.me201302201832) “MyEclipse ODA Designer” [Starting]
    com.genuitec.eclipse.runtime (11.0.0.me201305291807) “MyEclipse Project Runtime Support” [Active]
    com.genuitec.eclipse.springhibernate (11.0.0.me201302201832) “MyEclipse Spring / Hibernate Support” [Starting]
    com.genuitec.eclipse.sqlexplorer (11.0.0.me201302201832) “MyEclipse Database Explorer Plugin” [Active]
    com.genuitec.eclipse.sqlexplorer.mssql (9.0.0.me201302201832) “MyEclipse SQLServer Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.mysql (9.0.0.me201302201832) “MyEclipse MySQL Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.oracle (9.0.0.me201302201832) “MyEclipse Oracle Database Explorer” [Starting]
    com.genuitec.eclipse.templates (9.0.0.me201302201832) “MyEclipse Code Generation Template Support” [Active]
    com.genuitec.eclipse.uml (9.0.0.me201305100518) “MyEclipse UML1” [Starting]
    com.genuitec.eclipse.uml2.core (9.0.0.me201209030802) “MyEclipse UML2” [Starting]
    com.genuitec.eclipse.uml2.ui (9.0.0.me201212191350) “MyEclipse UML2 UI” [Starting]
    com.genuitec.eclipse.visualvm (9.0.0.me201209030802) “VisualVM for MyEclipse” [Active]
    com.genuitec.eclipse.visualvm.binary (9.0.0.me201012090051) “VisualVM for MyEclipse Binaries” [Resolved]
    com.genuitec.eclipse.visualvm.server (9.0.0.me201209030802) “VisualVM for MyEclipse Servers” [Active]
    com.genuitec.eclipse.wdt.jsp.debug (11.0.0.me201305151620) “MyEclipse JSP Debug Tooling” [Starting]
    com.genuitec.eclipse.web.imagepreviewer (9.0.0.me201302201832) “MyEclipse Image Previewer” [Active]
    com.genuitec.eclipse.wizards (11.0.0.me201303311935) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipse.ws (11.0.0.me201305281804) “MyEclipse REST Web Services Support” [Starting]
    com.genuitec.eclipse.ws.xfire (11.0.0.me201305281804) “MyEclipse Web Services Support” [Active]
    com.genuitec.javascript.debug (10.0.0.me201302201832) “MyEclipse JavaScript Debugger” [Starting]
    com.genuitec.javascript.debug.mozilla (9.0.0.me201302201832) “MyEclipse JavaScript Browser” [Resolved]
    com.genuitec.jboss.ide.eclipse.apache.xalan (9.0.0.me201305100518) “MyEclipse XDoclet Apache Xalan” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (9.0.0.me201305100518) “MyEclipse XDoclet Support Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (9.0.0.me201305100518) “MyEclipse XDoclet Assist” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (9.0.0.me201305100518) “MyEclipse XDoclet Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (11.0.0.me201305100518) “MyEclipse XDoclet Runner” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (9.0.0.me201305100518) “MyEclipse XDoclet UI Plug-in” [Starting]
    com.genuitec.mobile.build.native (11.0.0.201306201451) “MyEclipse Mobile Tools Native Build Support” [Active]
    com.genuitec.myeclipse.compatibility (10.0.0.me201302201832) “MyEclipse Backward Compatibility” [Active]
    com.genuitec.myeclipse.database (11.0.1.me201306201512) “MyEclipse Database Support” [Resolved]
    com.genuitec.myeclipse.database.doc (9.0.0.me201305100518) “MyEclipse Database Documentation” [Resolved]
    com.genuitec.myeclipse.doc (11.0.1.me201306201512) “MyEclipse Documentation” [Starting]
    com.genuitec.myeclipse.doc.toc (11.0.0.me201306101755) “MyEclipse Documentation TOC” [Starting]
    com.genuitec.myeclipse.ejb.doc (9.0.0.me201305100518) “MyEclipse EJB Development Documentation” [Resolved]
    com.genuitec.myeclipse.maven.doc (9.0.0.me201305221615) “MyEclipse Maven Documentation” [Resolved]
    com.genuitec.myeclipse.persistence.doc (9.0.0.me201305100518) “MyEclipse Persistence Documentation” [Resolved]
    com.genuitec.myeclipse.perspective (11.0.0.me201306021624) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.product (11.0.1.me201306201512) “MyEclipse Product” [Starting]
    com.genuitec.myeclipse.profiling.doc (9.0.0.me201305100518) “MyEclipse Profiling Documentation” [Resolved]
    com.genuitec.myeclipse.uml.doc (9.0.0.me201305100518) “MyEclipse UML Documentation” [Resolved]
    com.genuitec.myeclipse.uml2 (11.0.1.me201306201512) “MyEclipse UML2 Feature” [Resolved]
    com.genuitec.myeclipse.visualvm (11.0.1.me201306201512) “MyEclipse VisualVM Profiler” [Resolved]
    com.genuitec.myeclipse.web.doc (9.0.0.me201305291807) “MyEclipse Web Development Documentation” [Resolved]
    com.genuitec.myeclipse.ws.doc (9.0.0.me201305100518) “MyEclipse Web Services Development Documentation” [Resolved]
    com.genuitec.myeclipse.xml.doc (9.0.0.me201305100518) “MyEclipse XML Documentation” [Resolved]
    com.genuitec.org.eclipse.webbrowser (9.0.0.me201302201832) “MyEclipse Web Browser” [Starting]
    com.genuitec.org.hibernate.eclipse (3.2.4.CR1-me201306201512) “MyEclipse Hibernate Core” [Active]
    com.genuitec.org.hibernate.eclipse.console (3.2.4.CR1-me201302201832) “MyEclipse Hibernate Console” [Starting]
    com.genuitec.org.hibernate.eclipse.mapper (3.2.4.CR1-me201302201832) “MyEclipse Hibernate Mapper” [Active]
    com.genuitec.pulse.client.common.widgets (4.5.0.v201212141140) “Pulse Common Widgets” [Starting]
    com.genuitec.pulse.client.common.widgets.ui (4.6.0.v201304292250) “Client Trans UI” [Active]
    com.genuitec.pulse.client.delivery.package.runtime (4.6.0.v201306171830) “Delivery Center In-Product Updates” [Active]
    com.genuitec.pulse.client.delivery.package.runtime.api (4.6.0.v201305031550) “Delivery In-Product API” [Active]
    com.genuitec.pulse.client.delivery.package.runtime.httpclient (4.6.0.v201305031550) “Delivery Runtime HttpClient Support” [Active]
    com.genuitec.pulse.client.delivery.package.runtime.ui (4.6.0.v201306171830) “Delivery Package Runtime UI” [Active]
    com.genuitec.pulse.client.delivery.package.runtime.ui.api (4.6.0.v201305220950) “Delivery In-Product UI API” [Starting]
    com.genuitec.pulse.client.delivery.package.runtime.ui.catalog (4.6.0.v201303041400) “Delivery Package Runtime Catalog UI” [Starting]
    com.genuitec.pulse.client.delivery.package.runtime.ui.ide (4.6.0.v201303061320) “Delivery Package Runtime UI” [Active]
    com.genuitec.pulse.client.delivery.package.runtime.ui.ide.components (4.6.0.v201303141750) “Delivery Package Runtime Components UI” [Starting]
    com.genuitec.pulse.client.delivery.package.runtime.ui.ide.e42 (4.6.0.v201306171830) “Delivery Package Runtime UI for E42” [Active]
    com.genuitec.pulse.client.delivery.package.runtime.ui.site (4.6.0.v201305021910) “Delivery Package Runtime Site UI” [Starting]
    com.genuitec.pulse.client.delivery.package.runtime.ui.update (4.6.0.v201305172010) “Update” [Starting]
    com.genuitec.pulse.client.delivery.platform (4.6.0.v201305172010) “OS Platform Services Support” [Starting]
    com.genuitec.pulse.client.delivery.platform.win64 (4.6.0.v201305161830) “Windows 64-bit Platform Services Support” [Resolved]
    com.genuitec.pulse.common.system (4.2.0.v201201111650) “System Services” [Starting]
    com.genuitec.pulse.compatibility.e36 (4.4.0.v201206011900) “Eclipse 3.6 Compatibility” [Resolved]
    com.genuitec.pulse.installer.base (4.6.0.v201305152310) “Pulse OneInstall Base Services” [Active]
    com.genuitec.pulse2.common (4.6.0.v201306171830) “Pulse Common Services” [Active]
    com.genuitec.secure.marketplace.about (4.5.0.201301082055) “Secure Delivery Center Information” [Starting]
    com.genuitec.secure.marketplace.about.myeclipse (4.5.0.201301082055) “Secure MyEclipse Information” [Starting]
    com.google.eclipse.mechanic (0.9.0.v201305201300) “Workspace Mechanic Plug-in” [Starting]
    com.ibm.icu (4.4.2.v20110823) “International Components for Unicode for Java (ICU4J)” [Active]
    com.jcraft.jsch (0.1.46.v201205102330) “JSch” [Resolved]
    com.lowagie.text (2.1.7.v201004222200) “Lowagie iText” [Resolved]
    com.myeclipseide.feature.branding (11.0.1.me201306201512) “MyEclipse Enterprise Workbench” [Resolved]
    com.ning.async-http-client (1.6.5.20120903-0645) “async-http-client” [Resolved]
    com.springsource.javax.el (1.0.0) “Java Expression Language API” [Resolved]
    com.springsource.javax.jms (1.1.0) “Java Messaging System API” [Resolved]
    com.springsource.org.apache.commons.codec (1.4.0) “Apache Commons Codec” [Resolved]
    com.springsource.org.apache.httpcomponents.httpclient (4.1.1) “HttpComponents Client” [Resolved]
    com.springsource.org.apache.httpcomponents.httpcore (4.1) “HttpComponents Core” [Resolved]
    com.springsource.org.apache.myfaces.javax.faces (1.2.2) “Apache MyFaces JSF API” [Resolved]
    com.springsource.org.aspectj.weaver (1.6.10.RELEASE) “AspectJ Weaver” [Resolved]
    com.springsource.org.objectweb.asm (2.2.3) “ObjectWeb ASM” [Resolved]
    com.springsource.org.objectweb.asm.commons (2.2.3) “ObjectWeb ASM Commons” [Resolved]
    com.sun.el (2.2.0.v201108011116) “Javax Expression Language Reference Implementation Bundle” [Resolved]
    com.sun.syndication (0.9.0.v200803061811) “Rss and atOM utilitiEs (ROME)” [Resolved]
    edu.emory.mathcs.backport (3.1.0.v200902251154) “JSR166 java.util.concurrency backport” [Resolved]
    fr.obeo.acceleo.bridge (2.6.0.me201305211815) “Acceleo Bridge Plug-in” [Starting]
    fr.obeo.acceleo.bridge.ui (2.6.0.me201305211815) “Acceleo Bridge Ui Plug-in” [Starting]
    fr.obeo.acceleo.chain (2.6.0.200906261744) “Acceleo Chain Model” [Starting]
    fr.obeo.acceleo.chain.edit (2.6.0.200906261744) “Acceleo Chain Edit Support” [Starting]
    fr.obeo.acceleo.chain.editor (2.6.0.200906261744) “Acceleo Chain Editor” [Starting]
    fr.obeo.acceleo.chain.ui (2.6.0.200906261744) “Acceleo Chain Ui Plug-in” [Starting]
    fr.obeo.acceleo.ecore (2.6.0.200906261744) “Acceleo Ecore Plug-in” [Starting]
    fr.obeo.acceleo.ecore.ui (2.6.0.200906261744) “Acceleo Ecore Ui Plug-in” [Starting]
    fr.obeo.acceleo.gen (2.6.0.200906261744) “Acceleo Generator Plug-in” [Starting]
    fr.obeo.acceleo.gen.debug.ui (2.6.0.200906261744) “Acceleo Gen Debug Ui Plug-in” [Starting]
    fr.obeo.acceleo.gen.profiler (2.6.0.200906261744) “Acceleo Profiler Model” [Starting]
    fr.obeo.acceleo.gen.profiler.edit (2.6.0.200906261744) “Acceleo Profiler Edit Support” [Starting]
    fr.obeo.acceleo.gen.profiler.editor (2.6.0.200906261744) “Acceleo Profiler Editor” [Starting]
    fr.obeo.acceleo.gen.ui (2.6.0.200906261744) “Acceleo Generator Ui Plug-in” [Starting]
    fr.obeo.acceleo.template (2.6.0.200906261744) “Acceleo Template Model Plug-in” [Starting]
    fr.obeo.acceleo.template.edit (2.6.0.200906261744) “Acceleo Template Model Edit Support Plug-in” [Starting]
    fr.obeo.acceleo.template.gen (2.6.0.200906261744) “Acceleo Template Model Gen Plug-in” [Resolved]
    fr.obeo.acceleo.tools (2.6.0.200906261744) “Acceleo Tools Plug-in” [Starting]
    fr.obeo.acceleo.tools.ui (2.6.0.200906261744) “Acceleo Tools Ui Plug-in” [Starting]
    fr.obeo.acceleo.uml13 (2.6.0.200906261742) “Acceleo Uml13 Model” [Starting]
    fr.obeo.acceleo.uml14 (2.6.0.200906261742) “Acceleo Uml14 Model” [Starting]
    fr.obeo.acceleo.uml14.mof (2.6.0.200906261742) “Acceleo Uml14 Mof Plug-in” [Starting]
    fr.obeo.acceleo.uml14.ui (2.6.0.me201305211815) “Acceleo Uml14 Ui Plug-in” [Starting]
    java_cup.runtime (0.10.0.v201005080400) “Java Cup” [Resolved]
    javax.activation (1.1.0.v201108011116) “Apache Geronimo Activation Plug-in” [Resolved]
    javax.annotation (1.1.1.v201006150915) “geronimo jta 1.1 spec” [Resolved]
    javax.el (2.2.0.v201108011116) “Javax Expression Language Bundle” [Resolved]
    javax.inject (1.0.0.v20091030) “Atinject Dependency Injection Annotations” [Resolved]
    javax.mail (1.4.0.v201005080615) “Javax Mail Plug-in” [Resolved]
    javax.persistence (2.0.4.v201112161009) “Java Persistence API 2.0” [Resolved]
    javax.servlet (3.0.0.v201112011016) “Servlet API Bundle” [Resolved]
    javax.servlet.jsp (2.2.0.v201112011158) “JSP API Bundle” [Resolved]
    javax.servlet.jsp.jstl (1.2.0.v201105211821) “Java Server Pages Standard Tag Library API Bundle” [Resolved]
    javax.wsdl (1.5.1.v201012040544) “WSDL4J” [Resolved]
    javax.wsdl (1.6.2.v201012040545) “WSDL4J” [Resolved]
    javax.xml (1.3.4.v201005080400) “JAXP XML” [Resolved]
    javax.xml.bind (2.1.9.v201005080401) “XML Binding for Java” [Resolved]
    javax.xml.rpc (1.1.0.v201005080400) “JAX-RPC” [Resolved]
    javax.xml.soap (1.2.0.v201005080501) “SAAJ” [Resolved]
    javax.xml.stream (1.0.1.v201004272200) “Java XML Streaming API” [Resolved]
    lpg.runtime.java (2.0.17.v201004271640) “SourceForge LPG Java Runtime” [Resolved]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v201004271650) “SourceForge LPG” [Resolved]
    org.aopalliance (1.0.0.v200905130917) “Aopalliance Plug-in” [Resolved]
    org.apache.ant (1.8.3.v201301120609) “Apache Ant” [Resolved]
    org.apache.axis (1.4.0.v201005080400) “Apache Web Services” [Resolved]
    org.apache.batik.bridge (1.6.0.v201011041432) “Apache Batik Bridge/GVT/Scripting” [Resolved]
    org.apache.batik.css (1.6.0.v201011041432) “Apache Batik CSS” [Resolved]
    org.apache.batik.dom (1.6.0.v201011041432) “Apache Batik DOM” [Resolved]
    org.apache.batik.dom.svg (1.6.0.v201011041432) “Apache Batik SVG DOM” [Resolved]
    org.apache.batik.ext.awt (1.6.0.v201011041432) “Apache Batik AWT Utilities” [Resolved]
    org.apache.batik.parser (1.6.0.v201011041432) “Apache Batik Parser” [Resolved]
    org.apache.batik.pdf (1.6.0.v201105071520) “Apache Batik PDF” [Resolved]
    org.apache.batik.svggen (1.6.0.v201011041432) “Apache Batik SVG Generation” [Resolved]
    org.apache.batik.transcoder (1.6.0.v201011041432) “Apache Batik Transcoder” [Resolved]
    org.apache.batik.util (1.6.0.v201011041432) “Apache Batik Utilities” [Resolved]
    org.apache.batik.util.gui (1.6.0.v200805290154) “Apache Batik GUI Utilities” [Resolved]
    org.apache.batik.xml (1.6.0.v201011041432) “Apache Batik XML” [Resolved]
    org.apache.bcel (5.2.0.v201005080400) “Apache BCEL” [Resolved]
    org.apache.commons.codec (1.3.0.v201101211617) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.collections (3.2.0.v201005080500) “Apache Commons Collections” [Resolved]
    org.apache.commons.compress (1.4.1.v201301140946) “Apache Commons Compress” [Resolved]
    org.apache.commons.discovery (0.2.0.v201004190315) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.httpclient (3.1.0.v201012070820) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.io (2.0.1.v201105210651) “Apache Commons IO” [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) “Apache Commons JXPath” [Resolved]
    org.apache.commons.lang (2.6.0.v201205030909) “Apache Commons Lang” [Resolved]
    org.apache.commons.lang (2.1.0.v201005080500) “Apache Jakarta Commons Lang” [Resolved]
    org.apache.commons.logging (1.0.4.v201101211617) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.commons.logging (1.1.1.v201005080502) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.derby.core (10.5.1.1_v20120611) “Apache Derby Core Plug-in for Eclipse” [Starting]
    org.apache.felix.gogo.command (0.8.0.v201108120515) “Apache Felix Gogo Command” [Active]
    org.apache.felix.gogo.runtime (0.8.0.v201108120515) “Apache Felix Gogo Runtime” [Active]
    org.apache.felix.gogo.shell (0.8.0.v201110170705) “Apache Felix Gogo Shell” [Active]
    org.apache.jasper.glassfish (2.2.2.v201205150955) “JSP 2.2 implementation from Glassfish” [Resolved]
    org.apache.log4j (1.2.15.v201012070815) “Apache Jakarta log4j Plug-in” [Resolved]
    org.apache.lucene (1.9.1.v201101211617) “Apache Lucene” [Resolved]
    org.apache.lucene (2.9.1.v201101211721) “Apache Lucene” [Resolved]
    org.apache.lucene.analysis (2.9.1.v201101211721) “Apache Lucene Analysis” [Resolved]
    org.apache.lucene.core (2.9.1.v201101211721) “Apache Lucene Core” [Resolved]
    org.apache.velocity (1.5.0.v200905192330) “Apache Velocity Plug-in” [Resolved]
    org.apache.wsil4j (1.0.0.v200901211807) “WSIL4J” [Resolved]
    org.apache.xalan (2.7.1.v201005080400) “Xalan-Java” [Resolved]
    org.apache.xerces (2.9.0.v201101211617) “Apache Xerces-J” [Resolved]
    org.apache.xml.resolver (1.2.0.v201005080400) “Apache XmlResolver” [Resolved]
    org.apache.xml.serializer (2.7.1.v201005080400) “Apache XML Commons Serializer” [Resolved]
    org.aspectj.ajde (1.7.2.20130214224500) “AspectJ” [Starting]
    org.aspectj.runtime (1.7.2.20130214224500) “AspectJ Runtime” [Resolved]
    org.aspectj.weaver (1.7.2.20130214224500) “AspectJ Weaver” [Resolved]
    org.eclipse.ajdt.core (2.2.2.e42x-RELEASE-20130220-1400) “AspectJ Development Tools Core” [Starting]
    org.eclipse.albireo.core (0.0.3.me201209030802) “Albireo Core (Incubation)” [Resolved]
    org.eclipse.ant.core (3.2.401.v20121204-161613) “Ant Build Tool Core” [Starting]
    org.eclipse.ant.launching (1.0.200.v20120530-120908) “Ant Launching Support” [Starting]
    org.eclipse.ant.ui (3.5.301.v20121210-212007) “Ant UI” [Starting]
    org.eclipse.atf.core (0.2.2.me201210111623) “Core Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.core (0.2.2.me201210111623) “Mozide Core Plugin (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug (0.2.2.me201210111623) “Mozilla Debug Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.me201210111623) “Mozilla Debug UI Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.ui (0.2.2.me201210111623) “Moz IDE UI Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.me201209141829) “Mozilla IDE UI Extras Plug-in (Incubation)” [Starting]
    org.eclipse.atf.templates (0.2.2.me201210111623) “Templates Plug-in (Incubation)” [Starting]
    org.eclipse.atf.ui (0.2.2.me201210111623) “Ui Plug-in (Incubation)” [Starting]
    org.eclipse.birt (2.6.1.me201012090051) “Business Intelligence and Reporting Tools” [Resolved]
    org.eclipse.birt.axis.overlay (4.2.1.v201209061119) “BIRT Axis Overlay” [Resolved]
    org.eclipse.birt.chart.device.extension (4.2.0.v20120611) “BIRT Chart Device Extension(s)” [Starting]
    org.eclipse.birt.chart.device.pdf (4.2.0.v20120611) “BIRT Chart Device PDF Extension” [Starting]
    org.eclipse.birt.chart.device.svg (4.2.0.v20120611) “BIRT Chart Device SVG Extension” [Starting]
    org.eclipse.birt.chart.device.swt (4.2.0.v20120611) “BIRT Chart Device SWT Extension” [Starting]
    org.eclipse.birt.chart.engine (4.2.1.v201209041636) “BIRT Chart Engine” [Starting]
    org.eclipse.birt.chart.engine.extension (4.2.0.v20120611) “BIRT Chart Engine Extension” [Starting]
    org.eclipse.birt.chart.examples.core (4.2.0.v20120611) “BIRT Chart Examples Core Plug-in” [Starting]
    org.eclipse.birt.chart.reportitem (4.2.0.v20120611) “BIRT Chart-Report Integration” [Starting]
    org.eclipse.birt.chart.reportitem.ui (4.2.1.me201211171139) “BIRT Chart-Report UI Integration Plug-in” [Starting]
    org.eclipse.birt.chart.ui (4.2.0.v20120611) “BIRT Chart Library UI Plug-in” [Starting]
    org.eclipse.birt.chart.ui.extension (4.2.0.v20120611) “BIRT Chart UI Extension” [Starting]
    org.eclipse.birt.core (4.2.1.v201209121203) “BIRT Core Package” [Starting]
    org.eclipse.birt.core.script.function (4.2.1.v201209101712) “Function Plug-in” [Starting]
    org.eclipse.birt.core.ui (4.2.0.v20120611) “BIRT Core UI” [Starting]
    org.eclipse.birt.cshelp (4.2.1.me201211171139) “BIRT Context-sensitive Help” [Starting]
    org.eclipse.birt.data (4.2.1.v201209121213) “BIRT Data Engine” [Starting]
    org.eclipse.birt.data.aggregation (4.2.1.v20120820) “Build-in Aggregation Plug-in” [Starting]
    org.eclipse.birt.doc (4.2.1.me201211171139) “BIRT Documentation” [Starting]
    org.eclipse.birt.integration.wtp.ui (4.2.1.me201301171818) “BIRT WTP Integration Plug-in” [Starting]
    org.eclipse.birt.jetty.overlay (4.2.1.v201209061119) “BIRT Jetty Overlay” [Resolved]
    org.eclipse.birt.report.data.adapter (4.2.0.v20120611) “BIRT Data Adapter” [Starting]
    org.eclipse.birt.report.data.bidi.utils (4.2.0.v20120611) “Bidi Utils” [Starting]
    org.eclipse.birt.report.data.bidi.utils.ui (3.7.0.v20110602) “Bidi UI Utils” [Starting]
    org.eclipse.birt.report.data.oda.excel (4.2.1.v201208281709) “Excel Data Source ODA Runtime Driver” [Starting]
    org.eclipse.birt.report.data.oda.excel.ui (4.2.0.v20120611) “Excel Data Source ODA Designer” [Starting]
    org.eclipse.birt.report.data.oda.hive (4.2.0.v20120611) “BIRT Hive ODA Driver” [Starting]
    org.eclipse.birt.report.data.oda.hive.ui (4.2.0.v20120611) “BIRT HIVE UI” [Starting]
    org.eclipse.birt.report.data.oda.jdbc (4.2.1.me201212251745) “BIRT ODA-JDBC Bridge Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile (4.2.1.v20120820) “JDBC Database Connection Data Source ODA Runtime Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb (4.2.0.v20120611) “BIRT Sample Database Connection Profile Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb.ui (4.2.0.v20120611) “BIRT Sample Database Connection Profile UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui (4.2.0.v20120611) “JDBC Database Connection Data Source ODA Designer” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.ui (4.2.1.me201211171139) “BIRT JDBC UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.sampledb (4.2.1.v20120820) “BIRT Sample Database” [Starting]
    org.eclipse.birt.report.data.oda.sampledb.ui (4.2.1.v201209111701) “BIRT Sample Database UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.xml (4.2.0.v20120611) “BIRT ODA-XML Driver” [Starting]
    org.eclipse.birt.report.data.oda.xml.ui (4.2.0.v20120611) “BIRT ODA XML Designer” [Starting]
    org.eclipse.birt.report.debug.core (4.2.0.me201209141829) “BIRT Debug Core Plug-in” [Resolved]
    org.eclipse.birt.report.debug.ui (4.2.1.me201212251745) “BIRT Debug UI Plug-in” [Active]
    org.eclipse.birt.report.designer.core (4.2.1.me201211171139) “BIRT Designer Core” [Starting]
    org.eclipse.birt.report.designer.ui (4.2.1.me201212071139) “BIRT Designer UI” [Starting]
    org.eclipse.birt.report.designer.ui.cubebuilder (4.2.1.v201208211204) “BIRT Cube Builder Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.data (4.2.1.me201211171139) “BIRT Designer Data Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.script (4.2.0.v20120611) “BIRT Enhanced Script Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.xml.wtp (4.2.1.v20120820) “BIRT Advanced XML Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors (4.2.1.me201211171139) “BIRT MultipageEditor Extension Point Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors.schematic (4.2.1.v201209060505) “BIRT Editors Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.ide (4.2.1.me201212161806) “BIRT Designer UI for IDE” [Starting]
    org.eclipse.birt.report.designer.ui.lib (4.2.0.v20120611) “BIRT Designer UI for Library” [Starting]
    org.eclipse.birt.report.designer.ui.lib.explorer (4.2.0.me201209030802) “BIRT Library Explorer Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.preview.web (4.2.1.me201211171139) “BIRT Preview Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.views (4.2.1.v201209101614) “BIRT UI Views Plug-in” [Starting]
    org.eclipse.birt.report.engine (4.2.0.v20120611) “BIRT Engine” [Starting]
    org.eclipse.birt.report.engine.dataextraction (4.2.0.v20120611) “Dataextraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.dataextraction.csv (4.2.0.v20120611) “CSV Data Extraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.config (4.2.0.v20120611) “BIRT Emitter Configuration Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.config.excel (4.2.0.v20120611) “BIRT Excel Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.html (4.2.0.v20120611) “BIRT HTML Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.odp (4.2.0.v20120611) “BIRT OpenDocument Presentation Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.ods (4.2.0.v20120611) “BIRT OpenDocument Spreadsheet Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.odt (4.2.0.v20120611) “BIRT OpenDocument Text Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.pdf (4.2.0.v20120611) “BIRT PDF Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.postscript (4.2.0.v20120611) “BIRT Postscript Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.ppt (4.2.0.v20120611) “BIRT PPT Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.config.wpml (4.2.0.v20120611) “BIRT Word Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.html (4.2.0.v20120611) “BIRT HTML Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.odp (4.2.0.v20120611) “BIRT OpenDocument Presentation Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.ods (4.2.0.v20120611) “BIRT OpenDocument Spreadsheet emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.odt (4.2.0.v20120611) “BIRT OpenDocument Text Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf (4.2.1.v20120820) “BIRT PDF emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.postscript (4.2.0.v20120611) “BIRT POSTSCRIPT emitter” [Resolved]
    org.eclipse.birt.report.engine.emitter.ppt (4.2.0.v20120611) “BIRT PPT emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.prototype.excel (4.2.0.v20120611) “BIRT Excel emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml (4.2.0.v20120611) “BIRT Word emitter” [Starting]
    org.eclipse.birt.report.engine.fonts (4.2.0.v20120611) “BIRT Engine fonts” [Resolved]
    org.eclipse.birt.report.engine.odf (4.2.0.v20120611) “OpenDocument Format plugin” [Starting]
    org.eclipse.birt.report.engine.script.javascript (4.2.0.v20120611) “BIRT Javascript Engine” [Starting]
    org.eclipse.birt.report.item.crosstab.core (4.2.1.v201208290612) “BIRT Crosstab Plug-in” [Starting]
    org.eclipse.birt.report.item.crosstab.ui (4.2.1.me201211171139) “BIRT Crosstab UI Plug-in” [Starting]
    org.eclipse.birt.report.model (4.2.1.v201209121206) “BIRT Model” [Starting]
    org.eclipse.birt.report.model.adapter.oda (4.2.0.v20120611) “BIRT Model ODA Adapter” [Starting]
    org.eclipse.birt.report.viewer (4.2.1.v201209071804) “BIRT Web Viewer” [Starting]
    org.eclipse.birt.resources (4.2.0.me201209141829) “BIRT Resources Plug-in” [Resolved]
    org.eclipse.compare (3.5.301.v20130125-135424) “Compare Support” [Active]
    org.eclipse.compare.core (3.5.200.v20120522-1148) “Core Compare Support” [Active]
    org.eclipse.compare.win32 (1.0.200.v20120914-154749) “Compare Support for Word” [Starting]
    org.eclipse.contribution.weaving.jdt (2.2.2.e42x-RELEASE-20130220-1400) “JDT Weaving” [Starting]
    org.eclipse.core.boot (3.1.300.v20120523-2004) “Core Boot” [Starting]
    org.eclipse.core.commands (3.6.1.v20120912-135020) “Commands” [Resolved]
    org.eclipse.core.contenttype (3.4.200.v20120523-2004) “Eclipse Content Mechanism” [Active]
    org.eclipse.core.databinding (1.4.1.v20120912-135020) “JFace Data Binding” [Starting]
    org.eclipse.core.databinding.beans (1.2.200.v20120523-1956) “JFace Data Binding for JavaBeans” [Resolved]
    org.eclipse.core.databinding.observable (1.4.1.v20120521-2332) “JFace Data Binding Observables” [Active]
    org.eclipse.core.databinding.property (1.4.100.v20120523-1956) “JFace Data Binding” [Starting]
    org.eclipse.core.expressions (3.4.400.v20120523-2004) “Expression Language” [Active]
    org.eclipse.core.externaltools (1.0.100.v20120521-2012) “External Tools Headless Support” [Starting]
    org.eclipse.core.filebuffers (3.5.200.v20120523-1310) “File Buffers” [Active]
    org.eclipse.core.filesystem (1.3.200.v20130115-145044) “Core File Systems” [Active]
    org.eclipse.core.filesystem.win32.x86_64 (1.1.300.v20120522-1137) “Core File System for Windows 64 bit” [Resolved]
    org.eclipse.core.jobs (3.5.200.v20120521-2346) “Eclipse Jobs Mechanism” [Active]
    org.eclipse.core.net (1.2.200.v20120914-093638) “Internet Connection Management” [Active]
    org.eclipse.core.net.win32.x86_64 (1.0.100.v20120522-1148) “Proxy for Windows” [Resolved]
    org.eclipse.core.resources (3.8.1.v20121114-124432) “Core Resource Management” [Active]
    org.eclipse.core.runtime (3.8.0.v20120521-2346) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.2.200.v20120521-2346) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.300.v20120523-2004) “Authorization Compatibility Plug-in” [Starting]
    org.eclipse.core.runtime.compatibility.registry (3.5.100.v20120521-2346) “Eclipse Registry Compatibility Fragment” [Resolved]
    org.eclipse.core.variables (3.2.600.v20120521-2012) “Core Variables” [Active]
    org.eclipse.cvs (1.2.1.v201301310800) “Eclipse CVS Client” [Starting]
    org.eclipse.datatools.connectivity (1.2.6.me201211171139) “Data Tools Platform Connectivity Plug-in” [Active]
    org.eclipse.datatools.connectivity.apache.derby (1.0.102.v201107221459) “Eclipse Data Tools Platform Derby Plug-in” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.2.v201107221459) “Eclipse Data Tools Platform Apache Derby Database Definition” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.ui (1.0.3.v201107221459) “Eclipse Data Tools Platform Apache Derby UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.console.profile (1.0.10.v201109250955) “DTP Connection Profiles Storage File Editor Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v201107221459) “Eclipse Data Tools Platform Generic DB Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v201208151422) “Eclipse Data Tools Platform Generic DB UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v201107221459) “Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda (3.3.3.v201110130935) “DTP Open Data Access” [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.2.5.v201109151100) “DTP ODA Consumer Helper Component Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.3.5.v201204241156) “DTP ODA Design Session Model” [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.2.8.v201207060816) “DTP ODA Designer UI Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.1.3.v201209041005) “Eclipse Data Tools Platform Flat File ODA Runtime Driver” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.1.4.v201208231316) “Eclipse Data Tools Platform Flat File ODA Designer” [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.2.8.v201209080429) “DTP ODA Connection Profile Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.2.3.v201201121156) “DTP ODA New Plug-in Template Wizard” [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.2.5.me201209141829) “Eclipse Data Tools Platform SQM Core Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.2.2.v201208151422) “Eclipse Data Tools Platform SQM UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.100.v201202021103) “Eclipse Data Tools Platform Server UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui (1.2.3.v201205240353) “Data Tools Platform Connectivity UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.4.v201208151422) “Eclipse Data Tools Platform Data Source Explorer Plug-in” [Starting]
    org.eclipse.datatools.doc.user (1.7.0.20090521092446) “Data Tool Platform User Documentation” [Starting]
    org.eclipse.datatools.enablement.finfo (1.5.1.v200906161800) “Eclipse Data Tools Platform Enablement” [Starting]
    org.eclipse.datatools.enablement.hsqldb (1.0.0.v201107221502) “Eclipse Data Tools Platform HSQLDB Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v201107221502) “Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v201108120600) “Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.2.v201107221502) “Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.3.v201107221502) “DB2 UDB iSeries Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.2.v201202100836) “Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw (1.0.2.v201107221502) “Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.4.v201107221502) “Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.3.v201202100836) “Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.2.v201107221502) “Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.4.v201107221502) “DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.2.v201202100836) “Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix (1.0.1.v201107221502) “Eclipse Data Tools Platform Informix Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.4.v201107221502) “Eclipse Data Tools Platform Informix Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.ui (1.0.3.v201202100836) “Eclipse Data Tools Platform Informix UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.ui (1.0.0.v201107221502) “Eclipse Data Tools Platform IBM UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres (1.0.0.v200906111150) “Ingres DTP Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres.dbdefinition (1.0.0.v200906161800) “Ingres DTP Database Definition Plu

    #340818 Reply

    Tony Herstell
    Participant

    Setup

    Attachments:
    You must be logged in to view attached files.
    #340824 Reply

    balanceofpower,

    Thanks for the details provided. We could replicate the issue at our end. I have filed a PR for the dev team to look into it.

    Sorry for the inconvenience caused.

    #340825 Reply

    Tony Herstell
    Participant

    @support-pradeep wrote:

    balanceofpower,

    Thanks for the details provided. We could replicate the issue at our end. I have filed a PR for the dev team to look into it.

    Sorry for the inconvenience caused.

    Great news.
    Hope you crack it…

    #340912 Reply

    Tony Herstell
    Participant

    Add to this please…

    use Search->File…

    Add in some text.

    Find some JSF pages and edit the page and save the first… then try to “double click” on the second file to edit that.

    NPE!

    Solution was to CLOSE “x” the file you just saved BEFORE you open the second file.

    Same sort of error.. Assert and model problem.

    #340958 Reply

    balanceofpower,

    We could not replicate the issue at our end.

    Can you please mention the exact steps in detail ? Please attach a small sample project which exhibits this issue to help us reproduce the issue at our end ?

    #342524 Reply

    support-tony
    Keymaster

    This issue is resolved in MyEclipse 2013 SR2, which is now available.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: After refactor MyEclipse editor gets into unusable state…

You must be logged in to post in the forum log in