facebook

Missing myeclipse executable after plugin installation in MyEclipse2015CI

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

    B.Kaatz
    Participant

    Greetings,

    After having installed the eGit plugin, and the associated updates needed to satisfy the dependencies in MyEclipse2015CI on Linux, I no longer have the myeclipse executable in my installation directory. When I did the installation, I got the following message:

    Cannot complete the install because of a conflicting dependency.
      Software being installed: EGit - Git Team Provider 3.6.1.201501031845-r (pack.popular-pack.1336.feature.group 3.6.1.201501031845-r)
      Software currently installed: MyEclipse 2015 CI 13.0.1.c0000028t201505201143 (package.1750-Fta-6119.linux.x86_64 13.0.1.c0000028t201505201143)
      Only one of the following can be installed at once: 
        Java implementation of Git 3.7.0.201502260915-r (org.eclipse.jgit.feature.jar 3.7.0.201502260915-r)
        Java implementation of Git 3.4.1.201406201815-r (org.eclipse.jgit.feature.jar 3.4.1.201406201815-r)
        Java implementation of Git 3.4.2.201412180340-r (org.eclipse.jgit.feature.jar 3.4.2.201412180340-r)
        Java implementation of Git 3.4.0.201406110918-r (org.eclipse.jgit.feature.jar 3.4.0.201406110918-r)
        Java implementation of Git 3.3.2.201404171909-r (org.eclipse.jgit.feature.jar 3.3.2.201404171909-r)
        Java implementation of Git 3.6.1.201501031845-r (org.eclipse.jgit.feature.jar 3.6.1.201501031845-r)
      Cannot satisfy dependency:
        From: Java implementation of Git 3.6.1.201501031845-r (org.eclipse.jgit.feature.group 3.6.1.201501031845-r)
        To: org.eclipse.jgit.feature.jar [3.6.1.201501031845-r]
      Cannot satisfy dependency:
        From: EGit - Git Team Provider 3.6.1.201501031845-r (pack.popular-pack.1336.feature.group 3.6.1.201501031845-r)
        To: org.eclipse.jgit.feature.group [3.6.1.201501031845-r]
      Cannot satisfy dependency:
        From: MyEclipse 2015 CI 13.0.1.c0000028t201505201143 (package.1750-Fta-6119.linux.x86_64 13.0.1.c0000028t201505201143)
        To: org.eclipse.jgit.feature.jar [3.7.0.201502260915-r]

    At which point, it gave me the option to “Cancel” or to “Update MyEclipse to satisfy the dependencies”. I chose the update and then attempted to restart the IDE, getting the error:

     ~ $ /opt/MyEclipse/MyEclipse2015/myeclipse 
    bash: /opt/MyEclipse/MyEclipse2015/myeclipse: No such file or directory

    I have tried to re-run the original installer, “myeclipse-2015-2014-07-11-offline-installer-linux.run”, but it failed out before even getting to a point of asking where the installation should be.

    Any help would be appreciated. TIA.

    • This topic was modified 8 years, 8 months ago by B.Kaatz.
    #397319 Reply

    B.Kaatz
    Participant

    A little further…

    After pulling down the latest MyEclipse2015CI installer, I ran that, and this time, I was able to read the message stating that I should look for the support bundle created under /tmp. Looking under there, I found MyEclipse 2015 CI-support-2015-08-06-13-52-02.zip, looked at the oneinstall.log and found the following error:

    SEVERE: A fatal error was reported from com.genuitec.pulse.installer.processor.offline.delivery.DeliveryCheckAvailableInstallOptionsProcessor@135d4273
    java.lang.IllegalStateException: Misconfiguration of profile, no root id found matching package.1750-Fta-6119.linux.x86_64
            at com.genuitec.pulse.installer.processor.offline.delivery.DeliveryCheckAvailableInstallOptionsProcessor.isUpgradeable(Unknown Source)
            at com.genuitec.pulse.installer.processor.offline.delivery.DeliveryCheckAvailableInstallOptionsProcessor.runWithErrorHandling(Unknown Source)
            at com.genuitec.pulse.installer.processor.ProcessorWithFatalErrorHandling.run(Unknown Source)
            at com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob.runProgressWithCancelBlocking(Unknown Source)
            at com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob.run(Unknown Source)
            at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
    Aug 6, 2015 1:52:02 PM com.genuitec.pulse.installer.context.base.internal.UnexpectedErrorContextImpl addError
    WARNING: Unexpected error occurred: Fatal error in DeliveryCheckAvailableInstallOptionsProcessor
    java.lang.IllegalStateException: Misconfiguration of profile, no root id found matching package.1750-Fta-6119.linux.x86_64
            at com.genuitec.pulse.installer.processor.offline.delivery.DeliveryCheckAvailableInstallOptionsProcessor.isUpgradeable(Unknown Source)
            at com.genuitec.pulse.installer.processor.offline.delivery.DeliveryCheckAvailableInstallOptionsProcessor.runWithErrorHandling(Unknown Source)
            at com.genuitec.pulse.installer.processor.ProcessorWithFatalErrorHandling.run(Unknown Source)
            at com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob.runProgressWithCancelBlocking(Unknown Source)
            at com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob.run(Unknown Source)
            at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)

    Any thoughts? TIA.

    #397344 Reply

    support-swapna
    Moderator

    B.Kaatz,

    Sorry that you are seeing this issue. MyEclipse 2015 comes with EGit installed. You do not have to install it again. You will have a Team/Git page in the Windows > Preferences which means that EGit is already available in your MyEclipse distribution.

    It looks like the latest CI installer download was either incomplete or corrupt.
    Can you please download the CI 13 installer once again, check whether the file size and MD5 of the downloaded installer matches with the values mentioned on the Downloads page ?
    For your convenience I am pasting the values here : md5: 1e2ce5d0879be8153e8013a20bdefeef / file size : 1.36gb

    If the downloaded installer looks fine then please uninstall/delete the previous installation and perform a clean install of MyEclipse.
    Here is an FAQ which details the steps for a clean install of MyEclipse : https://www.genuitec.com/forums/topic/installation-how-do-i-perform-a-clean-myeclipse-install/

    Let us know how it works for you.

    –Swapna
    MyEclipse Support

    #397523 Reply

    B.Kaatz
    Participant

    Greetings Swapna and thanks for the response.

    Well, I did complete the uninstall (via the “Uninstall MyEclipse 2015 CI” link in my Applications Menu) and reinstall of MyEclipse2015CI. I have started it up, and following your above instructions, I found the Team => Git location.

    I see I will have to get used to the new layout for a few of the features, like “Import Projects From Git” being on the Dashboard instead of the “New Projects” drop-down list.

    But it *is* up and running now. Thanks for your help.

    Regards.

    • This reply was modified 8 years, 8 months ago by B.Kaatz.
    #397538 Reply

    support-swapna
    Moderator

    B.Kaatz,

    Glad that it is working fine.
    Let us know if you see any issues.

    –Swapna
    MyEclipse Support

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Missing myeclipse executable after plugin installation in MyEclipse2015CI

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