Results 1 to 6 of 6

Thread: Issue with Grails Support

  1. #1
    Join Date
    Oct 2011
    Posts
    3

    Default Issue with Grails Support

    I am running STS 2.7.2 and when I try to install Grails Support I get the following error:

    Problems occurred while performing installation: Operation details
    Operation details
    Cannot complete the install because one or more required items could not be found.
    Software being installed: SpringSource Tool Suite Grails Support 2.8.0.201110171000-RELEASE (com.springsource.sts.grails.feature.group 2.8.0.201110171000-RELEASE)
    Missing requirement: SpringSource Tool Suite Groovy Debug Support (Core) 2.8.0.201110171000-RELEASE (com.springsource.sts.groovy.debug.core 2.8.0.201110171000-RELEASE) requires 'bundle org.eclipse.contribution.weaving.jdt 2.2.0' but it could not be found
    Cannot satisfy dependency:
    From: SpringSource Tool Suite Grails Support 2.8.0.201110171000-RELEASE (com.springsource.sts.grails.feature.group 2.8.0.201110171000-RELEASE)
    To: com.springsource.sts.groovy.debug.core [2.8.0.201110171000-RELEASE]

    I cannot seem to find anything on this and I can't find an earlier version (not 2.8 of Grails Support to try to install). I tried to install the 2.6 version I found when searching the 3.5 repository, but had conflicting dependencies.

    Thanks.

  2. #2
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    Please upgrade your ajdt using the following update site:
    http://download.eclipse.org/tools/ajdt/37/milestone

    And then try installing grails tooling again.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  3. #3
    Join Date
    Oct 2011
    Posts
    3

    Default

    Thanks. I am having an issue with STS telling me that is a duplicate site and not letting me load it, even though it wasn't on my list of available sites and I removed anything even close in name. Any thoughts on a fix there or an alternative approach?

  4. #4
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    This is because it is likely included as part of a composite update site elsewhere. Rather than searching for which update site is causing the conflict, you can just install from the dev snapshot update site. Not much has changed since the milestone release:

    http://download.eclipse.org/tools/ajdt/37/dev/update/

    If that doesn't work, try disabling all update sites, except for the AJDT update site.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

  5. #5
    Join Date
    Oct 2011
    Posts
    3

    Default

    Thanks. That moved me along, but got this error:

    Your original request has been modified.
    "AspectJ Development Tools" is already installed, so an update will be performed instead.
    "AspectJ Development Tools (AJDT) Source Code" is already installed, so an update will be performed instead.
    "Cross References Tool Source Code" is already installed, so an update will be performed instead.
    "Eclipse Weaving Service Source Code" is already installed, so an update will be performed instead.
    "Eclipse Weaving Service Feature" is already installed, so an update will be performed instead.
    "Cross References tool (XRef)" is already installed, so an update will be performed instead.
    "Equinox Weaving SDK" is already present because other installed software requires it. It will be added to the installed software list.
    Cannot complete the install because of a conflicting dependency.
    Software being installed: AspectJ Development Tools 2.2.0.e37x-20111018-1500 (org.eclipse.ajdt.feature.group 2.2.0.e37x-20111018-1500)
    Software currently installed: Shared profile 1.0.0.1320091614960 (SharedProfile_com.springsource.sts.ide 1.0.0.1320091614960)
    Only one of the following can be installed at once:
    AspectJ Development Tools User Documentation 2.1.3.e37x-20110628-1900 (org.eclipse.ajdt.doc.user 2.1.3.e37x-20110628-1900)
    AspectJ Development Tools User Documentation 2.2.0.e37x-20111018-1500 (org.eclipse.ajdt.doc.user 2.2.0.e37x-20111018-1500)
    Cannot satisfy dependency:
    From: Shared profile 1.0.0.1320091614960 (SharedProfile_com.springsource.sts.ide 1.0.0.1320091614960)
    To: org.eclipse.ajdt.doc.user [2.1.3.e37x-20110628-1900]
    Cannot satisfy dependency:
    From: AspectJ Development Tools 2.2.0.e37x-20111018-1500 (org.eclipse.ajdt.feature.group 2.2.0.e37x-20111018-1500)
    To: org.eclipse.ajdt.doc.user [2.2.0.e37x-20111018-1500]

  6. #6
    Join Date
    Aug 2008
    Location
    Vancouver, BC
    Posts
    768

    Default

    You are just hitting all of the fun bugs today...

    This problem is happening because you have installed STS into a read-only location (or in the C:\Program Files directory). That's what "Shared profile" means. You need to move the install to a new location or ensure that you have write access before you can continue.
    Andrew Eisenberg, Ph.D.
    SpringSource, a division of VMware
    SpringSource Tools Team
    More about AJDT, Groovy-Eclipse, and Grails tooling

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •