facebook

Server not starting correctly

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

    Tony Herstell
    Participant

    For years I have had trouble with MyEclipse when it tries to restart the server.

    I never set up ENV variables as I point MyEclipse at the server in the servers area.

    Due to the need to look at Wildfly (as its not in MyEclipse) I actually downloaded it and set up the JBoss Home etc.

    Now I can see why restarting the server (clicking on the green server button on the tools line) gets it wrong….

    It is trying to run the server based on the ENV variables…

    
    WARNING: -logmodule is deprecated. Please use the system property 'java.util.logging.manager' or the 'java.util.logging.LogManager' service loader.
    15:06:12,064 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA
    org.jboss.as.cli.CliInitializationException: Failed to parse C:\wildfly-8.0.0.Alpha1\bin\jboss-cli.xml
        at org.jboss.as.cli.impl.CliConfigImpl.parse(CliConfigImpl.java:178)
        at org.jboss.as.cli.impl.CliConfigImpl.load(CliConfigImpl.java:69)
        at org.jboss.as.cli.impl.CommandContextImpl.<init>(CommandContextImpl.java:235)
        at org.jboss.as.cli.impl.CommandContextFactoryImpl.newCommandContext(CommandContextFactoryImpl.java:63)
        at org.jboss.as.cli.impl.CliLauncher.initCommandContext(CliLauncher.java:224)
        at org.jboss.as.cli.impl.CliLauncher.main(CliLauncher.java:195)
        at org.jboss.as.cli.CommandLineMain.main(CommandLineMain.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    Stopping and Starting honour the default server pointed at by MyEclipse servers (in my case JBoss 7.1.1.Final)

    #340910 Reply

    support-tony
    Keymaster

    Tony,

    This was a bit tricky to replicate until I also set JBOSS_HOME to a Wildfly installation. It seems that, at shutdown, the process which initiates the shutdown looks for a configuration file from the JBOSS_HOME environment variable. If there is no such file, no error is seen. A warning is seen if JBOSS_HOME is not set at all, though it’s easy to miss as the process which initiates the shutdown usually ends very quickly.

    As a restart does a shutdown and then starts the server again, the symptoms are seen for both Shutdown and Restart.

    However, the server does actually stop and can be started again (so Restart does actually restart the server, in my tests). Note that the error you see does delay MyEclipse noticing that the server is shutdown, so it may seem as though the restart hasn’t worked, unless one waits for maybe 30 seconds or so.

    Can you confirm that the server doesn’t actually start up again when you use “Restart”? If so, can you let us know how you’ve configured JBoss 7, so we can try to replicate that symptom? In this case, please also attach the output from MyEclipse->Installation Summary->Installation Details, so we have your latest set up.

    I’ve raised a bug for the problem of using JBOSS_HOME to initiate shutdown.

    #340911 Reply

    Tony Herstell
    Participant

    As soon as I saw the red text and wildfly I killed the server… regardless of what was starting… I don’t trust what appears to be a dodgy start-up.

    Jboss 7.1.1.Final setup is pretty standard… select the Boss 7 and point it at the server installation directory.

    C:\jboss-as-7.1.1.Final
    -c=standalone-modeshape.xml (as I use an exploded install over the top of JBoss 7 which works fine)
    –connect command=:shutdown

    jdk1.7.0_25
    -Xms128m -Xmx1024m -XX:MaxPermSize=256m

    MyEclipse Pro with Spring, unused servers and Struts removed…

    *** Date: Saturday, 20 July 2013 12:08:43 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
    1404_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=1374233267422
    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\pul6EF8.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.debug.ui.breakpoints.toggleFactoriesUsed=false
    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=90252c3d-66f0-0012-178a-f169f9a5de90
    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\pul6EF8.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 1404_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\pul6EF8.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” [Starting]
    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” [Starting]
    com.genuitec.eclipse.wdt.jsp.debug (11.0.0.me201305151620) “MyEclipse JSP Debug Tooling” [Active]
    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” [Active]
    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)” [Active]
    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” [Starting]
    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 Plug-in” [Starting]
    org.eclipse.datatools.enablement.ingres.ui (1.0.0.v201105270214) “Ingres DTP UI Plug-in” [Starting]
    org.eclipse.datatools.enablement.jdt.classpath (1.0.1.me201012090051) “Data Tools Platform Connectivity JDT Extension Plug-in” [Starting]
    org.eclipse.datatools.enablement.msft.sqlserver (1.0.1.v201107221504) “Ec

    #340946 Reply

    support-tony
    Keymaster

    Tony,

    Thanks for the info, though you actually posted data from Help->About->Installation Details, rather than the summary details using the menu route I mentioned in my previous post. The information is a little different from each.

    However, you didn’t say if the server actually starts up, if you wait. As I mentioned, the errors you see are from shutdown, not startup. I’ve raised a bug for the shutdown errors but just wanted to confirm that there isn’t a bigger issue that we’ve missed.

    #340948 Reply

    Tony Herstell
    Participant

    Sorry about that.
    No bigger error; just that I jump in and clean up an “non clean” server start anyhow…

    #340949 Reply

    support-tony
    Keymaster

    OK, thanks for that, Tony.

    We’ll let you know when there is a fix for that shutdown problem.

    #340951 Reply

    Tony Herstell
    Participant

    A really minor defect…
    In MyEclipse View … Customise Perspective->Tool Bar Visibility
    Look for “new” Mobile Launcher and build Mobile App stuff.. the head tree item for that section does not have a title in the list.. (it’s blank)…
    I figure if I keep reporting these I will get Wildfly added 😉

    #340952 Reply

    support-tony
    Keymaster

    Thanks, Tony. I’ll raise a bug for that.

    Keep your fingers crossed for Wildfly support but it would have better focus if more users requested it. Perhaps it will get more attention as it moves beyond alpha status.

    #340953 Reply

    Tony Herstell
    Participant

    I live in hope….

    JBoss 7.1.1.Final : 2012-03-09 !

    Alpha is Fine as its reported to be incredibly stable.

    Hint 🙂

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: Server not starting correctly

This topic is marked as closed to new replies, however your posting capabilities still allow you to do so.

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