facebook

Can’t open MyEclipse start page (and didn’t want to)

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

    Steve Prior
    Member

    I seem to be in the same situation as this thread (why is that thread locked???) https://www.genuitec.com/forums/topic/can-t-open-myeclipse-start-page/, but I didn’t want to go into the MyEclipse Start Page anyway, so how do I configure MyEclipse not to try to get into the Start Page which happens to cause the failure to launch browser error?

    #300793 Reply

    support-joy
    Member

    sprior,

    I am afraid there is no way to turn-off MyEclipse to show Start-Page on load. Can you copy and paste your installation details here for me? You can get it from MyEclipse > Installation Summary > Installation Details. Also can you attach your error log file? Your error log file is located at [your workspace dir]/.metadata/.log

    #300809 Reply

    Steve Prior
    Member

    The machine running MyEclipse isn’t Internet connected so I can’t cut and paste the installation summary, however the key issue is that it is running a freshly downloaded MyEclipse 7.5 manual install for 32 bit Linux, and the machine is running Red Hat Enterprise Linux version 4 (Nahant update 4).

    The error message I’m getting is EXACTLY the same as in this thread: https://www.genuitec.com/forums/topic/can-t-open-myeclipse-start-page/

    The problem seems to be related to what version of Red Hat you are building against and this seems to represent a MAJOR problem for enterprise users. You claim that you run on RHEL, but do not specify a minimum required version, you just say that you have the same requirements as the version of Eclipse matched with each MyEclipse release. Well in this case that doesn’t seem to be true – Eclipse 3.4 runs just fine on this machine.

    If you require a newer update to RHEL4 (current is update 8) then that might be doable, but if you require RHEL5 then we’ve got a big problem.

    Please clarify ASAP which is the minimum version of RHEL that you support.

    #300849 Reply

    Riyad Kalla
    Member

    sprior,

    The start page issue on Linux is caused by a conflict between our build of XUL Runner in the product and either a dynamically linked library that isn’t compatible with it on the installed system or a conflicting XUL Runner install — we’ve seen MyEclipse’s XUL Runner component run fine on a fully supported Linux distro, and then after a single system update everything breaks — it’s frustrating at best for the dev and QA teams.

    To turn off the start page all together, drilled down into the com.genuitec.myeclipse.enterprise.workbench plugin in the <Genuitec Install Dir>\Common directory, open the plugin_customization.ini file, and add a new property to it:

    
    com.genuitec.eclipse.intro/STARTPAGE_ONSTARTUP=false
    

    That will be equivalent to clicking the checkbox on startup to stop it from loading. I’ve filed a PR to duplicate this setting into our main preference tree so incase of a failing XUL Runner load, you can still turn off the start page (for 8.0)

    Sorry for the inconvenience.

    #301454 Reply

    Steve Prior
    Member

    I’m still waiting to hear exactly what version of Red Hat Enterprise Linux you support (and are testing against). Since I started this thread I’ve upgraded to “Red Hat Enterprise Linux WS release 4 (Nahant Update 8)” which is the latest patch level of the RHEL4 line and I’m still getting the same problem. This shouldn’t be considered an obsolete version of the OS by any stretch of the imagination.

    So again, EXACTLY what version of RHEL do you support?

    #301457 Reply

    coxbr02
    Member

    the file and directory you mentioned in this workaround do not exist on my RHEL4 install of myeclipse:. So how is this supposed to help?

    [root@athena Common]# ls -d plugins/com.genuitec.myeclipse.*
    plugins/com.genuitec.myeclipse.compatibility_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.compatibility_7.5.0.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.doc_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.doc_7.5.0.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.doc.toc_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.doc.toc_7.5.0.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.icefaces_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.icefaces_7.1.2.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.icefaces.branding_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.icefaces.branding_7.1.1.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.matisse_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.matisse_7.5.0.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.perspective_7.0.0.zmyeclipse70020081206.jar
    plugins/com.genuitec.myeclipse.perspective_7.5.0.zmyeclipse75020090612.jar
    plugins/com.genuitec.myeclipse.product7_7.0.0.zmyeclipse70020081206
    plugins/com.genuitec.myeclipse.product7_7.5.0.zmyeclipse75020090612
    plugins/com.genuitec.myeclipse.tapestry.branding_7.0.0.zmyeclipse70020081206
    plugins/com.genuitec.myeclipse.uml2_7.5.0.zmyeclipse75020090612.jar
    [root@athena Common]# find . -name ‘*.ini’|fgrep plugin_c
    ./plugins/org.eclipse.platform_3.3.101.v200902111700/plugin_customization.ini
    ./plugins/org.eclipse.sdk_3.4.2.v200902111700/plugin_customization.ini
    ./plugins/org.eclipse.sdk_3.4.1.v200809111700/plugin_customization.ini
    ./plugins/org.eclipse.platform_3.3.101.v200809111700/plugin_customization.ini
    ./plugins/com.genuitec.myeclipse.product7_7.0.0.zmyeclipse70020081206/plugin_customization.ini
    ./plugins/com.genuitec.myeclipse.product7_7.5.0.zmyeclipse75020090612/plugin_customization.ini
    [root@athena Common]# pwd
    /opt/Genuitec/Common

    #301478 Reply

    support-joy
    Member

    I will escalate this issue to our dev team members. Sorry for the inconvinience.

    #301487 Reply

    Riyad Kalla
    Member

    @sprior, I got back “the latest fedora core” from our QA team when I asked about RedHat compatibility — I need to take this up with management and figure out what the diff between the more recent FC releases are and what gets rolled into RHEL, I’m not that versed in how RedHat tracks their releases to know if those are two totally separate animals… sorry about the fuzzy answer.


    @coxbr02
    , it’s the last one listed inside the myeclipse.product plugin — I should have been more clear in my previous reply.

    #301490 Reply

    coxbr02
    Member

    I applied the suggested workaround and I can get myeclipse to come up. However, I get errors trying to do other things, e.g.
    Window->Preferences->Plug-in Development->Target Platform
    Click on “Browse”, select a target, and then click on “Load Target” causes numerous errors.

    I can’t do any development until these issues are resolved and if it’s not going to be soon, then you need to provide a way to back out 7.5 (restore 7.0).

    Brian

    #301492 Reply

    Riyad Kalla
    Member

    Brian,

    What errors? You have any stack traces or anything that can help us track down what might be wrong?

    #301514 Reply

    coxbr02
    Member

    Here is the log from starting myeclipse and doing the target load. Notice that the file not found:

    java.io.FileNotFoundException: /opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml (No such file or directory)

    is bogus as ls can find this file just fine:

    [bcox@athena src]$ ls “/opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml”
    /opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml

    !SESSION 2009-08-18 10:08:47.529 ———————————————–
    eclipse.buildId=unknown
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments: -os linux -ws gtk -arch x86 -clean -clean

    !ENTRY org.eclipse.equinox.p2.core 4 0 2009-08-18 10:08:54.770
    !MESSAGE Provisioning exception
    !STACK 1
    org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: Unable to read repository at file:/opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/.
    at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
    Caused by: java.io.FileNotFoundException: /opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    … 22 more
    !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 1000 2009-08-18 10:08:54.771
    !MESSAGE Unable to read repository at file:/opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/.
    !STACK 0
    java.io.FileNotFoundException: /opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)

    !ENTRY org.eclipse.equinox.p2.core 4 0 2009-08-18 10:08:54.781
    !MESSAGE Provisioning exception
    !STACK 1
    org.eclipse.equinox.internal.provisional.p2.core.ProvisionException: Unable to read repository at file:/opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/.
    at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.createRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)
    Caused by: java.io.FileNotFoundException: /opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    … 22 more
    !SUBENTRY 1 org.eclipse.equinox.p2.artifact.repository 4 1000 2009-08-18 10:08:54.781
    !MESSAGE Unable to read repository at file:/opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/.
    !STACK 0
    java.io.FileNotFoundException: /opt/Genuitec/MyEclipse 7.0/configuration/org.eclipse.osgi/bundles/477/data/listener_1925729951/artifacts.xml (No such file or directory)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at org.eclipse.equinox.internal.provisional.spi.p2.artifact.repository.SimpleArtifactRepositoryFactory.load(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository(Unknown Source)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.createRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.initializeArtifactRepository(Unknown Source)
    at org.eclipse.equinox.internal.provisional.p2.directorywatcher.RepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.DropinsRepositoryListener.<init>(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.watchDropins(Unknown Source)
    at org.eclipse.equinox.internal.p2.reconciler.dropins.Activator.start(Unknown Source)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:1009)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1003)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:984)
    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:346)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:355)
    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1074)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:616)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:508)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:299)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:489)
    at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:211)
    at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:321)

    !ENTRY com.perforce.team.core 1 0 2009-08-18 10:09:01.891
    !MESSAGE P4Java server factory loaded; version: Internal 2009.1 Perforce Development; date: unknown

    !ENTRY com.perforce.team.core 1 0 2009-08-18 10:09:01.892
    !MESSAGE Using default charset: UTF-8; JVM charset: UTF-8

    !ENTRY com.perforce.team.core 1 0 2009-08-18 10:09:01.892
    !MESSAGE setting RPC system file helper to class com.perforce.team.core.p4java.P4JavaSysFileCommandsHelper

    !ENTRY org.eclipse.ui.workbench 2 0 2009-08-18 10:09:02.753
    !MESSAGE A handler conflict occurred. This may disable some commands.
    !SUBENTRY 1 org.eclipse.ui.workbench 2 0 2009-08-18 10:09:02.753
    !MESSAGE Conflict for ‘AUTOGEN:::com.perforce.team.ui.IResourceContributions/com.perforce.team.ui.compare’:
    HandlerActivation(commandId=AUTOGEN:::com.perforce.team.ui.IResourceContributions/com.perforce.team.ui.compare,
    handler=ActionDelegateHandlerProxy(null,com.perforce.team.ui.p4java.actions.DiffDepotAction),
    expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@1cd2b82),sourcePriority=16384)
    HandlerActivation(commandId=AUTOGEN:::com.perforce.team.ui.IResourceContributions/com.perforce.team.ui.compare,
    handler=ActionDelegateHandlerProxy(null,com.perforce.team.ui.p4java.actions.DiffHaveAction),
    expression=WorkbenchWindowExpression(org.eclipse.ui.internal.WorkbenchWindow@1cd2b82),sourcePriority=16384)

    !ENTRY org.eclipse.jface 2 0 2009-08-18 10:09:02.765
    !MESSAGE Keybinding conflicts occurred. They may interfere with normal accelerator operation.
    !SUBENTRY 1 org.eclipse.jface 2 0 2009-08-18 10:09:02.765
    !MESSAGE A conflict occurred for CTRL+F9:
    Binding(CTRL+F9,
    ParameterizedCommand(Command(org.eclipse.mylyn.tasks.ui.command.activateTask,Activate Task,
    ,
    Category(org.eclipse.ui.category.navigate,Navigate,null,true),
    ActionDelegateHandlerProxy(null,org.eclipse.mylyn.internal.tasks.ui.actions.ActivateTaskDialogAction),
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(CTRL+F9,
    ParameterizedCommand(Command(RunSQLAction,Run SQL,
    Run SQL,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    !SUBENTRY 1 org.eclipse.jface 2 0 2009-08-18 10:09:02.766
    !MESSAGE A conflict occurred for SHIFT+DEL:
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.datatools.sqltools.result.removeAllInstances,Remove All Visible Results,
    ,
    Category(org.eclipse.datatools.sqltools.result.category,SQL Results View,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.eclipse.ui.edit.cut,Cut,
    Cut the selection to the clipboard,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    org.eclipse.ui.internal.handlers.WidgetMethodHandler@10fbe75,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.dialogAndWindow,,,system)
    Binding(SHIFT+DEL,
    ParameterizedCommand(Command(org.topcased.modeler.deleteModelObject,Delete From Model,
    Allows the user to delete the selected graph element and its associated model element in a Topcased editor.,
    Category(org.eclipse.ui.category.edit,Edit,null,true),
    ,
    ,,true),null),
    org.eclipse.ui.defaultAcceleratorConfiguration,
    org.eclipse.ui.contexts.window,,,system)

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.817
    !MESSAGE NLS unused message: action.moduleProjectWizardAction in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.817
    !MESSAGE NLS unused message: artifactComponent.artifact in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.817
    !MESSAGE NLS unused message: artifactComponent.artifactId in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.817
    !MESSAGE NLS unused message: artifactComponent.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: artifactComponent.groupId in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: artifactComponent.name in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: artifactComponent.package in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: artifactComponent.packaging in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: artifactComponent.version in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: directoriesComponent.projectLayout in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.818
    !MESSAGE NLS unused message: launch.browseFs in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.819
    !MESSAGE NLS unused message: launch.browseVariables in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.819
    !MESSAGE NLS unused message: launch.browseWorkspace in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.819
    !MESSAGE NLS unused message: launch.choosePomDir in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.819
    !MESSAGE NLS unused message: launch.errorPomMissing in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.819
    !MESSAGE NLS unused message: launch.errorSelectPom in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.819
    !MESSAGE NLS unused message: launch.goals in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.820
    !MESSAGE NLS unused message: launch.goalsDialog.lifecyclePhases in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.820
    !MESSAGE NLS unused message: launch.goalsDialog.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.820
    !MESSAGE NLS unused message: launch.goalsLabel in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.820
    !MESSAGE NLS unused message: launch.mainTabName in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.820
    !MESSAGE NLS unused message: launch.pomDirectoryDoesntExist in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.820
    !MESSAGE NLS unused message: launch.pomDirectoryEmpty in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.pomGroup in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.profilesLabel in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.propAddButton in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.propAddDialogTitle in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.propEditDialogTitle in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.propName in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.821
    !MESSAGE NLS unused message: launch.propRemoveButton in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: launch.propValue in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: launch.propertyDialog.browseVariables in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: launch.propertyDialog.name in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: launch.propertyDialog.value in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: locationComponent.atExternal in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: locationComponent.browse in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.822
    !MESSAGE NLS unused message: locationComponent.directory in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.823
    !MESSAGE NLS unused message: locationComponent.inWorkspace in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.823
    !MESSAGE NLS unused message: locationComponent.location in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.823
    !MESSAGE NLS unused message: locationComponent.selectLocation in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.823
    !MESSAGE NLS unused message: plugin.markerArtifactResolutionError in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.823
    !MESSAGE NLS unused message: plugin.markerBuildError in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.824
    !MESSAGE NLS unused message: plugin.markerParsingError in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.824
    !MESSAGE NLS unused message: preferences.checksumPolicyFail in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.824
    !MESSAGE NLS unused message: preferences.checksumPolicyIgnore in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.824
    !MESSAGE NLS unused message: preferences.checksumPolicyWarn in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.824
    !MESSAGE NLS unused message: preferences.debugOutput in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.825
    !MESSAGE NLS unused message: preferences.downloadSources in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.825
    !MESSAGE NLS unused message: preferences.downloadJavadoc in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.825
    !MESSAGE NLS unused message: preferences.globalChecksumPolicy in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.825
    !MESSAGE NLS unused message: preferences.globalSettingsFile in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.825
    !MESSAGE NLS unused message: preferences.goalOnImport in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.825
    !MESSAGE NLS unused message: preferences.goalOnUpdate in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.826
    !MESSAGE NLS unused message: preferences.localRepository in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.826
    !MESSAGE NLS unused message: preferences.offline in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.826
    !MESSAGE NLS unused message: preferences.refreshButton in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.826
    !MESSAGE NLS unused message: preferences.reindexButton in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.826
    !MESSAGE NLS unused message: preferences.userSettingsFile in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.826
    !MESSAGE NLS unused message: projectSelectionDialog.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.advanced in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.enableResourceFiltering in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.profiles in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.projectsForModules in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.resolveWorkspaceProjects in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.template in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.827
    !MESSAGE NLS unused message: resolverConfiguration.templateDescription in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.828
    !MESSAGE NLS unused message: resolverConfiguration.useMavenOutputFolders in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.828
    !MESSAGE NLS unused message: wizard.import.page.browse in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.828
    !MESSAGE NLS unused message: wizard.import.page.deselectAll in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.828
    !MESSAGE NLS unused message: wizard.import.page.projects in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.828
    !MESSAGE NLS unused message: wizard.import.page.refresh in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.828
    !MESSAGE NLS unused message: wizard.import.page.root in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.829
    !MESSAGE NLS unused message: wizard.import.page.scanningErrors in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.829
    !MESSAGE NLS unused message: wizard.import.page.selectAll in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.829
    !MESSAGE NLS unused message: wizard.import.page.selectRootFolder in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.829
    !MESSAGE NLS unused message: wizard.import.validator.projectExists in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.829
    !MESSAGE NLS unused message: wizard.import.validator.workspaceFolder in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.831
    !MESSAGE NLS unused message: wizard.module.page.artifact.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.831
    !MESSAGE NLS unused message: wizard.module.page.parameters.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.831
    !MESSAGE NLS unused message: wizard.module.page.parent.browse in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.831
    !MESSAGE NLS unused message: wizard.module.page.parent.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.831
    !MESSAGE NLS unused message: wizard.module.page.parent.moduleName in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.832
    !MESSAGE NLS unused message: wizard.module.page.parent.parentProject in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.832
    !MESSAGE NLS unused message: wizard.module.page.parent.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.832
    !MESSAGE NLS unused message: wizard.module.page.parent.validator.moduleName in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.832
    !MESSAGE NLS unused message: wizard.module.page.parent.validator.nameExists in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.833
    !MESSAGE NLS unused message: wizard.module.page.parent.validator.parentProject in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.833
    !MESSAGE NLS unused message: wizard.module.page.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.833
    !MESSAGE NLS unused message: wizard.module.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.error.pomAlreadyExists in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.error.pomExists in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.job.creating in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.job.creatingProject in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.job.failed in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.page.archetype.archetypes in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.834
    !MESSAGE NLS unused message: wizard.project.page.archetype.column.artifactId in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.835
    !MESSAGE NLS unused message: wizard.project.page.archetype.column.groupId in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.835
    !MESSAGE NLS unused message: wizard.project.page.archetype.column.version in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.835
    !MESSAGE NLS unused message: wizard.project.page.archetype.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.835
    !MESSAGE NLS unused message: wizard.project.page.archetype.details in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.836
    !MESSAGE NLS unused message: wizard.project.page.archetype.details.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.836
    !MESSAGE NLS unused message: wizard.project.page.archetype.details.repository in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.836
    !MESSAGE NLS unused message: wizard.project.page.archetype.retrievingArchetypes in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.836
    !MESSAGE NLS unused message: wizard.project.page.archetype.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.836
    !MESSAGE NLS unused message: wizard.project.page.artifact.parent.artifactId in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.836
    !MESSAGE NLS unused message: wizard.project.page.artifact.parent.browse in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.837
    !MESSAGE NLS unused message: wizard.project.page.artifact.parent.clear in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.837
    !MESSAGE NLS unused message: wizard.project.page.artifact.parent.groupId in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.837
    !MESSAGE NLS unused message: wizard.project.page.artifact.parent.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.837
    !MESSAGE NLS unused message: wizard.project.page.artifact.parent.version in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.837
    !MESSAGE NLS unused message: wizard.project.page.dependencies.add in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.837
    !MESSAGE NLS unused message: wizard.project.page.dependencies.dependencies in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.dependencies.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.dependencies.remove in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.dependencies.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.maven2.archetype.parameters.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.maven2.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.maven2.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.maven2.validator.artifactID in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.838
    !MESSAGE NLS unused message: wizard.project.page.maven2.validator.groupID in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.maven2.validator.packaging in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.maven2.validator.parent in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.maven2.validator.requiredProperty in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.maven2.validator.version in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.project.description in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.project.projectName in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.project.simpleProject in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.project.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.839
    !MESSAGE NLS unused message: wizard.project.page.project.validator.invalidLocation in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.840
    !MESSAGE NLS unused message: wizard.project.page.project.validator.projectExists in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.840
    !MESSAGE NLS unused message: wizard.project.page.project.validator.projectLocation in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.840
    !MESSAGE NLS unused message: wizard.project.page.project.validator.projectName in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.osgi 2 1 2009-08-18 10:09:12.840
    !MESSAGE NLS unused message: wizard.project.title in: org.maven.ide.eclipse.messages

    !ENTRY org.eclipse.pde.core 4 0 2009-08-18 10:12:29.194
    !MESSAGE /home/bcox/source/current/src/.metadata/.plugins/org.eclipse.pde.core/1310011058638.target/.lazy (Too many open files)
    !STACK 0
    java.io.FileNotFoundException: /home/bcox/source/current/src/.metadata/.plugins/org.eclipse.pde.core/1310011058638.target/.lazy (Too many open files)
    at java.io.FileInputStream.open(Native Method)
    at java.io.FileInputStream.<init>(FileInputStream.java:106)
    at org.eclipse.osgi.framework.util.SecureAction.getFileInputStream(SecureAction.java:124)
    at org.eclipse.osgi.internal.resolver.StateReader.readState(StateReader.java:123)
    at org.eclipse.osgi.internal.resolver.StateReader.loadState(StateReader.java:605)
    at org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl.internalReadState(StateObjectFactoryImpl.java:387)
    at org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl.readState(StateObjectFactoryImpl.java:357)
    at org.eclipse.pde.internal.core.PDEState.readStateCache(PDEState.java:219)
    at org.eclipse.pde.internal.core.PDEState.readTargetState(PDEState.java:116)
    at org.eclipse.pde.internal.core.PDEState.<init>(PDEState.java:98)
    at org.eclipse.pde.internal.core.PDEState.<init>(PDEState.java:90)
    at org.eclipse.pde.internal.ui.preferences.TargetPluginsTab$ReloadOperation.run(TargetPluginsTab.java:114)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

    !ENTRY org.eclipse.pde.core 4 0 2009-08-18 10:12:32.605
    !MESSAGE /home/bcox/source/current/src/.metadata/.plugins/org.eclipse.pde.core/1310011058638.target/.state (Too many open files)
    !STACK 0
    java.io.FileNotFoundException: /home/bcox/source/current/src/.metadata/.plugins/org.eclipse.pde.core/1310011058638.target/.state (Too many open files)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at org.eclipse.osgi.internal.resolver.StateWriter.saveState(StateWriter.java:104)
    at org.eclipse.osgi.internal.resolver.StateObjectFactoryImpl.writeState(StateObjectFactoryImpl.java:405)
    at org.eclipse.pde.internal.core.MinimalState.saveState(MinimalState.java:158)
    at org.eclipse.pde.internal.core.MinimalState.saveState(MinimalState.java:151)
    at org.eclipse.pde.internal.core.PDEState.readTargetState(PDEState.java:122)
    at org.eclipse.pde.internal.core.PDEState.<init>(PDEState.java:98)
    at org.eclipse.pde.internal.core.PDEState.<init>(PDEState.java:90)
    at org.eclipse.pde.internal.ui.preferences.TargetPluginsTab$ReloadOperation.run(TargetPluginsTab.java:114)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

    !ENTRY org.eclipse.core.resources 4 2 2009-08-18 10:13:39.918
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.resources”.
    !STACK 0
    java.lang.NullPointerException
    at org.eclipse.jdt.internal.launching.StandardVMType.gatherAllLibraries(StandardVMType.java:372)
    at org.eclipse.jdt.internal.launching.StandardVMType.getDefaultLibraryLocations(StandardVMType.java:314)
    at org.eclipse.jdt.launching.JavaRuntime.getLibraryLocations(JavaRuntime.java:1612)
    at org.eclipse.jdt.internal.launching.JREContainer.computeClasspathEntries(JREContainer.java:293)
    at org.eclipse.jdt.internal.launching.JREContainer.getClasspathEntries(JREContainer.java:275)
    at org.eclipse.jdt.internal.launching.JREContainer.getClasspathEntries(JREContainer.java:371)
    at org.eclipse.jdt.internal.core.JavaModelManager$VariablesAndContainersSaveHelper.saveContainers(JavaModelManager.java:3703)
    at org.eclipse.jdt.internal.core.JavaModelManager$VariablesAndContainersSaveHelper.saveProjects(JavaModelManager.java:3770)
    at org.eclipse.jdt.internal.core.JavaModelManager$VariablesAndContainersSaveHelper.save(JavaModelManager.java:3598)
    at org.eclipse.jdt.internal.core.JavaModelManager.saveVariablesAndContainers(JavaModelManager.java:3501)
    at org.eclipse.jdt.internal.core.JavaModelManager.saving(JavaModelManager.java:3813)
    at org.eclipse.core.internal.resources.SaveManager.executeLifecycle(SaveManager.java:343)
    at org.eclipse.core.internal.resources.SaveManager$1.run(SaveManager.java:160)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.core.internal.resources.SaveManager.broadcastLifecycle(SaveManager.java:163)
    at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:989)
    at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1827)
    at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$3.run(IDEWorkbenchAdvisor.java:391)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

    !ENTRY org.eclipse.ui.ide 4 4 2009-08-18 10:13:42.721
    !MESSAGE Problems saving workspace

    !ENTRY org.eclipse.ui.ide 4 1 2009-08-18 10:13:42.721
    !MESSAGE Problems occurred while trying to save the state of the workbench.
    !SUBENTRY 1 org.eclipse.core.resources 4 568 2009-08-18 10:13:42.721
    !MESSAGE Could not write metadata for ‘/com.wily.apm.tess’.
    !STACK 0
    java.io.FileNotFoundException: /home/bcox/source/current/src/.metadata/.plugins/org.eclipse.core.resources/.projects/com.wily.apm.tess/.syncinfo (Too many open files)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at org.eclipse.core.internal.localstore.SafeFileOutputStream.<init>(SafeFileOutputStream.java:46)
    at org.eclipse.core.internal.resources.SaveManager.visitAndSave(SaveManager.java:1378)
    at org.eclipse.core.internal.resources.SaveManager.visitAndSave(SaveManager.java:1456)
    at org.eclipse.core.internal.resources.SaveManager.save(SaveManager.java:1001)
    at org.eclipse.core.internal.resources.Workspace.save(Workspace.java:1827)
    at org.eclipse.ui.internal.ide.application.IDEWorkbenchAdvisor$3.run(IDEWorkbenchAdvisor.java:391)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

    !ENTRY org.eclipse.ui.console 4 2 2009-08-18 10:13:43.199
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.ui.console”.
    !STACK 0
    org.eclipse.swt.SWTException: Device is disposed
    at org.eclipse.swt.SWT.error(SWT.java:3777)
    at org.eclipse.swt.SWT.error(SWT.java:3695)
    at org.eclipse.swt.SWT.error(SWT.java:3666)
    at org.eclipse.swt.widgets.Display.error(Display.java:1142)
    at org.eclipse.swt.widgets.Display.asyncExec(Display.java:665)
    at org.eclipse.ui.internal.console.ConsoleDropDownAction.consolesRemoved(ConsoleDropDownAction.java:150)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:154)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174)
    at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:262)
    at org.eclipse.ui.internal.console.ConsoleManager.removeConsoles(ConsoleManager.java:244)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeProcess(ProcessConsoleManager.java:98)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeLaunch(ProcessConsoleManager.java:81)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.shutdown(ProcessConsoleManager.java:198)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.stop(DebugUIPlugin.java:388)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1050)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1046)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:531)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1104)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:655)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:312)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:257)
    at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:236)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:678)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:576)
    at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:424)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
    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:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

    !ENTRY org.eclipse.ui.console 4 120 2009-08-18 10:13:43.200
    !MESSAGE An exception occurred during console notification
    !STACK 0
    org.eclipse.swt.SWTException: Device is disposed
    at org.eclipse.swt.SWT.error(SWT.java:3777)
    at org.eclipse.swt.SWT.error(SWT.java:3695)
    at org.eclipse.swt.SWT.error(SWT.java:3666)
    at org.eclipse.swt.widgets.Display.error(Display.java:1142)
    at org.eclipse.swt.widgets.Display.asyncExec(Display.java:665)
    at org.eclipse.ui.internal.console.ConsoleDropDownAction.consolesRemoved(ConsoleDropDownAction.java:150)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.run(ConsoleManager.java:154)
    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
    at org.eclipse.ui.internal.console.ConsoleManager$ConsoleNotifier.notify(ConsoleManager.java:174)
    at org.eclipse.ui.internal.console.ConsoleManager.fireUpdate(ConsoleManager.java:262)
    at org.eclipse.ui.internal.console.ConsoleManager.removeConsoles(ConsoleManager.java:244)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeProcess(ProcessConsoleManager.java:98)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.removeLaunch(ProcessConsoleManager.java:81)
    at org.eclipse.debug.internal.ui.views.console.ProcessConsoleManager.shutdown(ProcessConsoleManager.java:198)
    at org.eclipse.debug.internal.ui.DebugUIPlugin.stop(DebugUIPlugin.java:388)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl$3.run(BundleContextImpl.java:1050)
    at java.security.AccessController.doPrivileged(Native Method)
    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.stop(BundleContextImpl.java:1046)
    at org.eclipse.osgi.framework.internal.core.BundleHost.stopWorker(BundleHost.java:457)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.suspend(AbstractBundle.java:531)
    at org.eclipse.osgi.framework.internal.core.Framework.suspendBundle(Framework.java:1104)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.decFWSL(StartLevelManager.java:655)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:312)
    at org.eclipse.osgi.framework.internal.core.StartLevelManager.shutdown(StartLevelManager.java:257)
    at org.eclipse.osgi.framework.internal.core.SystemBundle.suspend(SystemBundle.java:236)
    at org.eclipse.osgi.framework.internal.core.Framework.shutdown(Framework.java:678)
    at org.eclipse.osgi.framework.internal.core.Framework.close(Framework.java:576)
    at org.eclipse.osgi.framework.internal.core.OSGi.close(OSGi.java:41)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.shutdown(EclipseStarter.java:424)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:200)
    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:549)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1212)

    #301531 Reply

    support-joy
    Member

    coxbr02,

    Thank you for providing your error log file. I see a lot of file not found issues. And you have pointed out that this is not true. I have a question for you – do you have any prior install of MyEclipse? Or is this a fresh install? If you had a prior install of MyEclipse, there are chances that the references are wrong.

    In case if you had prior install, I would suggest you a clean install. Please follow the below steps –
    1. Run the uninstaller.
    2. Make sure the MyEclipse Install Directory has been completely removed – \Pulse or \Genuitec
    3. Then make sure the pulse2.locator file under is erased as well
    4. Next download the manual installer from the MyEclipse download page. It’s listed as option #5. This is simply Eclipse 3.4.2 with MyEclipse installed off an archived update site that is included in the download. Simply unzip it and run ‘eclipse.exe’ and you’re done.

    If this is a fresh install, then I would suggest you a quick fix using pulse. Please follow below steps –
    1. Open pulse-explorer manually. Look for ~\Genuitec\Pulse Explorer\pulse-explorer.exe. In case you don’t find one, please download the same from http://www.poweredbypulse.com
    2. Login to pulse anonymously. This will redirect you to pulse explorer.
    3. Expand “My Profiles”. This should list you “MyEclipse 7.5”
    4. Right click on “MyEclipse 7.5” and click on [Re-install and run]

    Pulse will automatically resolve any dependency conflicts.

    #301555 Reply

    coxbr02
    Member

    >In case if you had prior install, I would suggest you a clean install. Please follow >the below steps –
    >1. Run the uninstaller.
    this is RHEL4; is there an “uninstaller”? if so, where is it?
    >2. Make sure the MyEclipse Install Directory has been completely removed – \Pulse or \Genuitec
    >3. Then make sure the pulse2.locator file under is erased as well
    >4. Next download the manual installer from the MyEclipse download page. It’s >listed as option #5. This is simply Eclipse 3.4.2 with MyEclipse installed off an >archived update site that is included in the download. Simply unzip it and run >’eclipse.exe’ and you’re done.
    1. this manual install is 1300M! almost twice the ‘all-in-one’ version and you make it sound like it’s for windoze. Why can’t I use the ‘all-in-one’ version?

    #301586 Reply

    support-joy
    Member

    coxbr02,

    Manual installer is not just for windows. It is for linux environment too. You can go ahead and use all-in-one. As I have outlined above – it looks like there are a lot of file not found issues with your MyEclipse profile. Have you tried the below approach?

    Please follow below steps –
    1. Open pulse-explorer manually. Look for ~\Genuitec\Pulse Explorer\pulse-explorer.exe. In case you don’t find one, please download the same from http://www.poweredbypulse.com
    2. Login to pulse anonymously. This will redirect you to pulse explorer.
    3. Expand “My Profiles”. This should list you “MyEclipse 7.5”
    4. Right click on “MyEclipse 7.5” and click on [Re-install and run]

    Pulse will automatically resolve any dependency conflicts.

    #301615 Reply

    Steve Prior
    Member

    Support,

    “the latest fedora core” is REALLY the wrong answer to the question of what version of RHEL is supported. First of all, Fedora Cora is NOT the same thing as Red hat Enterprise Linux! MyEclipse is a tool for enterprise development and you really want those enterprise customers. Those customers are probably NOT running “the latest fedora core”, they’re running RHEL, and probably not even the hottest release of RHEL (ver 5), but very possibly the latest patched version of ver 4. That’s the whole point of RHEL is that it has several years of support so enterprise users can have a long term stable platform to code what they’re actually trying to do for a living instead of upgrading to the latest OS every 6 months.

    So the right answer to “what RHEL do you support/test” would be “all RHEL versions which are currently in their support window” which at the moment is 4 and 5.

    In the meantime my coworkers and I are still running MyEclipse 6.01 because MyEclipse 7.0-7.1.1 where for you guys what Vista has been for Microsoft and Ver 7.5 which seems stable/functional/useful in my tests on Windows does NOT run properly on the RHEL you claim to support! We’re under some pressure to upgrade Eclipse versions with or without MyEclipse, so you’ve only got a limited amount of time before we’re forced to abandon MyEclipse entirely when we’d rather not.

Viewing 15 posts - 1 through 15 (of 28 total)
Reply To: Can’t open MyEclipse start page (and didn’t want to)

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