facebook

Upgrade from 8.5 to 8.6 on MacOS 10.6.4 breaks XML Editor

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #310585 Reply

    azydron
    Member

    Hi,

    Having upgraded using the dashboard from ME 8.5 to 8.6 I find that the structured editor is now broken:

    !SESSION 2010-08-12 10:06:04.412 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_20
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments: -keyring /Users/andrzejzydron/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /Users/andrzejzydron/.eclipse_keyring -consoleLog -showlocation

    This is a continuation of log file /Users/andrzejzydron/workspace-xmlintl-svn/.metadata/.bak_1.log
    Created Time: 2010-08-12 16:47:18.927

    !ENTRY org.eclipse.ui 4 4 2010-08-12 16:47:18.927
    !MESSAGE Failed to update action AnyEdit.compareWith.editor

    !ENTRY org.eclipse.ui 4 4 2010-08-12 16:47:18.928
    !MESSAGE Failed to update action AnyEdit.compareWith.editor
    !STACK 0
    java.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant
    at org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(StructuredTextViewerConfiguration.java:249)
    at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.configure(StructuredTextViewer.java:208)
    at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3323)
    at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:427)
    at org.eclipse.wst.sse.ui.StructuredTextEditor.createPartControl(StructuredTextEditor.java:1336)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:242)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:212)
    at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPageEditorPart.java:440)
    at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPageEditorPart.java:612)
    at com.genuitec.myeclipse.ui.editors.XMLEditor.createPages(XMLEditor.java:11)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
    at de.loskutov.anyedit.actions.compare.CompareWithEditorAction$EditorsContentProvider.<init>(CompareWithEditorAction.java:200)
    at de.loskutov.anyedit.actions.compare.CompareWithEditorAction.selectionChanged(CompareWithEditorAction.java:63)
    at org.eclipse.ui.internal.PluginAction.refreshEnablement(PluginAction.java:206)
    at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:277)
    at org.eclipse.ui.internal.ObjectActionContributor$1.run(ObjectActionContributor.java:157)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
    at org.eclipse.ui.internal.ObjectActionContributor.contributeObjectActions(ObjectActionContributor.java:160)
    at org.eclipse.ui.internal.ObjectActionContributorManager.contributeObjectActions(ObjectActionContributorManager.java:97)
    at org.eclipse.ui.internal.PopupMenuExtender.addObjectActions(PopupMenuExtender.java:262)
    at org.eclipse.ui.internal.PopupMenuExtender.menuAboutToShow(PopupMenuExtender.java:339)
    at org.eclipse.jface.action.MenuManager.fireAboutToShow(MenuManager.java:338)
    at org.eclipse.jface.action.MenuManager.handleAboutToShow(MenuManager.java:469)
    at org.eclipse.jface.action.MenuManager.access$1(MenuManager.java:465)
    at org.eclipse.jface.action.MenuManager$2.menuShown(MenuManager.java:491)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:235)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1603)
    at org.eclipse.swt.widgets.Menu._setVisible(Menu.java:229)
    at org.eclipse.swt.widgets.Display.runPopups(Display.java:3536)
    at org.eclipse.swt.widgets.Control.kEventControlTrack(Control.java:2095)
    at org.eclipse.swt.widgets.Widget.controlProc(Widget.java:375)
    at org.eclipse.swt.widgets.Display.controlProc(Display.java:863)
    at org.eclipse.swt.internal.carbon.OS.CallNextEventHandler(Native Method)
    at org.eclipse.swt.widgets.Tree.kEventMouseDown(Tree.java:2653)
    at org.eclipse.swt.widgets.Widget.mouseProc(Widget.java:1362)
    at org.eclipse.swt.widgets.Display.mouseProc(Display.java:2930)
    at org.eclipse.swt.internal.carbon.OS.SendEventToEventTarget(Native Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3051)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    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:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

    My installation details:

    *** Date: Friday, August 13, 2010 1:21:08 PM Germany Time

    *** Platform Details:

    *** System properties:
    awt.nativeDoubleBuffering=true
    awt.toolkit=apple.awt.CToolkit
    com.genuitec.pulse.client.basedir.location.override=/Library/Genuitec
    com.genuitec.pulse.client.blueprint.id=rmb-596051
    com.genuitec.pulse.client.credentials=JPWiUOw1vut9Vpb1jIbOKUu3vUYPKushZiQiwPKOjzWH2dCPklflzfk+5pVPI2q6JeggUY1i5hWA Bz0KUCd7mUgOj/VdnachzsOWr8/E1ZDlnCoR2f5Is3EEMKeCwTyBHmz7563qW9RPdTCIF9R5ioiz alC9P6Cbfm5lpZ/k2kU=
    com.genuitec.pulse.client.handshake.id=b6824e40-0270-45a0-9e7e-04eb39580410
    com.genuitec.pulse.client.jvmarg.deduplicate.prefixes=-Xmx,-Xms,-Xmm,-XX:MaxPermSize
    com.genuitec.pulse.common.server.url=https://www.poweredbypulse.com:443
    eclipse.commands=-os
    macosx
    -ws
    carbon
    -arch
    x86
    -showsplash
    -launcher
    /Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS/myeclipse
    -name
    Myeclipse
    –launcher.library
    /Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.200.v20090520-1835/eclipse_1206.so
    -startup
    /Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    -install
    /Library/Genuitec/MyEclipse 8.x Latest
    -configuration
    ../../../configuration
    -keyring
    /Users/andrzejzydron/.eclipse_keyring
    -consoleLog
    -showlocation
    -vm
    /System/Library/Frameworks/JavaVM.framework
    eclipse.consoleLog=true
    eclipse.home.location=file:/Library/Genuitec/MyEclipse 8.x Latest/
    eclipse.launcher=/Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS/myeclipse
    eclipse.p2.data.area=/Library/Genuitec/Common/configuration
    eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452
    eclipse.product=com.genuitec.myeclipse.product85.ide
    eclipse.startTime=1281697806055
    eclipse.vm=/System/Library/Frameworks/JavaVM.framework
    eclipse.vmargs=-Xmx1024m
    -XX:MaxPermSize=512m
    -XX:ReservedCodeCacheSize=64m
    -Dorg.eclipse.swt.internal.carbon.smallFonts
    -Dfile.encoding=UTF-8
    -XstartOnFirstThread
    -Djava.class.path=/Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=/
    gopherProxySet=false
    java.awt.graphicsenv=apple.awt.CGraphicsEnvironment
    java.awt.printerjob=apple.awt.CPrinterJob
    java.class.path=/Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
    java.class.version=50.0
    java.endorsed.dirs=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/endorsed
    java.ext.dirs=/Library/Java/Extensions:/System/Library/Java/Extensions:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/lib/ext
    java.home=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
    java.io.tmpdir=/var/folders/8i/8ityUXe9E5GEc0CkMEJ62U+++TI/-Tmp-/
    java.library.path=.:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_20-b02-279-10M3065
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Apple Inc.
    java.vendor.url=http://www.apple.com/
    java.vendor.url.bug=http://bugreport.apple.com/
    java.version=1.6.0_20
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) Client 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=Apple Inc.
    java.vm.version=16.3-b01-279
    jna.platform.library.path=/usr/lib:/usr/lib
    line.separator=

    maynstall.basepath=/pulse/action/
    maynstall.rootelement=pulse
    mrj.build=10M3065
    mrj.version=1060.1.6.0_20-279
    org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
    org.eclipse.equinox.launcher.splash.location=/Library/Genuitec/Common/plugins/com.genuitec.myeclipse.product85_8.6.0.me201007292042/splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.swt.internal.carbon.smallFonts=
    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=MacOSX
    org.osgi.framework.os.version=10.6.4
    org.osgi.framework.processor=x86
    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.vendor=Eclipse
    org.osgi.framework.version=1.5.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=i386
    os.name=Mac OS X
    os.version=10.6.4
    osgi.arch=x86
    osgi.bundles=reference:file:javax.transaction_1.1.1.v201002111330.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.100.v201007291200.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore=/Library/Genuitec/MyEclipse 8.x Latest/configuration/org.eclipse.osgi/bundles
    osgi.configuration.area=file:/Library/Genuitec/MyEclipse 8.x Latest/configuration/
    osgi.framework=file:/Library/Genuitec/MyEclipse 8.x Latest/../Common/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
    osgi.framework.extensions=reference:file:javax.transaction_1.1.1.v201002111330.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.5.2.R35x_v20100126
    osgi.frameworkClassPath=., file:/Library/Genuitec/MyEclipse 8.x Latest/../Common/plugins/javax.transaction_1.1.1.v201002111330.jar
    osgi.install.area=file:/Library/Genuitec/MyEclipse 8.x Latest/
    osgi.instance.area=file:/Users/andrzejzydron/workspace-xmlintl-svn/
    osgi.instance.area.default=file:/Users/andrzejzydron/Workspaces/MyEclipse 8.6/
    osgi.logfile=/Users/andrzejzydron/workspace-xmlintl-svn/.metadata/.log
    osgi.manifest.cache=/Library/Genuitec/MyEclipse 8.x Latest/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_US
    osgi.os=macosx
    osgi.sharedConfiguration.area=file:/Library/Genuitec/MyEclipse 8.x Latest/configuration/
    osgi.splashLocation=/Library/Genuitec/Common/plugins/com.genuitec.myeclipse.product85_8.6.0.me201007292042/splash.bmp
    osgi.splashPath=platform:/base/plugins/com.genuitec.myeclipse.product85
    osgi.syspath=/Library/Genuitec/MyEclipse 8.x Latest/../Common/plugins
    osgi.tracefile=/Users/andrzejzydron/workspace-xmlintl-svn/.metadata/trace.log
    osgi.ws=carbon
    path.separator=:
    product.home=/Library/Genuitec/Common/plugins/org.jboss.tools.common.model_2.0.0.me201003052220/
    pulse.console.redirect=true
    sun.arch.data.model=32
    sun.boot.class.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsfd.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/classes.jar:/System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/Resources/Java/JavaRuntimeSupport.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/ui.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/laf.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/sunrsasign.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jsse.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/jce.jar:/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Classes/charsets.jar
    sun.boot.library.path=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.io.unicode.encoding=UnicodeLittle
    sun.jnu.encoding=MacRoman
    sun.management.compiler=HotSpot Client Compiler
    sun.os.patch.level=unknown
    user.country=US
    user.dir=/Library/Genuitec/MyEclipse 8.x Latest/myeclipse.app/Contents/MacOS
    user.home=/Users/andrzejzydron
    user.language=en
    user.name=andrzejzydron
    user.timezone=Europe/Berlin

    *** Features:

    *** Plug-in Registry:
    ca.ecliptical.emf.xpath (1.0.0.me201003052220) “EMF XPath Plug-in” [Starting]
    com.collabnet.subversion.merge (2.1.0) “CollabNet Subversion Merge Client” [Active]
    com.genuitec.custom.popup (8.6.0.me201007292038) “MyEclipse JavaScript Popup Fragment” [Installed]
    com.genuitec.eclipse.aspphp.core (8.5.0.me201003052220) “MyEclipse ASP and PHP Support Core” [Starting]
    com.genuitec.eclipse.aspphp.ui (8.5.0.me201003052220) “MyEclipse ASP and PHP Support UI” [Starting]
    com.genuitec.eclipse.ast.deploy.core (8.6.0.me201007281000) “MyEclipse Deployment Support” [Starting]
    com.genuitec.eclipse.browser (8.5.0.me201003190322) “MyEclipse Web Browser” [Starting]
    com.genuitec.eclipse.core (8.6.0.me201007292042) “MyEclipse Core” [Active]
    com.genuitec.eclipse.core.common (8.6.0.me201007292038) “MyEclipse Common Core Utilities” [Active]
    com.genuitec.eclipse.core.common.platform (8.6.0.me201007260402) “MyEclipse Common Core Platform Utilities” [Active]
    com.genuitec.eclipse.cross.easystruts.eclipse (8.6.0.me201007231647) “MyEclipse Struts Support” [Starting]
    com.genuitec.eclipse.dashboard (8.6.0.me201007150416) “MyEclipse Plugin Dashboard” [Active]
    com.genuitec.eclipse.derby (8.5.0.me201003052220) “MyEclipse Derby” [Active]
    com.genuitec.eclipse.desktop (8.6.0.me201007140905) “MyEclipse Desktop Utilities” [Starting]
    com.genuitec.eclipse.dtd (8.5.0.me201003052220) “MyEclipse DTD Support” [Starting]
    com.genuitec.eclipse.easie.core (8.6.0.me201007260402) “MyEclipse EASIE Core” [Active]
    com.genuitec.eclipse.easie.geronimo1 (8.5.0.me201003190322) “MyEclipse EASIE Geronimo 1” [Active]
    com.genuitec.eclipse.easie.geronimo2 (8.5.0.me201003121946) “MyEclipse EASIE Geronimo 2” [Active]
    com.genuitec.eclipse.easie.jboss (8.5.0.me201003190322) “MyEclipse EASIE JBoss” [Active]
    com.genuitec.eclipse.easie.jboss2 (8.6.0.me201007140905) “MyEclipse EASIE JBoss 2” [Active]
    com.genuitec.eclipse.easie.jboss3 (8.6.0.me201007140905) “MyEclipse EASIE JBoss 3” [Active]
    com.genuitec.eclipse.easie.jboss4 (8.6.0.me201007140905) “MyEclipse EASIE JBoss 4” [Active]
    com.genuitec.eclipse.easie.jboss5 (8.6.0.me201007140905) “MyEclipse EASIE JBoss 5” [Active]
    com.genuitec.eclipse.easie.jboss6 (8.6.0.me201007140905) “MyEclipse EASIE JBoss 6” [Active]
    com.genuitec.eclipse.easie.jetty (8.6.0.me201007192108) “MyEclipse EASIE Jetty” [Active]
    com.genuitec.eclipse.easie.jetty4 (8.5.0.me201003121946) “MyEclipse EASIE Jetty 4” [Active]
    com.genuitec.eclipse.easie.jetty5 (8.5.0.me201003121946) “MyEclipse EASIE Jetty 5” [Active]
    com.genuitec.eclipse.easie.jetty6 (8.6.0.me201007231647) “MyEclipse EASIE Jetty 6” [Active]
    com.genuitec.eclipse.easie.jetty7 (8.6.0.me201007192108) “MyEclipse EASIE Jetty 7” [Active]
    com.genuitec.eclipse.easie.jonas (8.6.0.me201007140905) “MyEclipse EASIE JOnAS” [Active]
    com.genuitec.eclipse.easie.jonas3 (8.5.0.me201003121946) “MyEclipse EASIE JOnAS 3” [Active]
    com.genuitec.eclipse.easie.jonas4 (8.5.0.me201003121946) “MyEclipse EASIE JOnAS 4” [Active]
    com.genuitec.eclipse.easie.jonas5 (8.6.0.me201007140905) “MyEclipse EASIE JOnAS 5” [Active]
    com.genuitec.eclipse.easie.jrun (8.5.0.me201003190322) “MyEclipse EASIE JRun” [Active]
    com.genuitec.eclipse.easie.jrun4 (8.5.0.me201003121946) “MyEclipse EASIE JRun 4” [Active]
    com.genuitec.eclipse.easie.oracle (8.5.0.me201003190322) “MyEclipse EASIE Oracle AS” [Active]
    com.genuitec.eclipse.easie.oracle10 (8.5.0.me201003121946) “MyEclipse EASIE Oracle 10 AS” [Active]
    com.genuitec.eclipse.easie.oracle9 (8.5.0.me201003121946) “MyEclipse EASIE Oracle 9 AS” [Active]
    com.genuitec.eclipse.easie.orion1 (8.5.0.me201003121946) “MyEclipse EASIE Orion 1” [Active]
    com.genuitec.eclipse.easie.orion2 (8.5.0.me201003121946) “MyEclipse EASIE Orion 2” [Active]
    com.genuitec.eclipse.easie.resin (8.5.0.me201003190322) “MyEclipse EASIE Resin” [Active]
    com.genuitec.eclipse.easie.resin2 (8.5.0.me201003121946) “MyEclipse EASIE Resin 2” [Active]
    com.genuitec.eclipse.easie.resin3 (8.5.0.me201003121946) “MyEclipse EASIE Resin 3” [Active]
    com.genuitec.eclipse.easie.resin4 (8.5.0.me201003121946) “MyEclipse EASIE Resin 4” [Active]
    com.genuitec.eclipse.easie.sun (8.6.0.me201007140905) “MyEclipse EASIE Sun One” [Active]
    com.genuitec.eclipse.easie.sun8 (8.5.0.me201003121946) “MyEclipse EASIE Sun 8” [Active]
    com.genuitec.eclipse.easie.sun81 (8.5.0.me201003121946) “MyEclipse EASIE Sun 8.x” [Active]
    com.genuitec.eclipse.easie.sun9 (8.5.0.me201003121946) “MyEclipse EASIE Sun 9” [Active]
    com.genuitec.eclipse.easie.sun91 (8.5.0.me201003121946) “MyEclipse EASIE Sun 9.1” [Active]
    com.genuitec.eclipse.easie.sunglassfish (8.5.0.me201003121946) “MyEclipse EASIE Glassfish 1” [Active]
    com.genuitec.eclipse.easie.sunglassfish2 (8.5.0.me201003121946) “MyEclipse EASIE Glassfish 2” [Active]
    com.genuitec.eclipse.easie.sunglassfish3 (8.5.0.me201003121946) “MyEclipse EASIE GlassFish v3 Prelude” [Active]
    com.genuitec.eclipse.easie.sunglassfishv3final (8.6.0.me201007140905) “MyEclipse EASIE GlassFish v3 Final” [Active]
    com.genuitec.eclipse.easie.sunwebserver (8.6.0.me201007281000) “MyEclipse EASIE Sun Java System Webserver” [Active]
    com.genuitec.eclipse.easie.tomcat (8.6.0.me201007212153) “MyEclipse EASIE Tomcat” [Active]
    com.genuitec.eclipse.easie.tomcat.myeclipse (8.6.0.me201007231647) “MyEclipse EASIE MyEclipse Tomcat 6 Server” [Active]
    com.genuitec.eclipse.easie.tomcat4 (8.5.0.me201003121946) “MyEclipse EASIE Tomcat 4” [Active]
    com.genuitec.eclipse.easie.tomcat5 (8.5.0.me201003121946) “MyEclipse EASIE Tomcat 5” [Active]
    com.genuitec.eclipse.easie.tomcat6 (8.6.0.me201007231647) “MyEclipse EASIE Tomcat 6” [Active]
    com.genuitec.eclipse.easie.tomcat7 (8.6.0.me201007231647) “MyEclipse EASIE Tomcat 7” [Active]
    com.genuitec.eclipse.easie.weblogic (8.6.0.me201007140905) “MyEclipse EASIE WebLogic” [Active]
    com.genuitec.eclipse.easie.weblogic10 (8.5.0.me201003121946) “MyEclipse EASIE WebLogic 10” [Active]
    com.genuitec.eclipse.easie.weblogic6 (8.6.0.me201007140905) “MyEclipse EASIE WebLogic 6” [Active]
    com.genuitec.eclipse.easie.weblogic7 (8.6.0.me201007140905) “MyEclipse EASIE WebLogic 7” [Active]
    com.genuitec.eclipse.easie.weblogic8 (8.6.0.me201007140905) “MyEclipse EASIE WebLogic 8” [Active]
    com.genuitec.eclipse.easie.weblogic9 (8.6.0.me201007140905) “MyEclipse EASIE WebLogic 9” [Active]
    com.genuitec.eclipse.easie.websphere (8.5.0.me201003190322) “MyEclipse EASIE WebSphere 4” [Active]
    com.genuitec.eclipse.easie.websphere.wasce (8.5.0.me201003121946) “MyEclipse EASIE WebSphere Community Edition” [Active]
    com.genuitec.eclipse.easie.websphere5 (8.6.0.me201007140905) “MyEclipse EASIE WebSphere 5” [Active]
    com.genuitec.eclipse.easie.websphere6 (8.5.0.me201003121946) “MyEclipse EASIE WebSphere 6” [Active]
    com.genuitec.eclipse.easie.websphere61 (8.5.100.me201005251332) “MyEclipse EASIE WebSphere 6.1” [Active]
    com.genuitec.eclipse.examples (8.6.0.me201007140905) “MyEclipse Examples” [Active]
    com.genuitec.eclipse.export.wizard (8.5.0.me201003052220) “MyEclipse J2EE Export Wizards” [Starting]
    com.genuitec.eclipse.fileview (8.5.0.me201003052220) “MyEclipse File View” [Active]
    com.genuitec.eclipse.hibernate (8.6.0.me201007140905) “MyEclipse Hibernate Capabilities” [Starting]
    com.genuitec.eclipse.icefaces (8.5.0.me201003052220) “ICEfaces Runtime Libraries for MyEclipse” [Active]
    com.genuitec.eclipse.integration (8.5.0.me201003052220) “MyEclipse Integration Utilities” [Starting]
    com.genuitec.eclipse.j2eedt.core (8.6.0.me201007292038) “MyEclipse Java Enterprise Development Tooling” [Active]
    com.genuitec.eclipse.jniwrapper (8.5.0.me201003052220) “MyEclipse JNIWrapper” [Starting]
    com.genuitec.eclipse.jsf (8.6.0.me201007140905) “MyEclipse JSF Capabilities” [Active]
    com.genuitec.eclipse.jsf.designer (8.6.0.me201007231647) “MyEclipse JSF Designer Plug-in” [Active]
    com.genuitec.eclipse.lib.hibernate33 (8.6.0.me201007121534) “bundleName” [Starting]
    com.genuitec.eclipse.lib.spring2 (8.6.0.me201006162126) “MyEclipse Spring Library Support” [Starting]
    com.genuitec.eclipse.lib.spring3 (8.6.0.me201006162126) “MyEclipse Spring 3 Library Support” [Starting]
    com.genuitec.eclipse.maven (8.6.0.me201007162022) “Maven4MyEclipse Plug-in” [Starting]
    com.genuitec.eclipse.memory (8.5.0.me201003052220) “MyEclipse Memory Monitor” [Active]
    com.genuitec.eclipse.modeling.core (8.6.0.me201007231647) “MyEclipse Modeling Core” [Starting]
    com.genuitec.eclipse.modeling.core.layout (8.5.0.me201003052220) “MyEclipse Graph Layout” [Starting]
    com.genuitec.eclipse.persistence.jpa (8.6.0.me201007140905) “MyEclipse JPA” [Starting]
    com.genuitec.eclipse.portlet (8.6.0.me201007140905) “MyEclipse Portlet Support” [Starting]
    com.genuitec.eclipse.reporting (8.6.0.me201007140905) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.branding (8.5.0.me201003052220) “MyEclipse Reports” [Starting]
    com.genuitec.eclipse.reporting.oda (8.5.0.me201003052220) “MyEclipse ODA Runtime Driver” [Starting]
    com.genuitec.eclipse.reporting.oda.ui (8.5.0.me201003052220) “MyEclipse ODA Designer” [Starting]
    com.genuitec.eclipse.springframework (8.6.0.me201007140905) “MyEclipse Spring Framework Support” [Starting]
    com.genuitec.eclipse.springhibernate (8.6.0.me201007140905) “MyEclipse Spring / Hibernate Support” [Starting]
    com.genuitec.eclipse.sqlexplorer (8.5.0.me201003052220) “MyEclipse Database Explorer Plugin” [Active]
    com.genuitec.eclipse.sqlexplorer.mssql (8.5.0.me201003052220) “MyEclipse SQLServer Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.mysql (8.5.0.me201003052220) “MyEclipse MySQL Support” [Starting]
    com.genuitec.eclipse.sqlexplorer.oracle (8.5.0.me201003052220) “MyEclipse Oracle Database Explorer” [Starting]
    com.genuitec.eclipse.struts (8.6.0.me201007140905) “MyEclipse Struts Capabilities” [Starting]
    com.genuitec.eclipse.struts2 (8.6.0.me201007292038) “MyEclipse Struts 2 Support” [Starting]
    com.genuitec.eclipse.tapestry (8.5.0.me201003052220) “MyEclipse Tapestry Integration” [Active]
    com.genuitec.eclipse.tapestry.docs.contrib (8.5.0.me201003052220) “MyEclipse Spindle Documentation Additions” [Resolved]
    com.genuitec.eclipse.tapestry.ui.contrib (8.5.0.me201003052220) “MyEclipse Tapestry UI Integration Fragment” [Resolved]
    com.genuitec.eclipse.templates (8.5.0.me201003052220) “MyEclipse Code Generation Template Support” [Active]
    com.genuitec.eclipse.uml (8.6.0.me201007140905) “MyEclipse UML1” [Starting]
    com.genuitec.eclipse.uml2.core (8.5.100.me201005251332) “MyEclipse UML2” [Starting]
    com.genuitec.eclipse.uml2.ui (8.5.100.me201005202259) “MyEclipse UML2 UI” [Starting]
    com.genuitec.eclipse.visualvm (8.6.0.me201007140905) “VisualVM for MyEclipse” [Starting]
    com.genuitec.eclipse.visualvm.binary (8.5.0.me201003052220) “VisualVM for MyEclipse Binaries” [Resolved]
    com.genuitec.eclipse.visualvm.server (8.6.0.me201007140905) “VisualVM for MyEclipse Servers” [Starting]
    com.genuitec.eclipse.wdt.jsp.debug (8.6.0.me201007140905) “MyEclipse JSP Debug Tooling” [Active]
    com.genuitec.eclipse.web.imagepreviewer (8.5.0.me201003052220) “MyEclipse Image Previewer” [Starting]
    com.genuitec.eclipse.webdesigner3 (8.5.100.me201005171943) “MyEclipse Visual Web Designer” [Starting]
    com.genuitec.eclipse.wizards (8.6.0.me201007140905) “MyEclipse File Creation Wizards” [Active]
    com.genuitec.eclipse.ws (8.5.100.me201005202259) “MyEclipse REST Web Services Support” [Active]
    com.genuitec.eclipse.ws.xfire (8.6.0.me201007281000) “MyEclipse Web Services Support” [Active]
    com.genuitec.eclipse.ws.xfire.framework (8.5.0.me201003052220) “MyEclipse XFire Web Services Support” [Active]
    com.genuitec.javascript.core (8.6.0.me201007281000) “MyEclipse JavaScript Core” [Active]
    com.genuitec.javascript.core.epl (8.6.0.me201007260402) “MyEclipse JavaScript Core (EPL)” [Active]
    com.genuitec.javascript.debug (8.5.100.me201005272338) “MyEclipse JavaScript Debugger” [Starting]
    com.genuitec.javascript.debug.mozilla (8.5.0.me201003052220) “MyEclipse JavaScript Browser” [Resolved]
    com.genuitec.javascript.ui (8.6.0.me201007212153) “MyEclipse JavaScript UI” [Starting]
    com.genuitec.javascript.ui.epl (8.6.0.me201007212153) “MyEclipse JavaScript UI (EPL)” [Starting]
    com.genuitec.javascript.wst.integration (8.6.0.me201007292038) “MyEclipse JavaScript WST Integration” [Active]
    com.genuitec.jboss.ide.eclipse.apache.xalan (8.5.0.me201003052220) “MyEclipse XDoclet Apache Xalan” [Resolved]
    com.genuitec.jboss.ide.eclipse.core (8.5.0.me201003052220) “MyEclipse XDoclet Support Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.assist (8.5.0.me201003052220) “MyEclipse XDoclet Assist” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.core (8.5.0.me201003052220) “MyEclipse XDoclet Core” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.run (8.5.0.me201003052220) “MyEclipse XDoclet Runner” [Starting]
    com.genuitec.jboss.ide.eclipse.xdoclet.ui (8.5.0.me201003052220) “MyEclipse XDoclet UI Plug-in” [Starting]
    com.genuitec.myeclipse.compatibility (8.5.0.me201003052220) “MyEclipse Backward Compatibility” [Active]
    com.genuitec.myeclipse.database (8.6.0.me201007212153) “MyEclipse Database Support” [Resolved]
    com.genuitec.myeclipse.doc (8.6.0.me201007280958) “MyEclipse Documentation” [Starting]
    com.genuitec.myeclipse.doc.toc (8.6.0.me201007231647) “MyEclipse Documentation TOC” [Starting]
    com.genuitec.myeclipse.icefaces (8.5.0.me201003121946) “ICEfaces Integration for MyEclipse” [Active]
    com.genuitec.myeclipse.icefaces.branding (8.5.0.me201003052220) “ICEfaces AJAX and Java EE Tooling for MyEclipse” [Resolved]
    com.genuitec.myeclipse.perspective (8.5.100.me201005202258) “MyEclipse Perspective Plug-in” [Active]
    com.genuitec.myeclipse.product85 (8.6.0.me201007292042) “MyEclipse Product” [Starting]
    com.genuitec.myeclipse.uml2 (8.6.0.me201007212153) “MyEclipse UML2 Feature” [Resolved]
    com.genuitec.myeclipse.visualvm (8.6.0.me201007231647) “MyEclipse VisualVM Profiler” [Resolved]
    com.genuitec.org.eclipse.webbrowser (8.5.0.me201003180050) “MyEclipse Web Browser” [Active]
    com.genuitec.org.hibernate.eclipse (3.2.4.CR1-me201006101740) “MyEclipse Hibernate Core” [Active]
    com.genuitec.org.hibernate.eclipse.console (3.2.4.CR1-me201004232157) “MyEclipse Hibernate Console” [Starting]
    com.genuitec.org.hibernate.eclipse.mapper (3.2.4.CR1-me201004232157) “MyEclipse Hibernate Mapper” [Active]
    com.genuitec.pulse.client.common.collab.ui (3.0.3.v201007291200) “Pulse Collaboration UI” [Active]
    com.genuitec.pulse.client.common.shortcut (3.0.3.v201007291200) “Shortcut Support” [Starting]
    com.genuitec.pulse.client.common.shortcut.osx (3.0.3.v201007291200) “OS X Shortcut Support” [Resolved]
    com.genuitec.pulse.client.common.ui (3.0.3.v201007291200) “Pulse Common UI” [Resolved]
    com.genuitec.pulse.client.common.ui.osx (3.0.3.v201007291200) “Pulse Common UI OS X” [Resolved]
    com.genuitec.pulse.client.contrib.ui (3.0.3.v201007291200) “Pulse Contributor UI” [Active]
    com.genuitec.pulse.client.targetcfg.collab.ui (3.0.3.v201007291200) “Pulse Collaboration Control Center” [Active]
    com.genuitec.pulse.client.targetcfg.collab.workspace.ui (3.0.3.v201007291200) “Pulse Workspace Collaboration UI” [Active]
    com.genuitec.pulse.compatibility.e35 (3.0.3.v201007291200) “Eclipse 3.5 Compatibility” [Resolved]
    com.genuitec.pulse.compatibility.ui.e35 (3.0.3.v201007291200) “Eclipse 3.5 UI Compatibility” [Resolved]
    com.genuitec.pulse2.client.auth.addon (3.0.3.v201007291200) “External Login Service” [Resolved]
    com.genuitec.pulse2.client.authentication (3.0.3.v201007291200) “Client Authentication” [Starting]
    com.genuitec.pulse2.client.common (3.0.3.v201007291200) “Pulse Client Common” [Active]
    com.genuitec.pulse2.client.common.exec (3.0.3.v201007291200) “Common Execution Services” [Active]
    com.genuitec.pulse2.client.common.provisioning (3.0.3.v201007291200) “Common Pulse Provisioning Services” [Active]
    com.genuitec.pulse2.client.installer.common (3.0.3.v201007291200) “Pulse Client Common Services” [Active]
    com.genuitec.pulse2.client.installer.ui (3.0.3.v201007291200) “Pulse Client Installer” [Active]
    com.genuitec.pulse2.client.launcher.ui (3.0.3.v201007291200) “Launcher UI with p2 Support” [Active]
    com.genuitec.pulse2.client.properties (3.0.3.v201007291200) “Pulse Client Properties Service” [Active]
    com.genuitec.pulse2.client.services (3.0.3.v201007291200) “Pulse Client Services” [Active]
    com.genuitec.pulse2.client.services.ui (3.0.3.v201007291200) “Pulse Client Services UI” [Active]
    com.genuitec.pulse2.client.targetcfg.dropins (3.0.3.v201007291200) “Pulse Target Configuration Dropins Extensions” [Active]
    com.genuitec.pulse2.client.targetcfg.jdt (3.0.3.v201007291200) “Pulse Target Configuration JDT Extensions” [Active]
    com.genuitec.pulse2.client.targetcfg.ui (3.0.3.v201007291200) “Pulse Target Configuration UI” [Active]
    com.genuitec.pulse2.client.updatesite (3.0.3.v201007291200) “Pulse Update Site Services” [Active]
    com.genuitec.pulse2.common (3.0.3.v201007291200) “Pulse Common Services” [Active]
    com.genuitec.pulse2.common.http (3.0.3.v201007291200) “Http Plug-in” [Active]
    com.genuitec.pulse2.common.http.httpclient (3.0.3.v201007291200) “Pulse’s HttpClient Communication Provider” [Active]
    com.genuitec.pulse2.common.http.httpclient.ws (3.0.3.v201007291200) “Pulse HttpClient Web Services Client” [Active]
    com.genuitec.pulse2.common.http.oakland (3.0.3.v201007291200) “Pulse’s Oakland Software Provider” [Starting]
    com.genuitec.pulse2.common.http.oakland.ws (3.0.3.v201007291200) “Pulse Oakland Software Web Services” [Starting]
    com.genuitec.pulse2.common.ui (3.0.3.v201007291200) “Pulse Common UI Services” [Active]
    com.genuitec.pulse2.model (3.0.3.v201007291200) “Pulse Data Model” [Active]
    com.genuitec.pulse2.model.clientext (3.0.3.v201007291200) “Client-side Mappings for Context” [Resolved]
    com.ibm.icu (4.0.1.v20090822) “International Components for Unicode for Java (ICU4J)” [Active]
    com.icesoft.ide.eclipse.designtime (8.5.0.me201003052220) “ICEfaces Design-Time Support for MyEclipse” [Starting]
    com.icesoft.ide.eclipse.icefaces.doc (8.5.0.me201003052220) “ICEfaces Help Documentation for MyEclipse” [Resolved]
    com.iw.plugins.spindle.core (8.5.100.me201005202259) “MyEclipse Spindle Core Support” [Active]
    com.iw.plugins.spindle.docs (8.5.0.me201003052220) “MyEclipse Spindle 3 Documentation” [Starting]
    com.iw.plugins.spindle.ui (8.5.100.me201005202257) “MyEclipse Spindle UI” [Active]
    com.jcraft.jsch (0.1.41.v200903070017) “JSch” [Resolved]
    com.lowagie.itext (1.5.4.v20090305) “Lowagie Itext” [Resolved]
    com.myeclipseide.feature.branding (8.6.0.me201007212153) “MyEclipse Enterprise Workbench” [Resolved]
    com.skyway.compositeediting (1.0.0.201007201747) “Skyway Composite Editor Framework” [Active]
    com.skyway.compositeediting.jaxws (1.0.0.201007201747) “Skyway JAX-WS Composite Editor Framework” [Starting]
    com.skyway.compositeediting.spring (1.0.0.201007201747) “Skyway Spring Composite Editor Framework” [Starting]
    com.skyway.integration.data.xml (7.0.1.201007201747) “Skyway Integration Data XML” [Active]
    com.skyway.integration.flex (1.0.0.201007201747) “Skyway Adobe Flex Integration” [Active]
    com.skyway.integration.google.webtoolkit (1.0.0.201007201747) “Skyway GWT Integration” [Active]
    com.skyway.integration.java.spring (7.0.1.201007201747) “Skyway Spring JEE Configuration Model” [Active]
    com.skyway.integration.java.spring.codetomodel (7.0.1.201007201747) “Skyway Spring JEE Code to Model Integration” [Starting]
    com.skyway.integration.java.spring.codetomodel.ui (7.0.1.201007201747) “Skyway Spring JEE Code to Model UI Integration” [Active]
    com.skyway.integration.java.spring.ui (7.0.1.201007201747) “Skyway Spring JEE UI Integration” [Starting]
    com.skyway.integration.service.javascript.dwr (7.0.1.201007201747) “Skyway Direct Web Remoting Integration” [Active]
    com.skyway.integration.service.webservice (7.0.1.201007201747) “Skyway Web Services Integration” [Active]
    com.skyway.licensing (7.1.0.201007201747) “Skyway License Management” [Active]
    com.skyway.maven (1.0.0.201007201747) “Skyway Maven” [Starting]
    com.skyway.myeclipseforspring (7.0.1.201007201747) “Skyway MyEclipse For Spring” [Active]
    com.skyway.myeclipseforspring.factories (1.0.0.201007201747) “Skyway MyEclipse For Spring Factories” [Starting]
    com.skyway.myeclipseforspring.lib (7.0.1.201007201747) “Skyway MyEclipse for Spring Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.apache.commons (1.0.0.201007201747) “Skyway MyEclipse for Spring Apache Commons Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.atomikos (7.0.1.201007201747) “Skyway MyEclipse for Spring Atomikos Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.cxf (1.0.1.201007201747) “Skyway MyEclipse for Spring CXF Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.derby (1.0.1.201007201747) “Skyway MyEclipse for Spring Derby Client Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.flex (1.0.0.201007201747) “Skyway MyEclipse for Spring Flex Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.gwt (1.0.0.201007201747) “Skyway MyEclipse for Spring GWT Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.postgres (1.0.1.201007201747) “Skyway MyEclipse for Spring Postgres Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.skyway (1.0.1.201007201747) “Skyway MyEclipse for Spring Libraries” [Starting]
    com.skyway.myeclipseforspring.lib.web (7.0.1.201007201747) “Skyway MyEclipse for Spring Web Libraries” [Starting]
    com.skyway.scaffolding (7.0.1.201007201747) “Skyway Spring Security Scaffolding” [Active]
    com.skyway.scaffolding.crud (7.0.1.201007201747) “Skyway Spring CRUD Scaffolding” [Active]
    com.springsource.edu.emory.mathcs.backport (3.1.0) “Backport Util Concurrent” [Resolved]
    com.springsource.javax.annotation (1.0.0) “Java Common Annotations API” [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.javax.mail (1.4.0) “Java Mail” [Resolved]
    com.springsource.javax.servlet (2.5.0) “Java Servlet API” [Resolved]
    com.springsource.javax.servlet.jsp (2.1.0) “Java JSP API” [Resolved]
    com.springsource.javax.servlet.jsp.jstl (1.2.0) “Java JSP Standard Tag Library” [Resolved]
    com.springsource.javax.xml.soap (1.3.0) “Java SOAP API” [Resolved]
    com.springsource.javax.xml.stream (1.0.1) “Java XML Stream API (StAX)” [Resolved]
    com.springsource.org.antlr (3.0.1) “ANTLR” [Resolved]
    com.springsource.org.aopalliance (1.0.0) “AOP Alliance API” [Resolved]
    com.springsource.org.apache.commons.codec (1.3.0) “Apache Commons Codec” [Resolved]
    com.springsource.org.apache.commons.collections (3.2.0) “Apache Commons Collections” [Resolved]
    com.springsource.org.apache.commons.logging (1.1.1) “Apache Commons Logging” [Resolved]
    com.springsource.org.apache.myfaces.javax.faces (1.2.2) “Apache MyFaces JSF API” [Resolved]
    com.springsource.org.aspectj.weaver (1.6.8.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.jna (3.2.3) “JNA Library Plug-in” [Active]
    fr.obeo.acceleo.bridge (2.6.0.200906261742) “Acceleo Bridge Plug-in” [Starting]
    fr.obeo.acceleo.bridge.ui (2.6.0.200906261742) “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.200906261742) “Acceleo Uml14 Ui Plug-in” [Starting]
    ie.wombat.jbdiff (0.1.0.1) “Jbdiff Plug-in” [Starting]
    java_cup.runtime (0.10.0.v200803061811) “Java Cup” [Resolved]
    javax.activation (1.1.0.v200906290531) “Apache Geronimo Activation Plug-in” [Resolved]
    javax.mail (1.4.0.v200905040518) “Javax Mail Plug-in” [Resolved]
    javax.persistence (1.99.0.v200909260100) “JPA 1.99 – Extended for OSGi” [Resolved]
    javax.servlet (2.5.0.v200806031605) “Servlet API Bundle” [Resolved]
    javax.servlet.jsp (2.0.0.v200806031607) “Java Server Pages API Bundle” [Resolved]
    javax.transaction (1.1.1.v201002111330) “geronimo annotation 1.0 spec” [Resolved]
    javax.wsdl (1.5.1.v200806030408) “WSDL4J” [Resolved]
    javax.xml (1.3.4.v200902170245) “JAXP XML” [Resolved]
    javax.xml.rpc (1.1.0.v200905122109) “JAX-RPC” [Resolved]
    javax.xml.soap (1.2.0.v200905122109) “SAAJ” [Resolved]
    net.sf.cglib (1.0.0.v201007291200) “Cglib Plug-in” [Resolved]
    net.sf.solareclipse.ui (0.4.0.me201003052220) “MyEclipse Spindle SolarEclipse UI” [Resolved]
    net.sf.solareclipse.xml.ui (0.4.0.me201003052220) “MyEclipse Spindle XML Development Tools UI” [Starting]
    net.sourceforge.lpg.lpgjavaruntime (1.1.0.v200803061910) “SourceForge LPG” [Resolved]
    org.apache.ant (1.7.1.v20090120-1145) “Apache Ant” [Resolved]
    org.apache.axis (1.4.0.v200905122109) “Apache Web Services” [Resolved]
    org.apache.batik.bridge (1.6.0.v200805290154) “Apache Batik Bridge/GVT/Scripting” [Resolved]
    org.apache.batik.css (1.6.0.v200805290154) “Apache Batik CSS” [Resolved]
    org.apache.batik.dom (1.6.0.v200805290154) “Apache Batik DOM” [Resolved]
    org.apache.batik.dom.svg (1.6.0.v200805290154) “Apache Batik SVG DOM” [Resolved]
    org.apache.batik.ext.awt (1.6.0.v200805290154) “Apache Batik AWT Utilities” [Resolved]
    org.apache.batik.parser (1.6.0.v200805290154) “Apache Batik Parser” [Resolved]
    org.apache.batik.pdf (1.6.0.v200806031500) “Apache Batik PDF” [Resolved]
    org.apache.batik.svggen (1.6.0.v200805290154) “Apache Batik SVG Generation” [Resolved]
    org.apache.batik.transcoder (1.6.0.v200805290154) “Apache Batik Transcoder” [Resolved]
    org.apache.batik.util (1.6.0.v200805290154) “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.v200805290154) “Apache Batik XML” [Resolved]
    org.apache.bcel (5.2.0.v200803061811) “Apache BCEL” [Resolved]
    org.apache.commons.codec (1.3.0.v20080530-1600) “Apache Commons Codec Plug-in” [Resolved]
    org.apache.commons.collections (3.2.0.v200803061811) “Apache Commons Collections” [Resolved]
    org.apache.commons.discovery (0.2.0.v200905122109) “Jakarta-Commons Discovery” [Resolved]
    org.apache.commons.el (1.0.0.v200806031608) “Apache Commons JSP 2.0 Expression Language Interpreter” [Resolved]
    org.apache.commons.httpclient (3.1.0.v20080605-1935) “Apache Commons Httpclient” [Resolved]
    org.apache.commons.io (1.3.2.v20080604-1500) “Apache Commons IO” [Resolved]
    org.apache.commons.jxpath (1.2.0.v20080604-1500) “Apache Commons JXPath” [Resolved]
    org.apache.commons.lang (2.4.0.v20081016-1030) “Apache Jakarta Commons Lang” [Resolved]
    org.apache.commons.lang (2.1.0.v200803061811) “Apache Jakarta Commons Lang” [Resolved]
    org.apache.commons.logging (1.0.4.v200904062259) “Apache Commons Logging Plug-in” [Resolved]
    org.apache.derby.core (10.5.1.1_v20100129) “Apache Derby Core Plug-in for Eclipse” [Starting]
    org.apache.directory.studio.aciitemeditor (1.5.3.v20100330) “Apache Directory Studio ACI Item Editor” [Starting]
    org.apache.directory.studio.apacheds.configuration (1.5.3.v20100330) “Apache Directory Studio Apache DS Configuration” [Active]
    org.apache.directory.studio.apacheds.configuration.help (1.5.3.v20100330) “Apache Directory Studio Apache DS Configuration Help” [Starting]
    org.apache.directory.studio.common.ui (1.5.3.v20100330) “Apache Directory Studio Common UI” [Starting]
    org.apache.directory.studio.connection.core (1.5.3.v20100330) “Apache Directory Studio Connection Core” [Starting]
    org.apache.directory.studio.connection.ui (1.5.3.v20100330) “Apache Directory Studio Connection UI” [Starting]
    org.apache.directory.studio.jars (1.5.3.v20100330) “Apache Directory Studio Jars” [Resolved]
    org.apache.directory.studio.ldapbrowser.common (1.5.3.v20100330) “Apache Directory Studio LDAP Browser Common” [Starting]
    org.apache.directory.studio.ldapbrowser.core (1.5.3.v20100330) “Apache Directory Studio LDAP Browser Core” [Starting]
    org.apache.directory.studio.ldapbrowser.help (1.5.3.v20100330) “Apache Directory Studio LDAP Browser Help” [Starting]
    org.apache.directory.studio.ldapbrowser.ui (1.5.3.v20100330) “Apache Directory Studio LDAP Browser UI” [Starting]
    org.apache.directory.studio.ldifeditor (1.5.3.v20100330) “Apache Directory Studio LDIF Editor” [Starting]
    org.apache.directory.studio.ldifeditor.help (1.5.3.v20100330) “Apache Directory Studio LDIF Editor Help” [Starting]
    org.apache.directory.studio.ldifparser (1.5.3.v20100330) “Apache Directory Studio LDIF Parser” [Resolved]
    org.apache.directory.studio.rcp (1.5.3.v20100330) “Apache Directory Studio RCP” [Starting]
    org.apache.directory.studio.rcp.help (1.5.3.v20100330) “Apache Directory Studio RCP Help” [Starting]
    org.apache.directory.studio.schemaeditor (1.5.3.v20100330) “Apache Directory Studio Schema Editor” [Starting]
    org.apache.directory.studio.schemaeditor.help (1.5.3.v20100330) “Apache Directory Studio Schema Editor Help” [Starting]
    org.apache.directory.studio.valueeditors (1.5.3.v20100330) “Apache Directory Studio Value Editors” [Starting]
    org.apache.jasper (5.5.17.v200903231320) “Apache Jasper 2 Plug-in” [Resolved]
    org.apache.log4j (1.2.13.v200903072027) “Apache Jakarta log4j Plug-in” [Resolved]
    org.apache.lucene (1.9.1.v20080530-1600) “Apache Lucene” [Resolved]
    org.apache.lucene.analysis (1.9.1.v20080530-1600) “Apache Lucene Analysis” [Resolved]
    org.apache.oro (2.0.8.v200903061218) “Apache Jakarta ORO” [Resolved]
    org.apache.velocity (1.5.0.v200905192330) “Apache Velocity Plug-in” [Resolved]
    org.apache.ws.commons.schema (1.4.2.v200905291151) “Bundle-Name.0” [Resolved]
    org.apache.wsil4j (1.0.0.v200901211807) “WSIL4J” [Resolved]
    org.apache.xalan (2.7.1.v200905122109) “Xalan-Java” [Resolved]
    org.apache.xerces (2.9.0.v200909240008) “Apache Xerces-J” [Resolved]
    org.apache.xml.resolver (1.2.0.v200902170519) “Apache XmlResolver” [Resolved]
    org.apache.xml.serializer (2.7.1.v200902170519) “Apache XML Commons Serializer” [Resolved]
    org.eclipse.albireo.core (0.0.3.me201003052220) “Albireo Core (Incubation)” [Resolved]
    org.eclipse.ant.core (3.2.101.v20091110_r352) “Ant Build Tool Core” [Active]
    org.eclipse.ant.ui (3.4.2.v20091204_r352) “Ant UI” [Active]
    org.eclipse.atf.core (0.2.2.me201003052220) “Core Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.core (0.2.2.me201003052220) “Mozide Core Plugin (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug (0.2.2.me201003052220) “Mozilla Debug Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.debug.ui (0.2.2.me201007152119) “Mozilla Debug UI Plug-in (Incubation)” [Active]
    org.eclipse.atf.mozilla.ide.ui (0.2.2.me201003052220) “Moz IDE UI Plug-in (Incubation)” [Starting]
    org.eclipse.atf.mozilla.ide.ui.extras (0.2.2.me201003052220) “Mozilla IDE UI Extras Plug-in (Incubation)” [Starting]
    org.eclipse.atf.templates (0.2.2.me201003052220) “Templates Plug-in (Incubation)” [Starting]
    org.eclipse.atf.ui (0.2.2.me201003052220) “Ui Plug-in (Incubation)” [Starting]
    org.eclipse.birt (2.5.2.me201003052220) “Business Intelligence and Reporting Tools” [Resolved]
    org.eclipse.birt.chart.device.extension (2.5.2.v20100204) “BIRT Chart Device Extension(s)” [Starting]
    org.eclipse.birt.chart.device.pdf (2.5.2.v20091022) “BIRT Chart Device PDF Extension” [Starting]
    org.eclipse.birt.chart.device.svg (2.5.2.v20100204) “BIRT Chart Device SVG Extension” [Starting]
    org.eclipse.birt.chart.device.swt (2.5.2.v20091022) “BIRT Chart Device SWT Extension” [Starting]
    org.eclipse.birt.chart.engine (2.5.2.v20100209) “BIRT Chart Engine” [Starting]
    org.eclipse.birt.chart.engine.extension (2.5.2.v20100121) “BIRT Chart Engine Extension” [Starting]
    org.eclipse.birt.chart.reportitem (2.5.2.v20100209) “BIRT Chart-Report Integration” [Starting]
    org.eclipse.birt.chart.reportitem.ui (2.5.2.v20100210) “BIRT Chart-Report UI Integration Plug-in” [Starting]
    org.eclipse.birt.chart.runtime (2.5.2.v20091020) “BIRT Chart Runtime” [Resolved]
    org.eclipse.birt.chart.ui (2.5.2.v20100209) “BIRT Chart Library UI Plug-in” [Starting]
    org.eclipse.birt.chart.ui.extension (2.5.2.v20100210) “BIRT Chart UI Extension” [Starting]
    org.eclipse.birt.core (2.5.2.v20100208) “BIRT Core Package” [Starting]
    org.eclipse.birt.core.script.function (2.5.2.v20100205) “Function Plug-in” [Starting]
    org.eclipse.birt.core.ui (2.5.2.v20091217) “BIRT Core UI” [Starting]
    org.eclipse.birt.cshelp (2.5.2.me201007130520) “BIRT Context-sensitive Help” [Starting]
    org.eclipse.birt.data (2.5.2.v20100209) “BIRT Data Engine” [Starting]
    org.eclipse.birt.data.aggregation (2.5.2.v20100205) “Build-in Aggregation Plug-in” [Starting]
    org.eclipse.birt.doc (2.5.2.me201007130520) “BIRT Documentation” [Starting]
    org.eclipse.birt.integration.wtp.ui (2.5.1.me201003052220) “BIRT WTP Integration Plug-in” [Starting]
    org.eclipse.birt.report.data.adapter (2.5.2.v20100208) “BIRT Data Adapter” [Starting]
    org.eclipse.birt.report.data.bidi.utils (2.5.2.v20100205) “Bidi Utils” [Starting]
    org.eclipse.birt.report.data.bidi.utils.ui (2.5.2.v20100205) “Bidi UI Utils” [Starting]
    org.eclipse.birt.report.data.oda.jdbc (2.5.2.me201003052220) “BIRT ODA-JDBC Bridge Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile (2.5.2.v20100205) “JDBC Database Connection Data Source ODA Runtime Driver” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.sampledb (2.5.2.v20100205) “BIRT Sample Database Connection Profile Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.dbprofile.ui (2.5.2.v20100205) “JDBC Database Connection Data Source ODA Designer” [Starting]
    org.eclipse.birt.report.data.oda.jdbc.ui (2.5.2.me201003052220) “BIRT JDBC UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.sampledb (2.5.2.v20100205) “BIRT Sample Database” [Starting]
    org.eclipse.birt.report.data.oda.sampledb.ui (2.5.2.v20100205) “BIRT Sample Database UI Plug-in” [Starting]
    org.eclipse.birt.report.data.oda.xml (2.5.2.v20100205) “BIRT ODA-XML Driver” [Starting]
    org.eclipse.birt.report.data.oda.xml.ui (2.5.2.v20100205) “BIRT ODA XML Designer” [Starting]
    org.eclipse.birt.report.debug.core (2.5.2.me201003052220) “BIRT Debug Core Plug-in” [Resolved]
    org.eclipse.birt.report.debug.ui (2.5.2.me201003052220) “BIRT Debug UI Plug-in” [Starting]
    org.eclipse.birt.report.designer.core (2.5.2.me201003052220) “BIRT Designer Core” [Starting]
    org.eclipse.birt.report.designer.ui (2.5.2.me201003052220) “BIRT Designer UI” [Starting]
    org.eclipse.birt.report.designer.ui.cubebuilder (2.5.2.v20100127) “BIRT Cube Builder Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.data (2.5.2.me201003052220) “BIRT Designer Data Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editor.script (2.5.2.v20100127) “BIRT Enhanced Script Editor Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors (2.5.2.me201003052220) “BIRT MultipageEditor Extension Point Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.editors.schematic (2.5.2.v20100127) “BIRT Editors Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.ide (2.5.2.me201003052220) “BIRT Designer UI for IDE” [Starting]
    org.eclipse.birt.report.designer.ui.lib (2.5.2.v20100127) “BIRT Designer UI for Library” [Starting]
    org.eclipse.birt.report.designer.ui.lib.explorer (2.5.2.v20100127) “BIRT Library Explorer Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.preview.web (2.5.2.me201003052220) “BIRT Preview Plug-in” [Starting]
    org.eclipse.birt.report.designer.ui.views (2.5.2.v20100127) “BIRT UI Views Plug-in” [Starting]
    org.eclipse.birt.report.engine (2.5.2.v20100210) “BIRT Engine” [Starting]
    org.eclipse.birt.report.engine.dataextraction (2.5.2.v20100115) “Dataextraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.dataextraction.csv (2.5.2.v20100115) “CSV Data Extraction Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.config (2.5.2.v20100208) “BIRT Emitter Configuration Plug-in” [Starting]
    org.eclipse.birt.report.engine.emitter.excel.config (2.5.2.v20100208) “BIRT Excel Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.html (2.5.2.v20100208) “BIRT HTML Emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.html.config (2.5.2.v20100208) “BIRT HTML Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf (2.5.2.v20100129) “BIRT PDF emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.pdf.config (2.5.2.v20100208) “BIRT PDF Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.postscript (2.5.2.v20100107) “BIRT POSTSCRIPT emitter” [Resolved]
    org.eclipse.birt.report.engine.emitter.postscript.config (2.5.2.v20100208) “BIRT Postscript Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.ppt (2.5.2.v20091224) “BIRT PPT emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.ppt.config (2.5.2.v20100208) “BIRT PPT Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.emitter.prototype.excel (2.5.2.v20100201) “BIRT Excel emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml (2.5.2.v20091224) “BIRT Word emitter” [Starting]
    org.eclipse.birt.report.engine.emitter.wpml.config (2.5.2.v20100208) “BIRT Word Emitter Descriptor” [Starting]
    org.eclipse.birt.report.engine.fonts (2.5.2.v20091224) “BIRT Engine fonts” [Resolved]
    org.eclipse.birt.report.engine.script.javascript (2.5.2.v20091224) “BIRT Javascript Engine” [Starting]
    org.eclipse.birt.report.item.crosstab.core (2.5.2.v20100127) “BIRT Crosstab Plug-in” [Starting]
    org.eclipse.birt.report.item.crosstab.ui (2.5.2.me201003160859) “BIRT Crosstab UI Plug-in” [Starting]
    org.eclipse.birt.report.model (2.5.2.v20100127) “BIRT Model” [Starting]
    org.eclipse.birt.report.model.adapter.oda (2.5.2.v20091210) “BIRT Model ODA Adapter” [Starting]
    org.eclipse.birt.report.runtime (2.5.2.v20091020) “BIRT Report Runtime” [Resolved]
    org.eclipse.birt.report.viewer (2.5.2.v20091210) “BIRT Web Viewer” [Starting]
    org.eclipse.birt.resources (2.5.2.me201003052220) “BIRT Resources Plug-in” [Resolved]
    org.eclipse.compare (3.5.2.r35x_20100113-0800) “Compare Support” [Active]
    org.eclipse.compare.core (3.5.0.I20090430-0408) “Core Compare Support” [Active]
    org.eclipse.core.boot (3.1.100.v20080218) “Core Boot” [Starting]
    org.eclipse.core.commands (3.5.0.I20090525-2000) “Commands” [Resolved]
    org.eclipse.core.contenttype (3.4.1.R35x_v20090826-0451) “Eclipse Content Mechanism” [Active]
    org.eclipse.core.databinding (1.2.0.M20090819-0800) “JFace Data Binding” [Starting]
    org.eclipse.core.databinding.beans (1.2.0.I20090525-2000) “JFace Data Binding for JavaBeans” [Resolved]
    org.eclipse.core.databinding.observable (1.2.0.M20090902-0800) “JFace Data Binding Observables” [Active]
    org.eclipse.core.databinding.property (1.2.0.M20090819-0800) “JFace Data Binding” [Starting]
    org.eclipse.core.expressions (3.4.101.R35x_v20100209) “Expression Language” [Active]
    org.eclipse.core.filebuffers (3.5.0.v20090526-2000) “File Buffers” [Active]
    org.eclipse.core.filesystem (1.2.1.R35x_v20091203-1235) “Core File Systems” [Active]
    org.eclipse.core.filesystem.macosx (1.2.0.R35x_v20091203-1235) “Core File System for Macintosh” [Resolved]
    org.eclipse.core.jobs (3.4.100.v20090429-1800) “Eclipse Jobs Mechanism” [Active]
    org.eclipse.core.net (1.2.1.r35x_20090812-1200) “Internet Connection Management” [Active]
    org.eclipse.core.resources (3.5.2.R35x_v20091203-1235) “Core Resource Management” [Active]
    org.eclipse.core.resources.compatibility (3.4.1.R35x_v20100113-0530) “Core Resource Management Compatibility Fragment” [Resolved]
    org.eclipse.core.runtime (3.5.0.v20090525) “Core Runtime” [Active]
    org.eclipse.core.runtime.compatibility (3.2.0.v20090413) “Core Runtime Plug-in Compatibility” [Active]
    org.eclipse.core.runtime.compatibility.auth (3.2.100.v20090413) “Authorization Compatibility Plug-in” [Active]
    org.eclipse.core.runtime.compatibility.registry (3.2.200.v20090429-1800) “Eclipse Registry Compatibility Fragment” [Resolved]
    org.eclipse.core.variables (3.2.200.v20090521) “Core Variables” [Active]
    org.eclipse.cvs (1.0.400.v201002111343) “Eclipse CVS Client” [Starting]
    org.eclipse.dali.core (0.5.0.me201003052220) “Dali Core” [Starting]
    org.eclipse.dali.db (0.5.0.me201003052220) “Dali DB” [Starting]
    org.eclipse.dali.edit (0.5.0.me201003052220) “Dali Edit” [Starting]
    org.eclipse.dali.gen (0.5.0.me201003052220) “Dali Entity Gen” [Starting]
    org.eclipse.dali.ui (0.5.0.me201003052220) “Dali Java Persistence API (JPA) Tools” [Starting]
    org.eclipse.dali.utility (0.5.0.me201003052220) “Dali Utility” [Starting]
    org.eclipse.datatools.connectivity (1.1.3.v201001230803) “Data Tools Platform Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.apache.derby (1.0.100.v200906020900) “Eclipse Data Tools Platform Derby Plug-in” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.dbdefinition (1.0.2.v200906161815) “Eclipse Data Tools Platform Apache Derby Database Definition” [Starting]
    org.eclipse.datatools.connectivity.apache.derby.ui (1.0.1.v200906020900) “Eclipse Data Tools Platform Apache Derby UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.console.profile (1.0.0.v200906020553) “DTP Connection Profiles Storage File Editor Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic (1.0.1.v200908130547) “Eclipse Data Tools Platform Generic DB Connectivity Plug-in” [Starting]
    org.eclipse.datatools.connectivity.db.generic.ui (1.0.1.v200906020900) “Eclipse Data Tools Platform Generic DB UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.dbdefinition.genericJDBC (1.0.1.v200906161815) “Eclipse Data Tools Platform DBDefinition Generic JDBC Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda (3.2.2.v201001270833) “DTP Open Data Access” [Starting]
    org.eclipse.datatools.connectivity.oda.consumer (3.2.2.v201001261113) “DTP ODA Consumer Helper Component Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.design (3.2.2.v201001210350) “DTP ODA Design Session Model” [Starting]
    org.eclipse.datatools.connectivity.oda.design.ui (3.2.2.v201001210350) “DTP ODA Designer UI Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile (3.1.1.v201001131420) “Eclipse Data Tools Platform Flat File ODA Runtime Driver” [Starting]
    org.eclipse.datatools.connectivity.oda.flatfile.ui (3.1.1.v201001131420) “Eclipse Data Tools Platform Flat File ODA Designer” [Starting]
    org.eclipse.datatools.connectivity.oda.profile (3.2.2.v201001210350) “DTP ODA Connection Profile Framework Plug-in” [Starting]
    org.eclipse.datatools.connectivity.oda.template.ui (3.2.0.v200906020553) “DTP ODA New Plug-in Template Wizard” [Starting]
    org.eclipse.datatools.connectivity.sqm.core (1.1.1.me201003052220) “Eclipse Data Tools Platform SQM Core Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.core.ui (1.1.100.v200910270525) “Eclipse Data Tools Platform SQM UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.sqm.server.ui (1.1.100.v200910270503) “Eclipse Data Tools Platform Server UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui (1.1.5.v201001190218) “Data Tools Platform Connectivity UI Plug-in” [Starting]
    org.eclipse.datatools.connectivity.ui.dse (1.1.3.v201001270323) “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.v200906020900) “Eclipse Data Tools Platform HSQLDB Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.dbdefinition (1.0.0.v200906161800) “Eclipse Data Tools Platform HSQLDB Database Definition Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.hsqldb.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform HSQLDB UI Enablement Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries (1.0.1.v200906020900) “Eclipse Data Tools Platform IBM DB2 UDB iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition (1.0.3.v200906161800) “DB2 UDB iSeries Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.iseries.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform IBM DB2 UDB UI iSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw (1.0.1.v200906020900) “Eclipse Data Tools Platform IBM DB2 UDB LUW Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition (1.0.3.v200906161800) “Eclipse Data Tools Platform DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.luw.ui (1.0.1.v200906020900) “Eclipse Data Tools Platform IBM DB2 UDB LUW UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries (1.0.1.v200906020900) “Eclipse Data Tools Platform IBM DB2 UDB zSeries Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition (1.0.3.v200906161800) “DB2 UDB Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.db2.zseries.ui (1.0.0.v200906020900) “Eclipse Data Tools Platform IBM DB2 UDB zSeries UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix (1.0.0.v200906020900) “Eclipse Data Tools Platform Informix Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.dbdefinition (1.0.3.v200906161800) “Eclipse Data Tools Platform Informix Database Definition Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.informix.ui (1.0.1.v200906020900) “Eclipse Data Tools Platform Informix UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.ibm.ui (1.0.0.v200906020900) “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 De

    #310600 Reply

    Scott Anderson
    Participant

    azydron,

    Thank you for providing all the information needed to help us diagnose this. The stack traces show that the problem is seems to originate in the “compare with” function of
    the AnyEdit plugin you’ve added to MyEclipse, not MyEclipse itself. Here’s the relevant part of the stack:

    !ENTRY org.eclipse.ui 4 4 2010-08-12 16:47:18.928
    !MESSAGE Failed to update action AnyEdit.compareWith.editor
    !STACK 0
    java.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant
    at org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(StructuredTextViewerConfiguration.java:249)
    ….
    at de.loskutov.anyedit.actions.compare.CompareWithEditorAction$EditorsContentProvider.<init>(CompareWithEditorAction.java:200)
    at de.loskutov.anyedit.actions.compare.CompareWithEditorAction.selectionChanged(CompareWithEditorAction.java:63)

    ….

    That doesn’t mean there isn’t anything we can do about it, only that we need some more information first. To help isolate the issue further, could you:
    1) Clear your log file
    2) go to Help > MyEclipse Software Center > Dashboard and uninstall AnyEdit, apply the change, and then restart
    3) Try the exact same operation again and report the results please?

    With that additional information I think we can figure out what’s going wrong and then determine what might address it.

    #310633 Reply

    azydron
    Member

    Hi Scott,

    Many thanks for your prompt reply. I have done as instructed and here are the resultant stack trace and session logs:

    java.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant
    at org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(StructuredTextViewerConfiguration.java:249)
    at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.configure(StructuredTextViewer.java:208)
    at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3323)
    at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:427)
    at org.eclipse.wst.sse.ui.StructuredTextEditor.createPartControl(StructuredTextEditor.java:1336)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:242)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:212)
    at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPageEditorPart.java:440)
    at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPageEditorPart.java:612)
    at com.genuitec.myeclipse.ui.editors.XMLEditor.createPages(XMLEditor.java:11)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
    at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
    at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:344)
    at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:192)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    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:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)

    And the session data:

    eclipse.buildId=unknown
    java.version=1.6.0_20
    java.vendor=Apple Inc.
    BootLoader constants: OS=macosx, ARCH=x86, WS=carbon, NL=en_US
    Framework arguments: -keyring /Users/andrzejzydron/.eclipse_keyring -showlocation
    Command-line arguments: -os macosx -ws carbon -arch x86 -keyring /Users/andrzejzydron/.eclipse_keyring -consoleLog -showlocation

    Thank you in advence,

    AZ

    #310636 Reply

    azydron
    Member

    Hi Scott,

    I have just noticed that the error produces a number of ‘Unhandled event loop exceptions’. the very first one is a jsf error:

    java.lang.NoClassDefFoundError: org/eclipse/jface/text/contentassist/CustomContentAssistant
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:183)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:576)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:546)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:477)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass_LockClassLoader(ClasspathManager.java:465)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:445)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:211)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:381)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:457)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    at org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(StructuredTextViewerConfiguration.java:249)
    at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.configure(StructuredTextViewer.java:208)
    at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3323)
    at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:427)
    at org.eclipse.wst.sse.ui.StructuredTextEditor.createPartControl(StructuredTextEditor.java:1336)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:242)
    at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:212)
    at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.addSourcePage(XMLMultiPageEditorPart.java:440)
    at org.eclipse.wst.xml.ui.internal.tabletree.XMLMultiPageEditorPart.createPages(XMLMultiPageEditorPart.java:612)
    at com.genuitec.myeclipse.ui.editors.XMLEditor.createPages(XMLEditor.java:11)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:357)
    at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
    at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
    at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
    at org.eclipse.ui.internal.EditorReference.getEditor(EditorReference.java:286)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2857)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
    at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
    at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
    at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:344)
    at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:192)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
    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:368)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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:559)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: java.lang.ClassNotFoundException: org.eclipse.jface.text.contentassist.CustomContentAssistant
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:105)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    … 68 more

    All of the subsequent ones are ‘StructuredContentAssistant’ java.lang.ClassNotFoundException

    Hope this may help,

    AZ

    #310647 Reply

    Scott Anderson
    Participant

    AZ,

    Good progress. We’ve now shown that the error occurs in your upgraded install without AnyEdit. The next step is to see if the issue is local to your
    installation or reproducible in others (like mine :-). I’ve got a Macbook Pro and MyEclipse 8.6 installed so I’m trying to replicate what you’re seeing
    However, you never provided the exact steps so given the exception here is what I tried:

    1) Compare two random XML files:
    I selected two XML files in my workspace and chose “Compare with > Each other”. No errors.

    2) Open a JSF file:
    a) Used MyEclipse > Examples On-Demand to load the MyBlogJSFJPAExample project
    b) Opened the Home.jsp JSF page. No errors.

    Can you walk me through an exact set of steps to reproduce what you’re reporting? Using one of our example projects from MyEclipse > Examples On-Demand would
    make it the most reliable way to reproduce on my end.

    #310656 Reply

    azydron
    Member

    Hi Scott,

    1. I compared two XML files without any problem.
    2. I installed MyBlogJSFJPAExample and tried to open Home.jsp with the JSP and JSF editors and I get:

    ava.lang.NoClassDefFoundError: org/eclipse/jface/text/contentassist/CustomContentAssistant
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClassCond(ClassLoader.java:632)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:616)

    ava.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant
    at org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(StructuredTextViewerConfiguration.java:249)
    at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.configure(StructuredTextViewer.java:208)
    etc.

    In terms of what I am reporting, just trying to open an XML file with the MyEclipse XML Editor or any other file format that requires a structured editor causes the problem.

    The only peculiarity I have on my system is that I had the MyEclipse for Spring trial installed that has now timed out.

    Thank you in advance,

    AZ

    #310658 Reply

    azydron
    Member

    Hi Scott,

    A quick update. I uninstalled the MyEclipse for Spring trial using the dashboard, but this has not solved the problem. I still get the same stack tract when trying to open any structured file using a structured editor:

    java.lang.NoClassDefFoundError: org/eclipse/wst/sse/ui/internal/contentassist/StructuredContentAssistant
    at org.eclipse.wst.sse.ui.StructuredTextViewerConfiguration.getContentAssistant(StructuredTextViewerConfiguration.java:249)
    at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.configure(StructuredTextViewer.java:208)
    at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3323)
    at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
    at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:427)
    etc.

    Thanks in advance,

    AZ

    #310662 Reply

    Scott Anderson
    Participant

    AZ,

    Let’s try another tactic to repair your install. Can you please try this:

    1) Download our Pulse installer from http://www.poweredbypulse.com
    2) Run it, launch it, and sign in anonymously (no account)
    3) When the Pulse Explorer opens you should see your MyEclipse profile in the left side navigation area.
    4) Right-click on your MyEclipse profile in the Pulse Explorer and select “Reinstall then run…”. Follow the prompts and this should correct any issue with your install.
    5) Let me know what happens.

    If that launch still has errors, go back to the Pulse Explorer and do this:
    1) Open the “Popular” section of the tree under “Ready to use Profiles”
    2) Drag a copy MyEclipse 8.6 to your “My Profiles” section
    3) Run that new profile.
    4) This should absolutely result in an install that runs.

    If this second install still has issues please do the following:
    1) Open Help > MyEclipse Configuration Center
    2) Select the Dashboard tab
    3) Select the little “life saver” (red and white button) in the command bar of the “About this Profile” section to send us a support bundle.
    4) In the description text please be sure to include the URL for this thread so we can tie it back and respond here.

    #310671 Reply

    azydron
    Member

    Hi Scott,

    Many thanks, the pulse installer fixed things right away. All looks good now.

    Best Regards,

    AZ

    #311905 Reply

    jabal33
    Member

    I have the same error on Windows…

    #311930 Reply

    support-joy
    Member

    jabal33,

    Can you answer the following –
    1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
    2. Click on Help > About MyEclipse Enterprise Workbench. Can you copy and paste the version and build id?

    Can you try out below workaround?

    1) Download our Pulse installer from http://www.poweredbypulse.com
    2) Run it, launch it, and sign in anonymously (no account)
    3) When the Pulse Explorer opens you should see your MyEclipse profile in the left side navigation area.
    4) Right-click on your MyEclipse profile in the Pulse Explorer and select “Reinstall then run…”. Follow the prompts and this should correct any issue with your install.
    5) Let me know what happens.

    If that launch still has errors, go back to the Pulse Explorer and do this:
    1) Open the “Popular” section of the tree under “Ready to use Profiles”
    2) Drag a copy MyEclipse 8.6 to your “My Profiles” section
    3) Run that new profile.
    4) This should absolutely result in an install that runs.

    If this second install still has issues please do the following:
    1) Open Help > MyEclipse Configuration Center
    2) Select the Dashboard tab
    3) Select the little “life saver” (red and white button) in the command bar of the “About this Profile” section to send us a support bundle.
    4) In the description text please be sure to include the URL for this thread so we can tie it back and respond here.

    Let me know how this works for you.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: Upgrade from 8.5 to 8.6 on MacOS 10.6.4 breaks XML Editor

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